<xs:element name="SummaryStatsValues" type="SummaryStatsValuesType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each SummaryStatsValues element in the list defines the summary values to be accumulated for a statistical value.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of summaries in the list.
Source
<xs:complexType name="SummaryStatsValuesListType"><xs:annotation><xs:documentation>The SummaryStatsValuesListType collects a list of summary stats values.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SummaryStatsValues" type="SummaryStatsValuesType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each SummaryStatsValues element in the list defines the summary values to be accumulated for a statistical value.</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 summaries in the list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of summaries in the list.</xs:documentation></xs:annotation></xs:attribute>