Whether the clock is running or stopped. |
Attribute Group | eventStateAmericanFootball |
<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> |