Definition Type: Attribute
Name: clock-state
Namespace: http://iptc.org/std/SportsML/2008-04-01/
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:
<attribute name="clock-state" use="optional">
    <annotation>
        <documentation>Whether the clock is running or stopped.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="stopped" />
            <enumeration value="running" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration stopped
Enumeration running