<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" />
</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="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>TBD.</documentation>
</annotation>
</attribute>
<attribute name="yards-allowed-average" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="defensive-plays-number" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-plays" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-points-against" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-touchdowns-against" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-touchdowns-against-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="defense-rank" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="defense-rank-pass" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="defense-rank-rush" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-total" type="string" use="optional">
<annotation>
<documentation>Deprecated. The number of passes the defense has intercepted.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-yards" type="string" use="optional">
<annotation>
<documentation>Deprecated. The number of yards gained as a result of an interception.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-average" type="string" use="optional">
<annotation>
<documentation>Deprecated. The average number of yards gained from interceptions.</documentation>
</annotation>
</attribute>
<attribute name="interceptions-longest" type="string" use="optional">
<annotation>
<documentation>Deprecated. 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>Deprecated. Numer of interceptions that were run back for a touchdown.</documentation>
</annotation>
</attribute>
<attribute name="sacks-total" type="string" use="optional">
<annotation>
<documentation>Deprecated. The number of sacks made by the defense.</documentation>
</annotation>
</attribute>
<attribute name="sacks-yards" type="string" use="optional">
<annotation>
<documentation>Deprecated. Number of yards gained by the defense.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|