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