public void ReplacesizeAt(sizeType newValue, int index) { ReplaceDomChildAt(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "size", index, newValue.ToString()); }
public void Addsize(sizeType newValue) { AppendDomChild(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "size", newValue.ToString()); }