<element name="statistic">
<annotation>
<documentation>A table that generally compares the performance of teams or players. | The fixture-key can identify which regulary-running statistics are being presented.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:statistic-metadata" />
<element ref="sportsml:group" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:team" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:player" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:associate" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:status-change" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="type" type="string" use="optional">
<annotation>
<documentation>A code describing the class of statistic covered herein, generally part of a controlled vocabulary.</documentation>
</annotation>
</attribute>
<attribute name="content-label" type="string" use="optional">
<annotation>
<documentation>A display label for the enclosed statistical ranking.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|