Definition Type: Attribute
Name: down
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-american-football.xsd
ContentType Restriction
Use Optional
Documentation:
The current down. Valid values are 1,2,3,4,5.
Collapse XSD Schema Diagram:
XSD Diagram of down in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="down" use="optional">
    <xs:annotation>
        <xs:documentation>The current down. Valid values are 1,2,3,4,5.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="1" />
            <xs:enumeration value="2" />
            <xs:enumeration value="3" />
            <xs:enumeration value="4" />
            <xs:enumeration value="5" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5