motorRacingStatsRaceComplexType

Statistics for the race itself. | Includes time information and can include cumulative stats for the driver or team.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-scope restriction of xs:string optional
Indicates that the included statistics apply only to events played either at home or away.
bonus xs:string optional
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.
class xs:string optional
An open placeholder for categorization.
comment xs:string optional
A comment or highlight on this driver.
competition QCodeType optional
The key of the league or competition for which the player or team generated the stats.
distance xs:string optional
Measure of distance for the generated stat.
distance-completed xs:string optional
Distance (in, say, miles or kilometers) that driver has completed in this race.
distance-leading xs:string optional
Distance (in, say, miles or kilometers) that driver has led the race.
distance-maximum xs:string optional
Maximum distance for the generated stat.
distance-minimum xs:string optional
Minimum distance for the generated stat.
distance-units xs:string optional
The unit of measure used for distances.
duration-scope QCodeType optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime. SportsML vocab uri: http://cv.iptc.org/newscodes/spdurationscope/
end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the event for which the stats are relevant.
event-span xs:nonNegativeInteger optional
Qualifier of "most-recent-events" value for temporal-unit attribute. Specify the number of events eg. 10 for last 10 games.
finishes xs:string optional
Number of races this driver had finished.
finishes-top-10 xs:string optional
Number of top-10 finishes this driver has had.
finishes-top-5 xs:string optional
Number of top-5 finishes this driver has had.
id xs:ID optional
An XML-specific identifier for the element.
laps-ahead-follower xs:string optional
Amount of laps this driver was ahead of the car immediately behind it.
laps-behind-leader xs:string optional
Amount of laps this driver was behind the car that is currently in first place.
laps-completed xs:string optional
Number of laps this driver has completed during this race.
laps-leading-total xs:string optional
Number of laps in which this driver has led the field.
leads-total xs:string optional
Number of total leads this driver has had, presumably during this race.
location-key QCodeType optional
The key of the site,venue or location where the stats were generated.
measurement-units xs:string optional
The type of unit used to measure distance, speed, etc. Could be mph, kph, metres, yards, etc.
money xs:string optional
Amount of money this driver had won.
money-units xs:string optional
Units in which the money attribute is specified.
non-finishes xs:string optional
Number of races this driver had started but had not finished.
opponent-type QCodeType optional
Whether the opponent was a player, team, etc.
opponent-value QCodeType optional
The key of the player, team, division, conference, league or other unit which provide the opposition relevant to the stat.
period-end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the period for which the stats are relevant.
period-start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the period for which the stats are relevant.
period-type QCodeType optional
For certain types of periods: overtime, declared (cricket), etc.
period-value xs:string optional
Used for tracking stats and events by period.
points xs:string optional
Total accumulation of points in the league-authorized standings for the season.
points-rookie xs:string optional
Total accumulation of points in the league-authorized standings for the season, amongst other drivers who are competing in their first year.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
races-leading xs:string optional
Number of races in which this driver has held a lead.
record-making-scope QCodeType optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scope-value QCodeType optional
A generic scope indicator. Use only if none of the other coverage attributes are suitable.
scoping-label xs:string optional
A textual description for the scope.
situation QCodeType optional
Final or current score of the team or player.
speed-average xs:string optional
Average speed during the race.
speed-units xs:string optional
Units used for denoting the speed.
start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the event for which the stats are relevant.
starts xs:string optional
Number of races this driver had started.
stats-coverage QCodeType optional
A relative indication of how many statistics are included in the item. SportsML vocab uri: http://cv.iptc.org/newscodes/spstatscoverage/
status xs:string optional
Whether the driver is running, or is out of the race.
style xs:string optional
An open placeholder for reference by an external stylesheet.
surface-type QCodeType optional
The type of surface (eg. clay, artificial grass, etc.) upon which the stats were generated.
team QCodeType optional
The key of the team for which the player or team generated the stats.
team-coverage restriction of xs:string optional
Indicates whether the item contains information about one team, or
many teams.
temporal-unit-type QCodeType optional
The unit of performance to which the stats apply eg. single-event, season, career.
temporal-unit-value QCodeType optional
The key of performance unit to which the stats apply.
time xs:string optional
Total amount of time this driver has been competing in the race.
time-ahead-follower xs:string optional
Amount of time this driver was ahead of the car immediately behind it.
time-behind-leader xs:string optional
Amount of time this driver was behind the car that is currently in first place.
unit-type QCodeType optional
The type, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
unit-value QCodeType optional
The key, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
venue-type QCodeType optional
The type of event (eg. indoor, outdoor, etc.) in which the stats were generated.
weather-type QCodeType optional
A code for the weather situation in which the stats were generated. SportsML weather codes recommended.
wins xs:string optional
Number of races this driver had won.

Used By

Source

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