public void Addversion(SchemaInteger newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "version", newValue.ToString());
 }
 public void ReplaceversionAt(SchemaInteger newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "version", index, newValue.ToString());
 }