public void ReplacelocationAt(locationType newValue, int index) { ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "location", index, newValue); }
public type2Enumerator(locationType par) { parent = par; nIndex = -1; }
public void Addlocation(locationType newValue) { AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "location", newValue); }