public void ReplacemaxtimeallowedAt(maxtimeallowedType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "maxtimeallowed", index, newValue.ToString());
 }
 public void Addmaxtimeallowed(maxtimeallowedType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "maxtimeallowed", newValue.ToString());
 }