motorRacingEventMetadataComplexType

Metadata about the event itself. | Includes what state the game is in.

Complex Type Information

Model

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:complexType name="motorRacingEventMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Metadata about the event itself. | Includes what state the game is in.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="eventStateMotorRacing"/>
</xs:complexType>