<element name="stats-motor-racing-qualifying">
<annotation>
<documentation>Statistics for the qualifying round of a race. | Includes pole position and qualifying times.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="grid" type="string" use="optional">
<annotation>
<documentation>The arrangement or order of cars in the starting lineup.</documentation>
</annotation>
</attribute>
<attribute name="pole-position" type="string" use="optional">
<annotation>
<documentation>Position relative to the inside wall, at the start of the race.</documentation>
</annotation>
</attribute>
<attribute name="pole-wins" type="string" use="optional">
<annotation>
<documentation>Number of times this driver or team had a pole position of 1.</documentation>
</annotation>
</attribute>
<attribute name="qualifying-speed" type="string" use="optional">
<annotation>
<documentation>Speed of lap which qualified the driver.</documentation>
</annotation>
</attribute>
<attribute name="qualifying-speed-units" type="string" use="optional">
<annotation>
<documentation>Units used for qualifying-speed.</documentation>
</annotation>
</attribute>
<attribute name="qualifying-time" type="string" use="optional">
<annotation>
<documentation>Time received for qualifying lap.</documentation>
</annotation>
</attribute>
<attribute name="qualifying-position" type="string" use="optional">
<annotation>
<documentation>Where the car had ranked within the preliminary round.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|