<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>
|