Definition Type: Element
Name: stats-ice-hockey-offensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Offensive stats for one team. | Specific to ice-hockey, including stats on shots, goals, and faceoffs.
Collapse XSD Schema Diagram:
Drilldown into hat-tricks in schema sportsml-specific-ice-hockey_xsd Drilldown into scoring-chances in schema sportsml-specific-ice-hockey_xsd Drilldown into faceoff-win-percentage in schema sportsml-specific-ice-hockey_xsd Drilldown into faceoff-losses in schema sportsml-specific-ice-hockey_xsd Drilldown into faceoff-wins in schema sportsml-specific-ice-hockey_xsd Drilldown into minutes-power-play in schema sportsml-specific-ice-hockey_xsd Drilldown into giveaways in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-penalty-shot-percentage in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-penalty-shot-missed in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-penalty-shot-taken in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-percentage in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-amount in schema sportsml-specific-ice-hockey_xsd Drilldown into points-short-handed in schema sportsml-specific-ice-hockey_xsd Drilldown into points-power-play in schema sportsml-specific-ice-hockey_xsd Drilldown into points in schema sportsml-specific-ice-hockey_xsd Drilldown into assists-overtime in schema sportsml-specific-ice-hockey_xsd Drilldown into assists-game-tying in schema sportsml-specific-ice-hockey_xsd Drilldown into assists-game-winning in schema sportsml-specific-ice-hockey_xsd Drilldown into assists-short-handed in schema sportsml-specific-ice-hockey_xsd Drilldown into assists-power-play in schema sportsml-specific-ice-hockey_xsd Drilldown into assists in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-per-game in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-penalty-shot in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-shootout-attempts in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-shootout in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-overtime in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-empty-net in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-even-strength in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-short-handed in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-power-play in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-game-tying in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-game-winning in schema sportsml-specific-ice-hockey_xsdXSD Diagram of stats-ice-hockey-offensive in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
goals-game-winning sportsml:goals-game-winning Optional
goals-game-tying sportsml:goals-game-tying Optional
goals-power-play sportsml:goals-power-play Optional
goals-short-handed sportsml:goals-short-handed Optional
goals-even-strength sportsml:goals-even-strength Optional
goals-empty-net sportsml:goals-empty-net Optional
goals-overtime sportsml:goals-overtime Optional
goals-shootout sportsml:goals-shootout Optional
goals-shootout-attempts sportsml:goals-shootout-attempts Optional
goals-penalty-shot sportsml:goals-penalty-shot Optional
goals-per-game sportsml:goals-per-game Optional
assists sportsml:assists Optional
assists-power-play sportsml:assists-power-play Optional
assists-short-handed sportsml:assists-short-handed Optional
assists-game-winning sportsml:assists-game-winning Optional
assists-game-tying sportsml:assists-game-tying Optional
assists-overtime sportsml:assists-overtime Optional
points sportsml:points Optional
points-power-play sportsml:points-power-play Optional
points-short-handed sportsml:points-short-handed Optional
power-play-amount sportsml:power-play-amount Optional
power-play-percentage sportsml:power-play-percentage Optional
shots-penalty-shot-taken sportsml:shots-penalty-shot-taken Optional
shots-penalty-shot-missed sportsml:shots-penalty-shot-missed Optional
shots-penalty-shot-percentage sportsml:shots-penalty-shot-percentage Optional
giveaways sportsml:giveaways Optional
minutes-power-play sportsml:minutes-power-play Optional
faceoff-wins sportsml:faceoff-wins Optional
faceoff-losses sportsml:faceoff-losses Optional
faceoff-win-percentage sportsml:faceoff-win-percentage Optional
scoring-chances sportsml:scoring-chances Optional
hat-tricks sportsml:hat-tricks Optional