americanFootballStatsOffensiveComplexType

Statistics about a particular team or player's offensive performance. | Further breaks down stats into passing, rushing, etc.

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.
handoffs-total xs:string optional
Usually, number of times QB has handed off, typically leading to a running play.
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.
offensive-plays-average-yards-per xs:string optional
The average number of yards gained per play.
offensive-plays-average-yards-per-game xs:string optional
The average number of yards gained via offensive plays per game.
offensive-plays-number xs:string optional
The number of offensive plays.
offensive-plays-yards xs:string optional
The total yards accumulated through offensive plays.
offensive-rank xs:string optional
How team's offense compares with rest of league or conference.
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.
pitches-total xs:string optional
Usually, number of times QB has pitched back to another player, typically leading to a running play.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
possession-duration xs:string optional
The average amount of time the team had possession per-drive.
possessions-inside-20 xs:string optional
Number of times team has driven inside its opponent's 20 yard line.
record-making-scope QCodeType optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scope-value QCodeType optional
A generic scope indicator. Use only if none of the other coverage attributes are suitable.
scoping-label xs:string optional
A textual description for the scope.
situation QCodeType optional
Final or current score of the team or player.
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.
tackles-assists-offense xs:string optional
The number of tackle assists performed while on offense.
tackles-offense xs:string optional
The number of tackles performed while on offense.
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.
turnovers-giveaway xs:string optional
Derived by adding passes-interceptions plus fumbles-own-lost.
turnovers-giveaway-average xs:string optional
Average-per-game for turnovers-giveaway.
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="americanFootballStatsOffensiveComplexType">
  <xs:annotation>
    <xs:documentation>Statistics about a particular team or player's offensive performance. | Further breaks down stats into passing, rushing, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="stats-american-football-passing" type="americanFootballStatsPassingComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="stats-american-football-rushing" type="americanFootballStatsRushingComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="stats-american-football-down-progress" type="americanFootballStatsDownProgressComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="stats-american-football-sacks-against" type="americanFootballStatsSacksAgainstComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="stats-american-football-scoring" type="americanFootballStatsScoringComplexType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="coverageAttributes"/>
  <xs:attribute name="offensive-plays-yards" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The total yards accumulated through offensive plays.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="offensive-plays-number" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of offensive plays.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="offensive-plays-average-yards-per" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The average number of yards gained per play.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="offensive-plays-average-yards-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The average number of yards gained via offensive plays per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="offensive-rank" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>How team's offense compares with rest of league or conference.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="possession-duration" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The average amount of time the team had possession per-drive.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="possessions-inside-20" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of times team has driven inside its opponent's 20 yard line.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="turnovers-giveaway" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Derived by adding passes-interceptions plus fumbles-own-lost.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="turnovers-giveaway-average" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average-per-game for turnovers-giveaway.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="handoffs-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Usually, number of times QB has handed off, typically leading to a running play.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="pitches-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Usually, number of times QB has pitched back to another player, typically leading to a running play.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="tackles-offense" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of tackles performed while on offense.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="tackles-assists-offense" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of tackle assists performed while on offense.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>