Example #1
0
 public void ReplacemaximumversionAt(minimumversionType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "maximumversion", index, newValue.ToString());
 }
Example #2
0
 public void Addmaximumversion(minimumversionType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "maximumversion", newValue.ToString());
 }