public void ReplaceschemaversionAt(schemaversionType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.imsproject.org/xsd/imscp_rootv1p1p2", "schemaversion", index, newValue.ToString());
 }
 public void Addschemaversion(schemaversionType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.imsproject.org/xsd/imscp_rootv1p1p2", "schemaversion", newValue.ToString());
 }