<element name="stats-american-football-rushing">
<annotation>
<documentation>Statistics about a particular team or player's rushing performance. | How well they ran with the ball.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="rushes-attempts" type="string" use="optional">
<annotation>
<documentation>The number of attempted rushes.</documentation>
</annotation>
</attribute>
<attribute name="rushes-yards" type="string" use="optional">
<annotation>
<documentation>The number of yards gained by rushing.</documentation>
</annotation>
</attribute>
<attribute name="rushes-yards-left" type="string" use="optional">
<annotation>
<documentation>The number of yards gained by rushing up the left side of the field.</documentation>
</annotation>
</attribute>
<attribute name="rushes-yards-middle" type="string" use="optional">
<annotation>
<documentation>The number of yards gained by rushing up the middle of the field.</documentation>
</annotation>
</attribute>
<attribute name="rushes-yards-right" type="string" use="optional">
<annotation>
<documentation>The number of yards gained by rushing up the right side of the field.</documentation>
</annotation>
</attribute>
<attribute name="rushes-touchdowns" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns resulting from rushing plays.</documentation>
</annotation>
</attribute>
<attribute name="rushing-average-yards-per" type="string" use="optional">
<annotation>
<documentation>The average number of yards per rush.</documentation>
</annotation>
</attribute>
<attribute name="rushes-first-down" type="string" use="optional">
<annotation>
<documentation>The number of rushes that have resulted in a first-down.</documentation>
</annotation>
</attribute>
<attribute name="rushes-longest" type="string" use="optional">
<annotation>
<documentation>The number of yards gained by the single longest rushing play.</documentation>
</annotation>
</attribute>
<attribute name="rushes-average-attempts-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of rushing attempts per game.</documentation>
</annotation>
</attribute>
<attribute name="rushes-average-yards-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of yards gaining from rushes a game.</documentation>
</annotation>
</attribute>
<attribute name="rushing-rank" type="string" use="optional">
<annotation>
<documentation>How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure..</documentation>
</annotation>
</attribute>
<attribute name="rushes-career-100-yard-games" type="string" use="optional">
<annotation>
<documentation>Number of times in rusher's career where total rushing yardage per game exceeded 100.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|