<element name="stats-motor-racing-race">
<annotation>
<documentation>Statistics for the race itself. | Includes time information and can include cumulative stats for the driver or team.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-motor-racing-lap" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="time-behind-leader" type="string" use="optional">
<annotation>
<documentation>Amount of time this driver was behind the car that is currently in first place.</documentation>
</annotation>
</attribute>
<attribute name="laps-behind-leader" type="string" use="optional">
<annotation>
<documentation>Amount of laps this driver was behind the car that is currently in first place.</documentation>
</annotation>
</attribute>
<attribute name="time-ahead-follower" type="string" use="optional">
<annotation>
<documentation>Amount of time this driver was ahead of the car immediately behind it.</documentation>
</annotation>
</attribute>
<attribute name="laps-ahead-follower" type="string" use="optional">
<annotation>
<documentation>Amount of laps this driver was ahead of the car immediately behind it.</documentation>
</annotation>
</attribute>
<attribute name="time" type="string" use="optional">
<annotation>
<documentation>Total amount of time this driver has been competing in the race.</documentation>
</annotation>
</attribute>
<attribute name="points" type="string" use="optional">
<annotation>
<documentation>Total accumulation of points in the league-authorized standings for the season.</documentation>
</annotation>
</attribute>
<attribute name="points-rookie" type="string" use="optional">
<annotation>
<documentation>Total accumulation of points in the league-authorized standings for the season, amongst other drivers who are competing in their first year.</documentation>
</annotation>
</attribute>
<attribute name="bonus" type="string" use="optional">
<annotation>
<documentation>Amount of bonus points driver has earned in this race. For example, NASCAR drivers may receive five bonus points for leading a lap, and an additional five points for leading the most laps.</documentation>
</annotation>
</attribute>
<attribute name="laps-completed" type="string" use="optional">
<annotation>
<documentation>Number of laps this driver has completed during this race.</documentation>
</annotation>
</attribute>
<attribute name="laps-leading-total" type="string" use="optional">
<annotation>
<documentation>Number of laps in which this driver has led the field.</documentation>
</annotation>
</attribute>
<attribute name="distance-leading" type="string" use="optional">
<annotation>
<documentation>Distance (in, say, miles or kilometers) that driver has led the race.</documentation>
</annotation>
</attribute>
<attribute name="distance-completed" type="string" use="optional">
<annotation>
<documentation>Distance (in, say, miles or kilometers) that driver has completed in this race.</documentation>
</annotation>
</attribute>
<attribute name="distance-units" type="string" use="optional">
<annotation>
<documentation>The unit of measure used for distances.</documentation>
</annotation>
</attribute>
<attribute name="speed-average" type="string" use="optional">
<annotation>
<documentation>Average speed during the race.</documentation>
</annotation>
</attribute>
<attribute name="speed-units" type="string" use="optional">
<annotation>
<documentation>Units used for denoting the speed.</documentation>
</annotation>
</attribute>
<attribute name="status" type="string" use="optional">
<annotation>
<documentation>Whether the driver is running, or is out of the race.</documentation>
</annotation>
</attribute>
<attribute name="finishes-top-5" type="string" use="optional">
<annotation>
<documentation>Number of top-5 finishes this driver has had.</documentation>
</annotation>
</attribute>
<attribute name="finishes-top-10" type="string" use="optional">
<annotation>
<documentation>Number of top-10 finishes this driver has had.</documentation>
</annotation>
</attribute>
<attribute name="starts" type="string" use="optional">
<annotation>
<documentation>Number of races this driver had started.</documentation>
</annotation>
</attribute>
<attribute name="finishes" type="string" use="optional">
<annotation>
<documentation>Number of races this driver had finished.</documentation>
</annotation>
</attribute>
<attribute name="non-finishes" type="string" use="optional">
<annotation>
<documentation>Number of races this driver had started but had not finished.</documentation>
</annotation>
</attribute>
<attribute name="wins" type="string" use="optional">
<annotation>
<documentation>Number of races this driver had won.</documentation>
</annotation>
</attribute>
<attribute name="races-leading" type="string" use="optional">
<annotation>
<documentation>Number of races in which this driver has held a lead.</documentation>
</annotation>
</attribute>
<attribute name="money" type="string" use="optional">
<annotation>
<documentation>Amount of money this driver had won.</documentation>
</annotation>
</attribute>
<attribute name="money-units" type="string" use="optional">
<annotation>
<documentation>Units in which the money attribute is specified.</documentation>
</annotation>
</attribute>
<attribute name="leads-total" type="string" use="optional">
<annotation>
<documentation>Number of total leads this driver has had, presumably during this race.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A comment or highlight on this driver.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|