public void Replacetype2At(typeType2 newValue, int index) { ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "type", index, newValue); }
public valueEnumerator(typeType2 par) { parent = par; nIndex = -1; }
public void Addtype2(typeType2 newValue) { AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "type", newValue); }
public sourceEnumerator(typeType2 par) { parent = par; nIndex = -1; }