Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema sportsml-specific-motor-racing.xsd
Namespace http://iptc.org/std/SportsML/2008-04-01/
Properties
attribute form default: unqualified
element form default: unqualified
version: 2.2
Element sportsml:event-metadata-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the event itself. | Includes what state the game is in.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
flag-state sportsml:flagType.MotorRacing optional
The current flag issued within the race.
id ID optional
An XML-specific identifier for the element.
lap string optional
An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.
laps-remaining string optional
The number of laps (generally for the leader) that are remaining in the race.
time-elapsed string optional
The time elapsed in the race.
Source
<element name="event-metadata-motor-racing">
  <annotation>
    <documentation>Metadata about the event itself. | Includes what state the game is in.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateMotorRacing"/>
  </complexType>
</element>
Element sportsml:event-stats-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about the event itself. | Includes the total number of lead changes, and the average speed.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_speed-average sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_speed-units sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_lead-changes sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_lead-changes-drivers sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_margin-of-victory sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_caution-flags sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_caution-flags-laps sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_laps-total sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_distance-lap sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_distance-total sportsml-specific-motor-racing_xsd.tmp#event-stats-motor-racing_distance-units
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
caution-flags string optional
Total number of flags for race.
caution-flags-laps string optional
Total number of laps there were caution flags.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
distance-lap string optional
Length of one lap.
distance-total string optional
Total distance of race.
distance-units string optional
Unit of measure for distance-lap and distance-total.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
laps-total string optional
Total number of laps for race.
lead-changes string optional
The number of times the lead changed in this race.
lead-changes-drivers string optional
Total number of drivers that comprised the lead changes.
margin-of-victory string optional
Time behind leader for 2nd place driver.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
speed-average string optional
The average speed of the race.
speed-units string optional
The units used for speed-average. For example: mph.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<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>
Element sportsml:event-actions-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A container for specific motor-racing actions. | Generally ordered chronologically.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-flag-change sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change
Properties
content: complex
Used by
Model sportsml:action-motor-racing-flag-change | sportsml:action-motor-racing-position-change
Children sportsml:action-motor-racing-flag-change, sportsml:action-motor-racing-position-change
Instance
<sportsml:event-actions-motor-racing id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-motor-racing-flag-change comment="" flag-new="" flag-original="" flag-state="" id="" lap="" laps-remaining="" time-elapsed="">{1,1}</sportsml:action-motor-racing-flag-change>
  <sportsml:action-motor-racing-position-change comment="" flag-state="" id="" lap="" laps-remaining="" passer-idref="" passer-key="" passer-type="" position-new="" position-original="" time-elapsed="">{1,1}</sportsml:action-motor-racing-position-change>
</sportsml:event-actions-motor-racing>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="event-actions-motor-racing">
  <annotation>
    <documentation>A container for specific motor-racing actions. | Generally ordered chronologically.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-motor-racing-flag-change"/>
      <element ref="sportsml:action-motor-racing-position-change"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:action-motor-racing-flag-change
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Used when a flag is changed from one to another. | Signals the start of race, or a switch to caution mode.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-flag-change_flag-original sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-flag-change_flag-new sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-flag-change_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
comment string optional
A textual comment.
flag-new sportsml:flagType.MotorRacing optional
A key for the new flag.
flag-original sportsml:flagType.MotorRacing optional
A key for the original flag.
flag-state sportsml:flagType.MotorRacing optional
The current flag issued within the race.
id ID optional
An XML-specific identifier for the element.
lap string optional
An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.
laps-remaining string optional
The number of laps (generally for the leader) that are remaining in the race.
time-elapsed string optional
The time elapsed in the race.
Source
<element name="action-motor-racing-flag-change">
  <annotation>
    <documentation>Used when a flag is changed from one to another. | Signals the start of race, or a switch to caution mode.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateMotorRacing"/>
    <attribute name="flag-original" type="sportsml:flagType.MotorRacing" use="optional">
      <annotation>
        <documentation>A key for the original flag.</documentation>
      </annotation>
    </attribute>
    <attribute name="flag-new" type="sportsml:flagType.MotorRacing" use="optional">
      <annotation>
        <documentation>A key for the new flag.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-motor-racing-position-change
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Used when one driver passes another. | Could be used to just track the leaders, or could track the relative shiftings of all drivers in the race.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change_passer-type sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change_passer-idref sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change_passer-key sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change_position-original sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change_position-new sportsml-specific-motor-racing_xsd.tmp#action-motor-racing-position-change_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
comment string optional
A textual comment.
flag-state sportsml:flagType.MotorRacing optional
The current flag issued within the race.
id ID optional
An XML-specific identifier for the element.
lap string optional
An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.
laps-remaining string optional
The number of laps (generally for the leader) that are remaining in the race.
passer-idref IDREF optional
An IDREF for the passer.
passer-key string optional
A key for the passer.
passer-type restriction of string required
Whether the passer is a team or a player.
position-new string optional
the new position of the passer, following the pass.
position-original string optional
The original position of the passer, with respect to the race leader.
time-elapsed string optional
The time elapsed in the race.
Source
<element name="action-motor-racing-position-change">
  <annotation>
    <documentation>Used when one driver passes another. | Could be used to just track the leaders, or could track the relative shiftings of all drivers in the race.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateMotorRacing"/>
    <attribute name="passer-type" use="required">
      <annotation>
        <documentation>Whether the passer is a team or a player.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="team"/>
          <enumeration value="player"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="passer-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>An IDREF for the passer.</documentation>
      </annotation>
    </attribute>
    <attribute name="passer-key" type="string" use="optional">
      <annotation>
        <documentation>A key for the passer.</documentation>
      </annotation>
    </attribute>
    <attribute name="position-original" type="string" use="optional">
      <annotation>
        <documentation>The original position of the passer, with respect to the race leader.</documentation>
      </annotation>
    </attribute>
    <attribute name="position-new" type="string" use="optional">
      <annotation>
        <documentation>the new position of the passer, following the pass.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:team-metadata-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the team. | Specific to the sport of motor racing.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle
Properties
content: complex
Used by
Model sportsml:metadata-motor-racing-vehicle{0,1}
Children sportsml:metadata-motor-racing-vehicle
Instance
<sportsml:team-metadata-motor-racing id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:metadata-motor-racing-vehicle chassis="" engine="" id="" make-key="" make-name="" number="" sponsor="" tire="">{0,1}</sportsml:metadata-motor-racing-vehicle>
</sportsml:team-metadata-motor-racing>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="team-metadata-motor-racing">
  <annotation>
    <documentation>Metadata about the team. | Specific to the sport of motor racing.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:metadata-motor-racing-vehicle" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:metadata-motor-racing-vehicle
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Details on the car, motorcycle, etc., being driven. | Includes manufacturing information.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_number sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_make-key sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_make-name sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_sponsor sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_chassis sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_engine sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle_tire
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
chassis string optional
The type of chassis.
engine string optional
The type of engine.
id ID optional
An XML-specific identifier for the element.
make-key sportsml:genericKeyType optional
A unique identifier for the make of the car. For example: m.dodge
make-name string optional
A display-name for the make-key.
number string optional
The number written on the side of the vehicle.
sponsor string optional
The name of the sponsor for the car.
tire string optional
The type of tire.
Source
<element name="metadata-motor-racing-vehicle">
  <annotation>
    <documentation>Details on the car, motorcycle, etc., being driven. | Includes manufacturing information.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="number" type="string" use="optional">
      <annotation>
        <documentation>The number written on the side of the vehicle.</documentation>
      </annotation>
    </attribute>
    <attribute name="make-key" type="sportsml:genericKeyType" use="optional">
      <annotation>
        <documentation>A unique identifier for the make of the car. For example: m.dodge</documentation>
      </annotation>
    </attribute>
    <attribute name="make-name" type="string" use="optional">
      <annotation>
        <documentation>A display-name for the make-key.</documentation>
      </annotation>
    </attribute>
    <attribute name="sponsor" type="string" use="optional">
      <annotation>
        <documentation>The name of the sponsor for the car.</documentation>
      </annotation>
    </attribute>
    <attribute name="chassis" type="string" use="optional">
      <annotation>
        <documentation>The type of chassis.</documentation>
      </annotation>
    </attribute>
    <attribute name="engine" type="string" use="optional">
      <annotation>
        <documentation>The type of engine.</documentation>
      </annotation>
    </attribute>
    <attribute name="tire" type="string" use="optional">
      <annotation>
        <documentation>The type of tire.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:team-stats-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Specific statistics for motor racing. | Includes stats about the qualifying round, as well as for the race itself.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race
Properties
content: complex
Used by
Model sportsml:stats-motor-racing-qualifying* , sportsml:stats-motor-racing-race*
Children sportsml:stats-motor-racing-qualifying, sportsml:stats-motor-racing-race
Instance
<sportsml:team-stats-motor-racing alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-motor-racing-qualifying alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" grid="" id="" period-value="" pole-position="" pole-wins="" position-scope="" qualifying-position="" qualifying-speed="" qualifying-speed-units="" qualifying-time="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-motor-racing-qualifying>
  <sportsml:stats-motor-racing-race alignment-scope="" bonus="" comment="" competition-scope="" date-coverage-type="" date-coverage-value="" distance-completed="" distance-leading="" distance-units="" duration-scope="" finishes="" finishes-top-10="" finishes-top-5="" id="" laps-ahead-follower="" laps-behind-leader="" laps-completed="" laps-leading-total="" leads-total="" money="" money-units="" non-finishes="" period-value="" points="" points-rookie="" position-scope="" races-leading="" record-making-scope="" scoping-label="" speed-average="" speed-units="" starts="" stats-coverage="" status="" team-coverage="" time="" time-ahead-follower="" time-behind-leader="" wins="">{0,unbounded}</sportsml:stats-motor-racing-race>
</sportsml:team-stats-motor-racing>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="team-stats-motor-racing">
  <annotation>
    <documentation>Specific statistics for motor racing. | Includes stats about the qualifying round, as well as for the race itself.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-motor-racing-qualifying" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-motor-racing-race" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Element sportsml:stats-motor-racing-qualifying
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for the qualifying round of a race. | Includes pole position and qualifying times.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_grid sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_pole-position sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_pole-wins sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_qualifying-speed sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_qualifying-speed-units sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_qualifying-time sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying_qualifying-position
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
grid string optional
The arrangement or order of cars in the starting lineup.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
pole-position string optional
Position relative to the inside wall, at the start of the race.
pole-wins string optional
Number of times this driver or team had a pole position of 1.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
qualifying-position string optional
Where the car had ranked within the preliminary round.
qualifying-speed string optional
Speed of lap which qualified the driver.
qualifying-speed-units string optional
Units used for qualifying-speed.
qualifying-time string optional
Time received for qualifying lap.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<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>
Element sportsml:stats-motor-racing-race
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for the race itself. | Includes time information and can include cumulative stats for the driver or team.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_time-behind-leader sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_laps-behind-leader sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_time-ahead-follower sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_laps-ahead-follower sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_time sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_points sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_points-rookie sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_bonus sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_laps-completed sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_laps-leading-total sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_distance-leading sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_distance-completed sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_distance-units sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_speed-average sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_speed-units sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_status sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_finishes-top-5 sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_finishes-top-10 sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_starts sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_finishes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_non-finishes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_wins sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_races-leading sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_money sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_money-units sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_leads-total sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race_comment sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap
Properties
content: complex
Used by
Model sportsml:stats-motor-racing-lap*
Children sportsml:stats-motor-racing-lap
Instance
<sportsml:stats-motor-racing-race alignment-scope="" bonus="" comment="" competition-scope="" date-coverage-type="" date-coverage-value="" distance-completed="" distance-leading="" distance-units="" duration-scope="" finishes="" finishes-top-10="" finishes-top-5="" id="" laps-ahead-follower="" laps-behind-leader="" laps-completed="" laps-leading-total="" leads-total="" money="" money-units="" non-finishes="" period-value="" points="" points-rookie="" position-scope="" races-leading="" record-making-scope="" scoping-label="" speed-average="" speed-units="" starts="" stats-coverage="" status="" team-coverage="" time="" time-ahead-follower="" time-behind-leader="" wins="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-motor-racing-lap alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration="" duration-scope="" id="" number="" period-value="" position-scope="" record-making-scope="" scoping-label="" speed-average="" speed-range="" speed-units="" split-location="" start-time-elapsed="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-motor-racing-lap>
</sportsml:stats-motor-racing-race>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
bonus 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.
comment string optional
A comment or highlight on this driver.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
distance-completed string optional
Distance (in, say, miles or kilometers) that driver has completed in this race.
distance-leading string optional
Distance (in, say, miles or kilometers) that driver has led the race.
distance-units string optional
The unit of measure used for distances.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
finishes string optional
Number of races this driver had finished.
finishes-top-10 string optional
Number of top-10 finishes this driver has had.
finishes-top-5 string optional
Number of top-5 finishes this driver has had.
id ID optional
An XML-specific identifier for the element.
laps-ahead-follower string optional
Amount of laps this driver was ahead of the car immediately behind it.
laps-behind-leader string optional
Amount of laps this driver was behind the car that is currently in first place.
laps-completed string optional
Number of laps this driver has completed during this race.
laps-leading-total string optional
Number of laps in which this driver has led the field.
leads-total string optional
Number of total leads this driver has had, presumably during this race.
money string optional
Amount of money this driver had won.
money-units string optional
Units in which the money attribute is specified.
non-finishes string optional
Number of races this driver had started but had not finished.
period-value string optional
Used for tracking stats and events by period.
points string optional
Total accumulation of points in the league-authorized standings for the season.
points-rookie 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-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
races-leading string optional
Number of races in which this driver has held a lead.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
speed-average string optional
Average speed during the race.
speed-units string optional
Units used for denoting the speed.
starts string optional
Number of races this driver had started.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
status string optional
Whether the driver is running, or is out of the race.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
time string optional
Total amount of time this driver has been competing in the race.
time-ahead-follower string optional
Amount of time this driver was ahead of the car immediately behind it.
time-behind-leader string optional
Amount of time this driver was behind the car that is currently in first place.
wins string optional
Number of races this driver had won.
Source
<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>
Element sportsml:stats-motor-racing-lap
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for a particular lap. | Can be used for all laps in a race, or just say for the fastest lap.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_speed-range sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_number sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_start-time-elapsed sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_speed-average sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_speed-units sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_duration sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-lap_split-location
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration string optional
The length of time this lap (or partial lap) was completed.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
number string optional
The lap number in question.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
speed-average string optional
The average speed of this lap.
speed-range string optional
Either fastest or slowest.
speed-units string optional
The units used for speed-average.
split-location string optional
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
start-time-elapsed string optional
The time since the start of the race at which this lap was begun.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<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>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>
Element sportsml:player-metadata-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the driver. | Specific to the sport of motor racing.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle
Properties
content: complex
Used by
Model sportsml:metadata-motor-racing-vehicle{0,1}
Children sportsml:metadata-motor-racing-vehicle
Instance
<sportsml:player-metadata-motor-racing id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:metadata-motor-racing-vehicle chassis="" engine="" id="" make-key="" make-name="" number="" sponsor="" tire="">{0,1}</sportsml:metadata-motor-racing-vehicle>
</sportsml:player-metadata-motor-racing>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="player-metadata-motor-racing">
  <annotation>
    <documentation>Metadata about the driver. | Specific to the sport of motor racing.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:metadata-motor-racing-vehicle" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:player-stats-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Specific statistics for motor racing. | Includes stats about the qualifying round, as well as for the race itself.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-qualifying sportsml-specific-motor-racing_xsd.tmp#stats-motor-racing-race
Properties
content: complex
Used by
Model sportsml:stats-motor-racing-qualifying* , sportsml:stats-motor-racing-race*
Children sportsml:stats-motor-racing-qualifying, sportsml:stats-motor-racing-race
Instance
<sportsml:player-stats-motor-racing alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-motor-racing-qualifying alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" grid="" id="" period-value="" pole-position="" pole-wins="" position-scope="" qualifying-position="" qualifying-speed="" qualifying-speed-units="" qualifying-time="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-motor-racing-qualifying>
  <sportsml:stats-motor-racing-race alignment-scope="" bonus="" comment="" competition-scope="" date-coverage-type="" date-coverage-value="" distance-completed="" distance-leading="" distance-units="" duration-scope="" finishes="" finishes-top-10="" finishes-top-5="" id="" laps-ahead-follower="" laps-behind-leader="" laps-completed="" laps-leading-total="" leads-total="" money="" money-units="" non-finishes="" period-value="" points="" points-rookie="" position-scope="" races-leading="" record-making-scope="" scoping-label="" speed-average="" speed-units="" starts="" stats-coverage="" status="" team-coverage="" time="" time-ahead-follower="" time-behind-leader="" wins="">{0,unbounded}</sportsml:stats-motor-racing-race>
</sportsml:player-stats-motor-racing>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="player-stats-motor-racing">
  <annotation>
    <documentation>Specific statistics for motor racing. | Includes stats about the qualifying round, as well as for the race itself.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-motor-racing-qualifying" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-motor-racing-race" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Element sportsml:associate-metadata-motor-racing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the associate. | Specific to the sport of motor racing.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-motor-racing_xsd.tmp#metadata-motor-racing-vehicle
Properties
content: complex
Used by
Model sportsml:metadata-motor-racing-vehicle{0,1}
Children sportsml:metadata-motor-racing-vehicle
Instance
<sportsml:associate-metadata-motor-racing id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:metadata-motor-racing-vehicle chassis="" engine="" id="" make-key="" make-name="" number="" sponsor="" tire="">{0,1}</sportsml:metadata-motor-racing-vehicle>
</sportsml:associate-metadata-motor-racing>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="associate-metadata-motor-racing">
  <annotation>
    <documentation>Metadata about the associate. | Specific to the sport of motor racing.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:metadata-motor-racing-vehicle" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Attribute sportsml:eventStateMotorRacing / @lap
Namespace No namespace
Annotations
An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.
Type string
Properties
use: optional
Used by
Source
<attribute name="lap" type="string" use="optional">
  <annotation>
    <documentation>An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateMotorRacing / @laps-remaining
Namespace No namespace
Annotations
The number of laps (generally for the leader) that are remaining in the race.
Type string
Properties
use: optional
Used by
Source
<attribute name="laps-remaining" type="string" use="optional">
  <annotation>
    <documentation>The number of laps (generally for the leader) that are remaining in the race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateMotorRacing / @time-elapsed
Namespace No namespace
Annotations
The time elapsed in the race.
Type string
Properties
use: optional
Used by
Source
<attribute name="time-elapsed" type="string" use="optional">
  <annotation>
    <documentation>The time elapsed in the race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateMotorRacing / @flag-state
Namespace No namespace
Annotations
The current flag issued within the race.
Type sportsml:flagType.MotorRacing
Properties
use: optional
Used by
Source
<attribute name="flag-state" type="sportsml:flagType.MotorRacing" use="optional">
  <annotation>
    <documentation>The current flag issued within the race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @speed-average
Namespace No namespace
Annotations
The average speed of the race.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-average" type="string" use="optional">
  <annotation>
    <documentation>The average speed of the race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @speed-units
Namespace No namespace
Annotations
The units used for speed-average. For example: mph.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-units" type="string" use="optional">
  <annotation>
    <documentation>The units used for speed-average. For example: mph.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @lead-changes
Namespace No namespace
Annotations
The number of times the lead changed in this race.
Type string
Properties
use: optional
Used by
Source
<attribute name="lead-changes" type="string" use="optional">
  <annotation>
    <documentation>The number of times the lead changed in this race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @lead-changes-drivers
Namespace No namespace
Annotations
Total number of drivers that comprised the lead changes.
Type string
Properties
use: optional
Used by
Source
<attribute name="lead-changes-drivers" type="string" use="optional">
  <annotation>
    <documentation>Total number of drivers that comprised the lead changes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @margin-of-victory
Namespace No namespace
Annotations
Time behind leader for 2nd place driver.
Type string
Properties
use: optional
Used by
Source
<attribute name="margin-of-victory" type="string" use="optional">
  <annotation>
    <documentation>Time behind leader for 2nd place driver.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @caution-flags
Namespace No namespace
Annotations
Total number of flags for race.
Type string
Properties
use: optional
Used by
Source
<attribute name="caution-flags" type="string" use="optional">
  <annotation>
    <documentation>Total number of flags for race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @caution-flags-laps
Namespace No namespace
Annotations
Total number of laps there were caution flags.
Type string
Properties
use: optional
Used by
Source
<attribute name="caution-flags-laps" type="string" use="optional">
  <annotation>
    <documentation>Total number of laps there were caution flags.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @laps-total
Namespace No namespace
Annotations
Total number of laps for race.
Type string
Properties
use: optional
Used by
Source
<attribute name="laps-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of laps for race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @distance-lap
Namespace No namespace
Annotations
Length of one lap.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance-lap" type="string" use="optional">
  <annotation>
    <documentation>Length of one lap.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @distance-total
Namespace No namespace
Annotations
Total distance of race.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance-total" type="string" use="optional">
  <annotation>
    <documentation>Total distance of race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-stats-motor-racing / @distance-units
Namespace No namespace
Annotations
Unit of measure for distance-lap and distance-total.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance-units" type="string" use="optional">
  <annotation>
    <documentation>Unit of measure for distance-lap and distance-total.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-flag-change / @flag-original
Namespace No namespace
Annotations
A key for the original flag.
Type sportsml:flagType.MotorRacing
Properties
use: optional
Used by
Source
<attribute name="flag-original" type="sportsml:flagType.MotorRacing" use="optional">
  <annotation>
    <documentation>A key for the original flag.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-flag-change / @flag-new
Namespace No namespace
Annotations
A key for the new flag.
Type sportsml:flagType.MotorRacing
Properties
use: optional
Used by
Source
<attribute name="flag-new" type="sportsml:flagType.MotorRacing" use="optional">
  <annotation>
    <documentation>A key for the new flag.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-flag-change / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-position-change / @passer-type
Namespace No namespace
Annotations
Whether the passer is a team or a player.
Type restriction of string
Properties
use: required
Facets
enumeration team
enumeration player
Used by
Source
<attribute name="passer-type" use="required">
  <annotation>
    <documentation>Whether the passer is a team or a player.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="team"/>
      <enumeration value="player"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-motor-racing-position-change / @passer-idref
Namespace No namespace
Annotations
An IDREF for the passer.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="passer-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>An IDREF for the passer.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-position-change / @passer-key
Namespace No namespace
Annotations
A key for the passer.
Type string
Properties
use: optional
Used by
Source
<attribute name="passer-key" type="string" use="optional">
  <annotation>
    <documentation>A key for the passer.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-position-change / @position-original
Namespace No namespace
Annotations
The original position of the passer, with respect to the race leader.
Type string
Properties
use: optional
Used by
Source
<attribute name="position-original" type="string" use="optional">
  <annotation>
    <documentation>The original position of the passer, with respect to the race leader.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-position-change / @position-new
Namespace No namespace
Annotations
the new position of the passer, following the pass.
Type string
Properties
use: optional
Used by
Source
<attribute name="position-new" type="string" use="optional">
  <annotation>
    <documentation>the new position of the passer, following the pass.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-motor-racing-position-change / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @number
Namespace No namespace
Annotations
The number written on the side of the vehicle.
Type string
Properties
use: optional
Used by
Source
<attribute name="number" type="string" use="optional">
  <annotation>
    <documentation>The number written on the side of the vehicle.</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @make-key
Namespace No namespace
Annotations
A unique identifier for the make of the car. For example: m.dodge
Type sportsml:genericKeyType
Properties
use: optional
Facets
pattern [^\s:]+:[^\s]+
Used by
Source
<attribute name="make-key" type="sportsml:genericKeyType" use="optional">
  <annotation>
    <documentation>A unique identifier for the make of the car. For example: m.dodge</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @make-name
Namespace No namespace
Annotations
A display-name for the make-key.
Type string
Properties
use: optional
Used by
Source
<attribute name="make-name" type="string" use="optional">
  <annotation>
    <documentation>A display-name for the make-key.</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @sponsor
Namespace No namespace
Annotations
The name of the sponsor for the car.
Type string
Properties
use: optional
Used by
Source
<attribute name="sponsor" type="string" use="optional">
  <annotation>
    <documentation>The name of the sponsor for the car.</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @chassis
Namespace No namespace
Annotations
The type of chassis.
Type string
Properties
use: optional
Used by
Source
<attribute name="chassis" type="string" use="optional">
  <annotation>
    <documentation>The type of chassis.</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @engine
Namespace No namespace
Annotations
The type of engine.
Type string
Properties
use: optional
Used by
Source
<attribute name="engine" type="string" use="optional">
  <annotation>
    <documentation>The type of engine.</documentation>
  </annotation>
</attribute>
Attribute sportsml:metadata-motor-racing-vehicle / @tire
Namespace No namespace
Annotations
The type of tire.
Type string
Properties
use: optional
Used by
Source
<attribute name="tire" type="string" use="optional">
  <annotation>
    <documentation>The type of tire.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-qualifying / @grid
Namespace No namespace
Annotations
The arrangement or order of cars in the starting lineup.
Type string
Properties
use: optional
Used by
Source
<attribute name="grid" type="string" use="optional">
  <annotation>
    <documentation>The arrangement or order of cars in the starting lineup.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-qualifying / @pole-position
Namespace No namespace
Annotations
Position relative to the inside wall, at the start of the race.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-qualifying / @pole-wins
Namespace No namespace
Annotations
Number of times this driver or team had a pole position of 1.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-qualifying / @qualifying-speed
Namespace No namespace
Annotations
Speed of lap which qualified the driver.
Type string
Properties
use: optional
Used by
Source
<attribute name="qualifying-speed" type="string" use="optional">
  <annotation>
    <documentation>Speed of lap which qualified the driver.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-qualifying / @qualifying-speed-units
Namespace No namespace
Annotations
Units used for qualifying-speed.
Type string
Properties
use: optional
Used by
Source
<attribute name="qualifying-speed-units" type="string" use="optional">
  <annotation>
    <documentation>Units used for qualifying-speed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-qualifying / @qualifying-time
Namespace No namespace
Annotations
Time received for qualifying lap.
Type string
Properties
use: optional
Used by
Source
<attribute name="qualifying-time" type="string" use="optional">
  <annotation>
    <documentation>Time received for qualifying lap.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-qualifying / @qualifying-position
Namespace No namespace
Annotations
Where the car had ranked within the preliminary round.
Type string
Properties
use: optional
Used by
Source
<attribute name="qualifying-position" type="string" use="optional">
  <annotation>
    <documentation>Where the car had ranked within the preliminary round.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-lap / @speed-range
Namespace No namespace
Annotations
Either fastest or slowest.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-range" type="string" use="optional">
  <annotation>
    <documentation>Either fastest or slowest.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-lap / @number
Namespace No namespace
Annotations
The lap number in question.
Type string
Properties
use: optional
Used by
Source
<attribute name="number" type="string" use="optional">
  <annotation>
    <documentation>The lap number in question.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-lap / @start-time-elapsed
Namespace No namespace
Annotations
The time since the start of the race at which this lap was begun.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-lap / @speed-average
Namespace No namespace
Annotations
The average speed of this lap.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-average" type="string" use="optional">
  <annotation>
    <documentation>The average speed of this lap.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-lap / @speed-units
Namespace No namespace
Annotations
The units used for speed-average.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-units" type="string" use="optional">
  <annotation>
    <documentation>The units used for speed-average.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-lap / @duration
Namespace No namespace
Annotations
The length of time this lap (or partial lap) was completed.
Type string
Properties
use: optional
Used by
Source
<attribute name="duration" type="string" use="optional">
  <annotation>
    <documentation>The length of time this lap (or partial lap) was completed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-lap / @split-location
Namespace No namespace
Annotations
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
Type string
Properties
use: optional
Used by
Source
<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>
Attribute sportsml:stats-motor-racing-race / @time-behind-leader
Namespace No namespace
Annotations
Amount of time this driver was behind the car that is currently in first place.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @laps-behind-leader
Namespace No namespace
Annotations
Amount of laps this driver was behind the car that is currently in first place.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @time-ahead-follower
Namespace No namespace
Annotations
Amount of time this driver was ahead of the car immediately behind it.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @laps-ahead-follower
Namespace No namespace
Annotations
Amount of laps this driver was ahead of the car immediately behind it.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @time
Namespace No namespace
Annotations
Total amount of time this driver has been competing in the race.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @points
Namespace No namespace
Annotations
Total accumulation of points in the league-authorized standings for the season.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @points-rookie
Namespace No namespace
Annotations
Total accumulation of points in the league-authorized standings for the season, amongst other drivers who are competing in their first year.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @bonus
Namespace No namespace
Annotations
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.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @laps-completed
Namespace No namespace
Annotations
Number of laps this driver has completed during this race.
Type string
Properties
use: optional
Used by
Source
<attribute name="laps-completed" type="string" use="optional">
  <annotation>
    <documentation>Number of laps this driver has completed during this race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @laps-leading-total
Namespace No namespace
Annotations
Number of laps in which this driver has led the field.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @distance-leading
Namespace No namespace
Annotations
Distance (in, say, miles or kilometers) that driver has led the race.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @distance-completed
Namespace No namespace
Annotations
Distance (in, say, miles or kilometers) that driver has completed in this race.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @distance-units
Namespace No namespace
Annotations
The unit of measure used for distances.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance-units" type="string" use="optional">
  <annotation>
    <documentation>The unit of measure used for distances.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @speed-average
Namespace No namespace
Annotations
Average speed during the race.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-average" type="string" use="optional">
  <annotation>
    <documentation>Average speed during the race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @speed-units
Namespace No namespace
Annotations
Units used for denoting the speed.
Type string
Properties
use: optional
Used by
Source
<attribute name="speed-units" type="string" use="optional">
  <annotation>
    <documentation>Units used for denoting the speed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @status
Namespace No namespace
Annotations
Whether the driver is running, or is out of the race.
Type string
Properties
use: optional
Used by
Source
<attribute name="status" type="string" use="optional">
  <annotation>
    <documentation>Whether the driver is running, or is out of the race.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @finishes-top-5
Namespace No namespace
Annotations
Number of top-5 finishes this driver has had.
Type string
Properties
use: optional
Used by
Source
<attribute name="finishes-top-5" type="string" use="optional">
  <annotation>
    <documentation>Number of top-5 finishes this driver has had.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @finishes-top-10
Namespace No namespace
Annotations
Number of top-10 finishes this driver has had.
Type string
Properties
use: optional
Used by
Source
<attribute name="finishes-top-10" type="string" use="optional">
  <annotation>
    <documentation>Number of top-10 finishes this driver has had.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @starts
Namespace No namespace
Annotations
Number of races this driver had started.
Type string
Properties
use: optional
Used by
Source
<attribute name="starts" type="string" use="optional">
  <annotation>
    <documentation>Number of races this driver had started.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @finishes
Namespace No namespace
Annotations
Number of races this driver had finished.
Type string
Properties
use: optional
Used by
Source
<attribute name="finishes" type="string" use="optional">
  <annotation>
    <documentation>Number of races this driver had finished.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @non-finishes
Namespace No namespace
Annotations
Number of races this driver had started but had not finished.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @wins
Namespace No namespace
Annotations
Number of races this driver had won.
Type string
Properties
use: optional
Used by
Source
<attribute name="wins" type="string" use="optional">
  <annotation>
    <documentation>Number of races this driver had won.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @races-leading
Namespace No namespace
Annotations
Number of races in which this driver has held a lead.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @money
Namespace No namespace
Annotations
Amount of money this driver had won.
Type string
Properties
use: optional
Used by
Source
<attribute name="money" type="string" use="optional">
  <annotation>
    <documentation>Amount of money this driver had won.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @money-units
Namespace No namespace
Annotations
Units in which the money attribute is specified.
Type string
Properties
use: optional
Used by
Source
<attribute name="money-units" type="string" use="optional">
  <annotation>
    <documentation>Units in which the money attribute is specified.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-motor-racing-race / @leads-total
Namespace No namespace
Annotations
Number of total leads this driver has had, presumably during this race.
Type string
Properties
use: optional
Used by
Source
<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 sportsml:stats-motor-racing-race / @comment
Namespace No namespace
Annotations
A comment or highlight on this driver.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A comment or highlight on this driver.</documentation>
  </annotation>
</attribute>
Attribute Group sportsml:eventStateMotorRacing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing_lap sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing_laps-remaining sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing_time-elapsed sportsml-specific-motor-racing_xsd.tmp#eventStateMotorRacing_flag-state
Used by
Attributes
QName Type Fixed Default Use Annotation
flag-state sportsml:flagType.MotorRacing optional
The current flag issued within the race.
lap string optional
An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.
laps-remaining string optional
The number of laps (generally for the leader) that are remaining in the race.
time-elapsed string optional
The time elapsed in the race.
Source
<attributeGroup name="eventStateMotorRacing">
  <attribute name="lap" type="string" use="optional">
    <annotation>
      <documentation>An integer. 1,2,3,4 for the current lap that (generally) the leader of the race is amidst.</documentation>
    </annotation>
  </attribute>
  <attribute name="laps-remaining" type="string" use="optional">
    <annotation>
      <documentation>The number of laps (generally for the leader) that are remaining in the race.</documentation>
    </annotation>
  </attribute>
  <attribute name="time-elapsed" type="string" use="optional">
    <annotation>
      <documentation>The time elapsed in the race.</documentation>
    </annotation>
  </attribute>
  <attribute name="flag-state" type="sportsml:flagType.MotorRacing" use="optional">
    <annotation>
      <documentation>The current flag issued within the race.</documentation>
    </annotation>
  </attribute>
</attributeGroup>