<xs:complexType name="statisticComplexType">
<xs:annotation>
<xs:documentation>A table that generally compares the performance of teams or players. |
The fixture-key can identify which regulary-running statistics are being presented.
Also appropriate for rosters (squad listings).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="statistic-metadata" type="statisticMetadataComplexType" />
<xs:element name="group" type="groupComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="team" type="teamComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="player" type="playerComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="associate" type="associateComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="status-change" type="statusChangeComplexType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
<xs:attribute name="type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A code describing the class of statistic covered herein, generally part of a controlled vocabulary.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="content-label" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A display label for the enclosed statistical ranking. (Should be placed as name in the metadata section.)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|