<element name="action-motor-racing-flag-change">
<annotation>
<documentation>Used when a flag is changed from one to another. | Signals the start of race, or a switch to caution mode.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateMotorRacing" />
<attribute name="flag-original" type="sportsml:flagType.MotorRacing" use="optional">
<annotation>
<documentation>A key for the original flag.</documentation>
</annotation>
</attribute>
<attribute name="flag-new" type="sportsml:flagType.MotorRacing" use="optional">
<annotation>
<documentation>A key for the new flag.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|