<element name="player-stats">
<annotation>
<documentation>Statistics that capture how a player has performed. | Generally does change over the course of a sports-event.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:sub-score" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:sub-score-attempts" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:penalty-stats" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:outcome-totals" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:highlight" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:award" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:event-record" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:rank" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:rating" minOccurs="0" maxOccurs="unbounded" />
<group minOccurs="0" ref="sportsml:playerStatsSpecific" />
<element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attributeGroup ref="sportsml:statAttributes" />
<attribute name="time-played-event" type="string" use="optional">
<annotation>
<documentation>Value for the amount of time played by this player in a particular sports-event.</documentation>
</annotation>
</attribute>
<attribute name="time-played-total" type="string" use="optional">
<annotation>
<documentation>Value for the amount of time played by the player over the course of a particular time-span, such as a season.</documentation>
</annotation>
</attribute>
<attribute name="time-played-event-average" type="string" use="optional">
<annotation>
<documentation>Value for the average amount of time played per-event by the player over the course of a particular time-span, such as a season.</documentation>
</annotation>
</attribute>
<attribute name="events-played" type="string" use="optional">
<annotation>
<documentation>Number of sports-events the player has participated in.</documentation>
</annotation>
</attribute>
<attribute name="events-started" type="string" use="optional">
<annotation>
<documentation>Number of sports-events the player has played in since the start of the event.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|