<xs:complexType name="SubgroupIntegerArrayType">
<xs:annotation>
<xs:documentation>A SubgroupIntegerArrayType defines a list of xs:positiveInteger types associated with particular subgroup ids.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SubgroupInteger" type="SubgroupIntegerType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each SubgroupInteger element in the list defines an integer value associated with a subgroup id.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of values in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |