<xs:attributeGroup name="motorRacingActionAttributes">
<xs:attribute name="lap" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation>Which lap number this play takes place in</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="laps-remaining" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation>How many laps are remaining when this play takes place</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="flag-state" use="optional" type="QCodeType">
<xs:annotation>
<xs:documentation>Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="flag-original" use="optional" type="QCodeType">
<xs:annotation>
<xs:documentation>Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="flag-new" use="optional" type="QCodeType">
<xs:annotation>
<xs:documentation>Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="passer-type" use="optional" type="QCodeType"/>
<xs:attribute name="passer-key" use="optional" type="QCodeType"/>
<xs:attribute name="position-original" use="optional" type="QCodeType"/>
<xs:attribute name="position-new" use="optional" type="QCodeType"/>
</xs:attributeGroup> |