コード例 #1
0
 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();
 }