public restrictionType()
 {
     this.anyAttributeField = new wildcard();
     this.items1Field = new List<annotated>();
     //this.itemsElementNameField = new List<restrictionTypeChoiceType>();
     //this.itemsField = new List<annotated>();
 }
 public attributeGroup()
 {
     this.anyAttributeField = new wildcard();
     this.itemsField = new List<annotated>();
 }
 public extensionType()
 {
     this.anyAttributeField = new wildcard();
     this.itemsField = new List<annotated>();
     this.sequenceField = new explicitGroup();
     this.choiceField = new explicitGroup();
     this.allField = new all();
     this.groupField = new groupRef();
 }