Definition Type: Attribute
Name: distance-for-1st-down
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-american-football.xsd
Use Optional
Documentation:
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
Collapse XSD Schema Diagram:
XSD Diagram of distance-for-1st-down in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="distance-for-1st-down" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation>The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.</xs:documentation>
    </xs:annotation>
</xs:attribute>