Definition Type: Element
Name: stats-american-football-passing
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 passing performance. | Used for quarterbacks and receivers.
Collapse XSD Schema Diagram:
Drilldown into passing-career-300-yard-games in schema sportsml-specific-american-football_xsd Drilldown into receptions-career-100-yard-games in schema sportsml-specific-american-football_xsd Drilldown into times-thrown-total in schema sportsml-specific-american-football_xsd Drilldown into passing-rank in schema sportsml-specific-american-football_xsd Drilldown into receptions-average-yards-per in schema sportsml-specific-american-football_xsd Drilldown into receptions-average-yards in schema sportsml-specific-american-football_xsd Drilldown into receptions-looks in schema sportsml-specific-american-football_xsd Drilldown into receptions-longest in schema sportsml-specific-american-football_xsd Drilldown into receptions-first-down in schema sportsml-specific-american-football_xsd Drilldown into receptions-touchdowns in schema sportsml-specific-american-football_xsd Drilldown into receptions-yards in schema sportsml-specific-american-football_xsd Drilldown into receptions-average-per-game in schema sportsml-specific-american-football_xsd Drilldown into receptions-total in schema sportsml-specific-american-football_xsd Drilldown into passer-rating in schema sportsml-specific-american-football_xsd Drilldown into passes-average-yards-per-game in schema sportsml-specific-american-football_xsd Drilldown into passes-average-yards-per in schema sportsml-specific-american-football_xsd Drilldown into passes-longest in schema sportsml-specific-american-football_xsd Drilldown into passes-interceptions-touchdown in schema sportsml-specific-american-football_xsd Drilldown into passes-interceptions-longest in schema sportsml-specific-american-football_xsd Drilldown into passes-interceptions-average in schema sportsml-specific-american-football_xsd Drilldown into passes-interceptions-yards in schema sportsml-specific-american-football_xsd Drilldown into passes-interceptions-percentage in schema sportsml-specific-american-football_xsd Drilldown into passes-interceptions in schema sportsml-specific-american-football_xsd Drilldown into passes-touchdowns-percentage in schema sportsml-specific-american-football_xsd Drilldown into passes-touchdowns in schema sportsml-specific-american-football_xsd Drilldown into passes-first-down in schema sportsml-specific-american-football_xsd Drilldown into passes-yards-per-attempt in schema sportsml-specific-american-football_xsd Drilldown into passes-yards-average in schema sportsml-specific-american-football_xsd Drilldown into passes-yards-lost in schema sportsml-specific-american-football_xsd Drilldown into passes-yards-net in schema sportsml-specific-american-football_xsd Drilldown into passes-yards-gross in schema sportsml-specific-american-football_xsd Drilldown into passes-percentage in schema sportsml-specific-american-football_xsd Drilldown into passes-completions-average-per-game in schema sportsml-specific-american-football_xsd Drilldown into passes-completions in schema sportsml-specific-american-football_xsd Drilldown into passes-attempts in schema sportsml-specific-american-football_xsdXSD Diagram of stats-american-football-passing in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-american-football-passing">
    <annotation>
        <documentation>Statistics about a particular team or player's passing performance. | Used for quarterbacks and receivers.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="passes-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of passes attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-completions" type="string" use="optional">
            <annotation>
                <documentation>The number of passes completed successfully.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-completions-average-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of completed passes a game.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-percentage" type="string" use="optional">
            <annotation>
                <documentation>The percentage of all passes that are completed successfully.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-yards-gross" type="string" use="optional">
            <annotation>
                <documentation>The number of yards gained from passing.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-yards-net" type="string" use="optional">
            <annotation>
                <documentation>Subtracts out the sacks-against-yards-lost value of stats-american-football-sacks-against element.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-yards-lost" type="string" use="optional">
            <annotation>
                <documentation>Amount of yards lost due to sacks and completed passing plays that ended behind the line of scrimmage.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-yards-average" type="string" use="optional">
            <annotation>
                <documentation>DEPRECATE: redundant. Same as passes-average-yards-per or passes-average-yards-per-game.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-yards-per-attempt" type="string" use="optional">
            <annotation>
                <documentation>Gross passing yards divided by number of pass attempts.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-first-down" type="string" use="optional">
            <annotation>
                <documentation>Number of passes a player or team has made for a first-down.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-touchdowns" type="string" use="optional">
            <annotation>
                <documentation>The number of passes that resulted in touchdowns.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-touchdowns-percentage" type="string" use="optional">
            <annotation>
                <documentation>The ratio of touchdown passes to attempted passes.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-interceptions" type="string" use="optional">
            <annotation>
                <documentation>The number of passes that were intercepted.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-interceptions-percentage" type="string" use="optional">
            <annotation>
                <documentation>The ratio of intercepted passes to attempted passes.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-interceptions-yards" type="string" use="optional">
            <annotation>
                <documentation>Opponent's yards gained after interceptions.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-interceptions-average" type="string" use="optional">
            <annotation>
                <documentation>Average number of interceptions per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-interceptions-longest" type="string" use="optional">
            <annotation>
                <documentation>Longest interception return against a passer.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-interceptions-touchdown" type="string" use="optional">
            <annotation>
                <documentation>Number of touchdowns scored from passer's interceptions.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-longest" type="string" use="optional">
            <annotation>
                <documentation>The yards gained by the single longest completion.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-average-yards-per" type="string" use="optional">
            <annotation>
                <documentation>Gross passing yards divided by number of pass completions.</documentation>
            </annotation>
        </attribute>
        <attribute name="passes-average-yards-per-game" type="string" use="optional">
            <annotation>
                <documentation>Total yards passing divided by number of games played.</documentation>
            </annotation>
        </attribute>
        <attribute name="passer-rating" type="string" use="optional">
            <annotation>
                <documentation>A complex formula designed to measure quarterback performance.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-total" type="string" use="optional">
            <annotation>
                <documentation>The total number of successful passes.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-average-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of receptions per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-yards" type="string" use="optional">
            <annotation>
                <documentation>Number of yards a receiver is credited for.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-touchdowns" type="string" use="optional">
            <annotation>
                <documentation>Number of receptions a player has caught in or taken to the end-zone.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-first-down" type="string" use="optional">
            <annotation>
                <documentation>Number of receptions a player has taken for a first-down.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-longest" type="string" use="optional">
            <annotation>
                <documentation>The longest reception a player had, including to the point where they scored, were-tackled, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-looks" type="string" use="optional">
            <annotation>
                <documentation>The number of opportunities this receiver had to receive the ball.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-average-yards" type="string" use="optional">
            <annotation>
                <documentation>Average yards per game from receptions.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-average-yards-per" type="string" use="optional">
            <annotation>
                <documentation>The average yards per reception.</documentation>
            </annotation>
        </attribute>
        <attribute name="passing-rank" type="string" use="optional">
            <annotation>
                <documentation>How a player or team's passing stats ranks in a league or conference, usually using total passing yards as the measure.</documentation>
            </annotation>
        </attribute>
        <attribute name="times-thrown-total" type="string" use="optional">
            <annotation>
                <documentation>Number of passes directed at receiver, including incompletions, interceptions, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="receptions-career-100-yard-games" type="string" use="optional">
            <annotation>
                <documentation>Number of times in receiver's career where total receiving yardage per game exceeded 100.</documentation>
            </annotation>
        </attribute>
        <attribute name="passing-career-300-yard-games" type="string" use="optional">
            <annotation>
                <documentation>Number of times in passer's career where total passing yardage per game exceeded 300.</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
passes-attempts sportsml:passes-attempts Optional
passes-completions sportsml:passes-completions Optional
passes-completions-average-per-game sportsml:passes-completions-average-per-game Optional
passes-percentage sportsml:passes-percentage Optional
passes-yards-gross sportsml:passes-yards-gross Optional
passes-yards-net sportsml:passes-yards-net Optional
passes-yards-lost sportsml:passes-yards-lost Optional
passes-yards-average sportsml:passes-yards-average Optional
passes-yards-per-attempt sportsml:passes-yards-per-attempt Optional
passes-first-down sportsml:passes-first-down Optional
passes-touchdowns sportsml:passes-touchdowns Optional
passes-touchdowns-percentage sportsml:passes-touchdowns-percentage Optional
passes-interceptions sportsml:passes-interceptions Optional
passes-interceptions-percentage sportsml:passes-interceptions-percentage Optional
passes-interceptions-yards sportsml:passes-interceptions-yards Optional
passes-interceptions-average sportsml:passes-interceptions-average Optional
passes-interceptions-longest sportsml:passes-interceptions-longest Optional
passes-interceptions-touchdown sportsml:passes-interceptions-touchdown Optional
passes-longest sportsml:passes-longest Optional
passes-average-yards-per sportsml:passes-average-yards-per Optional
passes-average-yards-per-game sportsml:passes-average-yards-per-game Optional
passer-rating sportsml:passer-rating Optional
receptions-total sportsml:receptions-total Optional
receptions-average-per-game sportsml:receptions-average-per-game Optional
receptions-yards sportsml:receptions-yards Optional
receptions-touchdowns sportsml:receptions-touchdowns Optional
receptions-first-down sportsml:receptions-first-down Optional
receptions-longest sportsml:receptions-longest Optional
receptions-looks sportsml:receptions-looks Optional
receptions-average-yards sportsml:receptions-average-yards Optional
receptions-average-yards-per sportsml:receptions-average-yards-per Optional
passing-rank sportsml:passing-rank Optional
times-thrown-total sportsml:times-thrown-total Optional
receptions-career-100-yard-games sportsml:receptions-career-100-yard-games Optional
passing-career-300-yard-games sportsml:passing-career-300-yard-games Optional