<element name="stats-motor-racing-lap">
<annotation>
<documentation>Statistics for a particular lap. | Can be used for all laps in a race, or just say for the fastest lap.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="speed-range" type="string" use="optional">
<annotation>
<documentation>A controlled vocabulary. Either fastest or slowest.</documentation>
</annotation>
</attribute>
<attribute name="number" type="string" use="optional">
<annotation>
<documentation>The lap number in question.</documentation>
</annotation>
</attribute>
<attribute name="start-time-elapsed" type="string" use="optional">
<annotation>
<documentation>The time since the start of the race at which this lap was begun.</documentation>
</annotation>
</attribute>
<attribute name="speed-average" type="string" use="optional">
<annotation>
<documentation>The average speed of this lap.</documentation>
</annotation>
</attribute>
<attribute name="speed-units" type="string" use="optional">
<annotation>
<documentation>The units used for speed-average.</documentation>
</annotation>
</attribute>
<attribute name="duration" type="string" use="optional">
<annotation>
<documentation>The length of time this lap (or partial lap) was completed.</documentation>
</annotation>
</attribute>
<attribute name="split-location" type="string" use="optional">
<annotation>
<documentation>Used when partial laps are being timed. If omitted, it is assumed that the stats herein are for the entire lap. Sample values include: start | stretch | finish | marker-1 | marker-2</documentation>
</annotation>
</attribute>
</complexType>
</element>
|