americanFootballStatsPassingComplexType

Statistics about a particular team or player's passing performance. | Used for quarterbacks and receivers.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-scope restriction of xs:string optional
Indicates that the included statistics apply only to events played either at home or away.
class xs:string optional
An open placeholder for categorization.
competition QCodeType optional
The key of the league or competition for which the player or team generated the stats.
distance xs:string optional
Measure of distance for the generated stat.
distance-maximum xs:string optional
Maximum distance for the generated stat.
distance-minimum xs:string optional
Minimum distance for the generated stat.
duration-scope QCodeType optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime. SportsML vocab uri: http://cv.iptc.org/newscodes/spdurationscope/
end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the event for which the stats are relevant.
event-span xs:nonNegativeInteger optional
Qualifier of "most-recent-events" value for temporal-unit attribute. Specify the number of events eg. 10 for last 10 games.
id xs:ID optional
An XML-specific identifier for the element.
location-key QCodeType optional
The key of the site,venue or location where the stats were generated.
measurement-units xs:string optional
The type of unit used to measure distance, speed, etc. Could be mph, kph, metres, yards, etc.
opponent-type QCodeType optional
Whether the opponent was a player, team, etc.
opponent-value QCodeType optional
The key of the player, team, division, conference, league or other unit which provide the opposition relevant to the stat.
passer-rating xs:string optional
A complex formula designed to measure quarterback performance.
passes-attempts xs:string optional
The number of passes attempted.
passes-average-yards-per xs:string optional
Gross passing yards divided by number of pass completions.
passes-average-yards-per-game xs:string optional
Total yards passing divided by number of games played.
passes-completions xs:string optional
The number of passes completed successfully.
passes-completions-average-per-game xs:string optional
Average number of completed passes a game.
passes-first-down xs:string optional
Number of passes a player or team has made for a first-down.
passes-interceptions xs:string optional
The number of passes that were intercepted.
passes-interceptions-average xs:string optional
Average number of interceptions per game.
passes-interceptions-longest xs:string optional
Longest interception return against a passer.
passes-interceptions-percentage xs:string optional
The ratio of intercepted passes to attempted passes.
passes-interceptions-touchdown xs:string optional
Number of opponents' touchdowns scored from passer's interceptions.
passes-interceptions-yards xs:string optional
Opponent's yards gained after interceptions.
passes-longest xs:string optional
The yards gained by the single longest completion.
passes-percentage xs:string optional
The percentage of all passes that are completed successfully.
passes-touchdowns-percentage xs:string optional
The ratio of touchdown passes to attempted passes.
passes-yards-gross xs:string optional
The number of yards gained from passing.
passes-yards-lost xs:string optional
Amount of yards lost due to sacks and completed passing plays that ended behind the line of scrimmage.
passes-yards-net xs:string optional
Subtracts out the sacks-against-yards-lost value of stats-american-football-sacks-against element.
passes-yards-per-attempt xs:string optional
Gross passing yards divided by number of pass attempts.
passing-career-300-yard-games xs:string optional
Number of times in passer's career where total passing yardage per game exceeded 300.
passing-rank xs:string optional
How a player or team's passing stats ranks in a league or conference, usually using total passing yards as the measure.
period-end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the period for which the stats are relevant.
period-start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the period for which the stats are relevant.
period-type QCodeType optional
For certain types of periods: overtime, declared (cricket), etc.
period-value xs:string optional
Used for tracking stats and events by period.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
receptions-average-per-game xs:string optional
Average number of receptions per game.
receptions-average-yards xs:string optional
Average yards per game from receptions.
receptions-average-yards-per xs:string optional
The average yards per reception.
receptions-career-100-yard-games xs:string optional
Number of times in receiver's career where total receiving yardage per game exceeded 100.
receptions-first-down xs:string optional
Number of receptions a player has taken for a first-down.
receptions-longest xs:string optional
The longest reception a player had, including to the point where they scored, were-tackled, etc.
receptions-looks xs:string optional
The number of opportunities this receiver had to receive the ball.
receptions-total xs:string optional
The total number of successful passes.
receptions-yards xs:string optional
Number of yards a receiver is credited for.
record-making-scope QCodeType optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scope-value QCodeType optional
A generic scope indicator. Use only if none of the other coverage attributes are suitable.
scoping-label xs:string optional
A textual description for the scope.
situation QCodeType optional
Final or current score of the team or player.
start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the event for which the stats are relevant.
stats-coverage QCodeType optional
A relative indication of how many statistics are included in the item. SportsML vocab uri: http://cv.iptc.org/newscodes/spstatscoverage/
style xs:string optional
An open placeholder for reference by an external stylesheet.
surface-type QCodeType optional
The type of surface (eg. clay, artificial grass, etc.) upon which the stats were generated.
team QCodeType optional
The key of the team for which the player or team generated the stats.
team-coverage restriction of xs:string optional
Indicates whether the item contains information about one team, or
many teams.
temporal-unit-type QCodeType optional
The unit of performance to which the stats apply eg. single-event, season, career.
temporal-unit-value QCodeType optional
The key of performance unit to which the stats apply.
times-thrown-total xs:string optional
Number of passes directed at receiver, including incompletions, interceptions, etc.
unit-type QCodeType optional
The type, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
unit-value QCodeType optional
The key, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
venue-type QCodeType optional
The type of event (eg. indoor, outdoor, etc.) in which the stats were generated.
weather-type QCodeType optional
A code for the weather situation in which the stats were generated. SportsML weather codes recommended.

Used By

Source

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