<element name="player-stats-ice-hockey">
<annotation>
<documentation>Stats for a player specific to ice-hockey. | Includes the same offensive and defensive stats available for a team.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-ice-hockey-offensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-ice-hockey-defensive" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="plus-minus" type="string" use="optional">
<annotation>
<documentation>Number of times player was on ice when own team scored minus the number of times player was on ice when opponent scored.</documentation>
</annotation>
</attribute>
<attribute name="plus-total" type="string" use="optional">
<annotation>
<documentation>Number of times player was on ice when own team scored.</documentation>
</annotation>
</attribute>
<attribute name="minus-total" type="string" use="optional">
<annotation>
<documentation>Number of times player was on ice when opponent scored.</documentation>
</annotation>
</attribute>
<attribute name="minutes-played" type="string" use="optional">
<annotation>
<documentation>Number of minutes player was on ice.</documentation>
</annotation>
</attribute>
<attribute name="penalty-minutes" type="string" use="optional">
<annotation>
<documentation>Total number of penalty minutes accrued by a single player.</documentation>
</annotation>
</attribute>
<attribute name="goaltender-wins" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="goaltender-losses" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="goaltender-ties" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|