<element name="stats-ice-hockey-offensive">
<annotation>
<documentation>Offensive stats for one team. | Specific to ice-hockey, including stats on shots, goals, and faceoffs.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="goals-game-winning" type="string" use="optional">
<annotation>
<documentation>Goals that provided the winning margin in a game.</documentation>
</annotation>
</attribute>
<attribute name="goals-game-tying" type="string" use="optional">
<annotation>
<documentation>Goals that caused the game to be tied.</documentation>
</annotation>
</attribute>
<attribute name="goals-power-play" type="string" use="optional">
<annotation>
<documentation>Goals scored while the team was having a power-play.</documentation>
</annotation>
</attribute>
<attribute name="goals-short-handed" type="string" use="optional">
<annotation>
<documentation>Goals scored while the team was playing short-handed.</documentation>
</annotation>
</attribute>
<attribute name="goals-even-strength" type="string" use="optional">
<annotation>
<documentation>Goals scored while the teams were at even strength.</documentation>
</annotation>
</attribute>
<attribute name="goals-empty-net" type="string" use="optional">
<annotation>
<documentation>Goals scored on an empty goal, with the opposing goalie pulled from the net.</documentation>
</annotation>
</attribute>
<attribute name="goals-overtime" type="string" use="optional">
<annotation>
<documentation>Goals scored during overtime.</documentation>
</annotation>
</attribute>
<attribute name="goals-shootout" type="string" use="optional">
<annotation>
<documentation>Goals scored during a shootout.</documentation>
</annotation>
</attribute>
<attribute name="goals-shootout-attempts" type="string" use="optional">
<annotation>
<documentation>Goals attempted during a shootout.</documentation>
</annotation>
</attribute>
<attribute name="goals-penalty-shot" type="string" use="optional">
<annotation>
<documentation>Goals scored as penalty shots.</documentation>
</annotation>
</attribute>
<attribute name="goals-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="assists" type="string" use="optional">
<annotation>
<documentation>Total number of assists.</documentation>
</annotation>
</attribute>
<attribute name="assists-power-play" type="string" use="optional">
<annotation>
<documentation>Total number of assists made during a power play.</documentation>
</annotation>
</attribute>
<attribute name="assists-short-handed" type="string" use="optional">
<annotation>
<documentation>Total number of assists made while short-handed.</documentation>
</annotation>
</attribute>
<attribute name="assists-game-winning" type="string" use="optional">
<annotation>
<documentation>Assists on goals that provided the winning margin in a game.</documentation>
</annotation>
</attribute>
<attribute name="assists-game-tying" type="string" use="optional">
<annotation>
<documentation>Assists on goals that caused the game to be tied.</documentation>
</annotation>
</attribute>
<attribute name="assists-overtime" type="string" use="optional">
<annotation>
<documentation>Assists on goals scored during overtime.</documentation>
</annotation>
</attribute>
<attribute name="points" type="string" use="optional">
<annotation>
<documentation>Total number of points, with a score and an assist generally counted as one point each.</documentation>
</annotation>
</attribute>
<attribute name="points-power-play" type="string" use="optional">
<annotation>
<documentation>Total number of points during power plays, with a score and an assist generally counted as one point each.</documentation>
</annotation>
</attribute>
<attribute name="points-short-handed" type="string" use="optional">
<annotation>
<documentation>Total number of points while short-handed, with a score and an assist generally counted as one point each.</documentation>
</annotation>
</attribute>
<attribute name="power-play-amount" type="string" use="optional">
<annotation>
<documentation>Number of power-play opportunities a team has had.</documentation>
</annotation>
</attribute>
<attribute name="power-play-percentage" type="string" use="optional">
<annotation>
<documentation>Measure of success at power plays. Figured by dividing goals-power-play by power-play-amount.</documentation>
</annotation>
</attribute>
<attribute name="shots-penalty-shot-taken" type="string" use="optional">
<annotation>
<documentation>Total number of penalty shots taken by a shooting player.</documentation>
</annotation>
</attribute>
<attribute name="shots-penalty-shot-missed" type="string" use="optional">
<annotation>
<documentation>Total number of penalty shots missed by a shooting player.</documentation>
</annotation>
</attribute>
<attribute name="shots-penalty-shot-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of penalty shots that resulted in goals.</documentation>
</annotation>
</attribute>
<attribute name="giveaways" type="string" use="optional">
<annotation>
<documentation>Number of times that passes were attempted but intercepted. A judgment call whose exact conditions vary.</documentation>
</annotation>
</attribute>
<attribute name="minutes-power-play" type="string" use="optional">
<annotation>
<documentation>Total number of minutes played in a power-play.</documentation>
</annotation>
</attribute>
<attribute name="faceoff-wins" type="string" use="optional">
<annotation>
<documentation>Total number of won faceoffs.</documentation>
</annotation>
</attribute>
<attribute name="faceoff-losses" type="string" use="optional">
<annotation>
<documentation>Total number of lost faceoffs.</documentation>
</annotation>
</attribute>
<attribute name="faceoff-win-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of faceoffs that were won.</documentation>
</annotation>
</attribute>
<attribute name="scoring-chances" type="string" use="optional">
<annotation>
<documentation>Total number of qualified chances to score.</documentation>
</annotation>
</attribute>
<attribute name="hat-tricks" type="string" use="optional">
<annotation>
<documentation>Total number of hat-trick games.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|