<element name="event-stats-motor-racing">
<annotation>
<documentation>Statistics about the event itself. | Includes the total number of lead changes, and the average speed.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="speed-average" type="string" use="optional">
<annotation>
<documentation>The average speed of the race.</documentation>
</annotation>
</attribute>
<attribute name="speed-units" type="string" use="optional">
<annotation>
<documentation>The units used for speed-average. For example: mph.</documentation>
</annotation>
</attribute>
<attribute name="lead-changes" type="string" use="optional">
<annotation>
<documentation>The number of times the lead changed in this race.</documentation>
</annotation>
</attribute>
<attribute name="lead-changes-drivers" type="string" use="optional">
<annotation>
<documentation>Total number of drivers that comprised the lead changes.</documentation>
</annotation>
</attribute>
<attribute name="margin-of-victory" type="string" use="optional">
<annotation>
<documentation>Time behind leader for 2nd place driver.</documentation>
</annotation>
</attribute>
<attribute name="caution-flags" type="string" use="optional">
<annotation>
<documentation>Total number of flags for race.</documentation>
</annotation>
</attribute>
<attribute name="caution-flags-laps" type="string" use="optional">
<annotation>
<documentation>Total number of laps there were caution flags.</documentation>
</annotation>
</attribute>
<attribute name="laps-total" type="string" use="optional">
<annotation>
<documentation>Total number of laps for race.</documentation>
</annotation>
</attribute>
<attribute name="distance-lap" type="string" use="optional">
<annotation>
<documentation>Length of one lap.</documentation>
</annotation>
</attribute>
<attribute name="distance-total" type="string" use="optional">
<annotation>
<documentation>Total distance of race.</documentation>
</annotation>
</attribute>
<attribute name="distance-units" type="string" use="optional">
<annotation>
<documentation>Unit of measure for distance-lap and distance-total.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|