Definition Type: Attribute
Name: clock-state
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-american-football.xsd
ContentType Restriction
Use Optional
Documentation:
Whether the clock is running or stopped.
Collapse XSD Schema Diagram:
XSD Diagram of clock-state in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="clock-state" use="optional">
    <xs:annotation>
        <xs:documentation>Whether the clock is running or stopped.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="stopped" />
            <xs:enumeration value="running" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration stopped
Enumeration running