eventStateMotorRacing

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
flag-state QCodeType optional
The current flag issued within the race.
lap xs:string optional
An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.
laps-remaining xs:string optional
The number of laps (generally for the leader) that are remaining in the race.
time-elapsed xs:string optional
The time elapsed in the race.

Used By

Source

<xs:attributeGroup name="eventStateMotorRacing">
  <xs:attribute name="lap" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="laps-remaining" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of laps (generally for the leader) that are remaining in the race.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="time-elapsed" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The time elapsed in the race.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="flag-state" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>The current flag issued within the race.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>