Definition Type: Element
Name: stats-american-football-offensive
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 offensive performance. | Further breaks down stats into passing, rushing, etc.
Collapse XSD Schema Diagram:
Drilldown into stats-american-football-scoring in schema sportsml-specific-american-football_xsd Drilldown into stats-american-football-sacks-against in schema sportsml-specific-american-football_xsd Drilldown into stats-american-football-down-progress in schema sportsml-specific-american-football_xsd Drilldown into stats-american-football-rushing in schema sportsml-specific-american-football_xsd Drilldown into stats-american-football-passing in schema sportsml-specific-american-football_xsd Drilldown into tackles-assists in schema sportsml-specific-american-football_xsd Drilldown into tackles in schema sportsml-specific-american-football_xsd Drilldown into pitches-total in schema sportsml-specific-american-football_xsd Drilldown into handoffs-total in schema sportsml-specific-american-football_xsd Drilldown into turnovers-giveaway-average in schema sportsml-specific-american-football_xsd Drilldown into turnovers-giveaway in schema sportsml-specific-american-football_xsd Drilldown into possessions-inside-20 in schema sportsml-specific-american-football_xsd Drilldown into possession-duration in schema sportsml-specific-american-football_xsd Drilldown into offensive-rank in schema sportsml-specific-american-football_xsd Drilldown into offensive-plays-average-yards-per-game in schema sportsml-specific-american-football_xsd Drilldown into offensive-plays-average-yards-per in schema sportsml-specific-american-football_xsd Drilldown into offensive-plays-number in schema sportsml-specific-american-football_xsd Drilldown into offensive-plays-yards in schema sportsml-specific-american-football_xsdXSD Diagram of stats-american-football-offensive in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-american-football-offensive">
    <annotation>
        <documentation>Statistics about a particular team or player's offensive performance. | Further breaks down stats into passing, rushing, etc.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:stats-american-football-passing" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-american-football-rushing" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-american-football-down-progress" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-american-football-sacks-against" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="offensive-plays-yards" type="string" use="optional">
            <annotation>
                <documentation>The total yards accumulated through offensive plays.</documentation>
            </annotation>
        </attribute>
        <attribute name="offensive-plays-number" type="string" use="optional">
            <annotation>
                <documentation>The number of offensive plays.</documentation>
            </annotation>
        </attribute>
        <attribute name="offensive-plays-average-yards-per" type="string" use="optional">
            <annotation>
                <documentation>The average number of yards gained per play.</documentation>
            </annotation>
        </attribute>
        <attribute name="offensive-plays-average-yards-per-game" type="string" use="optional">
            <annotation>
                <documentation>The average number of yards gained via offensive plays per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="offensive-rank" type="string" use="optional">
            <annotation>
                <documentation>How team's offense compares with rest of league or conference.</documentation>
            </annotation>
        </attribute>
        <attribute name="possession-duration" type="string" use="optional">
            <annotation>
                <documentation>The average amount of time the team had possession per-drive.</documentation>
            </annotation>
        </attribute>
        <attribute name="possessions-inside-20" type="string" use="optional">
            <annotation>
                <documentation>Number of times team has driven inside its opponent's 20 yard line.</documentation>
            </annotation>
        </attribute>
        <attribute name="turnovers-giveaway" type="string" use="optional">
            <annotation>
                <documentation>Derived by adding passes-interceptions plus fumbles-own-lost.</documentation>
            </annotation>
        </attribute>
        <attribute name="turnovers-giveaway-average" type="string" use="optional">
            <annotation>
                <documentation>Average-per-game for turnovers-giveaway.</documentation>
            </annotation>
        </attribute>
        <attribute name="handoffs-total" type="string" use="optional">
            <annotation>
                <documentation>Usually, number of times QB has handed off, typically leading to a running play.</documentation>
            </annotation>
        </attribute>
        <attribute name="pitches-total" type="string" use="optional">
            <annotation>
                <documentation>Usually, number of times QB has pitched back to another player, typically leading to a running play.</documentation>
            </annotation>
        </attribute>
        <attribute name="tackles" type="string" use="optional">
            <annotation>
                <documentation>The number of tackles performed while on offense.</documentation>
            </annotation>
        </attribute>
        <attribute name="tackles-assists" type="string" use="optional">
            <annotation>
                <documentation>The number of tackle assists performed while on offense.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-american-football-passing sportsml:stats-american-football-passing 0 unbounded
stats-american-football-rushing sportsml:stats-american-football-rushing 0 unbounded
stats-american-football-down-progress sportsml:stats-american-football-down-progress 0 unbounded
stats-american-football-sacks-against sportsml:stats-american-football-sacks-against 0 unbounded
stats-american-football-scoring sportsml:stats-american-football-scoring 0 unbounded
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
offensive-plays-yards sportsml:offensive-plays-yards Optional
offensive-plays-number sportsml:offensive-plays-number Optional
offensive-plays-average-yards-per sportsml:offensive-plays-average-yards-per Optional
offensive-plays-average-yards-per-game sportsml:offensive-plays-average-yards-per-game Optional
offensive-rank sportsml:offensive-rank Optional
possession-duration sportsml:possession-duration Optional
possessions-inside-20 sportsml:possessions-inside-20 Optional
turnovers-giveaway sportsml:turnovers-giveaway Optional
turnovers-giveaway-average sportsml:turnovers-giveaway-average Optional
handoffs-total sportsml:handoffs-total Optional
pitches-total sportsml:pitches-total Optional
tackles sportsml:tackles Optional
tackles-assists sportsml:tackles-assists Optional