Definition Type: Element
Name: stats-american-football-down-progress
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
Statistics about a particular team or player's performance on downs. | Covers first downs and conversions.
Collapse XSD Schema Diagram:
Drilldown into conversions-fourth-down-percentage in schema sportsml-specific-american-football_xsd Drilldown into conversions-fourth-down-attempts in schema sportsml-specific-american-football_xsd Drilldown into conversions-fourth-down in schema sportsml-specific-american-football_xsd Drilldown into conversions-third-down-percentage in schema sportsml-specific-american-football_xsd Drilldown into conversions-third-down-attempts in schema sportsml-specific-american-football_xsd Drilldown into conversions-third-down in schema sportsml-specific-american-football_xsd Drilldown into conversions-second-down-percentage in schema sportsml-specific-american-football_xsd Drilldown into conversions-second-down-attempts in schema sportsml-specific-american-football_xsd Drilldown into conversions-second-down in schema sportsml-specific-american-football_xsd Drilldown into first-downs-average-yards-per in schema sportsml-specific-american-football_xsd Drilldown into first-downs-yards in schema sportsml-specific-american-football_xsd Drilldown into first-downs-penalty in schema sportsml-specific-american-football_xsd Drilldown into first-downs-run in schema sportsml-specific-american-football_xsd Drilldown into first-downs-pass in schema sportsml-specific-american-football_xsd Drilldown into first-downs-total in schema sportsml-specific-american-football_xsdXSD Diagram of stats-american-football-down-progress in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-american-football-down-progress">
    <annotation>
        <documentation>Statistics about a particular team or player's performance on downs. | Covers first downs and conversions.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="first-downs-total" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved.</documentation>
            </annotation>
        </attribute>
        <attribute name="first-downs-pass" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved from passing.</documentation>
            </annotation>
        </attribute>
        <attribute name="first-downs-run" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved from rushing.</documentation>
            </annotation>
        </attribute>
        <attribute name="first-downs-penalty" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved from penalties on the other team.</documentation>
            </annotation>
        </attribute>
        <attribute name="first-downs-yards" type="string" use="optional">
            <annotation>
                <documentation>Number of yards gained on first down plays.</documentation>
            </annotation>
        </attribute>
        <attribute name="first-downs-average-yards-per" type="string" use="optional">
            <annotation>
                <documentation>Number of average yards gained on first down plays.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-second-down" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved on a second down.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-second-down-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of second downs.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-second-down-percentage" type="string" use="optional">
            <annotation>
                <documentation>The percentage of first down attempts on a second down that were successful.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-third-down" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved on a third down.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-third-down-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of third downs.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-third-down-percentage" type="string" use="optional">
            <annotation>
                <documentation>The percentage of first down attempts on a third down that were successful.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-fourth-down" type="string" use="optional">
            <annotation>
                <documentation>The number of first downs achieved on a fourth down.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-fourth-down-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of fourth downs.</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-fourth-down-percentage" type="string" use="optional">
            <annotation>
                <documentation>The percentage of first down attempts on a fourth down that were successful.</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
first-downs-total sportsml:first-downs-total Optional
first-downs-pass sportsml:first-downs-pass Optional
first-downs-run sportsml:first-downs-run Optional
first-downs-penalty sportsml:first-downs-penalty Optional
first-downs-yards sportsml:first-downs-yards Optional
first-downs-average-yards-per sportsml:first-downs-average-yards-per Optional
conversions-second-down sportsml:conversions-second-down Optional
conversions-second-down-attempts sportsml:conversions-second-down-attempts Optional
conversions-second-down-percentage sportsml:conversions-second-down-percentage Optional
conversions-third-down sportsml:conversions-third-down Optional
conversions-third-down-attempts sportsml:conversions-third-down-attempts Optional
conversions-third-down-percentage sportsml:conversions-third-down-percentage Optional
conversions-fourth-down sportsml:conversions-fourth-down Optional
conversions-fourth-down-attempts sportsml:conversions-fourth-down-attempts Optional
conversions-fourth-down-percentage sportsml:conversions-fourth-down-percentage Optional