clock-state

Whether the clock is running or stopped.

Attribute Information

Used By

Attribute Group eventStateAmericanFootball

Source

<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>

Sample