<xs:complexType name="StatisticalStudiesResultsType">
<xs:annotation>
<xs:documentation>The StatisticalStudiesResultsType defines a list of statistical study results.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="StatisticalStudyResults" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each StatisticalStudyResults element gives information about the results of a statistical study.</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 statistical study results in this list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |