<element name="team-stats-american-football">
<annotation>
<documentation>Statistics about a particular team. | Holds elements that divide statistics into categories.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-american-football-offensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-defensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-special-teams" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-fumbles" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-penalties" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="yards-per-attempt" type="string" use="optional">
<annotation>
<documentation>The average yards gained per play.</documentation>
</annotation>
</attribute>
<attribute name="number-of-plays" type="string" use="optional">
<annotation>
<documentation>The number of plays this team has completed, including for offensive, defensive, and special teams.</documentation>
</annotation>
</attribute>
<attribute name="number-of-plays-gaining" type="string" use="optional">
<annotation>
<documentation>The number of plays this team has completed for which yards were gained, including for offensive, defensive, and special teams.</documentation>
</annotation>
</attribute>
<attribute name="number-of-plays-losing" type="string" use="optional">
<annotation>
<documentation>The number of plays this team has completed for which yards were lost, including for offensive, defensive, and special teams.</documentation>
</annotation>
</attribute>
<attribute name="average-starting-position" type="string" use="optional">
<annotation>
<documentation>Average yard-line that the team started on per-drive.</documentation>
</annotation>
</attribute>
<attribute name="timeouts" type="string" use="optional">
<annotation>
<documentation>The number of timeouts a team has remaining, either in regulation or in overtime, whichever state the game is currently in.</documentation>
</annotation>
</attribute>
<attribute name="time-of-possession" type="string" use="optional">
<annotation>
<documentation>The time during the entire event that a team has possession of the ball.</documentation>
</annotation>
</attribute>
<attribute name="turnover-ratio" type="string" use="optional">
<annotation>
<documentation>Derived by subtracting turnovers-giveaways from turnovers-takeaways.</documentation>
</annotation>
</attribute>
<attribute name="time-of-possession-average" type="string" use="optional">
<annotation>
<documentation>Team's total time of possession divided by the number of the team's possessions in the game.</documentation>
</annotation>
</attribute>
<attribute name="time-of-opposition-possession-average" type="string" use="optional">
<annotation>
<documentation>Opponent's total time of possession divided by the number of the opponent's possessions in the game.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|