<element name="stats-american-football-field-goals">
<annotation>
<documentation>Statistics about attempted and made field goals. | Allows for breakdowns between particular yard markers.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="minimum-distance" type="string" use="optional">
<annotation>
<documentation>NOTE: Worth revisiting.</documentation>
</annotation>
</attribute>
<attribute name="maximum-distance" type="string" use="optional">
<annotation>
<documentation>NOTE: Worth revisiting.</documentation>
</annotation>
</attribute>
<attribute name="attempts" type="string" use="optional">
<annotation>
<documentation>Number of attempted field goals.</documentation>
</annotation>
</attribute>
<attribute name="made" type="string" use="optional">
<annotation>
<documentation>Number of successful field goals.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|