public void ReplaceitemAt(itemTypeExtended newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imscp_v1p1", "item", index, newValue);
 }
 public itemEnumerator(itemTypeExtended par)
 {
     parent = par;
     nIndex = -1;
 }
 public void Additem(itemTypeExtended newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imscp_v1p1", "item", newValue);
 }
 public presentationEnumerator(itemTypeExtended par)
 {
     parent = par;
     nIndex = -1;
 }
 public sequencingEnumerator(itemTypeExtended par)
 {
     parent = par;
     nIndex = -1;
 }
 public completionThresholdEnumerator(itemTypeExtended par)
 {
     parent = par;
     nIndex = -1;
 }
 public dataFromLMSEnumerator(itemTypeExtended par)
 {
     parent = par;
     nIndex = -1;
 }
 public timeLimitActionEnumerator(itemTypeExtended par)
 {
     parent = par;
     nIndex = -1;
 }