Definition Type: Element
Name: stats-ice-hockey-defensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Defensive stats for the team. | Specific to ice-hockey, including saves and shots allowed.
Collapse XSD Schema Diagram:
Drilldown into goaltender-losses-overtime in schema sportsml-specific-ice-hockey_xsd Drilldown into goaltender-wins-overtime in schema sportsml-specific-ice-hockey_xsd Drilldown into hits in schema sportsml-specific-ice-hockey_xsd Drilldown into minutes-penalty-killing in schema sportsml-specific-ice-hockey_xsd Drilldown into shutouts in schema sportsml-specific-ice-hockey_xsd Drilldown into takeaways in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-blocked in schema sportsml-specific-ice-hockey_xsd Drilldown into penalty-killing-percentage in schema sportsml-specific-ice-hockey_xsd Drilldown into penalty-killing-amount in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-shootout-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-shootout-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into save-percentage in schema sportsml-specific-ice-hockey_xsd Drilldown into saves in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-against-average in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-short-handed-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-empty-net-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-penalty-shot-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-power-play-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-penalty-shot-allowed in schema sportsml-specific-ice-hockey_xsd Drilldown into shots-power-play-allowed in schema sportsml-specific-ice-hockey_xsdXSD Diagram of stats-ice-hockey-defensive in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-ice-hockey-defensive">
    <annotation>
        <documentation>Defensive stats for the team. | Specific to ice-hockey, including saves and shots allowed.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="shots-power-play-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of shots on goal allowed during power-play.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-penalty-shot-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of shots allowed as penalty-shots.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-power-play-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of goals allowed while the opposing team has a power-play.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-penalty-shot-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of goals allowed as penalty-shots.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-empty-net-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of goals allowed while the net was empty.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-short-handed-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of goals allowed while playing short-handed.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-against-average" type="string" use="optional">
            <annotation>
                <documentation>Average number of goals per game allowed by the team.</documentation>
            </annotation>
        </attribute>
        <attribute name="saves" type="string" use="optional">
            <annotation>
                <documentation>Total number of saves.</documentation>
            </annotation>
        </attribute>
        <attribute name="save-percentage" type="string" use="optional">
            <annotation>
                <documentation>Percentage of saves compared to total number of shots.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-shootout-allowed" type="string" use="optional">
            <annotation>
                <documentation>Number of shootout goals that went in for a score for the opposing team.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-allowed" type="string" use="optional">
            <annotation>
                <documentation>Number of shootout shots that were attempted by the opposing team.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-killing-amount" type="string" use="optional">
            <annotation>
                <documentation>Number of penalty-killing sessions, aka number of short-handed sessions.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-killing-percentage" type="string" use="optional">
            <annotation>
                <documentation>Equals goals-penalty-allowed divided by penalty-killing-amount.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-blocked" type="string" use="optional">
            <annotation>
                <documentation>Number of shots that were blocked. This statistic is generally tracked for non-goalies.</documentation>
            </annotation>
        </attribute>
        <attribute name="takeaways" type="string" use="optional">
            <annotation>
                <documentation>Number of intercepted passes. A judgment call whose exact conditions vary.</documentation>
            </annotation>
        </attribute>
        <attribute name="shutouts" type="string" use="optional">
            <annotation>
                <documentation>Total number of games where the opposing team did not score.</documentation>
            </annotation>
        </attribute>
        <attribute name="minutes-penalty-killing" type="string" use="optional">
            <annotation>
                <documentation>Total number of minutes played short-handed, while the other team had a power-play.</documentation>
            </annotation>
        </attribute>
        <attribute name="hits" type="string" use="optional">
            <annotation>
                <documentation>Number of body checks made against an opposing player.</documentation>
            </annotation>
        </attribute>
        <attribute name="goaltender-wins-overtime" type="string" use="optional">
            <annotation>
                <documentation>Number of games won while play is in overtime.</documentation>
            </annotation>
        </attribute>
        <attribute name="goaltender-losses-overtime" type="string" use="optional">
            <annotation>
                <documentation>Number of games lost while play is in overtime.</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
shots-power-play-allowed sportsml:shots-power-play-allowed Optional
shots-penalty-shot-allowed sportsml:shots-penalty-shot-allowed Optional
goals-power-play-allowed sportsml:goals-power-play-allowed Optional
goals-penalty-shot-allowed sportsml:goals-penalty-shot-allowed Optional
goals-empty-net-allowed sportsml:goals-empty-net-allowed Optional
goals-short-handed-allowed sportsml:goals-short-handed-allowed Optional
goals-against-average sportsml:goals-against-average Optional
saves sportsml:saves Optional
save-percentage sportsml:save-percentage Optional
goals-shootout-allowed sportsml:goals-shootout-allowed Optional
shots-shootout-allowed sportsml:shots-shootout-allowed Optional
penalty-killing-amount sportsml:penalty-killing-amount Optional
penalty-killing-percentage sportsml:penalty-killing-percentage Optional
shots-blocked sportsml:shots-blocked Optional
takeaways sportsml:takeaways Optional
shutouts sportsml:shutouts Optional
minutes-penalty-killing sportsml:minutes-penalty-killing Optional
hits sportsml:hits Optional
goaltender-wins-overtime sportsml:goaltender-wins-overtime Optional
goaltender-losses-overtime sportsml:goaltender-losses-overtime Optional