<xs:complexType name="SubgroupType">
<xs:annotation>
<xs:documentation>The SubgroupType defines a list of characteristics contained in a subgroup and assigns an id for referencing.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MeasuredIds" type="StatsArrayIdType">
<xs:annotation>
<xs:documentation>The MeasuredIds element contains a list of ids of the characteristic measurements used in this subgroup and an optional set of exclusions from the list.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="QIFIdType" use="required">
<xs:annotation>
<xs:documentation>The required id attribute is the QIF id of the subgroup, used for referencing.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |