americanFootballStatsRushingComplexType

Statistics about a particular team or player's rushing performance. | How well they ran with the ball.

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.
class xs:string optional
An open placeholder for categorization.
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-maximum xs:string optional
Maximum distance for the generated stat.
distance-minimum xs:string optional
Minimum distance for the generated stat.
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.
id xs:ID optional
An XML-specific identifier for the element.
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.
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.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
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.
rushes-attempts xs:string optional
The number of attempted rushes.
rushes-average-attempts-per-game xs:string optional
Average number of rushing attempts per game.
rushes-average-yards-per-game xs:string optional
Average number of yards gaining from rushes a game.
rushes-career-100-yard-games xs:string optional
Number of times in rusher's career where total rushing yardage per game exceeded 100.
rushes-first-down xs:string optional
The number of rushes that have resulted in a first-down.
rushes-longest xs:string optional
The number of yards gained by the single longest rushing play.
rushes-yards xs:string optional
The number of yards gained by rushing.
rushes-yards-left xs:string optional
The number of yards gained by rushing up the left side of the field.
rushes-yards-middle xs:string optional
The number of yards gained by rushing up the middle of the field.
rushes-yards-right xs:string optional
The number of yards gained by rushing up the right side of the field.
rushing-average-yards-per xs:string optional
The average number of yards per rush.
rushing-rank xs:string optional
How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure.
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.
start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the event for which the stats are relevant.
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/
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.
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.

Used By

Source

<xs:complexType name="americanFootballStatsRushingComplexType">
  <xs:annotation>
    <xs:documentation>Statistics about a particular team or player's rushing performance. | How well they ran with the ball.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="coverageAttributes"/>
  <xs:attribute name="rushes-attempts" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of attempted rushes.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-yards" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of yards gained by rushing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-yards-left" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of yards gained by rushing up the left side of the field.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-yards-middle" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of yards gained by rushing up the middle of the field.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-yards-right" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of yards gained by rushing up the right side of the field.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushing-average-yards-per" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The average number of yards per rush.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-first-down" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of rushes that have resulted in a first-down.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-longest" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of yards gained by the single longest rushing play.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-average-attempts-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of rushing attempts per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-average-yards-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of yards gaining from rushes a game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushing-rank" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rushes-career-100-yard-games" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of times in rusher's career where total rushing yardage per game exceeded 100.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>