public void ReplaceidAt(idType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "id", index, newValue.ToString());
 }
 public void Addid(idType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "id", newValue.ToString());
 }