Definition Type: Element
Name: stats-soccer-defensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
Defensive stats specific to soccer. | Defensive stats for one team, specific to soccer.
Collapse XSD Schema Diagram:
Drilldown into shutouts in schema sportsml-specific-soccer_xsd Drilldown into shots-blocked in schema sportsml-specific-soccer_xsd Drilldown into shots-shootout-allowed in schema sportsml-specific-soccer_xsd Drilldown into shots-shootout-total in schema sportsml-specific-soccer_xsd Drilldown into shots-on-goal-total in schema sportsml-specific-soccer_xsd Drilldown into catches-punches in schema sportsml-specific-soccer_xsd Drilldown into save-percentage in schema sportsml-specific-soccer_xsd Drilldown into saves in schema sportsml-specific-soccer_xsd Drilldown into goals-against-total in schema sportsml-specific-soccer_xsd Drilldown into goals-against-average in schema sportsml-specific-soccer_xsd Drilldown into goals-penalty-shot-allowed in schema sportsml-specific-soccer_xsd Drilldown into shots-penalty-shot-allowed in schema sportsml-specific-soccer_xsdXSD Diagram of stats-soccer-defensive in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-soccer-defensive">
    <annotation>
        <documentation>Defensive stats specific to soccer. | Defensive stats for one team, specific to soccer.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="shots-penalty-shot-allowed" type="string" use="optional">
            <annotation>
                <documentation>Total number of penalty-shots allowed from other teams.</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-against-average" type="string" use="optional">
            <annotation>
                <documentation>Average goals against per game for the given period.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-against-total" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="saves" type="string" use="optional">
            <annotation>
                <documentation>Score attempts that were saved by the goal-keeper.</documentation>
            </annotation>
        </attribute>
        <attribute name="save-percentage" type="string" use="optional">
            <annotation>
                <documentation>Percentage of saves compared to score-attempts on goal.</documentation>
            </annotation>
        </attribute>
        <attribute name="catches-punches" type="string" use="optional">
            <annotation>
                <documentation>Situations when the goalie catches or punches the ball. Not a save attempt.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-on-goal-total" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-total" type="string" use="optional">
            <annotation>
                <documentation>Total number of attempts to score during shootout.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-allowed" type="string" use="optional">
            <annotation>
                <documentation>Goals allowed during shootout.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-blocked" type="string" use="optional">
            <annotation>
                <documentation>Score attempts that was blocked by someone else than the goal-keeper.</documentation>
            </annotation>
        </attribute>
        <attribute name="shutouts" type="string" use="optional">
            <annotation>
                <documentation>Number of games when you did not allow the other team to score.</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-penalty-shot-allowed sportsml:shots-penalty-shot-allowed Optional
goals-penalty-shot-allowed sportsml:goals-penalty-shot-allowed Optional
goals-against-average sportsml:goals-against-average Optional
goals-against-total sportsml:goals-against-total Optional
saves sportsml:saves Optional
save-percentage sportsml:save-percentage Optional
catches-punches sportsml:catches-punches Optional
shots-on-goal-total sportsml:shots-on-goal-total Optional
shots-shootout-total sportsml:shots-shootout-total Optional
shots-shootout-allowed sportsml:shots-shootout-allowed Optional
shots-blocked sportsml:shots-blocked Optional
shutouts sportsml:shutouts Optional