<element name="stats-american-football-sacks-against">
<annotation>
<documentation>Statistics about the sacks suffered by the offensive team. | How many times and the team was sacked, and for how many yards.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="sacks-against-yards" type="string" use="optional">
<annotation>
<documentation>Total number of yards lost by the offense.</documentation>
</annotation>
</attribute>
<attribute name="sacks-against-total" type="string" use="optional">
<annotation>
<documentation>Total number of times that the offense was sacked.</documentation>
</annotation>
</attribute>
<attribute name="sacks-against-average" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="sacks-against-safeties" type="string" use="optional">
<annotation>
<documentation>TBD. Number of sacks that resulted in safeties.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|