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

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| alignment-scope | restriction of xs:string | optional |
|
||||
| class | xs:string | optional |
|
||||
| competition | QCodeType | optional |
|
||||
| distance | xs:string | optional |
|
||||
| distance-maximum | xs:string | optional |
|
||||
| distance-minimum | xs:string | optional |
|
||||
| duration-scope | QCodeType | optional |
|
||||
| end-date-time | TruncatedDateTimeType | optional |
|
||||
| event-span | xs:nonNegativeInteger | optional |
|
||||
| id | xs:ID | optional |
|
||||
| location-key | QCodeType | optional |
|
||||
| measurement-units | xs:string | optional |
|
||||
| opponent-type | QCodeType | optional |
|
||||
| opponent-value | QCodeType | optional |
|
||||
| passer-rating | xs:string | optional |
|
||||
| passes-attempts | xs:string | optional |
|
||||
| passes-average-yards-per | xs:string | optional |
|
||||
| passes-average-yards-per-game | xs:string | optional |
|
||||
| passes-completions | xs:string | optional |
|
||||
| passes-completions-average-per-game | xs:string | optional |
|
||||
| passes-first-down | xs:string | optional |
|
||||
| passes-interceptions | xs:string | optional |
|
||||
| passes-interceptions-average | xs:string | optional |
|
||||
| passes-interceptions-longest | xs:string | optional |
|
||||
| passes-interceptions-percentage | xs:string | optional |
|
||||
| passes-interceptions-touchdown | xs:string | optional |
|
||||
| passes-interceptions-yards | xs:string | optional |
|
||||
| passes-longest | xs:string | optional |
|
||||
| passes-percentage | xs:string | optional |
|
||||
| passes-touchdowns-percentage | xs:string | optional |
|
||||
| passes-yards-gross | xs:string | optional |
|
||||
| passes-yards-lost | xs:string | optional |
|
||||
| passes-yards-net | xs:string | optional |
|
||||
| passes-yards-per-attempt | xs:string | optional |
|
||||
| passing-career-300-yard-games | xs:string | optional |
|
||||
| passing-rank | xs:string | optional |
|
||||
| period-end-date-time | TruncatedDateTimeType | optional |
|
||||
| period-start-date-time | TruncatedDateTimeType | optional |
|
||||
| period-type | QCodeType | optional |
|
||||
| period-value | xs:string | optional |
|
||||
| position | xs:string | optional |
|
||||
| receptions-average-per-game | xs:string | optional |
|
||||
| receptions-average-yards | xs:string | optional |
|
||||
| receptions-average-yards-per | xs:string | optional |
|
||||
| receptions-career-100-yard-games | xs:string | optional |
|
||||
| receptions-first-down | xs:string | optional |
|
||||
| receptions-longest | xs:string | optional |
|
||||
| receptions-looks | xs:string | optional |
|
||||
| receptions-total | xs:string | optional |
|
||||
| receptions-yards | xs:string | optional |
|
||||
| record-making-scope | QCodeType | optional |
|
||||
| scope-value | QCodeType | optional |
|
||||
| scoping-label | xs:string | optional |
|
||||
| situation | QCodeType | optional |
|
||||
| start-date-time | TruncatedDateTimeType | optional |
|
||||
| stats-coverage | QCodeType | optional |
|
||||
| style | xs:string | optional |
|
||||
| surface-type | QCodeType | optional |
|
||||
| team | QCodeType | optional |
|
||||
| team-coverage | restriction of xs:string | optional |
|
||||
| temporal-unit-type | QCodeType | optional |
|
||||
| temporal-unit-value | QCodeType | optional |
|
||||
| times-thrown-total | xs:string | optional |
|
||||
| unit-type | QCodeType | optional |
|
||||
| unit-value | QCodeType | optional |
|
||||
| venue-type | QCodeType | optional |
|
||||
| weather-type | QCodeType | optional |
|
<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> |