<element name="stats-american-football-penalties">
<annotation>
<documentation>Statistics about penalties. | Applies to both offensive and defensive penalties.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="penalties-total" type="string" use="optional">
<annotation>
<documentation>The number of penalties.</documentation>
</annotation>
</attribute>
<attribute name="penalty-yards" type="string" use="optional">
<annotation>
<documentation>The yards gained as a result of penalties.</documentation>
</annotation>
</attribute>
<attribute name="penalty-first-downs" type="string" use="optional">
<annotation>
<documentation>The number of first downs gained as a result of penalties.</documentation>
</annotation>
</attribute>
<attribute name="penalty-opponent-yards" type="string" use="optional">
<annotation>
<documentation>Yards opponents gain as a result of penalties.</documentation>
</annotation>
</attribute>
<attribute name="penalties-opponent-total" type="string" use="optional">
<annotation>
<documentation>Total of penalties by opposing team.</documentation>
</annotation>
</attribute>
<attribute name="penalties-challenged" type="string" use="optional">
<annotation>
<documentation>Includes penalty challenges that were both won and lost.</documentation>
</annotation>
</attribute>
<attribute name="penalties-reviewed" type="string" use="optional">
<annotation>
<documentation>Includes both coach challenges and booth challenges.</documentation>
</annotation>
</attribute>
<attribute name="penalties-overturned" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|