<xs:complexType name="CharacteristicsStatsType">
<xs:annotation>
<xs:documentation>The CharacteristicsStatsType defines a list of characteristic statistical evaluations.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="CharacteristicStats" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each CharacteristicStats element gives information about a characteristic statistical evaluation.</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 characteristic statistical evaluations in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |