Definition Type: Element
Name: stats-american-football-penalties
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
Statistics about penalties. | Applies to both offensive and defensive penalties.
Collapse XSD Schema Diagram:
Drilldown into penalties-overturned in schema sportsml-specific-american-football_xsd Drilldown into penalties-reviewed in schema sportsml-specific-american-football_xsd Drilldown into penalties-challenged in schema sportsml-specific-american-football_xsd Drilldown into penalties-opponent-total in schema sportsml-specific-american-football_xsd Drilldown into penalty-opponent-yards in schema sportsml-specific-american-football_xsd Drilldown into penalty-first-downs in schema sportsml-specific-american-football_xsd Drilldown into penalty-yards in schema sportsml-specific-american-football_xsd Drilldown into penalties-total in schema sportsml-specific-american-football_xsdXSD Diagram of stats-american-football-penalties in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-american-football-penalties">
    <annotation>
        <documentation>Statistics about penalties. | Applies to both offensive and defensive penalties.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="penalties-total" type="string" use="optional">
            <annotation>
                <documentation>The number of penalties.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-yards" type="string" use="optional">
            <annotation>
                <documentation>The yards gained as a result of penalties.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-first-downs" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs gained as a result of penalties.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-opponent-yards" type="string" use="optional">
            <annotation>
                <documentation>Yards opponents gain as a result of penalties.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalties-opponent-total" type="string" use="optional">
            <annotation>
                <documentation>Total of penalties by opposing team.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalties-challenged" type="string" use="optional">
            <annotation>
                <documentation>Includes penalty challenges that were both won and lost.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalties-reviewed" type="string" use="optional">
            <annotation>
                <documentation>Includes both coach challenges and booth challenges.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalties-overturned" type="string" use="optional">
            <annotation>
                <documentation>TBD.</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
penalties-total sportsml:penalties-total Optional
penalty-yards sportsml:penalty-yards Optional
penalty-first-downs sportsml:penalty-first-downs Optional
penalty-opponent-yards sportsml:penalty-opponent-yards Optional
penalties-opponent-total sportsml:penalties-opponent-total Optional
penalties-challenged sportsml:penalties-challenged Optional
penalties-reviewed sportsml:penalties-reviewed Optional
penalties-overturned sportsml:penalties-overturned Optional