<element name="action-motor-racing-position-change">
<annotation>
<documentation>Used when one driver passes another. | Could be used to just track the leaders, or could track the relative shiftings of all drivers in the race.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateMotorRacing" />
<attribute name="passer-type" use="required">
<annotation>
<documentation>Whether the passer is a team or a player.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="team" />
<enumeration value="player" />
</restriction>
</simpleType>
</attribute>
<attribute name="passer-idref" type="IDREF" use="optional">
<annotation>
<documentation>An IDREF for the passer.</documentation>
</annotation>
</attribute>
<attribute name="passer-key" type="string" use="optional">
<annotation>
<documentation>A key for the passer.</documentation>
</annotation>
</attribute>
<attribute name="position-original" type="string" use="optional">
<annotation>
<documentation>The original position of the passer, with respect to the race leader.</documentation>
</annotation>
</attribute>
<attribute name="position-new" type="string" use="optional">
<annotation>
<documentation>the new position of the passer, following the pass.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|