Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema sportsml-specific-american-football.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-american-football
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the event itself. | Includes the time left, and where the ball is.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#event-metadata-american-football_week
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
week string optional
The week during the season in which this game is played. Usually an integer.
Source
<element name="event-metadata-american-football">
  <annotation>
    <documentation>Metadata about the event itself. | Includes the time left, and where the ball is.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="week" type="string" use="optional">
      <annotation>
        <documentation>The week during the season in which this game is played. Usually an integer.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:event-actions-american-football
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Description of an event. | A play or score should only exist outside a drive for punt-returns or kickoff-returns.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#action-american-football-drive sportsml-specific-american-football_xsd.tmp#action-american-football-score sportsml-specific-american-football_xsd.tmp#action-american-football-play sportsml-specific-american-football_xsd.tmp#action-american-football-penalty sportsml-specific-american-football_xsd.tmp#action-american-football-timeout sportsml-specific-american-football_xsd.tmp#action-american-football-other
Properties
content: complex
Used by
Model sportsml:action-american-football-drive | sportsml:action-american-football-score | sportsml:action-american-football-play | sportsml:action-american-football-penalty | sportsml:action-american-football-timeout | sportsml:action-american-football-other
Children sportsml:action-american-football-drive, sportsml:action-american-football-other, sportsml:action-american-football-penalty, sportsml:action-american-football-play, sportsml:action-american-football-score, sportsml:action-american-football-timeout
Instance
<sportsml:event-actions-american-football id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-american-football-drive clock-state="" comment="" distance-for-1st-down="" down="" drive-duration="" drive-plays="" drive-result="" drive-yards="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" sequence-number="" team-in-possession-idref="">{1,1}</sportsml:action-american-football-drive>
  <sportsml:action-american-football-score clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" points="" score-subtype="" score-team="" score-team-opposing="" score-type="" sequence-number="" team-idref="" team-in-possession-idref="" yards-gained="">{1,1}</sportsml:action-american-football-score>
  <sportsml:action-american-football-play clock-state="" comment="" distance-for-1st-down="" down="" drive-result="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" result="" score-attempt-type="" score-team="" score-team-opposing="" sequence-number="" team-in-possession-idref="" yards-gained="">{1,1}</sportsml:action-american-football-play>
  <sportsml:action-american-football-penalty caller-idref="" clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" penalty-acceptance="" penalty-challenge="" penalty-level="" penalty-review="" penalty-review-ruling="" penalty-side="" penalty-type="" penalty-yards="" period-time-elapsed="" period-time-remaining="" period-value="" recipient-idref="" recipient-type="" sequence-number="" team-idref="" team-in-possession-idref="">{1,1}</sportsml:action-american-football-penalty>
  <sportsml:action-american-football-timeout caller="" caller-idref="" clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" sequence-number="" team-in-possession-idref="" timeout-type="">{1,1}</sportsml:action-american-football-timeout>
  <sportsml:action-american-football-other action-source="" action-type="" clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" sequence-number="" team-in-possession-idref="">{1,1}</sportsml:action-american-football-other>
</sportsml:event-actions-american-football>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="event-actions-american-football">
  <annotation>
    <documentation>Description of an event. | A play or score should only exist outside a drive for punt-returns or kickoff-returns.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-american-football-drive"/>
      <element ref="sportsml:action-american-football-score"/>
      <element ref="sportsml:action-american-football-play"/>
      <element ref="sportsml:action-american-football-penalty"/>
      <element ref="sportsml:action-american-football-timeout"/>
      <element ref="sportsml:action-american-football-other"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:action-american-football-drive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A series of plays that may result in a score. | Ends either in a score, or in a change of possession.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-drive_comment sportsml-specific-american-football_xsd.tmp#action-american-football-drive_drive-plays sportsml-specific-american-football_xsd.tmp#action-american-football-drive_drive-yards sportsml-specific-american-football_xsd.tmp#action-american-football-drive_drive-duration sportsml-specific-american-football_xsd.tmp#action-american-football-drive_drive-result sportsml-specific-american-football_xsd.tmp#action-american-football-play sportsml-specific-american-football_xsd.tmp#action-american-football-substitution sportsml-specific-american-football_xsd.tmp#action-american-football-penalty sportsml-specific-american-football_xsd.tmp#action-american-football-timeout sportsml-specific-american-football_xsd.tmp#action-american-football-score
Properties
content: complex
Used by
Model (sportsml:action-american-football-play | sportsml:action-american-football-substitution | sportsml:action-american-football-penalty | sportsml:action-american-football-timeout) , sportsml:action-american-football-score{0,2}
Children sportsml:action-american-football-penalty, sportsml:action-american-football-play, sportsml:action-american-football-score, sportsml:action-american-football-substitution, sportsml:action-american-football-timeout
Instance
<sportsml:action-american-football-drive clock-state="" comment="" distance-for-1st-down="" down="" drive-duration="" drive-plays="" drive-result="" drive-yards="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" sequence-number="" team-in-possession-idref="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-american-football-play clock-state="" comment="" distance-for-1st-down="" down="" drive-result="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" result="" score-attempt-type="" score-team="" score-team-opposing="" sequence-number="" team-in-possession-idref="" yards-gained="">{1,1}</sportsml:action-american-football-play>
  <sportsml:action-american-football-substitution clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" player-original-idref="" player-original-position="" player-replacing-idref="" player-replacing-position="" sequence-number="" substitution-reason="" team-in-possession-idref="">{1,1}</sportsml:action-american-football-substitution>
  <sportsml:action-american-football-penalty caller-idref="" clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" penalty-acceptance="" penalty-challenge="" penalty-level="" penalty-review="" penalty-review-ruling="" penalty-side="" penalty-type="" penalty-yards="" period-time-elapsed="" period-time-remaining="" period-value="" recipient-idref="" recipient-type="" sequence-number="" team-idref="" team-in-possession-idref="">{1,1}</sportsml:action-american-football-penalty>
  <sportsml:action-american-football-timeout caller="" caller-idref="" clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" sequence-number="" team-in-possession-idref="" timeout-type="">{1,1}</sportsml:action-american-football-timeout>
  <sportsml:action-american-football-score clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" points="" score-subtype="" score-team="" score-team-opposing="" score-type="" sequence-number="" team-idref="" team-in-possession-idref="" yards-gained="">{0,2}</sportsml:action-american-football-score>
</sportsml:action-american-football-drive>
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A comment.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
drive-duration string optional
The time it took for the drive.
drive-plays string optional
The number of plays in this drive.
drive-result sportsml:driveResult.AmericanFootball optional
How a drive ends.
drive-yards string optional
The number of yards covered during this drive.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
Source
<element name="action-american-football-drive">
  <annotation>
    <documentation>A series of plays that may result in a score. | Ends either in a score, or in a change of possession.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <choice minOccurs="0" maxOccurs="unbounded">
        <element ref="sportsml:action-american-football-play"/>
        <element ref="sportsml:action-american-football-substitution"/>
        <element ref="sportsml:action-american-football-penalty"/>
        <element ref="sportsml:action-american-football-timeout"/>
      </choice>
      <element ref="sportsml:action-american-football-score" minOccurs="0" maxOccurs="2"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="drive-plays" type="string" use="optional">
      <annotation>
        <documentation>The number of plays in this drive.</documentation>
      </annotation>
    </attribute>
    <attribute name="drive-yards" type="string" use="optional">
      <annotation>
        <documentation>The number of yards covered during this drive.</documentation>
      </annotation>
    </attribute>
    <attribute name="drive-duration" type="string" use="optional">
      <annotation>
        <documentation>The time it took for the drive.</documentation>
      </annotation>
    </attribute>
    <attribute name="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
      <annotation>
        <documentation>How a drive ends.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-play
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Only for non-scoring plays. | Holds elements that describe the role each play participant performed.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-play_drive-result sportsml-specific-american-football_xsd.tmp#action-american-football-play_score-attempt-type sportsml-specific-american-football_xsd.tmp#action-american-football-play_comment sportsml-specific-american-football_xsd.tmp#action-american-football-play_score-team sportsml-specific-american-football_xsd.tmp#action-american-football-play_score-team-opposing sportsml-specific-american-football_xsd.tmp#action-american-football-play_play-type sportsml-specific-american-football_xsd.tmp#action-american-football-play_yards-gained sportsml-specific-american-football_xsd.tmp#action-american-football-play_result sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant
Properties
content: complex
Used by
Model sportsml:action-american-football-play-participant*
Children sportsml:action-american-football-play-participant
Instance
<sportsml:action-american-football-play clock-state="" comment="" distance-for-1st-down="" down="" drive-result="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" result="" score-attempt-type="" score-team="" score-team-opposing="" sequence-number="" team-in-possession-idref="" yards-gained="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-american-football-play-participant clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" kick-type="" official-idref="" penalty-acceptance="" penalty-type="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" result="" role="" score-credit="" sequence-number="" team-in-possession-idref="" yards-gained="">{0,unbounded}</sportsml:action-american-football-play-participant>
</sportsml:action-american-football-play>
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A textual comment. Generally a description of the play.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
drive-result sportsml:driveResult.AmericanFootball optional
Describes how a drive ended, if this play ended a drive.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
play-type string optional
The type of play. Controlled vocabulary. run | pass | kick | etc.
result sportsml:result.AmericanFootball optional
How this segment of the play finished.
score-attempt-type sportsml:scoreType.AmericanFootball optional
Type of score that was attempted, but missed.
score-team string optional
After this action took place, the score of the team that team-idref points to.
score-team-opposing string optional
After this action took place, the score of the team opposing the team indicated by team-idref.
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
yards-gained string optional
The number of yards gained on this play.
Source
<element name="action-american-football-play">
  <annotation>
    <documentation>Only for non-scoring plays. | Holds elements that describe the role each play participant performed.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-american-football-play-participant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
      <annotation>
        <documentation>Describes how a drive ended, if this play ended a drive.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-attempt-type" type="sportsml:scoreType.AmericanFootball" use="optional">
      <annotation>
        <documentation>Type of score that was attempted, but missed.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment. Generally a description of the play.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team" type="string" use="optional">
      <annotation>
        <documentation>After this action took place, the score of the team that team-idref points to.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team-opposing" type="string" use="optional">
      <annotation>
        <documentation>After this action took place, the score of the team opposing the team indicated by team-idref.</documentation>
      </annotation>
    </attribute>
    <attribute name="play-type" type="string" use="optional">
      <annotation>
        <documentation>The type of play. Controlled vocabulary. run | pass | kick | etc.</documentation>
      </annotation>
    </attribute>
    <attribute name="yards-gained" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on this play.</documentation>
      </annotation>
    </attribute>
    <attribute name="result" type="sportsml:result.AmericanFootball" use="optional">
      <annotation>
        <documentation>How this segment of the play finished.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-play-participant
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Describes which player was involved in the play and how. The role and result attributes are critical.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_comment sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_player-idref sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_role sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_result sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_score-credit sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_kick-type sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_penalty-type sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_penalty-acceptance sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_official-idref sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant_yards-gained
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A comment.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
kick-type sportsml:kickType.AmericanFootball optional
If result was kick, then the type of kick.
official-idref IDREF optional
Which official called the penalty.
penalty-acceptance restriction of string optional
Whether the penalty was accepted or declined.
penalty-type sportsml:penaltyType.AmericanFootball optional
What penalty was called on this player. Called while a play is in progress.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
player-idref IDREF optional
A pointer to the player involved in the play.
result sportsml:result.AmericanFootball optional
How this segment of the play finished.
role sportsml:role.AmericanFootball optional
A controlled vocabulary specifying a player's role during the play. Should specify what the player actually did, not his regular role. For example, a kicker that passes on an intended or fake kick play has a role of "passer". A quarterback who runs, whether intentionally or forced has a role of "rusher".
score-credit restriction of string optional
Whether a player scored or not. Either 1 or 0.
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
yards-gained string optional
The number of yards gained on this play by this player.
Source
<element name="action-american-football-play-participant">
  <annotation>
    <documentation>Describes which player was involved in the play and how. The role and result attributes are critical.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="player-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the player involved in the play.</documentation>
      </annotation>
    </attribute>
    <attribute name="role" type="sportsml:role.AmericanFootball" use="optional">
      <annotation>
        <documentation>A controlled vocabulary specifying a player's role during the play. Should specify what the player actually did, not his regular role. For example, a kicker that passes on an intended or fake kick play has a role of "passer". A quarterback who runs, whether intentionally or forced has a role of "rusher".</documentation>
      </annotation>
    </attribute>
    <attribute name="result" type="sportsml:result.AmericanFootball" use="optional">
      <annotation>
        <documentation>How this segment of the play finished.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-credit" use="optional">
      <annotation>
        <documentation>Whether a player scored or not. Either 1 or 0.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="1"/>
          <enumeration value="0"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="kick-type" type="sportsml:kickType.AmericanFootball" use="optional">
      <annotation>
        <documentation>If result was kick, then the type of kick.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-type" type="sportsml:penaltyType.AmericanFootball" use="optional">
      <annotation>
        <documentation>What penalty was called on this player. Called while a play is in progress.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-acceptance" use="optional">
      <annotation>
        <documentation>Whether the penalty was accepted or declined.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="accepted"/>
          <enumeration value="declined"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="official-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Which official called the penalty.</documentation>
      </annotation>
    </attribute>
    <attribute name="yards-gained" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on this play by this player.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-substitution
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A substitution. | Oftentimes recorded for a quarterback change.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-substitution_player-original-idref sportsml-specific-american-football_xsd.tmp#action-american-football-substitution_player-original-position sportsml-specific-american-football_xsd.tmp#action-american-football-substitution_player-replacing-idref sportsml-specific-american-football_xsd.tmp#action-american-football-substitution_player-replacing-position sportsml-specific-american-football_xsd.tmp#action-american-football-substitution_substitution-reason sportsml-specific-american-football_xsd.tmp#action-american-football-substitution_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A comment.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
player-original-idref IDREF optional
The ID of the player going out.
player-original-position sportsml:position.AmericanFootball optional
The position of the player going out.
player-replacing-idref IDREF optional
The ID of the player coming in.
player-replacing-position sportsml:position.AmericanFootball optional
The position of the player coming in.
sequence-number string optional
Sequence number of the play. Usually an integer
substitution-reason string optional
The reason for the substitution.
team-in-possession-idref IDREF optional
The ID of the team with the football.
Source
<element name="action-american-football-substitution">
  <annotation>
    <documentation>A substitution. | Oftentimes recorded for a quarterback change.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="player-original-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>The ID of the player going out.</documentation>
      </annotation>
    </attribute>
    <attribute name="player-original-position" type="sportsml:position.AmericanFootball" use="optional">
      <annotation>
        <documentation>The position of the player going out.</documentation>
      </annotation>
    </attribute>
    <attribute name="player-replacing-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>The ID of the player coming in.</documentation>
      </annotation>
    </attribute>
    <attribute name="player-replacing-position" type="sportsml:position.AmericanFootball" use="optional">
      <annotation>
        <documentation>The position of the player coming in.</documentation>
      </annotation>
    </attribute>
    <attribute name="substitution-reason" type="string" use="optional">
      <annotation>
        <documentation>The reason for the substitution.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-penalty
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Describes a penalty. Like plays, contains participant elements.  | These penalties occur before a play is officially started.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_comment sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_recipient-type sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_team-idref sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_recipient-idref sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_caller-idref sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-side sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-level sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-type sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-yards sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-acceptance sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-challenge sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-review sportsml-specific-american-football_xsd.tmp#action-american-football-penalty_penalty-review-ruling sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant
Properties
content: complex
Used by
Model sportsml:action-american-football-play-participant*
Children sportsml:action-american-football-play-participant
Instance
<sportsml:action-american-football-penalty caller-idref="" clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" penalty-acceptance="" penalty-challenge="" penalty-level="" penalty-review="" penalty-review-ruling="" penalty-side="" penalty-type="" penalty-yards="" period-time-elapsed="" period-time-remaining="" period-value="" recipient-idref="" recipient-type="" sequence-number="" team-idref="" team-in-possession-idref="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-american-football-play-participant clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" kick-type="" official-idref="" penalty-acceptance="" penalty-type="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" result="" role="" score-credit="" sequence-number="" team-in-possession-idref="" yards-gained="">{0,unbounded}</sportsml:action-american-football-play-participant>
</sportsml:action-american-football-penalty>
Attributes
QName Type Fixed Default Use Annotation
caller-idref IDREF optional
A pointer to the official who called the penalty.
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A textual comment.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
penalty-acceptance restriction of string optional
Whether the penalty was accepted or declined.
penalty-challenge restriction of string optional
Whether or not the penalty was contested by the recipient team.
penalty-level sportsml:penaltyLevel.AmericanFootball optional
DEPRECATE: use penalty-type.
penalty-review restriction of string optional
Which participant originated the challenge.
penalty-review-ruling restriction of string optional
Whether the challenge was sucessful or not. If successful, penalty is overtuned.
penalty-side sportsml:penaltySide.AmericanFootball optional
Whether a penalty is assessed on the offense or the defense.
penalty-type sportsml:penaltyType.AmericanFootball optional
What penalty was called on this player. Called while a play is in progress.
penalty-yards string optional
The number of yards of the penalty.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
recipient-idref IDREF optional
A pointer to the receiver of the penalty.
recipient-type restriction of string required
Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.
sequence-number string optional
Sequence number of the play. Usually an integer
team-idref IDREF optional
A pointer to the team of the penalized or the penalized team itself.
team-in-possession-idref IDREF optional
The ID of the team with the football.
Source
<element name="action-american-football-penalty">
  <annotation>
    <documentation>Describes a penalty. Like plays, contains participant elements. | These penalties occur before a play is officially started.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-american-football-play-participant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="recipient-type" use="required">
      <annotation>
        <documentation>Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="team"/>
          <enumeration value="player"/>
          <enumeration value="auxilliary"/>
          <enumeration value="official"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="team-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the team of the penalized or the penalized team itself.</documentation>
      </annotation>
    </attribute>
    <attribute name="recipient-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the receiver of the penalty.</documentation>
      </annotation>
    </attribute>
    <attribute name="caller-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the official who called the penalty.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-side" type="sportsml:penaltySide.AmericanFootball" use="optional">
      <annotation>
        <documentation>Whether a penalty is assessed on the offense or the defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-level" type="sportsml:penaltyLevel.AmericanFootball" use="optional">
      <annotation>
        <documentation>DEPRECATE: use penalty-type.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-type" type="sportsml:penaltyType.AmericanFootball" use="optional">
      <annotation>
        <documentation>What penalty was called on this player. Called while a play is in progress.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-yards" type="string" use="optional">
      <annotation>
        <documentation>The number of yards of the penalty.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-acceptance" use="optional">
      <annotation>
        <documentation>Whether the penalty was accepted or declined.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="accepted"/>
          <enumeration value="declined"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="penalty-challenge" use="optional">
      <annotation>
        <documentation>Whether or not the penalty was contested by the recipient team.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="true"/>
          <enumeration value="false"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="penalty-review" use="optional">
      <annotation>
        <documentation>Which participant originated the challenge.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="coach"/>
          <enumeration value="booth"/>
          <enumeration value="none"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="penalty-review-ruling" use="optional">
      <annotation>
        <documentation>Whether the challenge was sucessful or not. If successful, penalty is overtuned.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="overturned"/>
          <enumeration value="left-standing"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-timeout
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Describes a timeout. | A break in the action, usually called by one of the teams playing.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-timeout_comment sportsml-specific-american-football_xsd.tmp#action-american-football-timeout_timeout-type sportsml-specific-american-football_xsd.tmp#action-american-football-timeout_caller sportsml-specific-american-football_xsd.tmp#action-american-football-timeout_caller-idref
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
caller sportsml:caller.AmericanFootball optional
Who called the timeout, either team or official.
caller-idref string optional
If caller is team, say, a pointer to the team element, or a pointer to a player on the team.
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A textual comment.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
timeout-type sportsml:timeoutType.AmericanFootball optional
Is it charged to a team or an official?
Source
<element name="action-american-football-timeout">
  <annotation>
    <documentation>Describes a timeout. | A break in the action, usually called by one of the teams playing.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="timeout-type" type="sportsml:timeoutType.AmericanFootball" use="optional">
      <annotation>
        <documentation>Is it charged to a team or an official?</documentation>
      </annotation>
    </attribute>
    <attribute name="caller" type="sportsml:caller.AmericanFootball" use="optional">
      <annotation>
        <documentation>Who called the timeout, either team or official.</documentation>
      </annotation>
    </attribute>
    <attribute name="caller-idref" type="string" use="optional">
      <annotation>
        <documentation>If caller is team, say, a pointer to the team element, or a pointer to a player on the team.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-score
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A play that ended in a score. | Holds participant elements, which detail the role each player had in the scoring play.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-score_team-idref sportsml-specific-american-football_xsd.tmp#action-american-football-score_score-type sportsml-specific-american-football_xsd.tmp#action-american-football-score_score-subtype sportsml-specific-american-football_xsd.tmp#action-american-football-score_points sportsml-specific-american-football_xsd.tmp#action-american-football-score_comment sportsml-specific-american-football_xsd.tmp#action-american-football-score_score-team sportsml-specific-american-football_xsd.tmp#action-american-football-score_score-team-opposing sportsml-specific-american-football_xsd.tmp#action-american-football-score_play-type sportsml-specific-american-football_xsd.tmp#action-american-football-score_yards-gained sportsml-specific-american-football_xsd.tmp#action-american-football-play-participant
Properties
content: complex
Used by
Model sportsml:action-american-football-play-participant*
Children sportsml:action-american-football-play-participant
Instance
<sportsml:action-american-football-score clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" points="" score-subtype="" score-team="" score-team-opposing="" score-type="" sequence-number="" team-idref="" team-in-possession-idref="" yards-gained="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-american-football-play-participant clock-state="" comment="" distance-for-1st-down="" down="" field-line="" field-side="" id="" kick-type="" official-idref="" penalty-acceptance="" penalty-type="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" result="" role="" score-credit="" sequence-number="" team-in-possession-idref="" yards-gained="">{0,unbounded}</sportsml:action-american-football-play-participant>
</sportsml:action-american-football-score>
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
A textual comment.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
play-type string optional
The type of play. Controlled vocabulary. run | pass | kick | etc.
points string optional
The number of points scored.
score-subtype sportsml:scoreSubType.AmericanFootball optional
Specifies the type of touchdown. Passing, rushing, etc.
score-team string optional
After this action took place, the score of the team that team-idref points to.
score-team-opposing string optional
After this action took place, the score of the team opposing that listed in team-idref.
score-type sportsml:scoreType.AmericanFootball optional
Specifies the type of scoring play. Touchdown, field goal, etc.
sequence-number string optional
Sequence number of the play. Usually an integer
team-idref IDREF optional
Pointer to the team that scored.
team-in-possession-idref IDREF optional
The ID of the team with the football.
yards-gained string optional
The number of yards gained on this scoring play.
Source
<element name="action-american-football-score">
  <annotation>
    <documentation>A play that ended in a score. | Holds participant elements, which detail the role each player had in the scoring play.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-american-football-play-participant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="team-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Pointer to the team that scored.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-type" type="sportsml:scoreType.AmericanFootball" use="optional">
      <annotation>
        <documentation>Specifies the type of scoring play. Touchdown, field goal, etc.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-subtype" type="sportsml:scoreSubType.AmericanFootball" use="optional">
      <annotation>
        <documentation>Specifies the type of touchdown. Passing, rushing, etc.</documentation>
      </annotation>
    </attribute>
    <attribute name="points" type="string" use="optional">
      <annotation>
        <documentation>The number of points scored.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team" type="string" use="optional">
      <annotation>
        <documentation>After this action took place, the score of the team that team-idref points to.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team-opposing" type="string" use="optional">
      <annotation>
        <documentation>After this action took place, the score of the team opposing that listed in team-idref.</documentation>
      </annotation>
    </attribute>
    <attribute name="play-type" type="string" use="optional">
      <annotation>
        <documentation>The type of play. Controlled vocabulary. run | pass | kick | etc.</documentation>
      </annotation>
    </attribute>
    <attribute name="yards-gained" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on this scoring play.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-american-football-other
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A custom action. | For use when none of the pre-build actions apply.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball sportsml-specific-american-football_xsd.tmp#action-american-football-other_action-source sportsml-specific-american-football_xsd.tmp#action-american-football-other_action-type sportsml-specific-american-football_xsd.tmp#action-american-football-other_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
action-source string optional
The name of the controlled-vocabulary for the action-type attribute.
action-type string optional
A selection from a controlled-vocabulary list maintained by the publisher.
clock-state restriction of string optional
Whether the clock is running or stopped.
comment string optional
Textual comment about the action.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
Source
<element name="action-american-football-other">
  <annotation>
    <documentation>A custom action. | For use when none of the pre-build actions apply.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateAmericanFootball"/>
    <attribute name="action-source" type="string" use="optional">
      <annotation>
        <documentation>The name of the controlled-vocabulary for the action-type attribute.</documentation>
      </annotation>
    </attribute>
    <attribute name="action-type" type="string" use="optional">
      <annotation>
        <documentation>A selection from a controlled-vocabulary list maintained by the publisher.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Textual comment about the action.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:team-metadata-american-football
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about a particular team. | Reserved for future football-specific attributes.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="team-metadata-american-football">
  <annotation>
    <documentation>Metadata about a particular team. | Reserved for future football-specific attributes.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:team-stats-american-football
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team. | Holds elements that divide statistics into categories.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#team-stats-american-football_yards-per-attempt sportsml-specific-american-football_xsd.tmp#team-stats-american-football_number-of-plays sportsml-specific-american-football_xsd.tmp#team-stats-american-football_number-of-plays-gaining sportsml-specific-american-football_xsd.tmp#team-stats-american-football_number-of-plays-losing sportsml-specific-american-football_xsd.tmp#team-stats-american-football_average-starting-position sportsml-specific-american-football_xsd.tmp#team-stats-american-football_timeouts sportsml-specific-american-football_xsd.tmp#team-stats-american-football_time-of-possession sportsml-specific-american-football_xsd.tmp#team-stats-american-football_turnover-ratio sportsml-specific-american-football_xsd.tmp#team-stats-american-football_time-of-possession-average sportsml-specific-american-football_xsd.tmp#team-stats-american-football_time-of-opposition-possession-average sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties
Properties
content: complex
Used by
Model sportsml:stats-american-football-offensive* , sportsml:stats-american-football-defensive* , sportsml:stats-american-football-scoring* , sportsml:stats-american-football-special-teams* , sportsml:stats-american-football-fumbles* , sportsml:stats-american-football-penalties*
Children sportsml:stats-american-football-defensive, sportsml:stats-american-football-fumbles, sportsml:stats-american-football-offensive, sportsml:stats-american-football-penalties, sportsml:stats-american-football-scoring, sportsml:stats-american-football-special-teams
Instance
<sportsml:team-stats-american-football alignment-scope="" average-starting-position="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" number-of-plays="" number-of-plays-gaining="" number-of-plays-losing="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" time-of-opposition-possession-average="" time-of-possession="" time-of-possession-average="" timeouts="" turnover-ratio="" yards-per-attempt="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-american-football-offensive alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" handoffs-total="" id="" offensive-plays-average-yards-per="" offensive-plays-average-yards-per-game="" offensive-plays-number="" offensive-plays-yards="" offensive-rank="" period-value="" pitches-total="" position-scope="" possession-duration="" possessions-inside-20="" record-making-scope="" scoping-label="" stats-coverage="" tackles="" tackles-assists="" team-coverage="" turnovers-giveaway="" turnovers-giveaway-average="">{0,unbounded}</sportsml:stats-american-football-offensive>
  <sportsml:stats-american-football-defensive alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" defense-rank="" defense-rank-pass="" defense-rank-rush="" defensive-plays-number="" duration-scope="" id="" inside-20-plays="" inside-20-points-against="" inside-20-touchdowns-against="" inside-20-touchdowns-against-percentage="" interceptions-average="" interceptions-longest="" interceptions-percentage="" interceptions-total="" interceptions-touchdown="" interceptions-yards="" passes-defensed="" period-value="" position-scope="" quarterback-hurries="" record-making-scope="" sacks-team="" sacks-total="" sacks-yards="" sacks-yards-team="" scoping-label="" stats-coverage="" tackles-assists="" tackles-solo="" tackles-team="" tackles-total="" team-coverage="" turnovers-takeaway="" yards-allowed-average="" yards-allowed-total="">{0,unbounded}</sportsml:stats-american-football-defensive>
  <sportsml:stats-american-football-scoring alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-attempts="" extra-points-blocked="" extra-points-made="" extra-points-missed="" extra-points-percentage="" field-goal-attempts="" field-goal-longest="" field-goals-average="" field-goals-blocked="" field-goals-made="" field-goals-missed="" field-goals-percentage="" id="" inside-20-points="" inside-20-touchdowns="" inside-20-touchdowns-percentage="" period-value="" position-scope="" record-making-scope="" safeties-against="" scoping-label="" single-points="" stats-coverage="" team-coverage="" touchbacks-total="" touchdowns-defensive="" touchdowns-passing="" touchdowns-receptions="" touchdowns-rushing="" touchdowns-special-teams="" touchdowns-total="" two-point-conversions-attempts="" two-point-conversions-made="" two-point-conversions-made-passing="" two-point-conversions-made-rushing="">{0,unbounded}</sportsml:stats-american-football-scoring>
  <sportsml:stats-american-football-special-teams alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-against-blocked="" extra-points-against-made="" extra-points-against-missed="" fair-catches="" fair-catches-against="" field-goals-against-blocked="" field-goals-against-made="" field-goals-against-missed="" id="" kickoffs-adjusted="" kickoffs-drive-start-against-average="" kickoffs-to-inside-20="" kickoffs-total="" onside-kicks-attempted="" onside-kicks-recovered="" period-value="" position-scope="" punts-against-average="" punts-against-average-net="" punts-against-blocked="" punts-against-inside-20="" punts-against-inside-20-percentage="" punts-against-longest="" punts-against-total="" punts-against-yards-gross="" punts-against-yards-net="" punts-average="" punts-average-net="" punts-blocked="" punts-inside-20="" punts-inside-20-percentage="" punts-longest="" punts-total="" punts-yards-gross="" punts-yards-net="" record-making-scope="" returns-kickoff-adjusted="" returns-kickoff-against-average="" returns-kickoff-against-longest="" returns-kickoff-against-total="" returns-kickoff-against-touchdown="" returns-kickoff-against-yards="" returns-kickoff-average="" returns-kickoff-drive-start-average="" returns-kickoff-inside-20="" returns-kickoff-longest="" returns-kickoff-total="" returns-kickoff-touchdown="" returns-kickoff-yards="" returns-punt-against-average="" returns-punt-against-longest="" returns-punt-against-total="" returns-punt-against-touchdown="" returns-punt-against-yards="" returns-punt-average="" returns-punt-longest="" returns-punt-total="" returns-punt-touchdown="" returns-punt-yards="" returns-total="" returns-yards="" scoping-label="" stats-coverage="" tackles="" tackles-assists="" team-coverage="" total-return-yardage-not-kickoffs="" touchbacks-interceptions="" touchbacks-interceptions-percentage="" touchbacks-kickoffs="" touchbacks-kickoffs-percentage="" touchbacks-punts="" touchbacks-punts-against="" touchbacks-punts-percentage="" touchbacks-total="" touchbacks-total-percentage="" touchdowns-against="">{0,unbounded}</sportsml:stats-american-football-special-teams>
  <sportsml:stats-american-football-fumbles alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" fumbles-committed="" fumbles-committed-defense="" fumbles-committed-other="" fumbles-committed-special-teams="" fumbles-forced="" fumbles-forced-defense="" fumbles-forced-other="" fumbles-forced-special-teams="" fumbles-lost="" fumbles-lost-average-per-game="" fumbles-lost-defense="" fumbles-lost-other="" fumbles-lost-special-teams="" fumbles-opposing-committed="" fumbles-opposing-lost="" fumbles-opposing-recovered="" fumbles-opposing-recovered-average-per-game="" fumbles-opposing-touchdowns="" fumbles-opposing-yards-gained="" fumbles-own-committed="" fumbles-own-lost="" fumbles-own-recovered="" fumbles-own-touchdowns="" fumbles-own-yards-gained="" fumbles-recovered="" fumbles-recovered-defense="" fumbles-recovered-other="" fumbles-recovered-special-teams="" fumbles-recovered-yards-defense="" fumbles-recovered-yards-other="" fumbles-recovered-yards-special-teams="" fumbles-yards-gained="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" touchbacks-fumbles="" touchbacks-fumbles-percentage="">{0,unbounded}</sportsml:stats-american-football-fumbles>
  <sportsml:stats-american-football-penalties alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" penalties-challenged="" penalties-opponent-total="" penalties-overturned="" penalties-reviewed="" penalties-total="" penalty-first-downs="" penalty-opponent-yards="" penalty-yards="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-penalties>
</sportsml:team-stats-american-football>
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.
average-starting-position string optional
Average yard-line that the team started on per-drive.
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.
number-of-plays string optional
The number of plays this team has completed, including for offensive, defensive, and special teams.
number-of-plays-gaining string optional
The number of plays this team has completed for which yards were gained, including for offensive, defensive, and special teams.
number-of-plays-losing string optional
The number of plays this team has completed for which yards were lost, including for offensive, defensive, and special teams.
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.
time-of-opposition-possession-average string optional
Opponent's total time of possession over season divided by the number of games played. DEPRECATE: promoted to core and renamed.
time-of-possession string optional
DEPRECATE: promoted to core.
time-of-possession-average string optional
DEPRECATE: promoted to core.
timeouts string optional
The number of timeouts a team has remaining, either in regulation or in overtime, whichever state the game is currently in.
turnover-ratio string optional
Derived by subtracting turnovers-giveaways from turnovers-takeaways.
yards-per-attempt string optional
The average yards gained per play.
Source
<element name="team-stats-american-football">
  <annotation>
    <documentation>Statistics about a particular team. | Holds elements that divide statistics into categories.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-american-football-offensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-defensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-special-teams" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-fumbles" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-penalties" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="yards-per-attempt" type="string" use="optional">
      <annotation>
        <documentation>The average yards gained per play.</documentation>
      </annotation>
    </attribute>
    <attribute name="number-of-plays" type="string" use="optional">
      <annotation>
        <documentation>The number of plays this team has completed, including for offensive, defensive, and special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="number-of-plays-gaining" type="string" use="optional">
      <annotation>
        <documentation>The number of plays this team has completed for which yards were gained, including for offensive, defensive, and special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="number-of-plays-losing" type="string" use="optional">
      <annotation>
        <documentation>The number of plays this team has completed for which yards were lost, including for offensive, defensive, and special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="average-starting-position" type="string" use="optional">
      <annotation>
        <documentation>Average yard-line that the team started on per-drive.</documentation>
      </annotation>
    </attribute>
    <attribute name="timeouts" type="string" use="optional">
      <annotation>
        <documentation>The number of timeouts a team has remaining, either in regulation or in overtime, whichever state the game is currently in.</documentation>
      </annotation>
    </attribute>
    <attribute name="time-of-possession" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATE: promoted to core.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnover-ratio" type="string" use="optional">
      <annotation>
        <documentation>Derived by subtracting turnovers-giveaways from turnovers-takeaways.</documentation>
      </annotation>
    </attribute>
    <attribute name="time-of-possession-average" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATE: promoted to core.</documentation>
      </annotation>
    </attribute>
    <attribute name="time-of-opposition-possession-average" type="string" use="optional">
      <annotation>
        <documentation>Opponent's total time of possession over season divided by the number of games played. DEPRECATE: promoted to core and renamed.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-offensive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team or player's offensive performance. | Further breaks down stats into passing, rushing, etc.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_offensive-plays-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_offensive-plays-number sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_offensive-plays-average-yards-per sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_offensive-plays-average-yards-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_offensive-rank sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_possession-duration sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_possessions-inside-20 sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_turnovers-giveaway sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_turnovers-giveaway-average sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_handoffs-total sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_pitches-total sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_tackles sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive_tackles-assists sportsml-specific-american-football_xsd.tmp#stats-american-football-passing sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress sportsml-specific-american-football_xsd.tmp#stats-american-football-sacks-against sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring
Properties
content: complex
Used by
Model sportsml:stats-american-football-passing* , sportsml:stats-american-football-rushing* , sportsml:stats-american-football-down-progress* , sportsml:stats-american-football-sacks-against* , sportsml:stats-american-football-scoring*
Children sportsml:stats-american-football-down-progress, sportsml:stats-american-football-passing, sportsml:stats-american-football-rushing, sportsml:stats-american-football-sacks-against, sportsml:stats-american-football-scoring
Instance
<sportsml:stats-american-football-offensive alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" handoffs-total="" id="" offensive-plays-average-yards-per="" offensive-plays-average-yards-per-game="" offensive-plays-number="" offensive-plays-yards="" offensive-rank="" period-value="" pitches-total="" position-scope="" possession-duration="" possessions-inside-20="" record-making-scope="" scoping-label="" stats-coverage="" tackles="" tackles-assists="" team-coverage="" turnovers-giveaway="" turnovers-giveaway-average="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-american-football-passing alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" passer-rating="" passes-attempts="" passes-average-yards-per="" passes-average-yards-per-game="" passes-completions="" passes-completions-average-per-game="" passes-first-down="" passes-interceptions="" passes-interceptions-average="" passes-interceptions-longest="" passes-interceptions-percentage="" passes-interceptions-touchdown="" passes-interceptions-yards="" passes-longest="" passes-percentage="" passes-touchdowns="" passes-touchdowns-percentage="" passes-yards-average="" passes-yards-gross="" passes-yards-lost="" passes-yards-net="" passes-yards-per-attempt="" passing-career-300-yard-games="" passing-rank="" period-value="" position-scope="" receptions-average-per-game="" receptions-average-yards="" receptions-average-yards-per="" receptions-career-100-yard-games="" receptions-first-down="" receptions-longest="" receptions-looks="" receptions-total="" receptions-touchdowns="" receptions-yards="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" times-thrown-total="">{0,unbounded}</sportsml:stats-american-football-passing>
  <sportsml:stats-american-football-rushing alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" rushes-attempts="" rushes-average-attempts-per-game="" rushes-average-yards-per-game="" rushes-career-100-yard-games="" rushes-first-down="" rushes-longest="" rushes-touchdowns="" rushes-yards="" rushes-yards-left="" rushes-yards-middle="" rushes-yards-right="" rushing-average-yards-per="" rushing-rank="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-rushing>
  <sportsml:stats-american-football-down-progress alignment-scope="" competition-scope="" conversions-fourth-down="" conversions-fourth-down-attempts="" conversions-fourth-down-percentage="" conversions-second-down="" conversions-second-down-attempts="" conversions-second-down-percentage="" conversions-third-down="" conversions-third-down-attempts="" conversions-third-down-percentage="" date-coverage-type="" date-coverage-value="" duration-scope="" first-downs-average-yards-per="" first-downs-pass="" first-downs-penalty="" first-downs-run="" first-downs-total="" first-downs-yards="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-down-progress>
  <sportsml:stats-american-football-sacks-against alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" sacks-against-average="" sacks-against-safeties="" sacks-against-total="" sacks-against-yards="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-sacks-against>
  <sportsml:stats-american-football-scoring alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-attempts="" extra-points-blocked="" extra-points-made="" extra-points-missed="" extra-points-percentage="" field-goal-attempts="" field-goal-longest="" field-goals-average="" field-goals-blocked="" field-goals-made="" field-goals-missed="" field-goals-percentage="" id="" inside-20-points="" inside-20-touchdowns="" inside-20-touchdowns-percentage="" period-value="" position-scope="" record-making-scope="" safeties-against="" scoping-label="" single-points="" stats-coverage="" team-coverage="" touchbacks-total="" touchdowns-defensive="" touchdowns-passing="" touchdowns-receptions="" touchdowns-rushing="" touchdowns-special-teams="" touchdowns-total="" two-point-conversions-attempts="" two-point-conversions-made="" two-point-conversions-made-passing="" two-point-conversions-made-rushing="">{0,unbounded}</sportsml:stats-american-football-scoring>
</sportsml:stats-american-football-offensive>
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.
handoffs-total string optional
Usually, number of times QB has handed off, typically leading to a running play.
id ID optional
An XML-specific identifier for the element.
offensive-plays-average-yards-per string optional
The average number of yards gained per play.
offensive-plays-average-yards-per-game string optional
The average number of yards gained via offensive plays per game.
offensive-plays-number string optional
The number of offensive plays.
offensive-plays-yards string optional
The total yards accumulated through offensive plays.
offensive-rank string optional
How team's offense compares with rest of league or conference.
period-value string optional
Used for tracking stats and events by period.
pitches-total string optional
Usually, number of times QB has pitched back to another player, typically leading to a running play.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
possession-duration string optional
The average amount of time the team had possession per-drive.
possessions-inside-20 string optional
Number of times team has driven inside its opponent's 20 yard line.
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.
tackles string optional
The number of tackles performed while on offense.
tackles-assists string optional
The number of tackle assists performed while on offense.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
turnovers-giveaway string optional
Derived by adding passes-interceptions plus fumbles-own-lost.
turnovers-giveaway-average string optional
Average-per-game for turnovers-giveaway.
Source
<element name="stats-american-football-offensive">
  <annotation>
    <documentation>Statistics about a particular team or player's offensive performance. | Further breaks down stats into passing, rushing, etc.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-american-football-passing" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-rushing" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-down-progress" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-sacks-against" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="offensive-plays-yards" type="string" use="optional">
      <annotation>
        <documentation>The total yards accumulated through offensive plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="offensive-plays-number" type="string" use="optional">
      <annotation>
        <documentation>The number of offensive plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="offensive-plays-average-yards-per" type="string" use="optional">
      <annotation>
        <documentation>The average number of yards gained per play.</documentation>
      </annotation>
    </attribute>
    <attribute name="offensive-plays-average-yards-per-game" type="string" use="optional">
      <annotation>
        <documentation>The average number of yards gained via offensive plays per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="offensive-rank" type="string" use="optional">
      <annotation>
        <documentation>How team's offense compares with rest of league or conference.</documentation>
      </annotation>
    </attribute>
    <attribute name="possession-duration" type="string" use="optional">
      <annotation>
        <documentation>The average amount of time the team had possession per-drive.</documentation>
      </annotation>
    </attribute>
    <attribute name="possessions-inside-20" type="string" use="optional">
      <annotation>
        <documentation>Number of times team has driven inside its opponent's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnovers-giveaway" type="string" use="optional">
      <annotation>
        <documentation>Derived by adding passes-interceptions plus fumbles-own-lost.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnovers-giveaway-average" type="string" use="optional">
      <annotation>
        <documentation>Average-per-game for turnovers-giveaway.</documentation>
      </annotation>
    </attribute>
    <attribute name="handoffs-total" type="string" use="optional">
      <annotation>
        <documentation>Usually, number of times QB has handed off, typically leading to a running play.</documentation>
      </annotation>
    </attribute>
    <attribute name="pitches-total" type="string" use="optional">
      <annotation>
        <documentation>Usually, number of times QB has pitched back to another player, typically leading to a running play.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles" type="string" use="optional">
      <annotation>
        <documentation>The number of tackles performed while on offense.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles-assists" type="string" use="optional">
      <annotation>
        <documentation>The number of tackle assists performed while on offense.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-passing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team or player's passing performance. | Used for quarterbacks and receivers.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-completions sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-completions-average-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-yards-gross sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-yards-net sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-yards-lost sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-yards-average sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-yards-per-attempt sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-first-down sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-touchdowns sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-touchdowns-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-interceptions sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-interceptions-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-interceptions-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-interceptions-average sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-interceptions-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-interceptions-touchdown sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-average-yards-per sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passes-average-yards-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passer-rating sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-total sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-average-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-touchdowns sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-first-down sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-looks sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-average-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-average-yards-per sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passing-rank sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_times-thrown-total sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_receptions-career-100-yard-games sportsml-specific-american-football_xsd.tmp#stats-american-football-passing_passing-career-300-yard-games
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.
id ID optional
An XML-specific identifier for the element.
passer-rating string optional
A complex formula designed to measure quarterback performance.
passes-attempts string optional
The number of passes attempted.
passes-average-yards-per string optional
Gross passing yards divided by number of pass completions.
passes-average-yards-per-game string optional
Total yards passing divided by number of games played.
passes-completions string optional
The number of passes completed successfully.
passes-completions-average-per-game string optional
Average number of completed passes a game.
passes-first-down string optional
Number of passes a player or team has made for a first-down.
passes-interceptions string optional
The number of passes that were intercepted.
passes-interceptions-average string optional
Average number of interceptions per game.
passes-interceptions-longest string optional
Longest interception return against a passer.
passes-interceptions-percentage string optional
The ratio of intercepted passes to attempted passes.
passes-interceptions-touchdown string optional
Number of opponents' touchdowns scored from passer's interceptions.
passes-interceptions-yards string optional
Opponent's yards gained after interceptions.
passes-longest string optional
The yards gained by the single longest completion.
passes-percentage string optional
The percentage of all passes that are completed successfully.
passes-touchdowns string optional
DEPRECATE: use stats-american-football-scoring/@touchdowns-passing.
passes-touchdowns-percentage string optional
The ratio of touchdown passes to attempted passes.
passes-yards-average string optional
DEPRECATE: redundant. Same as passes-average-yards-per or passes-average-yards-per-game.
passes-yards-gross string optional
The number of yards gained from passing.
passes-yards-lost string optional
Amount of yards lost due to sacks and completed passing plays that ended behind the line of scrimmage.
passes-yards-net string optional
Subtracts out the sacks-against-yards-lost value of stats-american-football-sacks-against element.
passes-yards-per-attempt string optional
Gross passing yards divided by number of pass attempts.
passing-career-300-yard-games string optional
Number of times in passer's career where total passing yardage per game exceeded 300.
passing-rank string optional
How a player or team's passing stats ranks in a league or conference, usually using total passing yards as the measure.
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.
receptions-average-per-game string optional
Average number of receptions per game.
receptions-average-yards string optional
Average yards per game from receptions.
receptions-average-yards-per string optional
The average yards per reception.
receptions-career-100-yard-games string optional
Number of times in receiver's career where total receiving yardage per game exceeded 100.
receptions-first-down string optional
Number of receptions a player has taken for a first-down.
receptions-longest string optional
The longest reception a player had, including to the point where they scored, were-tackled, etc.
receptions-looks string optional
The number of opportunities this receiver had to receive the ball.
receptions-total string optional
The total number of successful passes.
receptions-touchdowns string optional
Number of receptions a player has caught in or taken to the end-zone, resulting in a touchdown.
receptions-yards string optional
Number of yards a receiver is credited for.
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.
times-thrown-total string optional
Number of passes directed at receiver, including incompletions, interceptions, etc.
Source
<element name="stats-american-football-passing">
  <annotation>
    <documentation>Statistics about a particular team or player's passing performance. | Used for quarterbacks and receivers.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="passes-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of passes attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-completions" type="string" use="optional">
      <annotation>
        <documentation>The number of passes completed successfully.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-completions-average-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of completed passes a game.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of all passes that are completed successfully.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-yards-gross" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained from passing.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-yards-net" type="string" use="optional">
      <annotation>
        <documentation>Subtracts out the sacks-against-yards-lost value of stats-american-football-sacks-against element.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-yards-lost" type="string" use="optional">
      <annotation>
        <documentation>Amount of yards lost due to sacks and completed passing plays that ended behind the line of scrimmage.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-yards-average" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATE: redundant. Same as passes-average-yards-per or passes-average-yards-per-game.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-yards-per-attempt" type="string" use="optional">
      <annotation>
        <documentation>Gross passing yards divided by number of pass attempts.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-first-down" type="string" use="optional">
      <annotation>
        <documentation>Number of passes a player or team has made for a first-down.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-touchdowns" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATE: use stats-american-football-scoring/@touchdowns-passing.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-touchdowns-percentage" type="string" use="optional">
      <annotation>
        <documentation>The ratio of touchdown passes to attempted passes.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-interceptions" type="string" use="optional">
      <annotation>
        <documentation>The number of passes that were intercepted.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-interceptions-percentage" type="string" use="optional">
      <annotation>
        <documentation>The ratio of intercepted passes to attempted passes.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-interceptions-yards" type="string" use="optional">
      <annotation>
        <documentation>Opponent's yards gained after interceptions.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-interceptions-average" type="string" use="optional">
      <annotation>
        <documentation>Average number of interceptions per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-interceptions-longest" type="string" use="optional">
      <annotation>
        <documentation>Longest interception return against a passer.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-interceptions-touchdown" type="string" use="optional">
      <annotation>
        <documentation>Number of opponents' touchdowns scored from passer's interceptions.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-longest" type="string" use="optional">
      <annotation>
        <documentation>The yards gained by the single longest completion.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-average-yards-per" type="string" use="optional">
      <annotation>
        <documentation>Gross passing yards divided by number of pass completions.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-average-yards-per-game" type="string" use="optional">
      <annotation>
        <documentation>Total yards passing divided by number of games played.</documentation>
      </annotation>
    </attribute>
    <attribute name="passer-rating" type="string" use="optional">
      <annotation>
        <documentation>A complex formula designed to measure quarterback performance.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-total" type="string" use="optional">
      <annotation>
        <documentation>The total number of successful passes.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-average-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of receptions per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-yards" type="string" use="optional">
      <annotation>
        <documentation>Number of yards a receiver is credited for.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-touchdowns" type="string" use="optional">
      <annotation>
        <documentation>Number of receptions a player has caught in or taken to the end-zone, resulting in a touchdown.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-first-down" type="string" use="optional">
      <annotation>
        <documentation>Number of receptions a player has taken for a first-down.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-longest" type="string" use="optional">
      <annotation>
        <documentation>The longest reception a player had, including to the point where they scored, were-tackled, etc.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-looks" type="string" use="optional">
      <annotation>
        <documentation>The number of opportunities this receiver had to receive the ball.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-average-yards" type="string" use="optional">
      <annotation>
        <documentation>Average yards per game from receptions.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-average-yards-per" type="string" use="optional">
      <annotation>
        <documentation>The average yards per reception.</documentation>
      </annotation>
    </attribute>
    <attribute name="passing-rank" type="string" use="optional">
      <annotation>
        <documentation>How a player or team's passing stats ranks in a league or conference, usually using total passing yards as the measure.</documentation>
      </annotation>
    </attribute>
    <attribute name="times-thrown-total" type="string" use="optional">
      <annotation>
        <documentation>Number of passes directed at receiver, including incompletions, interceptions, etc.</documentation>
      </annotation>
    </attribute>
    <attribute name="receptions-career-100-yard-games" type="string" use="optional">
      <annotation>
        <documentation>Number of times in receiver's career where total receiving yardage per game exceeded 100.</documentation>
      </annotation>
    </attribute>
    <attribute name="passing-career-300-yard-games" type="string" use="optional">
      <annotation>
        <documentation>Number of times in passer's career where total passing yardage per game exceeded 300.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-rushing
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team or player's rushing performance. | How well they ran with the ball.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-yards-left sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-yards-middle sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-yards-right sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-touchdowns sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushing-average-yards-per sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-first-down sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-average-attempts-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-average-yards-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushing-rank sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing_rushes-career-100-yard-games
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.
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.
rushes-attempts string optional
The number of attempted rushes.
rushes-average-attempts-per-game string optional
Average number of rushing attempts per game.
rushes-average-yards-per-game string optional
Average number of yards gaining from rushes a game.
rushes-career-100-yard-games string optional
Number of times in rusher's career where total rushing yardage per game exceeded 100.
rushes-first-down string optional
The number of rushes that have resulted in a first-down.
rushes-longest string optional
The number of yards gained by the single longest rushing play.
rushes-touchdowns string optional
The number of touchdowns resulting from rush plays.
rushes-yards string optional
The number of yards gained by rushing.
rushes-yards-left string optional
The number of yards gained by rushing up the left side of the field.
rushes-yards-middle string optional
The number of yards gained by rushing up the middle of the field.
rushes-yards-right string optional
The number of yards gained by rushing up the right side of the field.
rushing-average-yards-per string optional
The average number of yards per rush.
rushing-rank string optional
How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure.
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-american-football-rushing">
  <annotation>
    <documentation>Statistics about a particular team or player's rushing performance. | How well they ran with the ball.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="rushes-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of attempted rushes.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-yards" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained by rushing.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-yards-left" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained by rushing up the left side of the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-yards-middle" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained by rushing up the middle of the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-yards-right" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained by rushing up the right side of the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-touchdowns" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns resulting from rush plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushing-average-yards-per" type="string" use="optional">
      <annotation>
        <documentation>The average number of yards per rush.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-first-down" type="string" use="optional">
      <annotation>
        <documentation>The number of rushes that have resulted in a first-down.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-longest" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained by the single longest rushing play.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-average-attempts-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of rushing attempts per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-average-yards-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of yards gaining from rushes a game.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushing-rank" type="string" use="optional">
      <annotation>
        <documentation>How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure.</documentation>
      </annotation>
    </attribute>
    <attribute name="rushes-career-100-yard-games" type="string" use="optional">
      <annotation>
        <documentation>Number of times in rusher's career where total rushing yardage per game exceeded 100.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-down-progress
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team or player's performance on downs. | Covers first downs and conversions.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_first-downs-total sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_first-downs-pass sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_first-downs-run sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_first-downs-penalty sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_first-downs-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_first-downs-average-yards-per sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-second-down sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-second-down-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-second-down-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-third-down sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-third-down-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-third-down-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-fourth-down sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-fourth-down-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress_conversions-fourth-down-percentage
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.
conversions-fourth-down string optional
The number of first downs achieved on a fourth down.
conversions-fourth-down-attempts string optional
The number of fourth downs.
conversions-fourth-down-percentage string optional
The percentage of first down attempts on a fourth down that were successful.
conversions-second-down string optional
The number of first downs achieved on a second down.
conversions-second-down-attempts string optional
The number of second downs.
conversions-second-down-percentage string optional
The percentage of first down attempts on a second down that were successful.
conversions-third-down string optional
The number of first downs achieved on a third down.
conversions-third-down-attempts string optional
The number of third downs.
conversions-third-down-percentage string optional
The percentage of first down attempts on a third down that were successful.
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.
first-downs-average-yards-per string optional
Number of average yards gained on first down plays.
first-downs-pass string optional
The number of first downs achieved from passing.
first-downs-penalty string optional
The number of first downs achieved from penalties on the other team.
first-downs-run string optional
The number of first downs achieved from rushing.
first-downs-total string optional
The number of first downs achieved.
first-downs-yards string optional
Number of yards gained on first down plays.
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="stats-american-football-down-progress">
  <annotation>
    <documentation>Statistics about a particular team or player's performance on downs. | Covers first downs and conversions.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="first-downs-total" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved.</documentation>
      </annotation>
    </attribute>
    <attribute name="first-downs-pass" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved from passing.</documentation>
      </annotation>
    </attribute>
    <attribute name="first-downs-run" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved from rushing.</documentation>
      </annotation>
    </attribute>
    <attribute name="first-downs-penalty" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved from penalties on the other team.</documentation>
      </annotation>
    </attribute>
    <attribute name="first-downs-yards" type="string" use="optional">
      <annotation>
        <documentation>Number of yards gained on first down plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="first-downs-average-yards-per" type="string" use="optional">
      <annotation>
        <documentation>Number of average yards gained on first down plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-second-down" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved on a second down.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-second-down-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of second downs.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-second-down-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of first down attempts on a second down that were successful.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-third-down" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved on a third down.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-third-down-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of third downs.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-third-down-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of first down attempts on a third down that were successful.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-fourth-down" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs achieved on a fourth down.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-fourth-down-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of fourth downs.</documentation>
      </annotation>
    </attribute>
    <attribute name="conversions-fourth-down-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of first down attempts on a fourth down that were successful.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-sacks-against
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about the sacks suffered by the offensive team. | How many times and the team was sacked, and for how many yards.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-sacks-against_sacks-against-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-sacks-against_sacks-against-total sportsml-specific-american-football_xsd.tmp#stats-american-football-sacks-against_sacks-against-average sportsml-specific-american-football_xsd.tmp#stats-american-football-sacks-against_sacks-against-safeties
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.
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.
sacks-against-average string optional
Average number of times per game a quarterback is sacked.
sacks-against-safeties string optional
Number of sacks that resulted in safeties.
sacks-against-total string optional
Total number of times that the offense was sacked.
sacks-against-yards string optional
Total number of yards lost by the offense from sacks.
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-american-football-sacks-against">
  <annotation>
    <documentation>Statistics about the sacks suffered by the offensive team. | How many times and the team was sacked, and for how many yards.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="sacks-against-yards" type="string" use="optional">
      <annotation>
        <documentation>Total number of yards lost by the offense from sacks.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-against-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of times that the offense was sacked.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-against-average" type="string" use="optional">
      <annotation>
        <documentation>Average number of times per game a quarterback is sacked.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-against-safeties" type="string" use="optional">
      <annotation>
        <documentation>Number of sacks that resulted in safeties.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-scoring
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team's scoring performance. | For touchdowns, field goals, etc.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchdowns-total sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchdowns-passing sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchdowns-rushing sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchdowns-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchdowns-defensive sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchdowns-receptions sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_extra-points-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_extra-points-made sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_extra-points-missed sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_extra-points-blocked sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_extra-points-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goal-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goals-made sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goals-missed sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goals-blocked sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goal-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goals-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_field-goals-average sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_safeties-against sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_two-point-conversions-attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_two-point-conversions-made sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_two-point-conversions-made-rushing sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_two-point-conversions-made-passing sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_touchbacks-total sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_single-points sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_inside-20-points sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_inside-20-touchdowns sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring_inside-20-touchdowns-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-field-goals
Properties
content: complex
Used by
Model sportsml:stats-american-football-field-goals*
Children sportsml:stats-american-football-field-goals
Instance
<sportsml:stats-american-football-scoring alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-attempts="" extra-points-blocked="" extra-points-made="" extra-points-missed="" extra-points-percentage="" field-goal-attempts="" field-goal-longest="" field-goals-average="" field-goals-blocked="" field-goals-made="" field-goals-missed="" field-goals-percentage="" id="" inside-20-points="" inside-20-touchdowns="" inside-20-touchdowns-percentage="" period-value="" position-scope="" record-making-scope="" safeties-against="" scoping-label="" single-points="" stats-coverage="" team-coverage="" touchbacks-total="" touchdowns-defensive="" touchdowns-passing="" touchdowns-receptions="" touchdowns-rushing="" touchdowns-special-teams="" touchdowns-total="" two-point-conversions-attempts="" two-point-conversions-made="" two-point-conversions-made-passing="" two-point-conversions-made-rushing="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-american-football-field-goals alignment-scope="" attempts="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" made="" maximum-distance="" minimum-distance="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-field-goals>
</sportsml:stats-american-football-scoring>
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.
extra-points-attempts string optional
The number of extra points attempted by the offense.
extra-points-blocked string optional
The number of extra point attempts that were blocked.
extra-points-made string optional
The number of extra points made.
extra-points-missed string optional
The number of extra points missed.
extra-points-percentage string optional
Ratio of extra points completed to attempts.
field-goal-attempts string optional
The number of field goals attempted.
field-goal-longest string optional
Yardage of longest successful field goal attempt.
field-goals-average string optional
Average number of field goals made per game.
field-goals-blocked string optional
The number of field goal attempts that were blocked.
field-goals-made string optional
The number of field goals made.
field-goals-missed string optional
The number of field goals missed.
field-goals-percentage string optional
Ratio of field goals made to attempts.
id ID optional
An XML-specific identifier for the element.
inside-20-points string optional
Points earned by offensive team when possession starts inside opponent's 20 yard line.
inside-20-touchdowns string optional
Touchdowns scored by offensive team when possession starts inside opponent's 20 yard line.
inside-20-touchdowns-percentage string optional
Ratio of touchdowns to possessions when possession starts inside opponent's 20 yard line.
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.
safeties-against string optional
The number of safeties scored against the offense.
scoping-label string optional
A textual description for the scope.
single-points string optional
Number of points earned from the single, a CFL-specific scoring play where a kicking team prevents its opponent from returning a kickoff, punt or missed field goal from outside the opponent's own end zone.
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.
touchbacks-total string optional
For Canadian Football. Used to record the number of touchbacks that resulted in scores.
touchdowns-defensive string optional
The number of touchdowns scored by the defense.
touchdowns-passing string optional
The number of touchdowns scored by passing.
touchdowns-receptions string optional
The number of receptions resulting in a touchdown.
touchdowns-rushing string optional
The number of touchdowns scored by rushing.
touchdowns-special-teams string optional
The number of touchdowns scored by special teams.
touchdowns-total string optional
The number of touchdowns scored by the offense.
two-point-conversions-attempts string optional
The number of two point conversions attempted.
two-point-conversions-made string optional
The number of successful two point conversions.
two-point-conversions-made-passing string optional
Number of successful two-point conversions from passing plays.
two-point-conversions-made-rushing string optional
Number of successful two-point conversions from running plays.
Source
<element name="stats-american-football-scoring">
  <annotation>
    <documentation>Statistics about a particular team's scoring performance. | For touchdowns, field goals, etc.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-american-football-field-goals" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="touchdowns-total" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns scored by the offense.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchdowns-passing" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns scored by passing.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchdowns-rushing" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns scored by rushing.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchdowns-special-teams" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns scored by special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchdowns-defensive" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns scored by the defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchdowns-receptions" type="string" use="optional">
      <annotation>
        <documentation>The number of receptions resulting in a touchdown.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of extra points attempted by the offense.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-made" type="string" use="optional">
      <annotation>
        <documentation>The number of extra points made.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-missed" type="string" use="optional">
      <annotation>
        <documentation>The number of extra points missed.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-blocked" type="string" use="optional">
      <annotation>
        <documentation>The number of extra point attempts that were blocked.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-percentage" type="string" use="optional">
      <annotation>
        <documentation>Ratio of extra points completed to attempts.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goal-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of field goals attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-made" type="string" use="optional">
      <annotation>
        <documentation>The number of field goals made.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-missed" type="string" use="optional">
      <annotation>
        <documentation>The number of field goals missed.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-blocked" type="string" use="optional">
      <annotation>
        <documentation>The number of field goal attempts that were blocked.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goal-longest" type="string" use="optional">
      <annotation>
        <documentation>Yardage of longest successful field goal attempt.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-percentage" type="string" use="optional">
      <annotation>
        <documentation>Ratio of field goals made to attempts.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-average" type="string" use="optional">
      <annotation>
        <documentation>Average number of field goals made per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="safeties-against" type="string" use="optional">
      <annotation>
        <documentation>The number of safeties scored against the offense.</documentation>
      </annotation>
    </attribute>
    <attribute name="two-point-conversions-attempts" type="string" use="optional">
      <annotation>
        <documentation>The number of two point conversions attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="two-point-conversions-made" type="string" use="optional">
      <annotation>
        <documentation>The number of successful two point conversions.</documentation>
      </annotation>
    </attribute>
    <attribute name="two-point-conversions-made-rushing" type="string" use="optional">
      <annotation>
        <documentation>Number of successful two-point conversions from running plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="two-point-conversions-made-passing" type="string" use="optional">
      <annotation>
        <documentation>Number of successful two-point conversions from passing plays.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-total" type="string" use="optional">
      <annotation>
        <documentation>For Canadian Football. Used to record the number of touchbacks that resulted in scores.</documentation>
      </annotation>
    </attribute>
    <attribute name="single-points" type="string" use="optional">
      <annotation>
        <documentation>Number of points earned from the single, a CFL-specific scoring play where a kicking team prevents its opponent from returning a kickoff, punt or missed field goal from outside the opponent's own end zone.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-points" type="string" use="optional">
      <annotation>
        <documentation>Points earned by offensive team when possession starts inside opponent's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-touchdowns" type="string" use="optional">
      <annotation>
        <documentation>Touchdowns scored by offensive team when possession starts inside opponent's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-touchdowns-percentage" type="string" use="optional">
      <annotation>
        <documentation>Ratio of touchdowns to possessions when possession starts inside opponent's 20 yard line.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-field-goals
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about attempted and made field goals. | Allows for breakdowns between particular yard markers.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-field-goals_minimum-distance sportsml-specific-american-football_xsd.tmp#stats-american-football-field-goals_maximum-distance sportsml-specific-american-football_xsd.tmp#stats-american-football-field-goals_attempts sportsml-specific-american-football_xsd.tmp#stats-american-football-field-goals_made
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.
attempts string optional
Number of attempted field goals.
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.
made string optional
Number of successful field goals.
maximum-distance string optional
The maximum distance in the range for the kick attempts. NOTE: Worth revisiting.
minimum-distance string optional
The minimum distance in the range for the kick attempts. NOTE: Worth revisiting.
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="stats-american-football-field-goals">
  <annotation>
    <documentation>Statistics about attempted and made field goals. | Allows for breakdowns between particular yard markers.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="minimum-distance" type="string" use="optional">
      <annotation>
        <documentation>The minimum distance in the range for the kick attempts. NOTE: Worth revisiting.</documentation>
      </annotation>
    </attribute>
    <attribute name="maximum-distance" type="string" use="optional">
      <annotation>
        <documentation>The maximum distance in the range for the kick attempts. NOTE: Worth revisiting.</documentation>
      </annotation>
    </attribute>
    <attribute name="attempts" type="string" use="optional">
      <annotation>
        <documentation>Number of attempted field goals.</documentation>
      </annotation>
    </attribute>
    <attribute name="made" type="string" use="optional">
      <annotation>
        <documentation>Number of successful field goals.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-defensive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular player or team's defensive performance. | Covers tackles, interceptions, sacks.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_tackles-total sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_tackles-solo sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_tackles-assists sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_tackles-team sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_quarterback-hurries sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_passes-defensed sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_turnovers-takeaway sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_yards-allowed-total sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_yards-allowed-average sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_defensive-plays-number sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_inside-20-plays sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_inside-20-points-against sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_inside-20-touchdowns-against sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_inside-20-touchdowns-against-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_defense-rank sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_defense-rank-pass sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_defense-rank-rush sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_interceptions-total sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_interceptions-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_interceptions-average sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_interceptions-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_interceptions-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_interceptions-touchdown sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_sacks-total sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_sacks-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_sacks-team sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive_sacks-yards-team sportsml-specific-american-football_xsd.tmp#stats-american-football-passing sportsml-specific-american-football_xsd.tmp#stats-american-football-rushing sportsml-specific-american-football_xsd.tmp#stats-american-football-down-progress sportsml-specific-american-football_xsd.tmp#stats-american-football-sacks-against sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring
Properties
content: complex
Used by
Model sportsml:stats-american-football-passing* , sportsml:stats-american-football-rushing* , sportsml:stats-american-football-down-progress* , sportsml:stats-american-football-sacks-against* , sportsml:stats-american-football-scoring*
Children sportsml:stats-american-football-down-progress, sportsml:stats-american-football-passing, sportsml:stats-american-football-rushing, sportsml:stats-american-football-sacks-against, sportsml:stats-american-football-scoring
Instance
<sportsml:stats-american-football-defensive alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" defense-rank="" defense-rank-pass="" defense-rank-rush="" defensive-plays-number="" duration-scope="" id="" inside-20-plays="" inside-20-points-against="" inside-20-touchdowns-against="" inside-20-touchdowns-against-percentage="" interceptions-average="" interceptions-longest="" interceptions-percentage="" interceptions-total="" interceptions-touchdown="" interceptions-yards="" passes-defensed="" period-value="" position-scope="" quarterback-hurries="" record-making-scope="" sacks-team="" sacks-total="" sacks-yards="" sacks-yards-team="" scoping-label="" stats-coverage="" tackles-assists="" tackles-solo="" tackles-team="" tackles-total="" team-coverage="" turnovers-takeaway="" yards-allowed-average="" yards-allowed-total="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-american-football-passing alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" passer-rating="" passes-attempts="" passes-average-yards-per="" passes-average-yards-per-game="" passes-completions="" passes-completions-average-per-game="" passes-first-down="" passes-interceptions="" passes-interceptions-average="" passes-interceptions-longest="" passes-interceptions-percentage="" passes-interceptions-touchdown="" passes-interceptions-yards="" passes-longest="" passes-percentage="" passes-touchdowns="" passes-touchdowns-percentage="" passes-yards-average="" passes-yards-gross="" passes-yards-lost="" passes-yards-net="" passes-yards-per-attempt="" passing-career-300-yard-games="" passing-rank="" period-value="" position-scope="" receptions-average-per-game="" receptions-average-yards="" receptions-average-yards-per="" receptions-career-100-yard-games="" receptions-first-down="" receptions-longest="" receptions-looks="" receptions-total="" receptions-touchdowns="" receptions-yards="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" times-thrown-total="">{0,unbounded}</sportsml:stats-american-football-passing>
  <sportsml:stats-american-football-rushing alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" rushes-attempts="" rushes-average-attempts-per-game="" rushes-average-yards-per-game="" rushes-career-100-yard-games="" rushes-first-down="" rushes-longest="" rushes-touchdowns="" rushes-yards="" rushes-yards-left="" rushes-yards-middle="" rushes-yards-right="" rushing-average-yards-per="" rushing-rank="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-rushing>
  <sportsml:stats-american-football-down-progress alignment-scope="" competition-scope="" conversions-fourth-down="" conversions-fourth-down-attempts="" conversions-fourth-down-percentage="" conversions-second-down="" conversions-second-down-attempts="" conversions-second-down-percentage="" conversions-third-down="" conversions-third-down-attempts="" conversions-third-down-percentage="" date-coverage-type="" date-coverage-value="" duration-scope="" first-downs-average-yards-per="" first-downs-pass="" first-downs-penalty="" first-downs-run="" first-downs-total="" first-downs-yards="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-down-progress>
  <sportsml:stats-american-football-sacks-against alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" sacks-against-average="" sacks-against-safeties="" sacks-against-total="" sacks-against-yards="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-sacks-against>
  <sportsml:stats-american-football-scoring alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-attempts="" extra-points-blocked="" extra-points-made="" extra-points-missed="" extra-points-percentage="" field-goal-attempts="" field-goal-longest="" field-goals-average="" field-goals-blocked="" field-goals-made="" field-goals-missed="" field-goals-percentage="" id="" inside-20-points="" inside-20-touchdowns="" inside-20-touchdowns-percentage="" period-value="" position-scope="" record-making-scope="" safeties-against="" scoping-label="" single-points="" stats-coverage="" team-coverage="" touchbacks-total="" touchdowns-defensive="" touchdowns-passing="" touchdowns-receptions="" touchdowns-rushing="" touchdowns-special-teams="" touchdowns-total="" two-point-conversions-attempts="" two-point-conversions-made="" two-point-conversions-made-passing="" two-point-conversions-made-rushing="">{0,unbounded}</sportsml:stats-american-football-scoring>
</sportsml:stats-american-football-defensive>
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.
defense-rank string optional
How a team's defensive stats rank in a league or conference, usually using yards allowed per game as the measure.
defense-rank-pass string optional
How a team's passing defense stats rank in a league or conference, usually using passing yards allowed per game as the measure.
defense-rank-rush string optional
How a team's rushing defense stats rank in a league or conference, usually using rushing yards allowed per game as the measure.
defensive-plays-number string optional
Number of plays a defense is on the field.
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.
inside-20-plays string optional
Number of plays inside defensive team's 20 yard line.
inside-20-points-against string optional
Number of points given up when opponents' possession starts inside defensive team's 20 yard line.
inside-20-touchdowns-against string optional
Number of touchdowns given up when opponents' possession starts inside defensive team's 20 yard line.
inside-20-touchdowns-against-percentage string optional
Ratio of touchdowns allowed to possessions when opponents' possession starts inside defensive team's 20 yard line.
interceptions-average string optional
The average number of yards gained from interceptions.
interceptions-longest string optional
The longest interception returned. Greatest number of yards gained on an interception.
interceptions-percentage string optional
Percentage of passes intercepted.
interceptions-total string optional
The number of passes the defense has intercepted.
interceptions-touchdown string optional
Number of interceptions that were run back for a touchdown.
interceptions-yards string optional
The number of yards gained as a result of an interception.
passes-defensed string optional
Total number of times a pass was deflected or otherwise defended against, causing a pass to be incomplete.
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.
quarterback-hurries string optional
An unofficial stat given when a defensive player pressures and hurries the quarterback into making a throw to avoid being sacked.
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.
sacks-team string optional
The number of sacks credited to the team as a whole.
sacks-total string optional
The number of sacks made by the defense.
sacks-yards string optional
Number of yards gained by the defense.
sacks-yards-team string optional
Number of yards gained by the defense on sacks credited to the team as a whole.
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.
tackles-assists string optional
The number of tackles made where multiple members of the defense commited the tackle.
tackles-solo string optional
The number of tackles made where only one member of the defense commited the tackle.
tackles-team string optional
The number of tackles made which were credited to the team as a whole.
tackles-total string optional
The number of tackles made by the defense. Commonly the sum of tackles-solo and tackles-assists.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
turnovers-takeaway string optional
Derived by adding interceptions-total plus fumbles-opposing-recovered.
yards-allowed-average string optional
Total yardage a defense allows per game.
yards-allowed-total string optional
Total yardage a defense allowed, usually through passing and rushing.
Source
<element name="stats-american-football-defensive">
  <annotation>
    <documentation>Statistics about a particular player or team's defensive performance. | Covers tackles, interceptions, sacks.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-american-football-passing" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-rushing" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-down-progress" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-sacks-against" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="tackles-total" type="string" use="optional">
      <annotation>
        <documentation>The number of tackles made by the defense. Commonly the sum of tackles-solo and tackles-assists.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles-solo" type="string" use="optional">
      <annotation>
        <documentation>The number of tackles made where only one member of the defense commited the tackle.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles-assists" type="string" use="optional">
      <annotation>
        <documentation>The number of tackles made where multiple members of the defense commited the tackle.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles-team" type="string" use="optional">
      <annotation>
        <documentation>The number of tackles made which were credited to the team as a whole.</documentation>
      </annotation>
    </attribute>
    <attribute name="quarterback-hurries" type="string" use="optional">
      <annotation>
        <documentation>An unofficial stat given when a defensive player pressures and hurries the quarterback into making a throw to avoid being sacked.</documentation>
      </annotation>
    </attribute>
    <attribute name="passes-defensed" type="string" use="optional">
      <annotation>
        <documentation>Total number of times a pass was deflected or otherwise defended against, causing a pass to be incomplete.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnovers-takeaway" type="string" use="optional">
      <annotation>
        <documentation>Derived by adding interceptions-total plus fumbles-opposing-recovered.</documentation>
      </annotation>
    </attribute>
    <attribute name="yards-allowed-total" type="string" use="optional">
      <annotation>
        <documentation>Total yardage a defense allowed, usually through passing and rushing.</documentation>
      </annotation>
    </attribute>
    <attribute name="yards-allowed-average" type="string" use="optional">
      <annotation>
        <documentation>Total yardage a defense allows per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="defensive-plays-number" type="string" use="optional">
      <annotation>
        <documentation>Number of plays a defense is on the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-plays" type="string" use="optional">
      <annotation>
        <documentation>Number of plays inside defensive team's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-points-against" type="string" use="optional">
      <annotation>
        <documentation>Number of points given up when opponents' possession starts inside defensive team's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-touchdowns-against" type="string" use="optional">
      <annotation>
        <documentation>Number of touchdowns given up when opponents' possession starts inside defensive team's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="inside-20-touchdowns-against-percentage" type="string" use="optional">
      <annotation>
        <documentation>Ratio of touchdowns allowed to possessions when opponents' possession starts inside defensive team's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="defense-rank" type="string" use="optional">
      <annotation>
        <documentation>How a team's defensive stats rank in a league or conference, usually using yards allowed per game as the measure.</documentation>
      </annotation>
    </attribute>
    <attribute name="defense-rank-pass" type="string" use="optional">
      <annotation>
        <documentation>How a team's passing defense stats rank in a league or conference, usually using passing yards allowed per game as the measure.</documentation>
      </annotation>
    </attribute>
    <attribute name="defense-rank-rush" type="string" use="optional">
      <annotation>
        <documentation>How a team's rushing defense stats rank in a league or conference, usually using rushing yards allowed per game as the measure.</documentation>
      </annotation>
    </attribute>
    <attribute name="interceptions-total" type="string" use="optional">
      <annotation>
        <documentation>The number of passes the defense has intercepted.</documentation>
      </annotation>
    </attribute>
    <attribute name="interceptions-yards" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained as a result of an interception.</documentation>
      </annotation>
    </attribute>
    <attribute name="interceptions-average" type="string" use="optional">
      <annotation>
        <documentation>The average number of yards gained from interceptions.</documentation>
      </annotation>
    </attribute>
    <attribute name="interceptions-percentage" type="string" use="optional">
      <annotation>
        <documentation>Percentage of passes intercepted.</documentation>
      </annotation>
    </attribute>
    <attribute name="interceptions-longest" type="string" use="optional">
      <annotation>
        <documentation>The longest interception returned. Greatest number of yards gained on an interception.</documentation>
      </annotation>
    </attribute>
    <attribute name="interceptions-touchdown" type="string" use="optional">
      <annotation>
        <documentation>Number of interceptions that were run back for a touchdown.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-total" type="string" use="optional">
      <annotation>
        <documentation>The number of sacks made by the defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-yards" type="string" use="optional">
      <annotation>
        <documentation>Number of yards gained by the defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-team" type="string" use="optional">
      <annotation>
        <documentation>The number of sacks credited to the team as a whole.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacks-yards-team" type="string" use="optional">
      <annotation>
        <documentation>Number of yards gained by the defense on sacks credited to the team as a whole.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-special-teams
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about a particular team's special teams performance. | Covers punts, touchbacks.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-touchdown sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-against-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-against-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-against-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-against-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-punt-against-touchdown sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_kickoffs-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_kickoffs-adjusted sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_kickoffs-to-inside-20 sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_kickoffs-drive-start-against-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_onside-kicks-attempted sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_onside-kicks-recovered sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-touchdown sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-adjusted sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-inside-20 sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-drive-start-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-against-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-against-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-against-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-against-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-kickoff-against-touchdown sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_returns-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-yards-gross sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-yards-net sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-inside-20 sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-inside-20-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-average-net sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-yards-gross sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-yards-net sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-longest sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-inside-20 sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-inside-20-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-average sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-average-net sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-blocked sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_punts-against-blocked sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-total sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-total-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-kickoffs sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-kickoffs-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-punts sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-punts-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-interceptions sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-interceptions-percentage sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchbacks-punts-against sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_fair-catches sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_fair-catches-against sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_total-return-yardage-not-kickoffs sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_touchdowns-against sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_tackles sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_tackles-assists sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_extra-points-against-made sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_extra-points-against-missed sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_extra-points-against-blocked sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_field-goals-against-made sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_field-goals-against-missed sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams_field-goals-against-blocked
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.
extra-points-against-blocked string optional
Number of extra point attempts made by the opposing team that were blocked by this team or player.
extra-points-against-made string optional
Number of extra point attempts made by the opposing team that were successful.
extra-points-against-missed string optional
Number of extra point attempts made by the opposing team that were not successful.
fair-catches string optional
The number of fair catches.
fair-catches-against string optional
Number of fair catches by opponents.
field-goals-against-blocked string optional
Number of field goal attempts made by the opposing team that were blocked by this player or team.
field-goals-against-made string optional
Number of field goal attempts made by the opposing team that were successful.
field-goals-against-missed string optional
Number of field goal attempts made by the opposing team that were not successful.
id ID optional
An XML-specific identifier for the element.
kickoffs-adjusted string optional
Number of kickoffs excluding onside kicks or kickoffs at the end of a half unless either kickoff is returned for a touchdown.
kickoffs-drive-start-against-average string optional
Average starting position of opponent's possession after a kickoff.
kickoffs-to-inside-20 string optional
Number of kickoffs resulting in opponent's possession starting inside own 20 yard line.
kickoffs-total string optional
Total number of kickoffs to opposition.
onside-kicks-attempted string optional
Number of onside kicks attempted.
onside-kicks-recovered string optional
Number of onside kicks recovered by kicking team.
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.
punts-against-average string optional
Average length of opponent's punt.
punts-against-average-net string optional
Average net length - punt length minus return - of opponent's punt..
punts-against-blocked string optional
The number of punts made by the opposing team that this team or player has blocked.
punts-against-inside-20 string optional
Punt returns failed to advance beyond team's own 20.
punts-against-inside-20-percentage string optional
Ratio of punt returns failed to advance beyond team's own 20 and total punt returns.
punts-against-longest string optional
Longest punt by opposing team.
punts-against-total string optional
Number of punts forced by defensive team.
punts-against-yards-gross string optional
Number of yards of opposing team's punts.
punts-against-yards-net string optional
Number of net yards - punt length minus return - of opposing team's punts.
punts-average string optional
The average gross punting yardage.
punts-average-net string optional
Average net yards - punt length minus return - per punt.
punts-blocked string optional
The number of punts that were blocked.
punts-inside-20 string optional
The number of punts inside the 20 yard line.
punts-inside-20-percentage string optional
The percentage of punts inside the 20 yard line.
punts-longest string optional
The distance of the longest punt.
punts-total string optional
The number of punts.
punts-yards-gross string optional
The sum of the distances of all punts.
punts-yards-net string optional
The sum of the distances of all punts, minus the distances they were returned.
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.
returns-kickoff-adjusted string optional
Number kickoffs adjusted for onside and end-of-half (non-touchdown) kickoffs.
returns-kickoff-against-average string optional
Average yards allowed per kickoff return.
returns-kickoff-against-longest string optional
Yardage of longest kickoff return allowed.
returns-kickoff-against-total string optional
Total number of kickoff returns.
returns-kickoff-against-touchdown string optional
Touchdowns allowed from kickoff returns.
returns-kickoff-against-yards string optional
Yards allowed from kickoff returns.
returns-kickoff-average string optional
The average number of yards gained on each kickoff return.
returns-kickoff-drive-start-average string optional
Average start position after kickoff returns.
returns-kickoff-inside-20 string optional
Number of kickoff returns that failed to advance past the returning team's 20 yard line.
returns-kickoff-longest string optional
The number of yards gained on the longest kickoff return.
returns-kickoff-total string optional
The number of kickoffs returned.
returns-kickoff-touchdown string optional
The number of kickoffs returned for a touchdown.
returns-kickoff-yards string optional
The number of yards gained from kickoff returns.
returns-punt-against-average string optional
Average number of yards allowed from punt returns.
returns-punt-against-longest string optional
Yardage of longest punt return allowed.
returns-punt-against-total string optional
Total number of punt returns defended.
returns-punt-against-touchdown string optional
Number of touchdowns from punt returns allowed.
returns-punt-against-yards string optional
Total number of yards allowed from punt returns.
returns-punt-average string optional
The average number of yards gained on each punt return.
returns-punt-longest string optional
The number of yards gained on the longest punt return.
returns-punt-total string optional
The number of punts returned.
returns-punt-touchdown string optional
The number of punts returned for a touchdown.
returns-punt-yards string optional
The number of yards gained from punt returns.
returns-total string optional
The total number of returns.  Punts + kickoffs.
returns-yards string optional
The total number of yards gained on punts and kickoffs combined.
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.
tackles string optional
For Canadian football, records the number of tackles made while playing for a special-team.
tackles-assists string optional
The number of tackle assists performed while on special-teams.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
total-return-yardage-not-kickoffs string optional
Net return yardage excluding kickoff returns.
touchbacks-interceptions string optional
The number of interceptions that went into the end zone and were not brought out.
touchbacks-interceptions-percentage string optional
The percentage of interceptions resulting in touchbacks.
touchbacks-kickoffs string optional
The number of kickoffs that went into the end zone and were not brought out.
touchbacks-kickoffs-percentage string optional
The percentage of kickoffs resulting in touchbacks.
touchbacks-punts string optional
The number of punts that went into the end zone and were not brought out.
touchbacks-punts-against string optional
Number of punts not returned out of receiving team's end zone.
touchbacks-punts-percentage string optional
The percentage of punts resulting in touchbacks.
touchbacks-total string optional
The total number of touchbacks, from kickoffs, punts, interceptions, and fumbles.
touchbacks-total-percentage string optional
The percentage of kickoffs, punts, interceptions, and fumbles which resulted in a touchback.
touchdowns-against string optional
Total number of special teams touchdowns allowed.
Source
<element name="stats-american-football-special-teams">
  <annotation>
    <documentation>Statistics about a particular team's special teams performance. | Covers punts, touchbacks.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="returns-punt-total" type="string" use="optional">
      <annotation>
        <documentation>The number of punts returned.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-yards" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained from punt returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-average" type="string" use="optional">
      <annotation>
        <documentation>The average number of yards gained on each punt return.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-longest" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on the longest punt return.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-touchdown" type="string" use="optional">
      <annotation>
        <documentation>The number of punts returned for a touchdown.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-against-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of punt returns defended.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-against-yards" type="string" use="optional">
      <annotation>
        <documentation>Total number of yards allowed from punt returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-against-average" type="string" use="optional">
      <annotation>
        <documentation>Average number of yards allowed from punt returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-against-longest" type="string" use="optional">
      <annotation>
        <documentation>Yardage of longest punt return allowed.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-punt-against-touchdown" type="string" use="optional">
      <annotation>
        <documentation>Number of touchdowns from punt returns allowed.</documentation>
      </annotation>
    </attribute>
    <attribute name="kickoffs-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of kickoffs to opposition.</documentation>
      </annotation>
    </attribute>
    <attribute name="kickoffs-adjusted" type="string" use="optional">
      <annotation>
        <documentation>Number of kickoffs excluding onside kicks or kickoffs at the end of a half unless either kickoff is returned for a touchdown.</documentation>
      </annotation>
    </attribute>
    <attribute name="kickoffs-to-inside-20" type="string" use="optional">
      <annotation>
        <documentation>Number of kickoffs resulting in opponent's possession starting inside own 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="kickoffs-drive-start-against-average" type="string" use="optional">
      <annotation>
        <documentation>Average starting position of opponent's possession after a kickoff.</documentation>
      </annotation>
    </attribute>
    <attribute name="onside-kicks-attempted" type="string" use="optional">
      <annotation>
        <documentation>Number of onside kicks attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="onside-kicks-recovered" type="string" use="optional">
      <annotation>
        <documentation>Number of onside kicks recovered by kicking team.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-total" type="string" use="optional">
      <annotation>
        <documentation>The number of kickoffs returned.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-yards" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained from kickoff returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-average" type="string" use="optional">
      <annotation>
        <documentation>The average number of yards gained on each kickoff return.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-longest" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on the longest kickoff return.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-touchdown" type="string" use="optional">
      <annotation>
        <documentation>The number of kickoffs returned for a touchdown.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-adjusted" type="string" use="optional">
      <annotation>
        <documentation>Number kickoffs adjusted for onside and end-of-half (non-touchdown) kickoffs.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-inside-20" type="string" use="optional">
      <annotation>
        <documentation>Number of kickoff returns that failed to advance past the returning team's 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-drive-start-average" type="string" use="optional">
      <annotation>
        <documentation>Average start position after kickoff returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-against-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of kickoff returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-against-yards" type="string" use="optional">
      <annotation>
        <documentation>Yards allowed from kickoff returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-against-average" type="string" use="optional">
      <annotation>
        <documentation>Average yards allowed per kickoff return.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-against-longest" type="string" use="optional">
      <annotation>
        <documentation>Yardage of longest kickoff return allowed.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-kickoff-against-touchdown" type="string" use="optional">
      <annotation>
        <documentation>Touchdowns allowed from kickoff returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-total" type="string" use="optional">
      <annotation>
        <documentation>The total number of returns. Punts + kickoffs.</documentation>
      </annotation>
    </attribute>
    <attribute name="returns-yards" type="string" use="optional">
      <annotation>
        <documentation>The total number of yards gained on punts and kickoffs combined.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-total" type="string" use="optional">
      <annotation>
        <documentation>The number of punts.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-yards-gross" type="string" use="optional">
      <annotation>
        <documentation>The sum of the distances of all punts.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-yards-net" type="string" use="optional">
      <annotation>
        <documentation>The sum of the distances of all punts, minus the distances they were returned.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-longest" type="string" use="optional">
      <annotation>
        <documentation>The distance of the longest punt.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-inside-20" type="string" use="optional">
      <annotation>
        <documentation>The number of punts inside the 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-inside-20-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of punts inside the 20 yard line.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-average" type="string" use="optional">
      <annotation>
        <documentation>The average gross punting yardage.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-average-net" type="string" use="optional">
      <annotation>
        <documentation>Average net yards - punt length minus return - per punt.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-total" type="string" use="optional">
      <annotation>
        <documentation>Number of punts forced by defensive team.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-yards-gross" type="string" use="optional">
      <annotation>
        <documentation>Number of yards of opposing team's punts.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-yards-net" type="string" use="optional">
      <annotation>
        <documentation>Number of net yards - punt length minus return - of opposing team's punts.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-longest" type="string" use="optional">
      <annotation>
        <documentation>Longest punt by opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-inside-20" type="string" use="optional">
      <annotation>
        <documentation>Punt returns failed to advance beyond team's own 20.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-inside-20-percentage" type="string" use="optional">
      <annotation>
        <documentation>Ratio of punt returns failed to advance beyond team's own 20 and total punt returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-average" type="string" use="optional">
      <annotation>
        <documentation>Average length of opponent's punt.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-average-net" type="string" use="optional">
      <annotation>
        <documentation>Average net length - punt length minus return - of opponent's punt..</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-blocked" type="string" use="optional">
      <annotation>
        <documentation>The number of punts that were blocked.</documentation>
      </annotation>
    </attribute>
    <attribute name="punts-against-blocked" type="string" use="optional">
      <annotation>
        <documentation>The number of punts made by the opposing team that this team or player has blocked.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-total" type="string" use="optional">
      <annotation>
        <documentation>The total number of touchbacks, from kickoffs, punts, interceptions, and fumbles.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-total-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of kickoffs, punts, interceptions, and fumbles which resulted in a touchback.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-kickoffs" type="string" use="optional">
      <annotation>
        <documentation>The number of kickoffs that went into the end zone and were not brought out.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-kickoffs-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of kickoffs resulting in touchbacks.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-punts" type="string" use="optional">
      <annotation>
        <documentation>The number of punts that went into the end zone and were not brought out.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-punts-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of punts resulting in touchbacks.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-interceptions" type="string" use="optional">
      <annotation>
        <documentation>The number of interceptions that went into the end zone and were not brought out.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-interceptions-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of interceptions resulting in touchbacks.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-punts-against" type="string" use="optional">
      <annotation>
        <documentation>Number of punts not returned out of receiving team's end zone.</documentation>
      </annotation>
    </attribute>
    <attribute name="fair-catches" type="string" use="optional">
      <annotation>
        <documentation>The number of fair catches.</documentation>
      </annotation>
    </attribute>
    <attribute name="fair-catches-against" type="string" use="optional">
      <annotation>
        <documentation>Number of fair catches by opponents.</documentation>
      </annotation>
    </attribute>
    <attribute name="total-return-yardage-not-kickoffs" type="string" use="optional">
      <annotation>
        <documentation>Net return yardage excluding kickoff returns.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchdowns-against" type="string" use="optional">
      <annotation>
        <documentation>Total number of special teams touchdowns allowed.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles" type="string" use="optional">
      <annotation>
        <documentation>For Canadian football, records the number of tackles made while playing for a special-team.</documentation>
      </annotation>
    </attribute>
    <attribute name="tackles-assists" type="string" use="optional">
      <annotation>
        <documentation>The number of tackle assists performed while on special-teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-against-made" type="string" use="optional">
      <annotation>
        <documentation>Number of extra point attempts made by the opposing team that were successful.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-against-missed" type="string" use="optional">
      <annotation>
        <documentation>Number of extra point attempts made by the opposing team that were not successful.</documentation>
      </annotation>
    </attribute>
    <attribute name="extra-points-against-blocked" type="string" use="optional">
      <annotation>
        <documentation>Number of extra point attempts made by the opposing team that were blocked by this team or player.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-against-made" type="string" use="optional">
      <annotation>
        <documentation>Number of field goal attempts made by the opposing team that were successful.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-against-missed" type="string" use="optional">
      <annotation>
        <documentation>Number of field goal attempts made by the opposing team that were not successful.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-against-blocked" type="string" use="optional">
      <annotation>
        <documentation>Number of field goal attempts made by the opposing team that were blocked by this player or team.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-fumbles
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
For tracking fumble stats. | Covers teams that do the fumbling and the recovering.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-committed sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-forced sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-lost sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-lost-average-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-yards-gained sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-own-committed sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-own-recovered sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-own-lost sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-own-yards-gained sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-own-touchdowns sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-opposing-committed sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-opposing-recovered sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-opposing-recovered-average-per-game sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-opposing-lost sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-opposing-yards-gained sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-opposing-touchdowns sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-committed-defense sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-lost-defense sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-forced-defense sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered-defense sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered-yards-defense sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-committed-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-lost-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-forced-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered-yards-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-committed-other sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-lost-other sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-forced-other sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered-other sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_fumbles-recovered-yards-other sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_touchbacks-fumbles sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles_touchbacks-fumbles-percentage
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.
fumbles-committed string optional
The total number of fumbles.
fumbles-committed-defense string optional
The number of fumbles committed by a player or team on defense.
fumbles-committed-other string optional
The number of fumbles committed by a player or team on neither defense or special teams.
fumbles-committed-special-teams string optional
The number of fumbles committed by a player or team on special-teams.
fumbles-forced string optional
The number of fumbles that were forced by the opposing team.
fumbles-forced-defense string optional
The number of fumbles forced by a player or team on defense.
fumbles-forced-other string optional
The number of fumbles forced by a player or team on neither defense or special teams.
fumbles-forced-special-teams string optional
The number of fumbles forced by a player or team on special-teams.
fumbles-lost string optional
The number of fumbles that were not recovered by the fumbling team.
fumbles-lost-average-per-game string optional
Average number of fumbles lost per game.
fumbles-lost-defense string optional
The number of fumbles lost by a player or team on defense.
fumbles-lost-other string optional
The number of fumbles lost by a player or team on neither defense or special teams.
fumbles-lost-special-teams string optional
The number of fumbles lost by a player or team on special-teams.
fumbles-opposing-committed string optional
The number of fumbles committed by the opposing team.
fumbles-opposing-lost string optional
The number of fumbles committed by the opposing team that were subsequently lost to the opposing team.
fumbles-opposing-recovered string optional
The number of fumbles committed by the opposing but recovered by this team. A subset of turnovers. Also referred to a takeaway.
fumbles-opposing-recovered-average-per-game string optional
Average number of opposing team's fumbles recovered per game.
fumbles-opposing-touchdowns string optional
The number of touchdowns scored as a result of fumbles by the opposing team..
fumbles-opposing-yards-gained string optional
The number of yards gained as a result of fumbles by the opposing team.
fumbles-own-committed string optional
The number of fumbles committed by this team.
fumbles-own-lost string optional
The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.
fumbles-own-recovered string optional
The number of fumbles committed by this team that were then also recovered by this team.
fumbles-own-touchdowns string optional
The number of touchdowns earned after a team recovers its own fumbles.
fumbles-own-yards-gained string optional
The number of yards gained as a result of fumbles by this team.
fumbles-recovered string optional
The number of fumbles that were recovered by the fumbling team.
fumbles-recovered-defense string optional
The number of fumbles recovered by a player or team on defense.
fumbles-recovered-other string optional
The number of fumbles recovered by a player or team on neither defense or special teams.
fumbles-recovered-special-teams string optional
The number of fumbles recovered by a player or team on special-teams.
fumbles-recovered-yards-defense string optional
The number of yards gained on fumbles recovered by a player or team on defense.
fumbles-recovered-yards-other string optional
The number of yards gained on fumbles recovered by a player or team on neither defense or special teams.
fumbles-recovered-yards-special-teams string optional
The number of yards gained on fumbles recovered by a player or team on special-teams.
fumbles-yards-gained string optional
The number of yards gained as a result of fumbles.
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.
touchbacks-fumbles string optional
The number of fumbles into the end zone that are not brought out.
touchbacks-fumbles-percentage string optional
The percentage of fumbles that resulted in touchbacks.
Source
<element name="stats-american-football-fumbles">
  <annotation>
    <documentation>For tracking fumble stats. | Covers teams that do the fumbling and the recovering.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="fumbles-committed" type="string" use="optional">
      <annotation>
        <documentation>The total number of fumbles.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-forced" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles that were forced by the opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles that were recovered by the fumbling team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-lost" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles that were not recovered by the fumbling team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-lost-average-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of fumbles lost per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-yards-gained" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained as a result of fumbles.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-own-committed" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by this team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-own-recovered" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by this team that were then also recovered by this team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-own-lost" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-own-yards-gained" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained as a result of fumbles by this team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-own-touchdowns" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns earned after a team recovers its own fumbles.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-opposing-committed" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by the opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-opposing-recovered" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by the opposing but recovered by this team. A subset of turnovers. Also referred to a takeaway.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-opposing-recovered-average-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of opposing team's fumbles recovered per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-opposing-lost" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by the opposing team that were subsequently lost to the opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-opposing-yards-gained" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained as a result of fumbles by the opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-opposing-touchdowns" type="string" use="optional">
      <annotation>
        <documentation>The number of touchdowns scored as a result of fumbles by the opposing team..</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-committed-defense" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by a player or team on defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-lost-defense" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles lost by a player or team on defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-forced-defense" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles forced by a player or team on defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered-defense" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles recovered by a player or team on defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered-yards-defense" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on fumbles recovered by a player or team on defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-committed-special-teams" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by a player or team on special-teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-lost-special-teams" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles lost by a player or team on special-teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-forced-special-teams" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles forced by a player or team on special-teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered-special-teams" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles recovered by a player or team on special-teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered-yards-special-teams" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on fumbles recovered by a player or team on special-teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-committed-other" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles committed by a player or team on neither defense or special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-lost-other" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles lost by a player or team on neither defense or special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-forced-other" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles forced by a player or team on neither defense or special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered-other" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles recovered by a player or team on neither defense or special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="fumbles-recovered-yards-other" type="string" use="optional">
      <annotation>
        <documentation>The number of yards gained on fumbles recovered by a player or team on neither defense or special teams.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-fumbles" type="string" use="optional">
      <annotation>
        <documentation>The number of fumbles into the end zone that are not brought out.</documentation>
      </annotation>
    </attribute>
    <attribute name="touchbacks-fumbles-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of fumbles that resulted in touchbacks.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-american-football-penalties
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics about penalties. | Applies to both offensive and defensive penalties.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalties-total sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalty-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalty-first-downs sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalty-opponent-yards sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalties-opponent-total sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalties-challenged sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalties-reviewed sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties_penalties-overturned
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.
id ID optional
An XML-specific identifier for the element.
penalties-challenged string optional
Includes penalty challenges that were both won and lost.
penalties-opponent-total string optional
Total of penalties by opposing team.
penalties-overturned string optional
The number of successful penalty challenges by a team, leading to the overturning of the original call.
penalties-reviewed string optional
Includes both coach challenges and booth challenges (by the replay assistant in the NFL).
penalties-total string optional
The number of penalties.
penalty-first-downs string optional
The number of first downs gained as a result of penalties.
penalty-opponent-yards string optional
Yards opponents gain as a result of penalties.
penalty-yards string optional
The yards gained as a result of penalties.
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="stats-american-football-penalties">
  <annotation>
    <documentation>Statistics about penalties. | Applies to both offensive and defensive penalties.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="penalties-total" type="string" use="optional">
      <annotation>
        <documentation>The number of penalties.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-yards" type="string" use="optional">
      <annotation>
        <documentation>The yards gained as a result of penalties.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-first-downs" type="string" use="optional">
      <annotation>
        <documentation>The number of first downs gained as a result of penalties.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-opponent-yards" type="string" use="optional">
      <annotation>
        <documentation>Yards opponents gain as a result of penalties.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalties-opponent-total" type="string" use="optional">
      <annotation>
        <documentation>Total of penalties by opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalties-challenged" type="string" use="optional">
      <annotation>
        <documentation>Includes penalty challenges that were both won and lost.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalties-reviewed" type="string" use="optional">
      <annotation>
        <documentation>Includes both coach challenges and booth challenges (by the replay assistant in the NFL).</documentation>
      </annotation>
    </attribute>
    <attribute name="penalties-overturned" type="string" use="optional">
      <annotation>
        <documentation>The number of successful penalty challenges by a team, leading to the overturning of the original call.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:player-metadata-american-football
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Player metadata that is specific to football. | Reserved for future use.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="player-metadata-american-football">
  <annotation>
    <documentation>Player metadata that is specific to football. | Reserved for future use.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:player-stats-american-football
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Player statistics for football. | Includes the same elements as team statistics.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-american-football_xsd.tmp#stats-american-football-offensive sportsml-specific-american-football_xsd.tmp#stats-american-football-defensive sportsml-specific-american-football_xsd.tmp#stats-american-football-scoring sportsml-specific-american-football_xsd.tmp#stats-american-football-special-teams sportsml-specific-american-football_xsd.tmp#stats-american-football-fumbles sportsml-specific-american-football_xsd.tmp#stats-american-football-penalties
Properties
content: complex
Used by
Model sportsml:stats-american-football-offensive* , sportsml:stats-american-football-defensive* , sportsml:stats-american-football-scoring* , sportsml:stats-american-football-special-teams* , sportsml:stats-american-football-fumbles* , sportsml:stats-american-football-penalties*
Children sportsml:stats-american-football-defensive, sportsml:stats-american-football-fumbles, sportsml:stats-american-football-offensive, sportsml:stats-american-football-penalties, sportsml:stats-american-football-scoring, sportsml:stats-american-football-special-teams
Instance
<sportsml:player-stats-american-football id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-american-football-offensive alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" handoffs-total="" id="" offensive-plays-average-yards-per="" offensive-plays-average-yards-per-game="" offensive-plays-number="" offensive-plays-yards="" offensive-rank="" period-value="" pitches-total="" position-scope="" possession-duration="" possessions-inside-20="" record-making-scope="" scoping-label="" stats-coverage="" tackles="" tackles-assists="" team-coverage="" turnovers-giveaway="" turnovers-giveaway-average="">{0,unbounded}</sportsml:stats-american-football-offensive>
  <sportsml:stats-american-football-defensive alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" defense-rank="" defense-rank-pass="" defense-rank-rush="" defensive-plays-number="" duration-scope="" id="" inside-20-plays="" inside-20-points-against="" inside-20-touchdowns-against="" inside-20-touchdowns-against-percentage="" interceptions-average="" interceptions-longest="" interceptions-percentage="" interceptions-total="" interceptions-touchdown="" interceptions-yards="" passes-defensed="" period-value="" position-scope="" quarterback-hurries="" record-making-scope="" sacks-team="" sacks-total="" sacks-yards="" sacks-yards-team="" scoping-label="" stats-coverage="" tackles-assists="" tackles-solo="" tackles-team="" tackles-total="" team-coverage="" turnovers-takeaway="" yards-allowed-average="" yards-allowed-total="">{0,unbounded}</sportsml:stats-american-football-defensive>
  <sportsml:stats-american-football-scoring alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-attempts="" extra-points-blocked="" extra-points-made="" extra-points-missed="" extra-points-percentage="" field-goal-attempts="" field-goal-longest="" field-goals-average="" field-goals-blocked="" field-goals-made="" field-goals-missed="" field-goals-percentage="" id="" inside-20-points="" inside-20-touchdowns="" inside-20-touchdowns-percentage="" period-value="" position-scope="" record-making-scope="" safeties-against="" scoping-label="" single-points="" stats-coverage="" team-coverage="" touchbacks-total="" touchdowns-defensive="" touchdowns-passing="" touchdowns-receptions="" touchdowns-rushing="" touchdowns-special-teams="" touchdowns-total="" two-point-conversions-attempts="" two-point-conversions-made="" two-point-conversions-made-passing="" two-point-conversions-made-rushing="">{0,unbounded}</sportsml:stats-american-football-scoring>
  <sportsml:stats-american-football-special-teams alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" extra-points-against-blocked="" extra-points-against-made="" extra-points-against-missed="" fair-catches="" fair-catches-against="" field-goals-against-blocked="" field-goals-against-made="" field-goals-against-missed="" id="" kickoffs-adjusted="" kickoffs-drive-start-against-average="" kickoffs-to-inside-20="" kickoffs-total="" onside-kicks-attempted="" onside-kicks-recovered="" period-value="" position-scope="" punts-against-average="" punts-against-average-net="" punts-against-blocked="" punts-against-inside-20="" punts-against-inside-20-percentage="" punts-against-longest="" punts-against-total="" punts-against-yards-gross="" punts-against-yards-net="" punts-average="" punts-average-net="" punts-blocked="" punts-inside-20="" punts-inside-20-percentage="" punts-longest="" punts-total="" punts-yards-gross="" punts-yards-net="" record-making-scope="" returns-kickoff-adjusted="" returns-kickoff-against-average="" returns-kickoff-against-longest="" returns-kickoff-against-total="" returns-kickoff-against-touchdown="" returns-kickoff-against-yards="" returns-kickoff-average="" returns-kickoff-drive-start-average="" returns-kickoff-inside-20="" returns-kickoff-longest="" returns-kickoff-total="" returns-kickoff-touchdown="" returns-kickoff-yards="" returns-punt-against-average="" returns-punt-against-longest="" returns-punt-against-total="" returns-punt-against-touchdown="" returns-punt-against-yards="" returns-punt-average="" returns-punt-longest="" returns-punt-total="" returns-punt-touchdown="" returns-punt-yards="" returns-total="" returns-yards="" scoping-label="" stats-coverage="" tackles="" tackles-assists="" team-coverage="" total-return-yardage-not-kickoffs="" touchbacks-interceptions="" touchbacks-interceptions-percentage="" touchbacks-kickoffs="" touchbacks-kickoffs-percentage="" touchbacks-punts="" touchbacks-punts-against="" touchbacks-punts-percentage="" touchbacks-total="" touchbacks-total-percentage="" touchdowns-against="">{0,unbounded}</sportsml:stats-american-football-special-teams>
  <sportsml:stats-american-football-fumbles alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" fumbles-committed="" fumbles-committed-defense="" fumbles-committed-other="" fumbles-committed-special-teams="" fumbles-forced="" fumbles-forced-defense="" fumbles-forced-other="" fumbles-forced-special-teams="" fumbles-lost="" fumbles-lost-average-per-game="" fumbles-lost-defense="" fumbles-lost-other="" fumbles-lost-special-teams="" fumbles-opposing-committed="" fumbles-opposing-lost="" fumbles-opposing-recovered="" fumbles-opposing-recovered-average-per-game="" fumbles-opposing-touchdowns="" fumbles-opposing-yards-gained="" fumbles-own-committed="" fumbles-own-lost="" fumbles-own-recovered="" fumbles-own-touchdowns="" fumbles-own-yards-gained="" fumbles-recovered="" fumbles-recovered-defense="" fumbles-recovered-other="" fumbles-recovered-special-teams="" fumbles-recovered-yards-defense="" fumbles-recovered-yards-other="" fumbles-recovered-yards-special-teams="" fumbles-yards-gained="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" touchbacks-fumbles="" touchbacks-fumbles-percentage="">{0,unbounded}</sportsml:stats-american-football-fumbles>
  <sportsml:stats-american-football-penalties alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" penalties-challenged="" penalties-opponent-total="" penalties-overturned="" penalties-reviewed="" penalties-total="" penalty-first-downs="" penalty-opponent-yards="" penalty-yards="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-american-football-penalties>
</sportsml:player-stats-american-football>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="player-stats-american-football">
  <annotation>
    <documentation>Player statistics for football. | Includes the same elements as team statistics.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-american-football-offensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-defensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-scoring" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-special-teams" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-fumbles" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-american-football-penalties" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Attribute sportsml:eventStateAmericanFootball / @period-value
Namespace No namespace
Annotations
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
Type string
Properties
use: optional
Used by
Source
<attribute name="period-value" type="string" use="optional">
  <annotation>
    <documentation>An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @period-time-elapsed
Namespace No namespace
Annotations
The time elapsed since the beginning of the period.
Type string
Properties
use: optional
Used by
Source
<attribute name="period-time-elapsed" type="string" use="optional">
  <annotation>
    <documentation>The time elapsed since the beginning of the period.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @period-time-remaining
Namespace No namespace
Annotations
The time remaining in the period.
Type string
Properties
use: optional
Used by
Source
<attribute name="period-time-remaining" type="string" use="optional">
  <annotation>
    <documentation>The time remaining in the period.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @clock-state
Namespace No namespace
Annotations
Whether the clock is running or stopped.
Type restriction of string
Properties
use: optional
Facets
enumeration stopped
enumeration running
Used by
Source
<attribute name="clock-state" use="optional">
  <annotation>
    <documentation>Whether the clock is running or stopped.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="stopped"/>
      <enumeration value="running"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @team-in-possession-idref
Namespace No namespace
Annotations
The ID of the team with the football.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="team-in-possession-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>The ID of the team with the football.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @down
Namespace No namespace
Annotations
The current down. Valid values are 1,2,3,4,5.
Type restriction of string
Properties
use: optional
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
Used by
Source
<attribute name="down" use="optional">
  <annotation>
    <documentation>The current down. Valid values are 1,2,3,4,5.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="1"/>
      <enumeration value="2"/>
      <enumeration value="3"/>
      <enumeration value="4"/>
      <enumeration value="5"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @distance-for-1st-down
Namespace No namespace
Annotations
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance-for-1st-down" type="string" use="optional">
  <annotation>
    <documentation>The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @field-side
Namespace No namespace
Annotations
Which side of the field the event is taking place.  Either "home" or "away".
Type restriction of string
Properties
use: optional
Facets
enumeration home
enumeration away
Used by
Source
<attribute name="field-side" use="optional">
  <annotation>
    <documentation>Which side of the field the event is taking place. Either "home" or "away".</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="home"/>
      <enumeration value="away"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @field-line
Namespace No namespace
Annotations
The line of scrimmage. The yard line where the ball is placed at the start of play.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-line" type="string" use="optional">
  <annotation>
    <documentation>The line of scrimmage. The yard line where the ball is placed at the start of play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateAmericanFootball / @sequence-number
Namespace No namespace
Annotations
Sequence number of the play. Usually an integer
Type string
Properties
use: optional
Used by
Source
<attribute name="sequence-number" type="string" use="optional">
  <annotation>
    <documentation>Sequence number of the play. Usually an integer</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-metadata-american-football / @week
Namespace No namespace
Annotations
The week during the season in which this game is played. Usually an integer.
Type string
Properties
use: optional
Used by
Source
<attribute name="week" type="string" use="optional">
  <annotation>
    <documentation>The week during the season in which this game is played. Usually an integer.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @comment
Namespace No namespace
Annotations
A comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @player-idref
Namespace No namespace
Annotations
A pointer to the player involved in the play.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player involved in the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @role
Namespace No namespace
Annotations
A controlled vocabulary specifying a player's role during the play. Should specify what the player actually did, not his regular role. For example, a kicker that passes on an intended or fake kick play has a role of "passer". A quarterback who runs, whether intentionally or forced has a role of "rusher".
Type sportsml:role.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="role" type="sportsml:role.AmericanFootball" use="optional">
  <annotation>
    <documentation>A controlled vocabulary specifying a player's role during the play. Should specify what the player actually did, not his regular role. For example, a kicker that passes on an intended or fake kick play has a role of "passer". A quarterback who runs, whether intentionally or forced has a role of "rusher".</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @result
Namespace No namespace
Annotations
How this segment of the play finished.
Type sportsml:result.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="result" type="sportsml:result.AmericanFootball" use="optional">
  <annotation>
    <documentation>How this segment of the play finished.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @score-credit
Namespace No namespace
Annotations
Whether a player scored or not. Either 1 or 0.
Type restriction of string
Properties
use: optional
Facets
enumeration 1
enumeration 0
Used by
Source
<attribute name="score-credit" use="optional">
  <annotation>
    <documentation>Whether a player scored or not. Either 1 or 0.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="1"/>
      <enumeration value="0"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-play-participant / @kick-type
Namespace No namespace
Annotations
If result was kick, then the type of kick.
Type sportsml:kickType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="kick-type" type="sportsml:kickType.AmericanFootball" use="optional">
  <annotation>
    <documentation>If result was kick, then the type of kick.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @penalty-type
Namespace No namespace
Annotations
What penalty was called on this player. Called while a play is in progress.
Type sportsml:penaltyType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="penalty-type" type="sportsml:penaltyType.AmericanFootball" use="optional">
  <annotation>
    <documentation>What penalty was called on this player. Called while a play is in progress.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @penalty-acceptance
Namespace No namespace
Annotations
Whether the penalty was accepted or declined.
Type restriction of string
Properties
use: optional
Facets
enumeration accepted
enumeration declined
Used by
Source
<attribute name="penalty-acceptance" use="optional">
  <annotation>
    <documentation>Whether the penalty was accepted or declined.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="accepted"/>
      <enumeration value="declined"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-play-participant / @official-idref
Namespace No namespace
Annotations
Which official called the penalty.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="official-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Which official called the penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play-participant / @yards-gained
Namespace No namespace
Annotations
The number of yards gained on this play by this player.
Type string
Properties
use: optional
Used by
Source
<attribute name="yards-gained" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on this play by this player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @drive-result
Namespace No namespace
Annotations
Describes how a drive ended, if this play ended a drive.
Type sportsml:driveResult.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
  <annotation>
    <documentation>Describes how a drive ended, if this play ended a drive.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @score-attempt-type
Namespace No namespace
Annotations
Type of score that was attempted, but missed.
Type sportsml:scoreType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="score-attempt-type" type="sportsml:scoreType.AmericanFootball" use="optional">
  <annotation>
    <documentation>Type of score that was attempted, but missed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @comment
Namespace No namespace
Annotations
A textual comment. Generally a description of the play.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment. Generally a description of the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @score-team
Namespace No namespace
Annotations
After this action took place, the score of the team that team-idref points to.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team" type="string" use="optional">
  <annotation>
    <documentation>After this action took place, the score of the team that team-idref points to.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @score-team-opposing
Namespace No namespace
Annotations
After this action took place, the score of the team opposing the team indicated by team-idref.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team-opposing" type="string" use="optional">
  <annotation>
    <documentation>After this action took place, the score of the team opposing the team indicated by team-idref.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @play-type
Namespace No namespace
Annotations
The type of play. Controlled vocabulary. run | pass | kick | etc.
Type string
Properties
use: optional
Used by
Source
<attribute name="play-type" type="string" use="optional">
  <annotation>
    <documentation>The type of play. Controlled vocabulary. run | pass | kick | etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @yards-gained
Namespace No namespace
Annotations
The number of yards gained on this play.
Type string
Properties
use: optional
Used by
Source
<attribute name="yards-gained" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on this play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-play / @result
Namespace No namespace
Annotations
How this segment of the play finished.
Type sportsml:result.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="result" type="sportsml:result.AmericanFootball" use="optional">
  <annotation>
    <documentation>How this segment of the play finished.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-substitution / @player-original-idref
Namespace No namespace
Annotations
The ID of the player going out.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-original-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>The ID of the player going out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-substitution / @player-original-position
Namespace No namespace
Annotations
The position of the player going out.
Type sportsml:position.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="player-original-position" type="sportsml:position.AmericanFootball" use="optional">
  <annotation>
    <documentation>The position of the player going out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-substitution / @player-replacing-idref
Namespace No namespace
Annotations
The ID of the player coming in.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-replacing-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>The ID of the player coming in.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-substitution / @player-replacing-position
Namespace No namespace
Annotations
The position of the player coming in.
Type sportsml:position.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="player-replacing-position" type="sportsml:position.AmericanFootball" use="optional">
  <annotation>
    <documentation>The position of the player coming in.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-substitution / @substitution-reason
Namespace No namespace
Annotations
The reason for the substitution.
Type string
Properties
use: optional
Used by
Source
<attribute name="substitution-reason" type="string" use="optional">
  <annotation>
    <documentation>The reason for the substitution.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-substitution / @comment
Namespace No namespace
Annotations
A comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @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-american-football-penalty / @recipient-type
Namespace No namespace
Annotations
Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.
Type restriction of string
Properties
use: required
Facets
enumeration team
enumeration player
enumeration auxilliary
enumeration official
Used by
Source
<attribute name="recipient-type" use="required">
  <annotation>
    <documentation>Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="team"/>
      <enumeration value="player"/>
      <enumeration value="auxilliary"/>
      <enumeration value="official"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-penalty / @team-idref
Namespace No namespace
Annotations
A pointer to the team of the penalized or the penalized team itself.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="team-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the team of the penalized or the penalized team itself.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @recipient-idref
Namespace No namespace
Annotations
A pointer to the receiver of the penalty.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="recipient-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the receiver of the penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @caller-idref
Namespace No namespace
Annotations
A pointer to the official who called the penalty.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="caller-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the official who called the penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-side
Namespace No namespace
Annotations
Whether a penalty is assessed on the offense or the defense.
Type sportsml:penaltySide.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="penalty-side" type="sportsml:penaltySide.AmericanFootball" use="optional">
  <annotation>
    <documentation>Whether a penalty is assessed on the offense or the defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-level
Namespace No namespace
Annotations
DEPRECATE: use penalty-type.
Type sportsml:penaltyLevel.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="penalty-level" type="sportsml:penaltyLevel.AmericanFootball" use="optional">
  <annotation>
    <documentation>DEPRECATE: use penalty-type.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-type
Namespace No namespace
Annotations
What penalty was called on this player. Called while a play is in progress.
Type sportsml:penaltyType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="penalty-type" type="sportsml:penaltyType.AmericanFootball" use="optional">
  <annotation>
    <documentation>What penalty was called on this player. Called while a play is in progress.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-yards
Namespace No namespace
Annotations
The number of yards of the penalty.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalty-yards" type="string" use="optional">
  <annotation>
    <documentation>The number of yards of the penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-acceptance
Namespace No namespace
Annotations
Whether the penalty was accepted or declined.
Type restriction of string
Properties
use: optional
Facets
enumeration accepted
enumeration declined
Used by
Source
<attribute name="penalty-acceptance" use="optional">
  <annotation>
    <documentation>Whether the penalty was accepted or declined.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="accepted"/>
      <enumeration value="declined"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-challenge
Namespace No namespace
Annotations
Whether or not the penalty was contested by the recipient team.
Type restriction of string
Properties
use: optional
Facets
enumeration true
enumeration false
Used by
Source
<attribute name="penalty-challenge" use="optional">
  <annotation>
    <documentation>Whether or not the penalty was contested by the recipient team.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="true"/>
      <enumeration value="false"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-review
Namespace No namespace
Annotations
Which participant originated the challenge.
Type restriction of string
Properties
use: optional
Facets
enumeration coach
enumeration booth
enumeration none
Used by
Source
<attribute name="penalty-review" use="optional">
  <annotation>
    <documentation>Which participant originated the challenge.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="coach"/>
      <enumeration value="booth"/>
      <enumeration value="none"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-penalty / @penalty-review-ruling
Namespace No namespace
Annotations
Whether the challenge was sucessful or not. If successful, penalty is overtuned.
Type restriction of string
Properties
use: optional
Facets
enumeration overturned
enumeration left-standing
Used by
Source
<attribute name="penalty-review-ruling" use="optional">
  <annotation>
    <documentation>Whether the challenge was sucessful or not. If successful, penalty is overtuned.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="overturned"/>
      <enumeration value="left-standing"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-american-football-timeout / @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-american-football-timeout / @timeout-type
Namespace No namespace
Annotations
Is it charged to a team or an official?
Type sportsml:timeoutType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="timeout-type" type="sportsml:timeoutType.AmericanFootball" use="optional">
  <annotation>
    <documentation>Is it charged to a team or an official?</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-timeout / @caller
Namespace No namespace
Annotations
Who called the timeout, either team or official.
Type sportsml:caller.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="caller" type="sportsml:caller.AmericanFootball" use="optional">
  <annotation>
    <documentation>Who called the timeout, either team or official.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-timeout / @caller-idref
Namespace No namespace
Annotations
If caller is team, say, a pointer to the team element, or a pointer to a player on the team.
Type string
Properties
use: optional
Used by
Source
<attribute name="caller-idref" type="string" use="optional">
  <annotation>
    <documentation>If caller is team, say, a pointer to the team element, or a pointer to a player on the team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @team-idref
Namespace No namespace
Annotations
Pointer to the team that scored.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="team-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Pointer to the team that scored.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @score-type
Namespace No namespace
Annotations
Specifies the type of scoring play. Touchdown, field goal, etc.
Type sportsml:scoreType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="score-type" type="sportsml:scoreType.AmericanFootball" use="optional">
  <annotation>
    <documentation>Specifies the type of scoring play. Touchdown, field goal, etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @score-subtype
Namespace No namespace
Annotations
Specifies the type of touchdown. Passing, rushing, etc.
Type sportsml:scoreSubType.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="score-subtype" type="sportsml:scoreSubType.AmericanFootball" use="optional">
  <annotation>
    <documentation>Specifies the type of touchdown. Passing, rushing, etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @points
Namespace No namespace
Annotations
The number of points scored.
Type string
Properties
use: optional
Used by
Source
<attribute name="points" type="string" use="optional">
  <annotation>
    <documentation>The number of points scored.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @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-american-football-score / @score-team
Namespace No namespace
Annotations
After this action took place, the score of the team that team-idref points to.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team" type="string" use="optional">
  <annotation>
    <documentation>After this action took place, the score of the team that team-idref points to.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @score-team-opposing
Namespace No namespace
Annotations
After this action took place, the score of the team opposing that listed in team-idref.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team-opposing" type="string" use="optional">
  <annotation>
    <documentation>After this action took place, the score of the team opposing that listed in team-idref.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @play-type
Namespace No namespace
Annotations
The type of play. Controlled vocabulary. run | pass | kick | etc.
Type string
Properties
use: optional
Used by
Source
<attribute name="play-type" type="string" use="optional">
  <annotation>
    <documentation>The type of play. Controlled vocabulary. run | pass | kick | etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-score / @yards-gained
Namespace No namespace
Annotations
The number of yards gained on this scoring play.
Type string
Properties
use: optional
Used by
Source
<attribute name="yards-gained" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on this scoring play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-drive / @comment
Namespace No namespace
Annotations
A comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-drive / @drive-plays
Namespace No namespace
Annotations
The number of plays in this drive.
Type string
Properties
use: optional
Used by
Source
<attribute name="drive-plays" type="string" use="optional">
  <annotation>
    <documentation>The number of plays in this drive.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-drive / @drive-yards
Namespace No namespace
Annotations
The number of yards covered during this drive.
Type string
Properties
use: optional
Used by
Source
<attribute name="drive-yards" type="string" use="optional">
  <annotation>
    <documentation>The number of yards covered during this drive.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-drive / @drive-duration
Namespace No namespace
Annotations
The time it took for the drive.
Type string
Properties
use: optional
Used by
Source
<attribute name="drive-duration" type="string" use="optional">
  <annotation>
    <documentation>The time it took for the drive.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-drive / @drive-result
Namespace No namespace
Annotations
How a drive ends.
Type sportsml:driveResult.AmericanFootball
Properties
use: optional
Used by
Source
<attribute name="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
  <annotation>
    <documentation>How a drive ends.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-other / @action-source
Namespace No namespace
Annotations
The name of the controlled-vocabulary for the action-type attribute.
Type string
Properties
use: optional
Used by
Source
<attribute name="action-source" type="string" use="optional">
  <annotation>
    <documentation>The name of the controlled-vocabulary for the action-type attribute.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-other / @action-type
Namespace No namespace
Annotations
A selection from a controlled-vocabulary list maintained by the publisher.
Type string
Properties
use: optional
Used by
Source
<attribute name="action-type" type="string" use="optional">
  <annotation>
    <documentation>A selection from a controlled-vocabulary list maintained by the publisher.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-american-football-other / @comment
Namespace No namespace
Annotations
Textual comment about the action.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>Textual comment about the action.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-attempts
Namespace No namespace
Annotations
The number of passes attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of passes attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-completions
Namespace No namespace
Annotations
The number of passes completed successfully.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-completions" type="string" use="optional">
  <annotation>
    <documentation>The number of passes completed successfully.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-completions-average-per-game
Namespace No namespace
Annotations
Average number of completed passes a game.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-completions-average-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of completed passes a game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-percentage
Namespace No namespace
Annotations
The percentage of all passes that are completed successfully.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of all passes that are completed successfully.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-yards-gross
Namespace No namespace
Annotations
The number of yards gained from passing.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-yards-gross" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained from passing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-yards-net
Namespace No namespace
Annotations
Subtracts out the sacks-against-yards-lost value of stats-american-football-sacks-against element.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-yards-net" type="string" use="optional">
  <annotation>
    <documentation>Subtracts out the sacks-against-yards-lost value of stats-american-football-sacks-against element.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-yards-lost
Namespace No namespace
Annotations
Amount of yards lost due to sacks and completed passing plays that ended behind the line of scrimmage.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-yards-lost" type="string" use="optional">
  <annotation>
    <documentation>Amount of yards lost due to sacks and completed passing plays that ended behind the line of scrimmage.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-yards-average
Namespace No namespace
Annotations
DEPRECATE: redundant. Same as passes-average-yards-per or passes-average-yards-per-game.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-yards-average" type="string" use="optional">
  <annotation>
    <documentation>DEPRECATE: redundant. Same as passes-average-yards-per or passes-average-yards-per-game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-yards-per-attempt
Namespace No namespace
Annotations
Gross passing yards divided by number of pass attempts.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-yards-per-attempt" type="string" use="optional">
  <annotation>
    <documentation>Gross passing yards divided by number of pass attempts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-first-down
Namespace No namespace
Annotations
Number of passes a player or team has made for a first-down.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-first-down" type="string" use="optional">
  <annotation>
    <documentation>Number of passes a player or team has made for a first-down.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-touchdowns
Namespace No namespace
Annotations
DEPRECATE: use stats-american-football-scoring/@touchdowns-passing.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-touchdowns" type="string" use="optional">
  <annotation>
    <documentation>DEPRECATE: use stats-american-football-scoring/@touchdowns-passing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-touchdowns-percentage
Namespace No namespace
Annotations
The ratio of touchdown passes to attempted passes.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-touchdowns-percentage" type="string" use="optional">
  <annotation>
    <documentation>The ratio of touchdown passes to attempted passes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-interceptions
Namespace No namespace
Annotations
The number of passes that were intercepted.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-interceptions" type="string" use="optional">
  <annotation>
    <documentation>The number of passes that were intercepted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-interceptions-percentage
Namespace No namespace
Annotations
The ratio of intercepted passes to attempted passes.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-interceptions-percentage" type="string" use="optional">
  <annotation>
    <documentation>The ratio of intercepted passes to attempted passes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-interceptions-yards
Namespace No namespace
Annotations
Opponent's yards gained after interceptions.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-interceptions-yards" type="string" use="optional">
  <annotation>
    <documentation>Opponent's yards gained after interceptions.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-interceptions-average
Namespace No namespace
Annotations
Average number of interceptions per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-interceptions-average" type="string" use="optional">
  <annotation>
    <documentation>Average number of interceptions per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-interceptions-longest
Namespace No namespace
Annotations
Longest interception return against a passer.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-interceptions-longest" type="string" use="optional">
  <annotation>
    <documentation>Longest interception return against a passer.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-interceptions-touchdown
Namespace No namespace
Annotations
Number of opponents' touchdowns scored from passer's interceptions.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-interceptions-touchdown" type="string" use="optional">
  <annotation>
    <documentation>Number of opponents' touchdowns scored from passer's interceptions.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-longest
Namespace No namespace
Annotations
The yards gained by the single longest completion.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-longest" type="string" use="optional">
  <annotation>
    <documentation>The yards gained by the single longest completion.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-average-yards-per
Namespace No namespace
Annotations
Gross passing yards divided by number of pass completions.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-average-yards-per" type="string" use="optional">
  <annotation>
    <documentation>Gross passing yards divided by number of pass completions.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passes-average-yards-per-game
Namespace No namespace
Annotations
Total yards passing divided by number of games played.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-average-yards-per-game" type="string" use="optional">
  <annotation>
    <documentation>Total yards passing divided by number of games played.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passer-rating
Namespace No namespace
Annotations
A complex formula designed to measure quarterback performance.
Type string
Properties
use: optional
Used by
Source
<attribute name="passer-rating" type="string" use="optional">
  <annotation>
    <documentation>A complex formula designed to measure quarterback performance.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-total
Namespace No namespace
Annotations
The total number of successful passes.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-total" type="string" use="optional">
  <annotation>
    <documentation>The total number of successful passes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-average-per-game
Namespace No namespace
Annotations
Average number of receptions per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-average-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of receptions per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-yards
Namespace No namespace
Annotations
Number of yards a receiver is credited for.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-yards" type="string" use="optional">
  <annotation>
    <documentation>Number of yards a receiver is credited for.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-touchdowns
Namespace No namespace
Annotations
Number of receptions a player has caught in or taken to the end-zone, resulting in a touchdown.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-touchdowns" type="string" use="optional">
  <annotation>
    <documentation>Number of receptions a player has caught in or taken to the end-zone, resulting in a touchdown.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-first-down
Namespace No namespace
Annotations
Number of receptions a player has taken for a first-down.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-first-down" type="string" use="optional">
  <annotation>
    <documentation>Number of receptions a player has taken for a first-down.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-longest
Namespace No namespace
Annotations
The longest reception a player had, including to the point where they scored, were-tackled, etc.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-longest" type="string" use="optional">
  <annotation>
    <documentation>The longest reception a player had, including to the point where they scored, were-tackled, etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-looks
Namespace No namespace
Annotations
The number of opportunities this receiver had to receive the ball.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-looks" type="string" use="optional">
  <annotation>
    <documentation>The number of opportunities this receiver had to receive the ball.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-average-yards
Namespace No namespace
Annotations
Average yards per game from receptions.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-average-yards" type="string" use="optional">
  <annotation>
    <documentation>Average yards per game from receptions.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-average-yards-per
Namespace No namespace
Annotations
The average yards per reception.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-average-yards-per" type="string" use="optional">
  <annotation>
    <documentation>The average yards per reception.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passing-rank
Namespace No namespace
Annotations
How a player or team's passing stats ranks in a league or conference, usually using total passing yards as the measure.
Type string
Properties
use: optional
Used by
Source
<attribute name="passing-rank" type="string" use="optional">
  <annotation>
    <documentation>How a player or team's passing stats ranks in a league or conference, usually using total passing yards as the measure.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @times-thrown-total
Namespace No namespace
Annotations
Number of passes directed at receiver, including incompletions, interceptions, etc.
Type string
Properties
use: optional
Used by
Source
<attribute name="times-thrown-total" type="string" use="optional">
  <annotation>
    <documentation>Number of passes directed at receiver, including incompletions, interceptions, etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @receptions-career-100-yard-games
Namespace No namespace
Annotations
Number of times in receiver's career where total receiving yardage per game exceeded 100.
Type string
Properties
use: optional
Used by
Source
<attribute name="receptions-career-100-yard-games" type="string" use="optional">
  <annotation>
    <documentation>Number of times in receiver's career where total receiving yardage per game exceeded 100.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-passing / @passing-career-300-yard-games
Namespace No namespace
Annotations
Number of times in passer's career where total passing yardage per game exceeded 300.
Type string
Properties
use: optional
Used by
Source
<attribute name="passing-career-300-yard-games" type="string" use="optional">
  <annotation>
    <documentation>Number of times in passer's career where total passing yardage per game exceeded 300.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-attempts
Namespace No namespace
Annotations
The number of attempted rushes.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of attempted rushes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-yards
Namespace No namespace
Annotations
The number of yards gained by rushing.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-yards" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained by rushing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-yards-left
Namespace No namespace
Annotations
The number of yards gained by rushing up the left side of the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-yards-left" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained by rushing up the left side of the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-yards-middle
Namespace No namespace
Annotations
The number of yards gained by rushing up the middle of the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-yards-middle" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained by rushing up the middle of the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-yards-right
Namespace No namespace
Annotations
The number of yards gained by rushing up the right side of the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-yards-right" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained by rushing up the right side of the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-touchdowns
Namespace No namespace
Annotations
The number of touchdowns resulting from rush plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-touchdowns" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns resulting from rush plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushing-average-yards-per
Namespace No namespace
Annotations
The average number of yards per rush.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushing-average-yards-per" type="string" use="optional">
  <annotation>
    <documentation>The average number of yards per rush.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-first-down
Namespace No namespace
Annotations
The number of rushes that have resulted in a first-down.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-first-down" type="string" use="optional">
  <annotation>
    <documentation>The number of rushes that have resulted in a first-down.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-longest
Namespace No namespace
Annotations
The number of yards gained by the single longest rushing play.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-longest" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained by the single longest rushing play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-average-attempts-per-game
Namespace No namespace
Annotations
Average number of rushing attempts per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-average-attempts-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of rushing attempts per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-average-yards-per-game
Namespace No namespace
Annotations
Average number of yards gaining from rushes a game.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-average-yards-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of yards gaining from rushes a game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushing-rank
Namespace No namespace
Annotations
How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushing-rank" type="string" use="optional">
  <annotation>
    <documentation>How a player or team's rushing stats ranks in a league or conference, usually using total rushing yards as the measure.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-rushing / @rushes-career-100-yard-games
Namespace No namespace
Annotations
Number of times in rusher's career where total rushing yardage per game exceeded 100.
Type string
Properties
use: optional
Used by
Source
<attribute name="rushes-career-100-yard-games" type="string" use="optional">
  <annotation>
    <documentation>Number of times in rusher's career where total rushing yardage per game exceeded 100.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @first-downs-total
Namespace No namespace
Annotations
The number of first downs achieved.
Type string
Properties
use: optional
Used by
Source
<attribute name="first-downs-total" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @first-downs-pass
Namespace No namespace
Annotations
The number of first downs achieved from passing.
Type string
Properties
use: optional
Used by
Source
<attribute name="first-downs-pass" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved from passing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @first-downs-run
Namespace No namespace
Annotations
The number of first downs achieved from rushing.
Type string
Properties
use: optional
Used by
Source
<attribute name="first-downs-run" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved from rushing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @first-downs-penalty
Namespace No namespace
Annotations
The number of first downs achieved from penalties on the other team.
Type string
Properties
use: optional
Used by
Source
<attribute name="first-downs-penalty" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved from penalties on the other team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @first-downs-yards
Namespace No namespace
Annotations
Number of yards gained on first down plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="first-downs-yards" type="string" use="optional">
  <annotation>
    <documentation>Number of yards gained on first down plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @first-downs-average-yards-per
Namespace No namespace
Annotations
Number of average yards gained on first down plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="first-downs-average-yards-per" type="string" use="optional">
  <annotation>
    <documentation>Number of average yards gained on first down plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-second-down
Namespace No namespace
Annotations
The number of first downs achieved on a second down.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-second-down" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved on a second down.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-second-down-attempts
Namespace No namespace
Annotations
The number of second downs.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-second-down-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of second downs.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-second-down-percentage
Namespace No namespace
Annotations
The percentage of first down attempts on a second down that were successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-second-down-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of first down attempts on a second down that were successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-third-down
Namespace No namespace
Annotations
The number of first downs achieved on a third down.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-third-down" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved on a third down.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-third-down-attempts
Namespace No namespace
Annotations
The number of third downs.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-third-down-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of third downs.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-third-down-percentage
Namespace No namespace
Annotations
The percentage of first down attempts on a third down that were successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-third-down-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of first down attempts on a third down that were successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-fourth-down
Namespace No namespace
Annotations
The number of first downs achieved on a fourth down.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-fourth-down" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs achieved on a fourth down.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-fourth-down-attempts
Namespace No namespace
Annotations
The number of fourth downs.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-fourth-down-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of fourth downs.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-down-progress / @conversions-fourth-down-percentage
Namespace No namespace
Annotations
The percentage of first down attempts on a fourth down that were successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="conversions-fourth-down-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of first down attempts on a fourth down that were successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-sacks-against / @sacks-against-yards
Namespace No namespace
Annotations
Total number of yards lost by the offense from sacks.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-against-yards" type="string" use="optional">
  <annotation>
    <documentation>Total number of yards lost by the offense from sacks.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-sacks-against / @sacks-against-total
Namespace No namespace
Annotations
Total number of times that the offense was sacked.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-against-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of times that the offense was sacked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-sacks-against / @sacks-against-average
Namespace No namespace
Annotations
Average number of times per game a quarterback is sacked.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-against-average" type="string" use="optional">
  <annotation>
    <documentation>Average number of times per game a quarterback is sacked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-sacks-against / @sacks-against-safeties
Namespace No namespace
Annotations
Number of sacks that resulted in safeties.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-against-safeties" type="string" use="optional">
  <annotation>
    <documentation>Number of sacks that resulted in safeties.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-field-goals / @minimum-distance
Namespace No namespace
Annotations
The minimum distance in the range for the kick attempts. NOTE: Worth revisiting.
Type string
Properties
use: optional
Used by
Source
<attribute name="minimum-distance" type="string" use="optional">
  <annotation>
    <documentation>The minimum distance in the range for the kick attempts. NOTE: Worth revisiting.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-field-goals / @maximum-distance
Namespace No namespace
Annotations
The maximum distance in the range for the kick attempts. NOTE: Worth revisiting.
Type string
Properties
use: optional
Used by
Source
<attribute name="maximum-distance" type="string" use="optional">
  <annotation>
    <documentation>The maximum distance in the range for the kick attempts. NOTE: Worth revisiting.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-field-goals / @attempts
Namespace No namespace
Annotations
Number of attempted field goals.
Type string
Properties
use: optional
Used by
Source
<attribute name="attempts" type="string" use="optional">
  <annotation>
    <documentation>Number of attempted field goals.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-field-goals / @made
Namespace No namespace
Annotations
Number of successful field goals.
Type string
Properties
use: optional
Used by
Source
<attribute name="made" type="string" use="optional">
  <annotation>
    <documentation>Number of successful field goals.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchdowns-total
Namespace No namespace
Annotations
The number of touchdowns scored by the offense.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-total" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns scored by the offense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchdowns-passing
Namespace No namespace
Annotations
The number of touchdowns scored by passing.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-passing" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns scored by passing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchdowns-rushing
Namespace No namespace
Annotations
The number of touchdowns scored by rushing.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-rushing" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns scored by rushing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchdowns-special-teams
Namespace No namespace
Annotations
The number of touchdowns scored by special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-special-teams" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns scored by special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchdowns-defensive
Namespace No namespace
Annotations
The number of touchdowns scored by the defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-defensive" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns scored by the defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchdowns-receptions
Namespace No namespace
Annotations
The number of receptions resulting in a touchdown.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-receptions" type="string" use="optional">
  <annotation>
    <documentation>The number of receptions resulting in a touchdown.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @extra-points-attempts
Namespace No namespace
Annotations
The number of extra points attempted by the offense.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of extra points attempted by the offense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @extra-points-made
Namespace No namespace
Annotations
The number of extra points made.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-made" type="string" use="optional">
  <annotation>
    <documentation>The number of extra points made.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @extra-points-missed
Namespace No namespace
Annotations
The number of extra points missed.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-missed" type="string" use="optional">
  <annotation>
    <documentation>The number of extra points missed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @extra-points-blocked
Namespace No namespace
Annotations
The number of extra point attempts that were blocked.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-blocked" type="string" use="optional">
  <annotation>
    <documentation>The number of extra point attempts that were blocked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @extra-points-percentage
Namespace No namespace
Annotations
Ratio of extra points completed to attempts.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-percentage" type="string" use="optional">
  <annotation>
    <documentation>Ratio of extra points completed to attempts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goal-attempts
Namespace No namespace
Annotations
The number of field goals attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goal-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of field goals attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goals-made
Namespace No namespace
Annotations
The number of field goals made.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-made" type="string" use="optional">
  <annotation>
    <documentation>The number of field goals made.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goals-missed
Namespace No namespace
Annotations
The number of field goals missed.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-missed" type="string" use="optional">
  <annotation>
    <documentation>The number of field goals missed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goals-blocked
Namespace No namespace
Annotations
The number of field goal attempts that were blocked.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-blocked" type="string" use="optional">
  <annotation>
    <documentation>The number of field goal attempts that were blocked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goal-longest
Namespace No namespace
Annotations
Yardage of longest successful field goal attempt.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goal-longest" type="string" use="optional">
  <annotation>
    <documentation>Yardage of longest successful field goal attempt.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goals-percentage
Namespace No namespace
Annotations
Ratio of field goals made to attempts.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-percentage" type="string" use="optional">
  <annotation>
    <documentation>Ratio of field goals made to attempts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @field-goals-average
Namespace No namespace
Annotations
Average number of field goals made per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-average" type="string" use="optional">
  <annotation>
    <documentation>Average number of field goals made per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @safeties-against
Namespace No namespace
Annotations
The number of safeties scored against the offense.
Type string
Properties
use: optional
Used by
Source
<attribute name="safeties-against" type="string" use="optional">
  <annotation>
    <documentation>The number of safeties scored against the offense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @two-point-conversions-attempts
Namespace No namespace
Annotations
The number of two point conversions attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="two-point-conversions-attempts" type="string" use="optional">
  <annotation>
    <documentation>The number of two point conversions attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @two-point-conversions-made
Namespace No namespace
Annotations
The number of successful two point conversions.
Type string
Properties
use: optional
Used by
Source
<attribute name="two-point-conversions-made" type="string" use="optional">
  <annotation>
    <documentation>The number of successful two point conversions.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @two-point-conversions-made-rushing
Namespace No namespace
Annotations
Number of successful two-point conversions from running plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="two-point-conversions-made-rushing" type="string" use="optional">
  <annotation>
    <documentation>Number of successful two-point conversions from running plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @two-point-conversions-made-passing
Namespace No namespace
Annotations
Number of successful two-point conversions from passing plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="two-point-conversions-made-passing" type="string" use="optional">
  <annotation>
    <documentation>Number of successful two-point conversions from passing plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @touchbacks-total
Namespace No namespace
Annotations
For Canadian Football. Used to record the number of touchbacks that resulted in scores.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-total" type="string" use="optional">
  <annotation>
    <documentation>For Canadian Football. Used to record the number of touchbacks that resulted in scores.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @single-points
Namespace No namespace
Annotations
Number of points earned from the single, a CFL-specific scoring play where a kicking team prevents its opponent from returning a kickoff, punt or missed field goal from outside the opponent's own end zone.
Type string
Properties
use: optional
Used by
Source
<attribute name="single-points" type="string" use="optional">
  <annotation>
    <documentation>Number of points earned from the single, a CFL-specific scoring play where a kicking team prevents its opponent from returning a kickoff, punt or missed field goal from outside the opponent's own end zone.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @inside-20-points
Namespace No namespace
Annotations
Points earned by offensive team when possession starts inside opponent's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-points" type="string" use="optional">
  <annotation>
    <documentation>Points earned by offensive team when possession starts inside opponent's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @inside-20-touchdowns
Namespace No namespace
Annotations
Touchdowns scored by offensive team when possession starts inside opponent's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-touchdowns" type="string" use="optional">
  <annotation>
    <documentation>Touchdowns scored by offensive team when possession starts inside opponent's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-scoring / @inside-20-touchdowns-percentage
Namespace No namespace
Annotations
Ratio of touchdowns to possessions when possession starts inside opponent's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-touchdowns-percentage" type="string" use="optional">
  <annotation>
    <documentation>Ratio of touchdowns to possessions when possession starts inside opponent's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @offensive-plays-yards
Namespace No namespace
Annotations
The total yards accumulated through offensive plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="offensive-plays-yards" type="string" use="optional">
  <annotation>
    <documentation>The total yards accumulated through offensive plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @offensive-plays-number
Namespace No namespace
Annotations
The number of offensive plays.
Type string
Properties
use: optional
Used by
Source
<attribute name="offensive-plays-number" type="string" use="optional">
  <annotation>
    <documentation>The number of offensive plays.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @offensive-plays-average-yards-per
Namespace No namespace
Annotations
The average number of yards gained per play.
Type string
Properties
use: optional
Used by
Source
<attribute name="offensive-plays-average-yards-per" type="string" use="optional">
  <annotation>
    <documentation>The average number of yards gained per play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @offensive-plays-average-yards-per-game
Namespace No namespace
Annotations
The average number of yards gained via offensive plays per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="offensive-plays-average-yards-per-game" type="string" use="optional">
  <annotation>
    <documentation>The average number of yards gained via offensive plays per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @offensive-rank
Namespace No namespace
Annotations
How team's offense compares with rest of league or conference.
Type string
Properties
use: optional
Used by
Source
<attribute name="offensive-rank" type="string" use="optional">
  <annotation>
    <documentation>How team's offense compares with rest of league or conference.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @possession-duration
Namespace No namespace
Annotations
The average amount of time the team had possession per-drive.
Type string
Properties
use: optional
Used by
Source
<attribute name="possession-duration" type="string" use="optional">
  <annotation>
    <documentation>The average amount of time the team had possession per-drive.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @possessions-inside-20
Namespace No namespace
Annotations
Number of times team has driven inside its opponent's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="possessions-inside-20" type="string" use="optional">
  <annotation>
    <documentation>Number of times team has driven inside its opponent's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @turnovers-giveaway
Namespace No namespace
Annotations
Derived by adding passes-interceptions plus fumbles-own-lost.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnovers-giveaway" type="string" use="optional">
  <annotation>
    <documentation>Derived by adding passes-interceptions plus fumbles-own-lost.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @turnovers-giveaway-average
Namespace No namespace
Annotations
Average-per-game for turnovers-giveaway.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnovers-giveaway-average" type="string" use="optional">
  <annotation>
    <documentation>Average-per-game for turnovers-giveaway.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @handoffs-total
Namespace No namespace
Annotations
Usually, number of times QB has handed off, typically leading to a running play.
Type string
Properties
use: optional
Used by
Source
<attribute name="handoffs-total" type="string" use="optional">
  <annotation>
    <documentation>Usually, number of times QB has handed off, typically leading to a running play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @pitches-total
Namespace No namespace
Annotations
Usually, number of times QB has pitched back to another player, typically leading to a running play.
Type string
Properties
use: optional
Used by
Source
<attribute name="pitches-total" type="string" use="optional">
  <annotation>
    <documentation>Usually, number of times QB has pitched back to another player, typically leading to a running play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @tackles
Namespace No namespace
Annotations
The number of tackles performed while on offense.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles" type="string" use="optional">
  <annotation>
    <documentation>The number of tackles performed while on offense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-offensive / @tackles-assists
Namespace No namespace
Annotations
The number of tackle assists performed while on offense.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles-assists" type="string" use="optional">
  <annotation>
    <documentation>The number of tackle assists performed while on offense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @tackles-total
Namespace No namespace
Annotations
The number of tackles made by the defense. Commonly the sum of tackles-solo and tackles-assists.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles-total" type="string" use="optional">
  <annotation>
    <documentation>The number of tackles made by the defense. Commonly the sum of tackles-solo and tackles-assists.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @tackles-solo
Namespace No namespace
Annotations
The number of tackles made where only one member of the defense commited the tackle.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles-solo" type="string" use="optional">
  <annotation>
    <documentation>The number of tackles made where only one member of the defense commited the tackle.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @tackles-assists
Namespace No namespace
Annotations
The number of tackles made where multiple members of the defense commited the tackle.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles-assists" type="string" use="optional">
  <annotation>
    <documentation>The number of tackles made where multiple members of the defense commited the tackle.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @tackles-team
Namespace No namespace
Annotations
The number of tackles made which were credited to the team as a whole.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles-team" type="string" use="optional">
  <annotation>
    <documentation>The number of tackles made which were credited to the team as a whole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @quarterback-hurries
Namespace No namespace
Annotations
An unofficial stat given when a defensive player pressures and hurries the quarterback into making a throw to avoid being sacked.
Type string
Properties
use: optional
Used by
Source
<attribute name="quarterback-hurries" type="string" use="optional">
  <annotation>
    <documentation>An unofficial stat given when a defensive player pressures and hurries the quarterback into making a throw to avoid being sacked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @passes-defensed
Namespace No namespace
Annotations
Total number of times a pass was deflected or otherwise defended against, causing a pass to be incomplete.
Type string
Properties
use: optional
Used by
Source
<attribute name="passes-defensed" type="string" use="optional">
  <annotation>
    <documentation>Total number of times a pass was deflected or otherwise defended against, causing a pass to be incomplete.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @turnovers-takeaway
Namespace No namespace
Annotations
Derived by adding interceptions-total plus fumbles-opposing-recovered.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnovers-takeaway" type="string" use="optional">
  <annotation>
    <documentation>Derived by adding interceptions-total plus fumbles-opposing-recovered.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @yards-allowed-total
Namespace No namespace
Annotations
Total yardage a defense allowed, usually through passing and rushing.
Type string
Properties
use: optional
Used by
Source
<attribute name="yards-allowed-total" type="string" use="optional">
  <annotation>
    <documentation>Total yardage a defense allowed, usually through passing and rushing.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @yards-allowed-average
Namespace No namespace
Annotations
Total yardage a defense allows per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="yards-allowed-average" type="string" use="optional">
  <annotation>
    <documentation>Total yardage a defense allows per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @defensive-plays-number
Namespace No namespace
Annotations
Number of plays a defense is on the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="defensive-plays-number" type="string" use="optional">
  <annotation>
    <documentation>Number of plays a defense is on the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @inside-20-plays
Namespace No namespace
Annotations
Number of plays inside defensive team's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-plays" type="string" use="optional">
  <annotation>
    <documentation>Number of plays inside defensive team's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @inside-20-points-against
Namespace No namespace
Annotations
Number of points given up when opponents' possession starts inside defensive team's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-points-against" type="string" use="optional">
  <annotation>
    <documentation>Number of points given up when opponents' possession starts inside defensive team's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @inside-20-touchdowns-against
Namespace No namespace
Annotations
Number of touchdowns given up when opponents' possession starts inside defensive team's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-touchdowns-against" type="string" use="optional">
  <annotation>
    <documentation>Number of touchdowns given up when opponents' possession starts inside defensive team's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @inside-20-touchdowns-against-percentage
Namespace No namespace
Annotations
Ratio of touchdowns allowed to possessions when opponents' possession starts inside defensive team's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="inside-20-touchdowns-against-percentage" type="string" use="optional">
  <annotation>
    <documentation>Ratio of touchdowns allowed to possessions when opponents' possession starts inside defensive team's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @defense-rank
Namespace No namespace
Annotations
How a team's defensive stats rank in a league or conference, usually using yards allowed per game as the measure.
Type string
Properties
use: optional
Used by
Source
<attribute name="defense-rank" type="string" use="optional">
  <annotation>
    <documentation>How a team's defensive stats rank in a league or conference, usually using yards allowed per game as the measure.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @defense-rank-pass
Namespace No namespace
Annotations
How a team's passing defense stats rank in a league or conference, usually using passing yards allowed per game as the measure.
Type string
Properties
use: optional
Used by
Source
<attribute name="defense-rank-pass" type="string" use="optional">
  <annotation>
    <documentation>How a team's passing defense stats rank in a league or conference, usually using passing yards allowed per game as the measure.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @defense-rank-rush
Namespace No namespace
Annotations
How a team's rushing defense stats rank in a league or conference, usually using rushing yards allowed per game as the measure.
Type string
Properties
use: optional
Used by
Source
<attribute name="defense-rank-rush" type="string" use="optional">
  <annotation>
    <documentation>How a team's rushing defense stats rank in a league or conference, usually using rushing yards allowed per game as the measure.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @interceptions-total
Namespace No namespace
Annotations
The number of passes the defense has intercepted.
Type string
Properties
use: optional
Used by
Source
<attribute name="interceptions-total" type="string" use="optional">
  <annotation>
    <documentation>The number of passes the defense has intercepted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @interceptions-yards
Namespace No namespace
Annotations
The number of yards gained as a result of an interception.
Type string
Properties
use: optional
Used by
Source
<attribute name="interceptions-yards" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained as a result of an interception.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @interceptions-average
Namespace No namespace
Annotations
The average number of yards gained from interceptions.
Type string
Properties
use: optional
Used by
Source
<attribute name="interceptions-average" type="string" use="optional">
  <annotation>
    <documentation>The average number of yards gained from interceptions.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @interceptions-percentage
Namespace No namespace
Annotations
Percentage of passes intercepted.
Type string
Properties
use: optional
Used by
Source
<attribute name="interceptions-percentage" type="string" use="optional">
  <annotation>
    <documentation>Percentage of passes intercepted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @interceptions-longest
Namespace No namespace
Annotations
The longest interception returned. Greatest number of yards gained on an interception.
Type string
Properties
use: optional
Used by
Source
<attribute name="interceptions-longest" type="string" use="optional">
  <annotation>
    <documentation>The longest interception returned. Greatest number of yards gained on an interception.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @interceptions-touchdown
Namespace No namespace
Annotations
Number of interceptions that were run back for a touchdown.
Type string
Properties
use: optional
Used by
Source
<attribute name="interceptions-touchdown" type="string" use="optional">
  <annotation>
    <documentation>Number of interceptions that were run back for a touchdown.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @sacks-total
Namespace No namespace
Annotations
The number of sacks made by the defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-total" type="string" use="optional">
  <annotation>
    <documentation>The number of sacks made by the defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @sacks-yards
Namespace No namespace
Annotations
Number of yards gained by the defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-yards" type="string" use="optional">
  <annotation>
    <documentation>Number of yards gained by the defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @sacks-team
Namespace No namespace
Annotations
The number of sacks credited to the team as a whole.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-team" type="string" use="optional">
  <annotation>
    <documentation>The number of sacks credited to the team as a whole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-defensive / @sacks-yards-team
Namespace No namespace
Annotations
Number of yards gained by the defense on sacks credited to the team as a whole.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacks-yards-team" type="string" use="optional">
  <annotation>
    <documentation>Number of yards gained by the defense on sacks credited to the team as a whole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-total
Namespace No namespace
Annotations
The number of punts returned.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-total" type="string" use="optional">
  <annotation>
    <documentation>The number of punts returned.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-yards
Namespace No namespace
Annotations
The number of yards gained from punt returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-yards" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained from punt returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-average
Namespace No namespace
Annotations
The average number of yards gained on each punt return.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-average" type="string" use="optional">
  <annotation>
    <documentation>The average number of yards gained on each punt return.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-longest
Namespace No namespace
Annotations
The number of yards gained on the longest punt return.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-longest" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on the longest punt return.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-touchdown
Namespace No namespace
Annotations
The number of punts returned for a touchdown.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-touchdown" type="string" use="optional">
  <annotation>
    <documentation>The number of punts returned for a touchdown.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-against-total
Namespace No namespace
Annotations
Total number of punt returns defended.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-against-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of punt returns defended.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-against-yards
Namespace No namespace
Annotations
Total number of yards allowed from punt returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-against-yards" type="string" use="optional">
  <annotation>
    <documentation>Total number of yards allowed from punt returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-against-average
Namespace No namespace
Annotations
Average number of yards allowed from punt returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-against-average" type="string" use="optional">
  <annotation>
    <documentation>Average number of yards allowed from punt returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-against-longest
Namespace No namespace
Annotations
Yardage of longest punt return allowed.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-against-longest" type="string" use="optional">
  <annotation>
    <documentation>Yardage of longest punt return allowed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-punt-against-touchdown
Namespace No namespace
Annotations
Number of touchdowns from punt returns allowed.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-punt-against-touchdown" type="string" use="optional">
  <annotation>
    <documentation>Number of touchdowns from punt returns allowed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @kickoffs-total
Namespace No namespace
Annotations
Total number of kickoffs to opposition.
Type string
Properties
use: optional
Used by
Source
<attribute name="kickoffs-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of kickoffs to opposition.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @kickoffs-adjusted
Namespace No namespace
Annotations
Number of kickoffs excluding onside kicks or kickoffs at the end of a half unless either kickoff is returned for a touchdown.
Type string
Properties
use: optional
Used by
Source
<attribute name="kickoffs-adjusted" type="string" use="optional">
  <annotation>
    <documentation>Number of kickoffs excluding onside kicks or kickoffs at the end of a half unless either kickoff is returned for a touchdown.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @kickoffs-to-inside-20
Namespace No namespace
Annotations
Number of kickoffs resulting in opponent's possession starting inside own 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="kickoffs-to-inside-20" type="string" use="optional">
  <annotation>
    <documentation>Number of kickoffs resulting in opponent's possession starting inside own 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @kickoffs-drive-start-against-average
Namespace No namespace
Annotations
Average starting position of opponent's possession after a kickoff.
Type string
Properties
use: optional
Used by
Source
<attribute name="kickoffs-drive-start-against-average" type="string" use="optional">
  <annotation>
    <documentation>Average starting position of opponent's possession after a kickoff.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @onside-kicks-attempted
Namespace No namespace
Annotations
Number of onside kicks attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="onside-kicks-attempted" type="string" use="optional">
  <annotation>
    <documentation>Number of onside kicks attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @onside-kicks-recovered
Namespace No namespace
Annotations
Number of onside kicks recovered by kicking team.
Type string
Properties
use: optional
Used by
Source
<attribute name="onside-kicks-recovered" type="string" use="optional">
  <annotation>
    <documentation>Number of onside kicks recovered by kicking team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-total
Namespace No namespace
Annotations
The number of kickoffs returned.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-total" type="string" use="optional">
  <annotation>
    <documentation>The number of kickoffs returned.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-yards
Namespace No namespace
Annotations
The number of yards gained from kickoff returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-yards" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained from kickoff returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-average
Namespace No namespace
Annotations
The average number of yards gained on each kickoff return.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-average" type="string" use="optional">
  <annotation>
    <documentation>The average number of yards gained on each kickoff return.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-longest
Namespace No namespace
Annotations
The number of yards gained on the longest kickoff return.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-longest" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on the longest kickoff return.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-touchdown
Namespace No namespace
Annotations
The number of kickoffs returned for a touchdown.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-touchdown" type="string" use="optional">
  <annotation>
    <documentation>The number of kickoffs returned for a touchdown.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-adjusted
Namespace No namespace
Annotations
Number kickoffs adjusted for onside and end-of-half (non-touchdown) kickoffs.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-adjusted" type="string" use="optional">
  <annotation>
    <documentation>Number kickoffs adjusted for onside and end-of-half (non-touchdown) kickoffs.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-inside-20
Namespace No namespace
Annotations
Number of kickoff returns that failed to advance past the returning team's 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-inside-20" type="string" use="optional">
  <annotation>
    <documentation>Number of kickoff returns that failed to advance past the returning team's 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-drive-start-average
Namespace No namespace
Annotations
Average start position after kickoff returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-drive-start-average" type="string" use="optional">
  <annotation>
    <documentation>Average start position after kickoff returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-against-total
Namespace No namespace
Annotations
Total number of kickoff returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-against-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of kickoff returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-against-yards
Namespace No namespace
Annotations
Yards allowed from kickoff returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-against-yards" type="string" use="optional">
  <annotation>
    <documentation>Yards allowed from kickoff returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-against-average
Namespace No namespace
Annotations
Average yards allowed per kickoff return.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-against-average" type="string" use="optional">
  <annotation>
    <documentation>Average yards allowed per kickoff return.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-against-longest
Namespace No namespace
Annotations
Yardage of longest kickoff return allowed.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-against-longest" type="string" use="optional">
  <annotation>
    <documentation>Yardage of longest kickoff return allowed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-kickoff-against-touchdown
Namespace No namespace
Annotations
Touchdowns allowed from kickoff returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-kickoff-against-touchdown" type="string" use="optional">
  <annotation>
    <documentation>Touchdowns allowed from kickoff returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-total
Namespace No namespace
Annotations
The total number of returns.  Punts + kickoffs.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-total" type="string" use="optional">
  <annotation>
    <documentation>The total number of returns. Punts + kickoffs.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @returns-yards
Namespace No namespace
Annotations
The total number of yards gained on punts and kickoffs combined.
Type string
Properties
use: optional
Used by
Source
<attribute name="returns-yards" type="string" use="optional">
  <annotation>
    <documentation>The total number of yards gained on punts and kickoffs combined.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-total
Namespace No namespace
Annotations
The number of punts.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-total" type="string" use="optional">
  <annotation>
    <documentation>The number of punts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-yards-gross
Namespace No namespace
Annotations
The sum of the distances of all punts.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-yards-gross" type="string" use="optional">
  <annotation>
    <documentation>The sum of the distances of all punts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-yards-net
Namespace No namespace
Annotations
The sum of the distances of all punts, minus the distances they were returned.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-yards-net" type="string" use="optional">
  <annotation>
    <documentation>The sum of the distances of all punts, minus the distances they were returned.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-longest
Namespace No namespace
Annotations
The distance of the longest punt.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-longest" type="string" use="optional">
  <annotation>
    <documentation>The distance of the longest punt.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-inside-20
Namespace No namespace
Annotations
The number of punts inside the 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-inside-20" type="string" use="optional">
  <annotation>
    <documentation>The number of punts inside the 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-inside-20-percentage
Namespace No namespace
Annotations
The percentage of punts inside the 20 yard line.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-inside-20-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of punts inside the 20 yard line.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-average
Namespace No namespace
Annotations
The average gross punting yardage.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-average" type="string" use="optional">
  <annotation>
    <documentation>The average gross punting yardage.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-average-net
Namespace No namespace
Annotations
Average net yards - punt length minus return - per punt.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-average-net" type="string" use="optional">
  <annotation>
    <documentation>Average net yards - punt length minus return - per punt.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-total
Namespace No namespace
Annotations
Number of punts forced by defensive team.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-total" type="string" use="optional">
  <annotation>
    <documentation>Number of punts forced by defensive team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-yards-gross
Namespace No namespace
Annotations
Number of yards of opposing team's punts.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-yards-gross" type="string" use="optional">
  <annotation>
    <documentation>Number of yards of opposing team's punts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-yards-net
Namespace No namespace
Annotations
Number of net yards - punt length minus return - of opposing team's punts.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-yards-net" type="string" use="optional">
  <annotation>
    <documentation>Number of net yards - punt length minus return - of opposing team's punts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-longest
Namespace No namespace
Annotations
Longest punt by opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-longest" type="string" use="optional">
  <annotation>
    <documentation>Longest punt by opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-inside-20
Namespace No namespace
Annotations
Punt returns failed to advance beyond team's own 20.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-inside-20" type="string" use="optional">
  <annotation>
    <documentation>Punt returns failed to advance beyond team's own 20.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-inside-20-percentage
Namespace No namespace
Annotations
Ratio of punt returns failed to advance beyond team's own 20 and total punt returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-inside-20-percentage" type="string" use="optional">
  <annotation>
    <documentation>Ratio of punt returns failed to advance beyond team's own 20 and total punt returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-average
Namespace No namespace
Annotations
Average length of opponent's punt.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-average" type="string" use="optional">
  <annotation>
    <documentation>Average length of opponent's punt.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-average-net
Namespace No namespace
Annotations
Average net length - punt length minus return - of opponent's punt..
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-average-net" type="string" use="optional">
  <annotation>
    <documentation>Average net length - punt length minus return - of opponent's punt..</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-blocked
Namespace No namespace
Annotations
The number of punts that were blocked.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-blocked" type="string" use="optional">
  <annotation>
    <documentation>The number of punts that were blocked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @punts-against-blocked
Namespace No namespace
Annotations
The number of punts made by the opposing team that this team or player has blocked.
Type string
Properties
use: optional
Used by
Source
<attribute name="punts-against-blocked" type="string" use="optional">
  <annotation>
    <documentation>The number of punts made by the opposing team that this team or player has blocked.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-total
Namespace No namespace
Annotations
The total number of touchbacks, from kickoffs, punts, interceptions, and fumbles.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-total" type="string" use="optional">
  <annotation>
    <documentation>The total number of touchbacks, from kickoffs, punts, interceptions, and fumbles.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-total-percentage
Namespace No namespace
Annotations
The percentage of kickoffs, punts, interceptions, and fumbles which resulted in a touchback.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-total-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of kickoffs, punts, interceptions, and fumbles which resulted in a touchback.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-kickoffs
Namespace No namespace
Annotations
The number of kickoffs that went into the end zone and were not brought out.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-kickoffs" type="string" use="optional">
  <annotation>
    <documentation>The number of kickoffs that went into the end zone and were not brought out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-kickoffs-percentage
Namespace No namespace
Annotations
The percentage of kickoffs resulting in touchbacks.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-kickoffs-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of kickoffs resulting in touchbacks.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-punts
Namespace No namespace
Annotations
The number of punts that went into the end zone and were not brought out.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-punts" type="string" use="optional">
  <annotation>
    <documentation>The number of punts that went into the end zone and were not brought out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-punts-percentage
Namespace No namespace
Annotations
The percentage of punts resulting in touchbacks.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-punts-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of punts resulting in touchbacks.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-interceptions
Namespace No namespace
Annotations
The number of interceptions that went into the end zone and were not brought out.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-interceptions" type="string" use="optional">
  <annotation>
    <documentation>The number of interceptions that went into the end zone and were not brought out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-interceptions-percentage
Namespace No namespace
Annotations
The percentage of interceptions resulting in touchbacks.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-interceptions-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of interceptions resulting in touchbacks.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchbacks-punts-against
Namespace No namespace
Annotations
Number of punts not returned out of receiving team's end zone.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-punts-against" type="string" use="optional">
  <annotation>
    <documentation>Number of punts not returned out of receiving team's end zone.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @fair-catches
Namespace No namespace
Annotations
The number of fair catches.
Type string
Properties
use: optional
Used by
Source
<attribute name="fair-catches" type="string" use="optional">
  <annotation>
    <documentation>The number of fair catches.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @fair-catches-against
Namespace No namespace
Annotations
Number of fair catches by opponents.
Type string
Properties
use: optional
Used by
Source
<attribute name="fair-catches-against" type="string" use="optional">
  <annotation>
    <documentation>Number of fair catches by opponents.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @total-return-yardage-not-kickoffs
Namespace No namespace
Annotations
Net return yardage excluding kickoff returns.
Type string
Properties
use: optional
Used by
Source
<attribute name="total-return-yardage-not-kickoffs" type="string" use="optional">
  <annotation>
    <documentation>Net return yardage excluding kickoff returns.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @touchdowns-against
Namespace No namespace
Annotations
Total number of special teams touchdowns allowed.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchdowns-against" type="string" use="optional">
  <annotation>
    <documentation>Total number of special teams touchdowns allowed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @tackles
Namespace No namespace
Annotations
For Canadian football, records the number of tackles made while playing for a special-team.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles" type="string" use="optional">
  <annotation>
    <documentation>For Canadian football, records the number of tackles made while playing for a special-team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @tackles-assists
Namespace No namespace
Annotations
The number of tackle assists performed while on special-teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="tackles-assists" type="string" use="optional">
  <annotation>
    <documentation>The number of tackle assists performed while on special-teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @extra-points-against-made
Namespace No namespace
Annotations
Number of extra point attempts made by the opposing team that were successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-against-made" type="string" use="optional">
  <annotation>
    <documentation>Number of extra point attempts made by the opposing team that were successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @extra-points-against-missed
Namespace No namespace
Annotations
Number of extra point attempts made by the opposing team that were not successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-against-missed" type="string" use="optional">
  <annotation>
    <documentation>Number of extra point attempts made by the opposing team that were not successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @extra-points-against-blocked
Namespace No namespace
Annotations
Number of extra point attempts made by the opposing team that were blocked by this team or player.
Type string
Properties
use: optional
Used by
Source
<attribute name="extra-points-against-blocked" type="string" use="optional">
  <annotation>
    <documentation>Number of extra point attempts made by the opposing team that were blocked by this team or player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @field-goals-against-made
Namespace No namespace
Annotations
Number of field goal attempts made by the opposing team that were successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-against-made" type="string" use="optional">
  <annotation>
    <documentation>Number of field goal attempts made by the opposing team that were successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @field-goals-against-missed
Namespace No namespace
Annotations
Number of field goal attempts made by the opposing team that were not successful.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-against-missed" type="string" use="optional">
  <annotation>
    <documentation>Number of field goal attempts made by the opposing team that were not successful.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-special-teams / @field-goals-against-blocked
Namespace No namespace
Annotations
Number of field goal attempts made by the opposing team that were blocked by this player or team.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-against-blocked" type="string" use="optional">
  <annotation>
    <documentation>Number of field goal attempts made by the opposing team that were blocked by this player or team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-committed
Namespace No namespace
Annotations
The total number of fumbles.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-committed" type="string" use="optional">
  <annotation>
    <documentation>The total number of fumbles.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-forced
Namespace No namespace
Annotations
The number of fumbles that were forced by the opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-forced" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles that were forced by the opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered
Namespace No namespace
Annotations
The number of fumbles that were recovered by the fumbling team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles that were recovered by the fumbling team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-lost
Namespace No namespace
Annotations
The number of fumbles that were not recovered by the fumbling team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-lost" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles that were not recovered by the fumbling team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-lost-average-per-game
Namespace No namespace
Annotations
Average number of fumbles lost per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-lost-average-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of fumbles lost per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-yards-gained
Namespace No namespace
Annotations
The number of yards gained as a result of fumbles.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-yards-gained" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained as a result of fumbles.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-own-committed
Namespace No namespace
Annotations
The number of fumbles committed by this team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-own-committed" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by this team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-own-recovered
Namespace No namespace
Annotations
The number of fumbles committed by this team that were then also recovered by this team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-own-recovered" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by this team that were then also recovered by this team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-own-lost
Namespace No namespace
Annotations
The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-own-lost" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-own-yards-gained
Namespace No namespace
Annotations
The number of yards gained as a result of fumbles by this team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-own-yards-gained" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained as a result of fumbles by this team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-own-touchdowns
Namespace No namespace
Annotations
The number of touchdowns earned after a team recovers its own fumbles.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-own-touchdowns" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns earned after a team recovers its own fumbles.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-opposing-committed
Namespace No namespace
Annotations
The number of fumbles committed by the opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-opposing-committed" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by the opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-opposing-recovered
Namespace No namespace
Annotations
The number of fumbles committed by the opposing but recovered by this team. A subset of turnovers. Also referred to a takeaway.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-opposing-recovered" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by the opposing but recovered by this team. A subset of turnovers. Also referred to a takeaway.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-opposing-recovered-average-per-game
Namespace No namespace
Annotations
Average number of opposing team's fumbles recovered per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-opposing-recovered-average-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of opposing team's fumbles recovered per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-opposing-lost
Namespace No namespace
Annotations
The number of fumbles committed by the opposing team that were subsequently lost to the opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-opposing-lost" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by the opposing team that were subsequently lost to the opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-opposing-yards-gained
Namespace No namespace
Annotations
The number of yards gained as a result of fumbles by the opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-opposing-yards-gained" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained as a result of fumbles by the opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-opposing-touchdowns
Namespace No namespace
Annotations
The number of touchdowns scored as a result of fumbles by the opposing team..
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-opposing-touchdowns" type="string" use="optional">
  <annotation>
    <documentation>The number of touchdowns scored as a result of fumbles by the opposing team..</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-committed-defense
Namespace No namespace
Annotations
The number of fumbles committed by a player or team on defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-committed-defense" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by a player or team on defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-lost-defense
Namespace No namespace
Annotations
The number of fumbles lost by a player or team on defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-lost-defense" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles lost by a player or team on defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-forced-defense
Namespace No namespace
Annotations
The number of fumbles forced by a player or team on defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-forced-defense" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles forced by a player or team on defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered-defense
Namespace No namespace
Annotations
The number of fumbles recovered by a player or team on defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered-defense" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles recovered by a player or team on defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered-yards-defense
Namespace No namespace
Annotations
The number of yards gained on fumbles recovered by a player or team on defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered-yards-defense" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on fumbles recovered by a player or team on defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-committed-special-teams
Namespace No namespace
Annotations
The number of fumbles committed by a player or team on special-teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-committed-special-teams" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by a player or team on special-teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-lost-special-teams
Namespace No namespace
Annotations
The number of fumbles lost by a player or team on special-teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-lost-special-teams" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles lost by a player or team on special-teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-forced-special-teams
Namespace No namespace
Annotations
The number of fumbles forced by a player or team on special-teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-forced-special-teams" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles forced by a player or team on special-teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered-special-teams
Namespace No namespace
Annotations
The number of fumbles recovered by a player or team on special-teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered-special-teams" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles recovered by a player or team on special-teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered-yards-special-teams
Namespace No namespace
Annotations
The number of yards gained on fumbles recovered by a player or team on special-teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered-yards-special-teams" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on fumbles recovered by a player or team on special-teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-committed-other
Namespace No namespace
Annotations
The number of fumbles committed by a player or team on neither defense or special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-committed-other" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles committed by a player or team on neither defense or special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-lost-other
Namespace No namespace
Annotations
The number of fumbles lost by a player or team on neither defense or special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-lost-other" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles lost by a player or team on neither defense or special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-forced-other
Namespace No namespace
Annotations
The number of fumbles forced by a player or team on neither defense or special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-forced-other" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles forced by a player or team on neither defense or special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered-other
Namespace No namespace
Annotations
The number of fumbles recovered by a player or team on neither defense or special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered-other" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles recovered by a player or team on neither defense or special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @fumbles-recovered-yards-other
Namespace No namespace
Annotations
The number of yards gained on fumbles recovered by a player or team on neither defense or special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="fumbles-recovered-yards-other" type="string" use="optional">
  <annotation>
    <documentation>The number of yards gained on fumbles recovered by a player or team on neither defense or special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @touchbacks-fumbles
Namespace No namespace
Annotations
The number of fumbles into the end zone that are not brought out.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-fumbles" type="string" use="optional">
  <annotation>
    <documentation>The number of fumbles into the end zone that are not brought out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-fumbles / @touchbacks-fumbles-percentage
Namespace No namespace
Annotations
The percentage of fumbles that resulted in touchbacks.
Type string
Properties
use: optional
Used by
Source
<attribute name="touchbacks-fumbles-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of fumbles that resulted in touchbacks.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalties-total
Namespace No namespace
Annotations
The number of penalties.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalties-total" type="string" use="optional">
  <annotation>
    <documentation>The number of penalties.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalty-yards
Namespace No namespace
Annotations
The yards gained as a result of penalties.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalty-yards" type="string" use="optional">
  <annotation>
    <documentation>The yards gained as a result of penalties.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalty-first-downs
Namespace No namespace
Annotations
The number of first downs gained as a result of penalties.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalty-first-downs" type="string" use="optional">
  <annotation>
    <documentation>The number of first downs gained as a result of penalties.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalty-opponent-yards
Namespace No namespace
Annotations
Yards opponents gain as a result of penalties.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalty-opponent-yards" type="string" use="optional">
  <annotation>
    <documentation>Yards opponents gain as a result of penalties.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalties-opponent-total
Namespace No namespace
Annotations
Total of penalties by opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalties-opponent-total" type="string" use="optional">
  <annotation>
    <documentation>Total of penalties by opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalties-challenged
Namespace No namespace
Annotations
Includes penalty challenges that were both won and lost.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalties-challenged" type="string" use="optional">
  <annotation>
    <documentation>Includes penalty challenges that were both won and lost.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalties-reviewed
Namespace No namespace
Annotations
Includes both coach challenges and booth challenges (by the replay assistant in the NFL).
Type string
Properties
use: optional
Used by
Source
<attribute name="penalties-reviewed" type="string" use="optional">
  <annotation>
    <documentation>Includes both coach challenges and booth challenges (by the replay assistant in the NFL).</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-american-football-penalties / @penalties-overturned
Namespace No namespace
Annotations
The number of successful penalty challenges by a team, leading to the overturning of the original call.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalties-overturned" type="string" use="optional">
  <annotation>
    <documentation>The number of successful penalty challenges by a team, leading to the overturning of the original call.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @yards-per-attempt
Namespace No namespace
Annotations
The average yards gained per play.
Type string
Properties
use: optional
Used by
Source
<attribute name="yards-per-attempt" type="string" use="optional">
  <annotation>
    <documentation>The average yards gained per play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @number-of-plays
Namespace No namespace
Annotations
The number of plays this team has completed, including for offensive, defensive, and special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="number-of-plays" type="string" use="optional">
  <annotation>
    <documentation>The number of plays this team has completed, including for offensive, defensive, and special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @number-of-plays-gaining
Namespace No namespace
Annotations
The number of plays this team has completed for which yards were gained, including for offensive, defensive, and special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="number-of-plays-gaining" type="string" use="optional">
  <annotation>
    <documentation>The number of plays this team has completed for which yards were gained, including for offensive, defensive, and special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @number-of-plays-losing
Namespace No namespace
Annotations
The number of plays this team has completed for which yards were lost, including for offensive, defensive, and special teams.
Type string
Properties
use: optional
Used by
Source
<attribute name="number-of-plays-losing" type="string" use="optional">
  <annotation>
    <documentation>The number of plays this team has completed for which yards were lost, including for offensive, defensive, and special teams.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @average-starting-position
Namespace No namespace
Annotations
Average yard-line that the team started on per-drive.
Type string
Properties
use: optional
Used by
Source
<attribute name="average-starting-position" type="string" use="optional">
  <annotation>
    <documentation>Average yard-line that the team started on per-drive.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @timeouts
Namespace No namespace
Annotations
The number of timeouts a team has remaining, either in regulation or in overtime, whichever state the game is currently in.
Type string
Properties
use: optional
Used by
Source
<attribute name="timeouts" type="string" use="optional">
  <annotation>
    <documentation>The number of timeouts a team has remaining, either in regulation or in overtime, whichever state the game is currently in.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @time-of-possession
Namespace No namespace
Annotations
DEPRECATE: promoted to core.
Type string
Properties
use: optional
Used by
Source
<attribute name="time-of-possession" type="string" use="optional">
  <annotation>
    <documentation>DEPRECATE: promoted to core.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @turnover-ratio
Namespace No namespace
Annotations
Derived by subtracting turnovers-giveaways from turnovers-takeaways.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnover-ratio" type="string" use="optional">
  <annotation>
    <documentation>Derived by subtracting turnovers-giveaways from turnovers-takeaways.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @time-of-possession-average
Namespace No namespace
Annotations
DEPRECATE: promoted to core.
Type string
Properties
use: optional
Used by
Source
<attribute name="time-of-possession-average" type="string" use="optional">
  <annotation>
    <documentation>DEPRECATE: promoted to core.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-american-football / @time-of-opposition-possession-average
Namespace No namespace
Annotations
Opponent's total time of possession over season divided by the number of games played. DEPRECATE: promoted to core and renamed.
Type string
Properties
use: optional
Used by
Source
<attribute name="time-of-opposition-possession-average" type="string" use="optional">
  <annotation>
    <documentation>Opponent's total time of possession over season divided by the number of games played. DEPRECATE: promoted to core and renamed.</documentation>
  </annotation>
</attribute>
Attribute Group sportsml:eventStateAmericanFootball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_period-value sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_period-time-elapsed sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_period-time-remaining sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_clock-state sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_team-in-possession-idref sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_down sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_distance-for-1st-down sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_field-side sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_field-line sportsml-specific-american-football_xsd.tmp#eventStateAmericanFootball_sequence-number
Used by
Attributes
QName Type Fixed Default Use Annotation
clock-state restriction of string optional
Whether the clock is running or stopped.
distance-for-1st-down string optional
The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.
down restriction of string optional
The current down. Valid values are 1,2,3,4,5.
field-line string optional
The line of scrimmage. The yard line where the ball is placed at the start of play.
field-side restriction of string optional
Which side of the field the event is taking place.  Either "home" or "away".
period-time-elapsed string optional
The time elapsed since the beginning of the period.
period-time-remaining string optional
The time remaining in the period.
period-value string optional
An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).
sequence-number string optional
Sequence number of the play. Usually an integer
team-in-possession-idref IDREF optional
The ID of the team with the football.
Source
<attributeGroup name="eventStateAmericanFootball">
  <attribute name="period-value" type="string" use="optional">
    <annotation>
      <documentation>An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).</documentation>
    </annotation>
  </attribute>
  <attribute name="period-time-elapsed" type="string" use="optional">
    <annotation>
      <documentation>The time elapsed since the beginning of the period.</documentation>
    </annotation>
  </attribute>
  <attribute name="period-time-remaining" type="string" use="optional">
    <annotation>
      <documentation>The time remaining in the period.</documentation>
    </annotation>
  </attribute>
  <attribute name="clock-state" use="optional">
    <annotation>
      <documentation>Whether the clock is running or stopped.</documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="stopped"/>
        <enumeration value="running"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="team-in-possession-idref" type="IDREF" use="optional">
    <annotation>
      <documentation>The ID of the team with the football.</documentation>
    </annotation>
  </attribute>
  <attribute name="down" use="optional">
    <annotation>
      <documentation>The current down. Valid values are 1,2,3,4,5.</documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="1"/>
        <enumeration value="2"/>
        <enumeration value="3"/>
        <enumeration value="4"/>
        <enumeration value="5"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="distance-for-1st-down" type="string" use="optional">
    <annotation>
      <documentation>The distance between the current line of scrimmage and the line to gain, 10 yards downfield from the start of possession. In yards. The word goal is used when the distance to the goal line is less than 10 yards. The word kick is used for kick-scoring attempt.</documentation>
    </annotation>
  </attribute>
  <attribute name="field-side" use="optional">
    <annotation>
      <documentation>Which side of the field the event is taking place. Either "home" or "away".</documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="home"/>
        <enumeration value="away"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="field-line" type="string" use="optional">
    <annotation>
      <documentation>The line of scrimmage. The yard line where the ball is placed at the start of play.</documentation>
    </annotation>
  </attribute>
  <attribute name="sequence-number" type="string" use="optional">
    <annotation>
      <documentation>Sequence number of the play. Usually an integer</documentation>
    </annotation>
  </attribute>
</attributeGroup>