Definition Type: Attribute
Name: clock-state
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
ContentType Restriction
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of clock-state in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="clock-state" use="optional">
    <!-- Whether the clock is running or stopped. -->
    <xs:simpleType id="clockState">
        <xs:restriction base="xs:string">
            <xs:enumeration id="clockStateStopped" value="stopped" />
            <xs:enumeration id="clockStateRunning" value="running" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration stopped
Enumeration running