<element name="stats-american-football-defensive">
<annotation>
<documentation>Statistics about a particular player or team's defensive performance. | Covers tackles, interceptions, sacks.</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="tackles-total" type="string" use="optional">
<annotation>
<documentation>The number of tackles made by the defense.</documentation>
</annotation>
</attribute>
<attribute name="tackles-solo" type="string" use="optional">
<annotation>
<documentation>The number of tackles made where only one member of the defense commited the tackle.</documentation>
</annotation>
</attribute>
<attribute name="tackles-assists" type="string" use="optional">
<annotation>
<documentation>The number of tackles made where multiple members of the defense commited the tackle.</documentation>
</annotation>
</attribute>
<attribute name="tackles-team" type="string" use="optional">
<annotation>
<documentation>The number of tackles made which were credited to the team as a whole.</documentation>
</annotation>
</attribute>
<attribute name="quarterback-hurries" type="string" use="optional">
<annotation>
<documentation>An unofficial stat given when a defensive player pressures and hurries the quarterback into making a throw to avoid being sacked.</documentation>
</annotation>
</attribute>
<attribute name="passes-defensed" type="string" use="optional">
<annotation>
<documentation>Total number of times a pass was deflected or otherwise defended against.</documentation>
</annotation>
</attribute>
<attribute name="turnovers-takeaway" type="string" use="optional">
<annotation>
<documentation>Derived by adding interceptions-total plus fumbles-opposing-recovered.</documentation>
</annotation>
</attribute>
<attribute name="yards-allowed-total" type="string" use="optional">
<annotation>
<documentation>Total yardage a defense allowed, usually through passing and rushing.</documentation>
</annotation>
</attribute>
<attribute name="yards-allowed-average" type="string" use="optional">
<annotation>
<documentation>Total yardage a defense allows per game.</documentation>
</annotation>
</attribute>
<attribute name="defensive-plays-number" type="string" use="optional">
<annotation>
<documentation>Number of plays a defense is on the field.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-plays" type="string" use="optional">
<annotation>
<documentation>Number of plays inside defensive team's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-points-against" type="string" use="optional">
<annotation>
<documentation>Number of points given up when opponents' possession starts inside defensive team's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-touchdowns-against" type="string" use="optional">
<annotation>
<documentation>Number of touchdowns given up when opponents' possession starts inside defensive team's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-touchdowns-against-percentage" type="string" use="optional">
<annotation>
<documentation>Ratio of touchdowns allowed to possessions when opponents' possession starts inside defensive team's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="defense-rank" type="string" use="optional">
<annotation>
<documentation>How a team's defensive stats rank in a league or conference, usually using yards allowed per game as the measure.</documentation>
</annotation>
</attribute>
<attribute name="defense-rank-pass" type="string" use="optional">
<annotation>
<documentation>How a team's passing defense stats rank in a league or conference, usually using passing yards allowed per game as the measure.</documentation>
</annotation>
</attribute>
<attribute name="defense-rank-rush" type="string" use="optional">
<annotation>
<documentation>How a team's rushing defense stats rank in a league or conference, usually using rushing yards allowed per game as the measure.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-total" type="string" use="optional">
<annotation>
<documentation>The number of passes the defense has intercepted.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-yards" type="string" use="optional">
<annotation>
<documentation>The number of yards gained as a result of an interception.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-average" type="string" use="optional">
<annotation>
<documentation>The average number of yards gained from interceptions.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of passes intercepted.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-longest" type="string" use="optional">
<annotation>
<documentation>The longest interception returned. Greatest number of yards gained on an interception.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-touchdown" type="string" use="optional">
<annotation>
<documentation>Number of interceptions that were run back for a touchdown.</documentation>
</annotation>
</attribute>
<attribute name="sacks-total" type="string" use="optional">
<annotation>
<documentation>The number of sacks made by the defense.</documentation>
</annotation>
</attribute>
<attribute name="sacks-yards" type="string" use="optional">
<annotation>
<documentation>Number of yards gained by the defense.</documentation>
</annotation>
</attribute>
<attribute name="sacks-team" type="string" use="optional">
<annotation>
<documentation>The number of sacks credited to the team as a whole.</documentation>
</annotation>
</attribute>
<attribute name="sacks-yards-team" type="string" use="optional">
<annotation>
<documentation>Number of yards gained by the defense on sacks credited to the team as a whole.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|