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