public valueEnumerator(kindType par)
 {
     parent = par;
     nIndex = -1;
 }
 public void ReplacekindAt(kindType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "kind", index, newValue);
 }
 public sourceEnumerator(kindType par)
 {
     parent = par;
     nIndex = -1;
 }
 public void Addkind(kindType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "kind", newValue);
 }