<element name="stats-american-football-offensive">
<annotation>
<documentation>Statistics about a particular team or player's offensive performance. | Further breaks down stats into passing, rushing, etc.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-american-football-passing" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-rushing" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-down-progress" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-sacks-against" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="offensive-plays-yards" type="string" use="optional">
<annotation>
<documentation>The total yards accumulated through offensive plays.</documentation>
</annotation>
</attribute>
<attribute name="offensive-plays-number" type="string" use="optional">
<annotation>
<documentation>The number of offensive plays.</documentation>
</annotation>
</attribute>
<attribute name="offensive-plays-average-yards-per" type="string" use="optional">
<annotation>
<documentation>The average number of yards gained per play.</documentation>
</annotation>
</attribute>
<attribute name="offensive-plays-average-yards-per-game" type="string" use="optional">
<annotation>
<documentation>The average number of yards gained via offensive plays per game.</documentation>
</annotation>
</attribute>
<attribute name="offensive-rank" type="string" use="optional">
<annotation>
<documentation>How team's offense compares with rest of league or conference.</documentation>
</annotation>
</attribute>
<attribute name="possession-duration" type="string" use="optional">
<annotation>
<documentation>The average amount of time the team had possession per-drive.</documentation>
</annotation>
</attribute>
<attribute name="possessions-inside-20" type="string" use="optional">
<annotation>
<documentation>Number of times team has driven inside its opponent's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="turnovers-giveaway" type="string" use="optional">
<annotation>
<documentation>Derived by adding passes-interceptions plus fumbles-own-lost.</documentation>
</annotation>
</attribute>
<attribute name="turnovers-giveaway-average" type="string" use="optional">
<annotation>
<documentation>Average-per-game for turnovers-giveaway.</documentation>
</annotation>
</attribute>
<attribute name="handoffs-total" type="string" use="optional">
<annotation>
<documentation>Usually, number of times QB has handed off, typically leading to a running play.</documentation>
</annotation>
</attribute>
<attribute name="pitches-total" type="string" use="optional">
<annotation>
<documentation>Usually, number of times QB has pitched back to another player, typically leading to a running play.</documentation>
</annotation>
</attribute>
<attribute name="tackles" type="string" use="optional">
<annotation>
<documentation>The number of tackles performed while on offense.</documentation>
</annotation>
</attribute>
<attribute name="tackles-assists" type="string" use="optional">
<annotation>
<documentation>The number of tackle assists performed while on offense.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|