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.