Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema sportsml-specific-basketball.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-basketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the event itself. | Includes what state the game is in.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
Source
<element name="event-metadata-basketball">
  <annotation>
    <documentation>Metadata about the event itself. | Includes what state the game is in.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
  </complexType>
</element>
Element sportsml:event-actions-basketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A container for specific basketball actions. | Generally ordered chronologically.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#action-basketball-substitution sportsml-specific-basketball_xsd.tmp#action-basketball-score-attempt sportsml-specific-basketball_xsd.tmp#action-basketball-score sportsml-specific-basketball_xsd.tmp#action-basketball-play sportsml-specific-basketball_xsd.tmp#action-basketball-penalty sportsml-specific-basketball_xsd.tmp#action-basketball-timeout sportsml-specific-basketball_xsd.tmp#action-basketball-jump-ball sportsml-specific-basketball_xsd.tmp#action-basketball-turnover sportsml-specific-basketball_xsd.tmp#action-basketball-other
Properties
content: complex
Used by
Model sportsml:action-basketball-substitution | sportsml:action-basketball-score-attempt | sportsml:action-basketball-score | sportsml:action-basketball-play | sportsml:action-basketball-penalty | sportsml:action-basketball-timeout | sportsml:action-basketball-jump-ball | sportsml:action-basketball-turnover | sportsml:action-basketball-other
Children sportsml:action-basketball-jump-ball, sportsml:action-basketball-other, sportsml:action-basketball-penalty, sportsml:action-basketball-play, sportsml:action-basketball-score, sportsml:action-basketball-score-attempt, sportsml:action-basketball-substitution, sportsml:action-basketball-timeout, sportsml:action-basketball-turnover
Instance
<sportsml:event-actions-basketball id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-basketball-substitution comment="" id="" period-time-elapsed="" period-time-remaining="" period-value="" person-original-idref="" person-original-position="" person-replacing-idref="" person-replacing-position="" person-type="" substitution-reason="">{1,1}</sportsml:action-basketball-substitution>
  <sportsml:action-basketball-score-attempt comment="" id="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" score-attempt-result="" score-attempt-type="" shot-location="">{1,1}</sportsml:action-basketball-score-attempt>
  <sportsml:action-basketball-score comment="" id="" location="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" points="" score-attempt-type="" score-team="" score-team-opposing="">{1,1}</sportsml:action-basketball-score>
  <sportsml:action-basketball-play comment="" id="" location="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" score-attempt-result="" score-attempt-type="" sequence-number="" turnover-type="" zone="">{1,1}</sportsml:action-basketball-play>
  <sportsml:action-basketball-penalty caller-idref="" comment="" id="" penalty-count="" penalty-level="" penalty-side="" period-time-elapsed="" period-time-remaining="" period-value="" recipient-idref="" recipient-type="" zone="">{1,1}</sportsml:action-basketball-penalty>
  <sportsml:action-basketball-timeout caller="" caller-idref="" comment="" id="" period-time-elapsed="" period-time-remaining="" period-value="" timeout-duration="" timeouts-left="">{1,1}</sportsml:action-basketball-timeout>
  <sportsml:action-basketball-jump-ball comment="" id="" period-time-elapsed="" period-time-remaining="" period-value="" player-1-idref="" player-2-idref="" winning-player-idref="">{1,1}</sportsml:action-basketball-jump-ball>
  <sportsml:action-basketball-turnover comment="" id="" losing-player-idref="" period-time-elapsed="" period-time-remaining="" period-value="" recovering-player-idref="" turnover-type="">{1,1}</sportsml:action-basketball-turnover>
  <sportsml:action-basketball-other action-source="" action-type="" comment="" id="" period-time-elapsed="" period-time-remaining="" period-value="">{1,1}</sportsml:action-basketball-other>
</sportsml:event-actions-basketball>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="event-actions-basketball">
  <annotation>
    <documentation>A container for specific basketball actions. | Generally ordered chronologically.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-basketball-substitution"/>
      <element ref="sportsml:action-basketball-score-attempt"/>
      <element ref="sportsml:action-basketball-score"/>
      <element ref="sportsml:action-basketball-play"/>
      <element ref="sportsml:action-basketball-penalty"/>
      <element ref="sportsml:action-basketball-timeout"/>
      <element ref="sportsml:action-basketball-jump-ball"/>
      <element ref="sportsml:action-basketball-turnover"/>
      <element ref="sportsml:action-basketball-other"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:action-basketball-substitution
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Used when one player comes in for another. | Simultaneous multiple replacements can be handled by using several of these elements, and leaving either the replacing or the original players blank.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_person-type sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_person-original-idref sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_person-original-position sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_person-replacing-idref sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_person-replacing-position sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_substitution-reason sportsml-specific-basketball_xsd.tmp#action-basketball-substitution_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
comment string optional
A textual comment.
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
person-original-idref IDREF optional
A pointer to the player who left the court.
person-original-position sportsml:position.Basketball optional
The position of the player who left the court.
person-replacing-idref IDREF optional
A pointer to the player who now went on the court.
person-replacing-position sportsml:position.Basketball optional
The position of the player who went on the court.
person-type restriction of string optional
Whether a player, a coach, or a referree.
substitution-reason string optional
The reason why a substitution was made.
Source
<element name="action-basketball-substitution">
  <annotation>
    <documentation>Used when one player comes in for another. | Simultaneous multiple replacements can be handled by using several of these elements, and leaving either the replacing or the original players blank.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="person-type" use="optional">
      <annotation>
        <documentation>Whether a player, a coach, or a referree.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="player"/>
          <enumeration value="auxilliary"/>
          <enumeration value="official"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="person-original-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the player who left the court.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-original-position" type="sportsml:position.Basketball" use="optional">
      <annotation>
        <documentation>The position of the player who left the court.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-replacing-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the player who now went on the court.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-replacing-position" type="sportsml:position.Basketball" use="optional">
      <annotation>
        <documentation>The position of the player who went on the court.</documentation>
      </annotation>
    </attribute>
    <attribute name="substitution-reason" type="string" use="optional">
      <annotation>
        <documentation>The reason why a substitution was made.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-score-attempt
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
DEPRECATE: in favour of action-basketball-play with play-type vocab.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-score-attempt_player-idref sportsml-specific-basketball_xsd.tmp#action-basketball-score-attempt_score-attempt-type sportsml-specific-basketball_xsd.tmp#action-basketball-score-attempt_score-attempt-result sportsml-specific-basketball_xsd.tmp#action-basketball-score-attempt_shot-location sportsml-specific-basketball_xsd.tmp#action-basketball-score-attempt_comment sportsml-specific-basketball_xsd.tmp#action-basketball-assisting-player sportsml-specific-basketball_xsd.tmp#action-basketball-rebounder sportsml-specific-basketball_xsd.tmp#action-basketball-blocking-player
Properties
content: complex
Used by
Model sportsml:action-basketball-assisting-player* , sportsml:action-basketball-rebounder* , sportsml:action-basketball-blocking-player*
Children sportsml:action-basketball-assisting-player, sportsml:action-basketball-blocking-player, sportsml:action-basketball-rebounder
Instance
<sportsml:action-basketball-score-attempt comment="" id="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" score-attempt-result="" score-attempt-type="" shot-location="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-basketball-assisting-player id="" player-idref="">{0,unbounded}</sportsml:action-basketball-assisting-player>
  <sportsml:action-basketball-rebounder id="" rebounder-idref="" rebounder-side="" rebounder-type="">{0,unbounded}</sportsml:action-basketball-rebounder>
  <sportsml:action-basketball-blocking-player id="" player-idref="">{0,unbounded}</sportsml:action-basketball-blocking-player>
</sportsml:action-basketball-score-attempt>
Attributes
QName Type Fixed Default Use Annotation
comment string optional
A textual comment.
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
player-idref IDREF optional
A pointer to the player who attempted the shot.
score-attempt-result sportsml:scoreAttemptResult.Basketball optional
score-attempt-type sportsml:scoreAttemptType.Basketball optional
What type of shot it was.
shot-location string optional
A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.
Source
<element name="action-basketball-score-attempt">
  <annotation>
    <documentation>DEPRECATE: in favour of action-basketball-play with play-type vocab.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-basketball-assisting-player" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:action-basketball-rebounder" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:action-basketball-blocking-player" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="player-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the player who attempted the shot.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
      <annotation>
        <documentation>What type of shot it was.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
      <annotation>
        <documentation/>
      </annotation>
    </attribute>
    <attribute name="shot-location" type="string" use="optional">
      <annotation>
        <documentation>A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-assisting-player
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
DEPRECATE: in favour of action-basketball-play-participant with role vocab.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#action-basketball-assisting-player_player-idref
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
player-idref IDREF required
A pointer to a player who assisted in the score.
Source
<element name="action-basketball-assisting-player">
  <annotation>
    <documentation>DEPRECATE: in favour of action-basketball-play-participant with role vocab.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="player-idref" type="IDREF" use="required">
      <annotation>
        <documentation>A pointer to a player who assisted in the score.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-rebounder
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
DEPRECATE: in favour of action-basketball-play-participant with role vocab.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#action-basketball-rebounder_rebounder-idref sportsml-specific-basketball_xsd.tmp#action-basketball-rebounder_rebounder-type sportsml-specific-basketball_xsd.tmp#action-basketball-rebounder_rebounder-side
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
rebounder-idref IDREF required
A pointer to a player or team who was credited with the rebound.
rebounder-side restriction of string required
Whether the team/player who got the rebound was playing offense or defense.
rebounder-type restriction of string required
Whether it was an individual or a team rebound.
Source
<element name="action-basketball-rebounder">
  <annotation>
    <documentation>DEPRECATE: in favour of action-basketball-play-participant with role vocab.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="rebounder-idref" type="IDREF" use="required">
      <annotation>
        <documentation>A pointer to a player or team who was credited with the rebound.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounder-type" use="required">
      <annotation>
        <documentation>Whether it was an individual or a team rebound.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="team"/>
          <enumeration value="player"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="rebounder-side" use="required">
      <annotation>
        <documentation>Whether the team/player who got the rebound was playing offense or defense.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="offense"/>
          <enumeration value="defense"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-blocking-player
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
DEPRECATE: in favour of action-basketball-play-participant with role vocab.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#action-basketball-blocking-player_player-idref
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
player-idref IDREF required
A pointer to a player who achieved the block.
Source
<element name="action-basketball-blocking-player">
  <annotation>
    <documentation>DEPRECATE: in favour of action-basketball-play-participant with role vocab.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="player-idref" type="IDREF" use="required">
      <annotation>
        <documentation>A pointer to a player who achieved the block.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-score
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Used to record shots that were successful. | Can include update of what the new score is between teams.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-score_player-idref sportsml-specific-basketball_xsd.tmp#action-basketball-score_score-attempt-type sportsml-specific-basketball_xsd.tmp#action-basketball-score_points sportsml-specific-basketball_xsd.tmp#action-basketball-score_score-team sportsml-specific-basketball_xsd.tmp#action-basketball-score_score-team-opposing sportsml-specific-basketball_xsd.tmp#action-basketball-score_location sportsml-specific-basketball_xsd.tmp#action-basketball-score_comment sportsml-specific-basketball_xsd.tmp#action-basketball-play-participant sportsml-specific-basketball_xsd.tmp#action-basketball-assisting-player
Properties
content: complex
Used by
Model sportsml:action-basketball-play-participant* , sportsml:action-basketball-assisting-player*
Children sportsml:action-basketball-assisting-player, sportsml:action-basketball-play-participant
Instance
<sportsml:action-basketball-score comment="" id="" location="" period-time-elapsed="" period-time-remaining="" period-value="" player-idref="" points="" score-attempt-type="" score-team="" score-team-opposing="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-basketball-play-participant id="" player-idref="" role="" team-idref="">{0,unbounded}</sportsml:action-basketball-play-participant>
  <sportsml:action-basketball-assisting-player id="" player-idref="">{0,unbounded}</sportsml:action-basketball-assisting-player>
</sportsml:action-basketball-score>
Attributes
QName Type Fixed Default Use Annotation
comment string optional
A textual comment.
id ID optional
An XML-specific identifier for the element.
location string optional
A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
player-idref IDREF optional
DEPRECATE: in favour of action-basketball-play-participant with role of "scorer".
points string optional
How many points are given for the goal. Generally: 1, 2, or 3.
score-attempt-type sportsml:scoreAttemptType.Basketball optional
Accordning to a vocabulary that shows if the attempt was made as a free shot or a 2-point or 3-point field goal.
score-team string optional
The resulting new total score of the team that scored.
score-team-opposing string optional
The current total score of the team was scored upon.
Source
<element name="action-basketball-score">
  <annotation>
    <documentation>Used to record shots that were successful. | Can include update of what the new score is between teams.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-basketball-play-participant" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:action-basketball-assisting-player" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="player-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>DEPRECATE: in favour of action-basketball-play-participant with role of "scorer".</documentation>
      </annotation>
    </attribute>
    <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
      <annotation>
        <documentation>Accordning to a vocabulary that shows if the attempt was made as a free shot or a 2-point or 3-point field goal.</documentation>
      </annotation>
    </attribute>
    <attribute name="points" type="string" use="optional">
      <annotation>
        <documentation>How many points are given for the goal. Generally: 1, 2, or 3.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team" type="string" use="optional">
      <annotation>
        <documentation>The resulting new total score of the team that scored.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team-opposing" type="string" use="optional">
      <annotation>
        <documentation>The current total score of the team was scored upon.</documentation>
      </annotation>
    </attribute>
    <attribute name="location" type="string" use="optional">
      <annotation>
        <documentation>A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-play-participant
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A generic play participant element.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#action-basketball-play-participant_player-idref sportsml-specific-basketball_xsd.tmp#action-basketball-play-participant_team-idref sportsml-specific-basketball_xsd.tmp#action-basketball-play-participant_role
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
player-idref IDREF required
A pointer to a player who participated in the play.
role sportsml:participantRole.Basketball required
A controlled vocabulary specifying a player's role during the play.
team-idref IDREF required
A pointer to the participant's team.
Source
<element name="action-basketball-play-participant">
  <annotation>
    <documentation>A generic play participant element.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="player-idref" type="IDREF" use="required">
      <annotation>
        <documentation>A pointer to a player who participated in the play.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-idref" type="IDREF" use="required">
      <annotation>
        <documentation>A pointer to the participant's team.</documentation>
      </annotation>
    </attribute>
    <attribute name="role" type="sportsml:participantRole.Basketball" use="required">
      <annotation>
        <documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-play
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Any kind of on-court play indicated by play-type vocabulary.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-play_sequence-number sportsml-specific-basketball_xsd.tmp#action-basketball-play_play-type sportsml-specific-basketball_xsd.tmp#action-basketball-play_score-attempt-type sportsml-specific-basketball_xsd.tmp#action-basketball-play_score-attempt-result sportsml-specific-basketball_xsd.tmp#action-basketball-play_location sportsml-specific-basketball_xsd.tmp#action-basketball-play_comment sportsml-specific-basketball_xsd.tmp#action-basketball-play_zone sportsml-specific-basketball_xsd.tmp#action-basketball-play_turnover-type sportsml-specific-basketball_xsd.tmp#action-basketball-play-participant
Properties
content: complex
Used by
Model sportsml:action-basketball-play-participant*
Children sportsml:action-basketball-play-participant
Instance
<sportsml:action-basketball-play comment="" id="" location="" period-time-elapsed="" period-time-remaining="" period-value="" play-type="" score-attempt-result="" score-attempt-type="" sequence-number="" turnover-type="" zone="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-basketball-play-participant id="" player-idref="" role="" team-idref="">{0,unbounded}</sportsml:action-basketball-play-participant>
</sportsml:action-basketball-play>
Attributes
QName Type Fixed Default Use Annotation
comment string optional
A textual comment.
id ID optional
An XML-specific identifier for the element.
location string optional
A string indicating where on the court the play occured. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
play-type sportsml:playType.Basketball optional
The type of play.
score-attempt-result sportsml:scoreAttemptResult.Basketball optional
The reason why the score attempt missed.
score-attempt-type sportsml:scoreAttemptType.Basketball optional
What type of shot it was. Free shot or field goal, 2 or 3 points.
sequence-number string optional
The sequence number of the play within the game as a whole.
turnover-type string optional
Controlled vocabulary such as steal or lost-ball.
zone restriction of string optional
The zone on the court for the stat or action: offense | defense | neutral.
Source
<element name="action-basketball-play">
  <annotation>
    <documentation>Any kind of on-court play indicated by play-type vocabulary.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-basketball-play-participant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="sequence-number" type="string" use="optional">
      <annotation>
        <documentation>The sequence number of the play within the game as a whole.</documentation>
      </annotation>
    </attribute>
    <attribute name="play-type" type="sportsml:playType.Basketball" use="optional">
      <annotation>
        <documentation>The type of play.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
      <annotation>
        <documentation>What type of shot it was. Free shot or field goal, 2 or 3 points.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
      <annotation>
        <documentation>The reason why the score attempt missed.</documentation>
      </annotation>
    </attribute>
    <attribute name="location" type="string" use="optional">
      <annotation>
        <documentation>A string indicating where on the court the play occured. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="zone" use="optional">
      <annotation>
        <documentation>The zone on the court for the stat or action: offense | defense | neutral.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="offense"/>
          <enumeration value="defense"/>
          <enumeration value="neutral"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="turnover-type" type="string" use="optional">
      <annotation>
        <documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-penalty
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Used when a foul is made. | Records who made the foul and who called the foul.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_recipient-type sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_recipient-idref sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_caller-idref sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_penalty-count sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_penalty-side sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_penalty-level sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_comment sportsml-specific-basketball_xsd.tmp#action-basketball-penalty_zone
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
caller-idref IDREF optional
A pointer to the official who called the penalty.
comment string optional
A textual comment.
id ID optional
An XML-specific identifier for the element.
penalty-count string optional
How many penalties the recipient has received in this sports-event, including this one.
penalty-level sportsml:penaltyLevel.Basketball optional
The level of the penalty. According to a controlled vocabulary.
penalty-side sportsml:penaltySide.Basketball optional
Whether it was an offensive or defensive penalty.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
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.
zone restriction of string optional
The zone on the court for the stat or action: offense | defense | neutral.
Source
<element name="action-basketball-penalty">
  <annotation>
    <documentation>Used when a foul is made. | Records who made the foul and who called the foul.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <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="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-count" type="string" use="optional">
      <annotation>
        <documentation>How many penalties the recipient has received in this sports-event, including this one.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-side" type="sportsml:penaltySide.Basketball" use="optional">
      <annotation>
        <documentation>Whether it was an offensive or defensive penalty.</documentation>
      </annotation>
    </attribute>
    <attribute name="penalty-level" type="sportsml:penaltyLevel.Basketball" use="optional">
      <annotation>
        <documentation>The level of the penalty. According to a controlled vocabulary.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
    <attribute name="zone" use="optional">
      <annotation>
        <documentation>The zone on the court for the stat or action: offense | defense | neutral.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="offense"/>
          <enumeration value="defense"/>
          <enumeration value="neutral"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-timeout
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Used to record the calling of a timeout. | Also records who called for the timeout.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-timeout_timeout-duration sportsml-specific-basketball_xsd.tmp#action-basketball-timeout_timeouts-left sportsml-specific-basketball_xsd.tmp#action-basketball-timeout_caller sportsml-specific-basketball_xsd.tmp#action-basketball-timeout_caller-idref sportsml-specific-basketball_xsd.tmp#action-basketball-timeout_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
caller restriction of string optional
Who called the timeout.
caller-idref IDREF optional
If caller is team, say, a pointer to the team element.
comment string optional
A textual comment.
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
timeout-duration string optional
The duration of the timeout.
timeouts-left string optional
The number of timeouts remaining once this timeout is finished.
Source
<element name="action-basketball-timeout">
  <annotation>
    <documentation>Used to record the calling of a timeout. | Also records who called for the timeout.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="timeout-duration" type="string" use="optional">
      <annotation>
        <documentation>The duration of the timeout.</documentation>
      </annotation>
    </attribute>
    <attribute name="timeouts-left" type="string" use="optional">
      <annotation>
        <documentation>The number of timeouts remaining once this timeout is finished.</documentation>
      </annotation>
    </attribute>
    <attribute name="caller" use="optional">
      <annotation>
        <documentation>Who called the timeout.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="team"/>
          <enumeration value="official"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="caller-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>If caller is team, say, a pointer to the team element.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>A textual comment.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-jump-ball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
DEPRECATE. A jump ball. | For use when the referree throws a ball up for two opposing players to try to tip towards their team.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-jump-ball_player-1-idref sportsml-specific-basketball_xsd.tmp#action-basketball-jump-ball_player-2-idref sportsml-specific-basketball_xsd.tmp#action-basketball-jump-ball_winning-player-idref sportsml-specific-basketball_xsd.tmp#action-basketball-jump-ball_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
comment string optional
Textual comment about the action.
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
player-1-idref IDREF optional
Identifier for one of the jump-ball participants.
player-2-idref IDREF optional
Identifier for the other jump-ball participant.
winning-player-idref IDREF optional
Identifier for the participant whose team recovered the ball after the jump.
Source
<element name="action-basketball-jump-ball">
  <annotation>
    <documentation>DEPRECATE. A jump ball. | For use when the referree throws a ball up for two opposing players to try to tip towards their team.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="player-1-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Identifier for one of the jump-ball participants.</documentation>
      </annotation>
    </attribute>
    <attribute name="player-2-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Identifier for the other jump-ball participant.</documentation>
      </annotation>
    </attribute>
    <attribute name="winning-player-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Identifier for the participant whose team recovered the ball after the jump.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Textual comment about the action.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-turnover
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
DEPRECATE. When one team loses the ball, and the other team recovers. | Can be a steal, or just a lost ball.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-turnover_losing-player-idref sportsml-specific-basketball_xsd.tmp#action-basketball-turnover_recovering-player-idref sportsml-specific-basketball_xsd.tmp#action-basketball-turnover_turnover-type sportsml-specific-basketball_xsd.tmp#action-basketball-turnover_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
comment string optional
Textual comment about the action.
id ID optional
An XML-specific identifier for the element.
losing-player-idref IDREF optional
Identifier for the participant who lost posession of the ball.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
recovering-player-idref IDREF optional
Identifier for the participant who gained posession of the ball, if any.
turnover-type string optional
Controlled vocabulary such as steal or lost-ball.
Source
<element name="action-basketball-turnover">
  <annotation>
    <documentation>DEPRECATE. When one team loses the ball, and the other team recovers. | Can be a steal, or just a lost ball.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBasketball"/>
    <attribute name="losing-player-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Identifier for the participant who lost posession of the ball.</documentation>
      </annotation>
    </attribute>
    <attribute name="recovering-player-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>Identifier for the participant who gained posession of the ball, if any.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnover-type" type="string" use="optional">
      <annotation>
        <documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Textual comment about the action.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-basketball-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-basketball_xsd.tmp#eventStateBasketball sportsml-specific-basketball_xsd.tmp#action-basketball-other_action-source sportsml-specific-basketball_xsd.tmp#action-basketball-other_action-type sportsml-specific-basketball_xsd.tmp#action-basketball-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.
comment string optional
Textual comment about the action.
id ID optional
An XML-specific identifier for the element.
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
Source
<element name="action-basketball-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:eventStateBasketball"/>
    <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-basketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the team. | Specific to the sport of basketball.
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-basketball">
  <annotation>
    <documentation>Metadata about the team. | Specific to the sport of basketball.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:team-stats-basketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Specific statistics for basketball. | Includes offensive, rebounding, and defensive stats.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-basketball_xsd.tmp#team-stats-basketball_timeouts-left sportsml-specific-basketball_xsd.tmp#team-stats-basketball_largest-lead sportsml-specific-basketball_xsd.tmp#team-stats-basketball_fouls-total sportsml-specific-basketball_xsd.tmp#team-stats-basketball_average-minutes-per-game sportsml-specific-basketball_xsd.tmp#team-stats-basketball_turnover-margin sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive
Properties
content: complex
Used by
Model sportsml:stats-basketball-offensive* , sportsml:stats-basketball-rebounding* , sportsml:stats-basketball-defensive*
Children sportsml:stats-basketball-defensive, sportsml:stats-basketball-offensive, sportsml:stats-basketball-rebounding
Instance
<sportsml:team-stats-basketball alignment-scope="" average-minutes-per-game="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" fouls-total="" id="" largest-lead="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" timeouts-left="" turnover-margin="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-basketball-offensive alignment-scope="" assists-per-game="" assists-total="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" field-goals-attempted="" field-goals-attempted-per-game="" field-goals-made="" field-goals-percentage="" field-goals-percentage-adjusted="" field-goals-per-game="" free-throws-attempted="" free-throws-attempted-per-game="" free-throws-made="" free-throws-percentage="" free-throws-per-game="" id="" period-value="" points-scored-in-paint="" points-scored-off-turnovers="" points-scored-on-fast-break="" points-scored-on-second-chance="" points-scored-per-game="" points-scored-per-game-highest="" points-scored-per-shot="" points-scored-total="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" team-turnovers-per-game="" team-turnovers-total="" three-pointers-attempted="" three-pointers-attempted-per-game="" three-pointers-made="" three-pointers-percentage="" three-pointers-per-game="" turnovers-per-game="" turnovers-total="">{0,unbounded}</sportsml:stats-basketball-offensive>
  <sportsml:stats-basketball-rebounding alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" rebounds-defensive="" rebounds-defensive-percentage="" rebounds-defensive-per-game="" rebounds-differential="" rebounds-offensive="" rebounds-offensive-percentage="" rebounds-offensive-per-game="" rebounds-opponent-defensive="" rebounds-opponent-offensive="" rebounds-opponent-total="" rebounds-per-game="" rebounds-total="" rebounds-total-percentage="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" team-rebounds-defensive="" team-rebounds-defensive-percentage="" team-rebounds-offensive="" team-rebounds-offensive-percentage="" team-rebounds-opponent-defensive="" team-rebounds-opponent-offensive="" team-rebounds-opponent-total="" team-rebounds-per-game="" team-rebounds-total="" team-rebounds-total-percentage="">{0,unbounded}</sportsml:stats-basketball-rebounding>
  <sportsml:stats-basketball-defensive alignment-scope="" blocks-differential="" blocks-opponent="" blocks-per-game="" blocks-total="" charges-taken="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" field-goals-against-percentage="" field-goals-against-per-game="" id="" period-value="" points-scored-against-per-game="" points-scored-against-per-game-highest="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" steals-differential="" steals-opponent="" steals-per-game="" steals-total="" team-coverage="" team-turnovers-total="">{0,unbounded}</sportsml:stats-basketball-defensive>
</sportsml:team-stats-basketball>
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-minutes-per-game string optional
DEPRECATED.
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.
fouls-total string optional
Total number of fouls comitted by the team during this event.
id ID optional
An XML-specific identifier for the element.
largest-lead string optional
Largest number of points this team has led the opposition. Could be a negative number.
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.
timeouts-left string optional
Number of timeouts a team has left during the current event.
turnover-margin string optional
Turnover margain is the number of turnovers made by this team minus the number of turnovers made by the opposing team.
Source
<element name="team-stats-basketball">
  <annotation>
    <documentation>Specific statistics for basketball. | Includes offensive, rebounding, and defensive stats.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-basketball-offensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-basketball-rebounding" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-basketball-defensive" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="timeouts-left" type="string" use="optional">
      <annotation>
        <documentation>Number of timeouts a team has left during the current event.</documentation>
      </annotation>
    </attribute>
    <attribute name="largest-lead" type="string" use="optional">
      <annotation>
        <documentation>Largest number of points this team has led the opposition. Could be a negative number.</documentation>
      </annotation>
    </attribute>
    <attribute name="fouls-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of fouls comitted by the team during this event.</documentation>
      </annotation>
    </attribute>
    <attribute name="average-minutes-per-game" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATED.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnover-margin" type="string" use="optional">
      <annotation>
        <documentation>Turnover margain is the number of turnovers made by this team minus the number of turnovers made by the opposing team.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-basketball-offensive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for a team or player while they had possession of the ball. | Includes scoring and assisting stats.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_field-goals-made sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_field-goals-attempted sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_field-goals-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_field-goals-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_field-goals-attempted-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_field-goals-percentage-adjusted sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_three-pointers-made sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_three-pointers-attempted sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_three-pointers-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_three-pointers-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_three-pointers-attempted-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_free-throws-made sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_free-throws-attempted sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_free-throws-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_free-throws-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_free-throws-attempted-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-total sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-per-game-highest sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-per-shot sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_assists-total sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_assists-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_turnovers-total sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_turnovers-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_team-turnovers-total sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_team-turnovers-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-off-turnovers sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-in-paint sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-on-second-chance sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive_points-scored-on-fast-break
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.
assists-per-game string optional
Total number of assists per games played during the time span indicated in date coverage attributes.
assists-total string optional
Total number of assists during the time span indicated in date coverage attributes.
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.
field-goals-attempted string optional
Two-point shots that were attempted.
field-goals-attempted-per-game string optional
Average number of field goals attempted per game.
field-goals-made string optional
Shots made that were worth two points each.
field-goals-per-game string optional
Average number of field goals made per game.
field-goals-percentage string optional
Field goals made versus attempted. This could also be calculated from the above.
field-goals-percentage-adjusted string optional
A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.
free-throws-attempted string optional
One-point shots that were attempted.
free-throws-attempted-per-game string optional
Average number of free throws attempted per game.
free-throws-made string optional
Shots made that were worth one point each.
free-throws-per-game string optional
Average number of free throws made per game.
free-throws-percentage string optional
Free throws made versus attempted.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
points-scored-in-paint string optional
Total number of points scored from within the painted area surrounding the basket during the time span indicated in date coverage attributes..
points-scored-off-turnovers string optional
Total number of points scored off turnovers the time span indicated in date coverage attributes.
points-scored-on-fast-break string optional
Total number of points scored off a fast break during the time span indicated in date coverage attributes..
points-scored-on-second-chance string optional
Total number of points scored after fielding an offensive rebound during the time span indicated in date coverage attributes..
points-scored-per-game string optional
Average number of points scored in games played during the time span indicated in date coverage attributes.
points-scored-per-game-highest string optional
Highest number of points scored in one game played during the time span indicated in date coverage attributes.
points-scored-per-shot string optional
Calculated by dividing points-scored-total by field-goals-attempted.
points-scored-total string optional
Total number of points scored, over the time span indicated in date coverage attributes.
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.
team-turnovers-per-game string optional
Average number of team turnovers per game the time span indicated in date coverage attributes.
team-turnovers-total string optional
Total number of team turnovers during the time span indicated in date coverage attributes.
three-pointers-attempted string optional
Three-point shots that were attempted.
three-pointers-attempted-per-game string optional
Average number of three-pointers attempted per game.
three-pointers-made string optional
Shots made that were worth three points each.
three-pointers-per-game string optional
Average number of three-pointers made per game.
three-pointers-percentage string optional
Three-pointers made versus attempted. This could be calculated.
turnovers-per-game string optional
Average number of turnovers per game the time span indicated in date coverage attributes.
turnovers-total string optional
Total number of turnovers during the time span indicated in date coverage attributes.
Source
<element name="stats-basketball-offensive">
  <annotation>
    <documentation>Statistics for a team or player while they had possession of the ball. | Includes scoring and assisting stats.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="field-goals-made" type="string" use="optional">
      <annotation>
        <documentation>Shots made that were worth two points each.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-attempted" type="string" use="optional">
      <annotation>
        <documentation>Two-point shots that were attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-percentage" type="string" use="optional">
      <annotation>
        <documentation>Field goals made versus attempted. This could also be calculated from the above.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of field goals made per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-attempted-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of field goals attempted per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-percentage-adjusted" type="string" use="optional">
      <annotation>
        <documentation>A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.</documentation>
      </annotation>
    </attribute>
    <attribute name="three-pointers-made" type="string" use="optional">
      <annotation>
        <documentation>Shots made that were worth three points each.</documentation>
      </annotation>
    </attribute>
    <attribute name="three-pointers-attempted" type="string" use="optional">
      <annotation>
        <documentation>Three-point shots that were attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="three-pointers-percentage" type="string" use="optional">
      <annotation>
        <documentation>Three-pointers made versus attempted. This could be calculated.</documentation>
      </annotation>
    </attribute>
    <attribute name="three-pointers-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of three-pointers made per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="three-pointers-attempted-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of three-pointers attempted per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="free-throws-made" type="string" use="optional">
      <annotation>
        <documentation>Shots made that were worth one point each.</documentation>
      </annotation>
    </attribute>
    <attribute name="free-throws-attempted" type="string" use="optional">
      <annotation>
        <documentation>One-point shots that were attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="free-throws-percentage" type="string" use="optional">
      <annotation>
        <documentation>Free throws made versus attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="free-throws-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of free throws made per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="free-throws-attempted-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of free throws attempted per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of points scored, over the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of points scored in games played during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-per-game-highest" type="string" use="optional">
      <annotation>
        <documentation>Highest number of points scored in one game played during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-per-shot" type="string" use="optional">
      <annotation>
        <documentation>Calculated by dividing points-scored-total by field-goals-attempted.</documentation>
      </annotation>
    </attribute>
    <attribute name="assists-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of assists during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="assists-per-game" type="string" use="optional">
      <annotation>
        <documentation>Total number of assists per games played during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnovers-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of turnovers during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="turnovers-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of turnovers per game the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-turnovers-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of team turnovers during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-turnovers-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of team turnovers per game the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-off-turnovers" type="string" use="optional">
      <annotation>
        <documentation>Total number of points scored off turnovers the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-in-paint" type="string" use="optional">
      <annotation>
        <documentation>Total number of points scored from within the painted area surrounding the basket during the time span indicated in date coverage attributes..</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-on-second-chance" type="string" use="optional">
      <annotation>
        <documentation>Total number of points scored after fielding an offensive rebound during the time span indicated in date coverage attributes..</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-on-fast-break" type="string" use="optional">
      <annotation>
        <documentation>Total number of points scored off a fast break during the time span indicated in date coverage attributes..</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-basketball-rebounding
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for a team or player revolving around rebounds. | Includes rebounds credited to particular players, and credited to the entire team.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-total sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-total-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-defensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-opponent-defensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-defensive-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-offensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-offensive-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-opponent-offensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-total sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-total-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-defensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-defensive-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-offensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-offensive-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-opponent-defensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-opponent-offensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-offensive-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-defensive-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-differential sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_rebounds-opponent-total sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding_team-rebounds-opponent-total
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.
rebounds-defensive string optional
The sum of all defensive rebounds credited to particular players. A defensive rebound occurs when the team is in defence but gains possession through a rebound.
rebounds-defensive-per-game string optional
The average numer of defensive personal rebounds per game.
rebounds-defensive-percentage string optional
The percentage of defensive rebounds.
rebounds-differential string optional
The differential between the total number of rebounds from this team compared to the opposing team.
rebounds-offensive string optional
The sum of all offensive rebounds credited to particular player. An offensive rebound is when the team keep possession of the ball through a rebound.
rebounds-offensive-per-game string optional
The average number of offensive personal rebounds per game.
rebounds-offensive-percentage string optional
The percentage of offensive rebounds.
rebounds-opponent-defensive string optional
The total defensive rebounds by the opposing team or player.
rebounds-opponent-offensive string optional
The total offensive rebounds by the opposing team or player.
rebounds-opponent-total string optional
The total number of rebounds (ofensive and defensive) by the opposing team or player.
rebounds-per-game string optional
The average number of personal rebounds per game.
rebounds-total string optional
The sum of all rebounds that were credited to particular players.
rebounds-total-percentage string optional
The percentage of rebounds total compared to total number of attempts.
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.
team-rebounds-defensive string optional
The sum of all defensive rebounds credited to the team as a whole.
team-rebounds-defensive-percentage string optional
The percentage of defensive rebounds credited to the team.
team-rebounds-offensive string optional
The sum of all offensive rebounds credited to the team as a whol.
team-rebounds-offensive-percentage string optional
The percentage of offensive rebounds credited to the team.
team-rebounds-opponent-defensive string optional
The total defensive team rebounds by the opposing team or player.
team-rebounds-opponent-offensive string optional
The total offensive team rebounds by the opposing team or player.
team-rebounds-opponent-total string optional
The total number of rebounds (ofensive and defensive) by the opponent which are credited to the team.
team-rebounds-per-game string optional
The average number of team rebounds per game.
team-rebounds-total string optional
The number of rebounds that did not credited to individual players, but were instead credited to the team as a whole.
team-rebounds-total-percentage string optional
Percentage of team rebounds.
Source
<element name="stats-basketball-rebounding">
  <annotation>
    <documentation>Statistics for a team or player revolving around rebounds. | Includes rebounds credited to particular players, and credited to the entire team.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="rebounds-total" type="string" use="optional">
      <annotation>
        <documentation>The sum of all rebounds that were credited to particular players.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-total-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of rebounds total compared to total number of attempts.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-defensive" type="string" use="optional">
      <annotation>
        <documentation>The sum of all defensive rebounds credited to particular players. A defensive rebound occurs when the team is in defence but gains possession through a rebound.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-opponent-defensive" type="string" use="optional">
      <annotation>
        <documentation>The total defensive rebounds by the opposing team or player.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-defensive-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of defensive rebounds.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-offensive" type="string" use="optional">
      <annotation>
        <documentation>The sum of all offensive rebounds credited to particular player. An offensive rebound is when the team keep possession of the ball through a rebound.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-offensive-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of offensive rebounds.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-opponent-offensive" type="string" use="optional">
      <annotation>
        <documentation>The total offensive rebounds by the opposing team or player.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-total" type="string" use="optional">
      <annotation>
        <documentation>The number of rebounds that did not credited to individual players, but were instead credited to the team as a whole.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-total-percentage" type="string" use="optional">
      <annotation>
        <documentation>Percentage of team rebounds.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-defensive" type="string" use="optional">
      <annotation>
        <documentation>The sum of all defensive rebounds credited to the team as a whole.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-defensive-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of defensive rebounds credited to the team.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-offensive" type="string" use="optional">
      <annotation>
        <documentation>The sum of all offensive rebounds credited to the team as a whol.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-offensive-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of offensive rebounds credited to the team.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-opponent-defensive" type="string" use="optional">
      <annotation>
        <documentation>The total defensive team rebounds by the opposing team or player.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-opponent-offensive" type="string" use="optional">
      <annotation>
        <documentation>The total offensive team rebounds by the opposing team or player.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-per-game" type="string" use="optional">
      <annotation>
        <documentation>The average number of personal rebounds per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-per-game" type="string" use="optional">
      <annotation>
        <documentation>The average number of team rebounds per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-offensive-per-game" type="string" use="optional">
      <annotation>
        <documentation>The average number of offensive personal rebounds per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-defensive-per-game" type="string" use="optional">
      <annotation>
        <documentation>The average numer of defensive personal rebounds per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-differential" type="string" use="optional">
      <annotation>
        <documentation>The differential between the total number of rebounds from this team compared to the opposing team.</documentation>
      </annotation>
    </attribute>
    <attribute name="rebounds-opponent-total" type="string" use="optional">
      <annotation>
        <documentation>The total number of rebounds (ofensive and defensive) by the opposing team or player.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-rebounds-opponent-total" type="string" use="optional">
      <annotation>
        <documentation>The total number of rebounds (ofensive and defensive) by the opponent which are credited to the team.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-basketball-defensive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for a team or player while the other team was in possession of the ball. | Includes information on steals and blocks.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_steals-total sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_steals-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_steals-opponent sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_steals-differential sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_blocks-total sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_blocks-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_blocks-opponent sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_blocks-differential sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_points-scored-against-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_points-scored-against-per-game-highest sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_field-goals-against-per-game sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_field-goals-against-percentage sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_team-turnovers-total sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive_charges-taken
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.
blocks-differential string optional
Total number of blocks made by this team compared to blocks made by the other team.
blocks-opponent string optional
Total number of blocks-against by opponent.
blocks-per-game string optional
Average number of blocks per game.
blocks-total string optional
Total number of blocks.
charges-taken string optional
Total number of charges taken. A charge is when the referee toss the ball and one player of each team try to give their team possession of the ball.
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.
field-goals-against-per-game string optional
The average number of field goals scored agains per game.
field-goals-against-percentage string optional
The percentage of field goals scored against.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
points-scored-against-per-game string optional
Average of points scored against per game.
points-scored-against-per-game-highest string optional
Highest number of points scored against in one game played during the time span indicated in date coverage attributes.
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.
steals-differential string optional
The number of steals made by this team compared to steals made by the other team.
steals-opponent string optional
Total number of steals-against by opponent.
steals-per-game string optional
Average number of steals per game.
steals-total string optional
Total number of steals.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
team-turnovers-total string optional
The total number of turnovers made by the team.
Source
<element name="stats-basketball-defensive">
  <annotation>
    <documentation>Statistics for a team or player while the other team was in possession of the ball. | Includes information on steals and blocks.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="steals-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of steals.</documentation>
      </annotation>
    </attribute>
    <attribute name="steals-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of steals per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="steals-opponent" type="string" use="optional">
      <annotation>
        <documentation>Total number of steals-against by opponent.</documentation>
      </annotation>
    </attribute>
    <attribute name="steals-differential" type="string" use="optional">
      <annotation>
        <documentation>The number of steals made by this team compared to steals made by the other team.</documentation>
      </annotation>
    </attribute>
    <attribute name="blocks-total" type="string" use="optional">
      <annotation>
        <documentation>Total number of blocks.</documentation>
      </annotation>
    </attribute>
    <attribute name="blocks-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of blocks per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="blocks-opponent" type="string" use="optional">
      <annotation>
        <documentation>Total number of blocks-against by opponent.</documentation>
      </annotation>
    </attribute>
    <attribute name="blocks-differential" type="string" use="optional">
      <annotation>
        <documentation>Total number of blocks made by this team compared to blocks made by the other team.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-against-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average of points scored against per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="points-scored-against-per-game-highest" type="string" use="optional">
      <annotation>
        <documentation>Highest number of points scored against in one game played during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-against-per-game" type="string" use="optional">
      <annotation>
        <documentation>The average number of field goals scored agains per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="field-goals-against-percentage" type="string" use="optional">
      <annotation>
        <documentation>The percentage of field goals scored against.</documentation>
      </annotation>
    </attribute>
    <attribute name="team-turnovers-total" type="string" use="optional">
      <annotation>
        <documentation>The total number of turnovers made by the team.</documentation>
      </annotation>
    </attribute>
    <attribute name="charges-taken" type="string" use="optional">
      <annotation>
        <documentation>Total number of charges taken. A charge is when the referee toss the ball and one player of each team try to give their team possession of the ball.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:player-metadata-basketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the player. | Specific to the sport of basketball.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="player-metadata-basketball">
  <annotation>
    <documentation>Metadata about the player. | Specific to the sport of basketball.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:player-stats-basketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Specific statistics for basketball players. | Includes offensive, rebounding, and defensive stats.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-basketball_xsd.tmp#player-stats-basketball_minutes-played sportsml-specific-basketball_xsd.tmp#player-stats-basketball_games-played sportsml-specific-basketball_xsd.tmp#player-stats-basketball_games-started sportsml-specific-basketball_xsd.tmp#player-stats-basketball_average-minutes-per-game sportsml-specific-basketball_xsd.tmp#player-stats-basketball_personal-fouls-per-game sportsml-specific-basketball_xsd.tmp#player-stats-basketball_double-doubles sportsml-specific-basketball_xsd.tmp#player-stats-basketball_triple-doubles sportsml-specific-basketball_xsd.tmp#stats-basketball-offensive sportsml-specific-basketball_xsd.tmp#stats-basketball-rebounding sportsml-specific-basketball_xsd.tmp#stats-basketball-defensive
Properties
content: complex
Used by
Model sportsml:stats-basketball-offensive* , sportsml:stats-basketball-rebounding* , sportsml:stats-basketball-defensive*
Children sportsml:stats-basketball-defensive, sportsml:stats-basketball-offensive, sportsml:stats-basketball-rebounding
Instance
<sportsml:player-stats-basketball alignment-scope="" average-minutes-per-game="" competition-scope="" date-coverage-type="" date-coverage-value="" double-doubles="" duration-scope="" games-played="" games-started="" id="" minutes-played="" period-value="" personal-fouls-per-game="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" triple-doubles="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-basketball-offensive alignment-scope="" assists-per-game="" assists-total="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" field-goals-attempted="" field-goals-attempted-per-game="" field-goals-made="" field-goals-percentage="" field-goals-percentage-adjusted="" field-goals-per-game="" free-throws-attempted="" free-throws-attempted-per-game="" free-throws-made="" free-throws-percentage="" free-throws-per-game="" id="" period-value="" points-scored-in-paint="" points-scored-off-turnovers="" points-scored-on-fast-break="" points-scored-on-second-chance="" points-scored-per-game="" points-scored-per-game-highest="" points-scored-per-shot="" points-scored-total="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" team-turnovers-per-game="" team-turnovers-total="" three-pointers-attempted="" three-pointers-attempted-per-game="" three-pointers-made="" three-pointers-percentage="" three-pointers-per-game="" turnovers-per-game="" turnovers-total="">{0,unbounded}</sportsml:stats-basketball-offensive>
  <sportsml:stats-basketball-rebounding alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" rebounds-defensive="" rebounds-defensive-percentage="" rebounds-defensive-per-game="" rebounds-differential="" rebounds-offensive="" rebounds-offensive-percentage="" rebounds-offensive-per-game="" rebounds-opponent-defensive="" rebounds-opponent-offensive="" rebounds-opponent-total="" rebounds-per-game="" rebounds-total="" rebounds-total-percentage="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" team-rebounds-defensive="" team-rebounds-defensive-percentage="" team-rebounds-offensive="" team-rebounds-offensive-percentage="" team-rebounds-opponent-defensive="" team-rebounds-opponent-offensive="" team-rebounds-opponent-total="" team-rebounds-per-game="" team-rebounds-total="" team-rebounds-total-percentage="">{0,unbounded}</sportsml:stats-basketball-rebounding>
  <sportsml:stats-basketball-defensive alignment-scope="" blocks-differential="" blocks-opponent="" blocks-per-game="" blocks-total="" charges-taken="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" field-goals-against-percentage="" field-goals-against-per-game="" id="" period-value="" points-scored-against-per-game="" points-scored-against-per-game-highest="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" steals-differential="" steals-opponent="" steals-per-game="" steals-total="" team-coverage="" team-turnovers-total="">{0,unbounded}</sportsml:stats-basketball-defensive>
</sportsml:player-stats-basketball>
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-minutes-per-game string optional
Average number of minutes per game played by this player during the time span indicated in date coverage attributes.
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.
double-doubles string optional
A double digit number in any two of these categories: points, rebounds, assists, steals, and blocked shots.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
games-played string optional
Number of games played during the time span indicated in date coverage attributes.
games-started string optional
Number of games that started with this player on the court, during the time span indicated in date coverage attributes.
id ID optional
An XML-specific identifier for the element.
minutes-played string optional
Number of minutes this player has spent playing during a particular game.
period-value string optional
Used for tracking stats and events by period.
personal-fouls-per-game string optional
Average number of fouls made by the player per game.
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.
triple-doubles string optional
A double digit number in any three of these categories: points, rebounds, assists, steals, and blocked shots.
Source
<element name="player-stats-basketball">
  <annotation>
    <documentation>Specific statistics for basketball players. | Includes offensive, rebounding, and defensive stats.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-basketball-offensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-basketball-rebounding" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-basketball-defensive" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="minutes-played" type="string" use="optional">
      <annotation>
        <documentation>Number of minutes this player has spent playing during a particular game.</documentation>
      </annotation>
    </attribute>
    <attribute name="games-played" type="string" use="optional">
      <annotation>
        <documentation>Number of games played during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="games-started" type="string" use="optional">
      <annotation>
        <documentation>Number of games that started with this player on the court, during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="average-minutes-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of minutes per game played by this player during the time span indicated in date coverage attributes.</documentation>
      </annotation>
    </attribute>
    <attribute name="personal-fouls-per-game" type="string" use="optional">
      <annotation>
        <documentation>Average number of fouls made by the player per game.</documentation>
      </annotation>
    </attribute>
    <attribute name="double-doubles" type="string" use="optional">
      <annotation>
        <documentation>A double digit number in any two of these categories: points, rebounds, assists, steals, and blocked shots.</documentation>
      </annotation>
    </attribute>
    <attribute name="triple-doubles" type="string" use="optional">
      <annotation>
        <documentation>A double digit number in any three of these categories: points, rebounds, assists, steals, and blocked shots.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Attribute sportsml:eventStateBasketball / @period-value
Namespace No namespace
Annotations
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
Type string
Properties
use: optional
Used by
Source
<attribute name="period-value" type="string" use="optional">
  <annotation>
    <documentation>An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBasketball / @period-time-elapsed
Namespace No namespace
Annotations
The time elapsed in the quarter or overtime period.
Type string
Properties
use: optional
Used by
Source
<attribute name="period-time-elapsed" type="string" use="optional">
  <annotation>
    <documentation>The time elapsed in the quarter or overtime period.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBasketball / @period-time-remaining
Namespace No namespace
Annotations
The time remaining in the quarter or overtime period.
Type string
Properties
use: optional
Used by
Source
<attribute name="period-time-remaining" type="string" use="optional">
  <annotation>
    <documentation>The time remaining in the quarter or overtime period.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-substitution / @person-type
Namespace No namespace
Annotations
Whether a player, a coach, or a referree.
Type restriction of string
Properties
use: optional
Facets
enumeration player
enumeration auxilliary
enumeration official
Used by
Source
<attribute name="person-type" use="optional">
  <annotation>
    <documentation>Whether a player, a coach, or a referree.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="player"/>
      <enumeration value="auxilliary"/>
      <enumeration value="official"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-substitution / @person-original-idref
Namespace No namespace
Annotations
A pointer to the player who left the court.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="person-original-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player who left the court.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-substitution / @person-original-position
Namespace No namespace
Annotations
The position of the player who left the court.
Type sportsml:position.Basketball
Properties
use: optional
Used by
Source
<attribute name="person-original-position" type="sportsml:position.Basketball" use="optional">
  <annotation>
    <documentation>The position of the player who left the court.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-substitution / @person-replacing-idref
Namespace No namespace
Annotations
A pointer to the player who now went on the court.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="person-replacing-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player who now went on the court.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-substitution / @person-replacing-position
Namespace No namespace
Annotations
The position of the player who went on the court.
Type sportsml:position.Basketball
Properties
use: optional
Used by
Source
<attribute name="person-replacing-position" type="sportsml:position.Basketball" use="optional">
  <annotation>
    <documentation>The position of the player who went on the court.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-substitution / @substitution-reason
Namespace No namespace
Annotations
The reason why a substitution was made.
Type string
Properties
use: optional
Used by
Source
<attribute name="substitution-reason" type="string" use="optional">
  <annotation>
    <documentation>The reason why a substitution was made.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-substitution / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-assisting-player / @player-idref
Namespace No namespace
Annotations
A pointer to a player who assisted in the score.
Type IDREF
Properties
use: required
Used by
Source
<attribute name="player-idref" type="IDREF" use="required">
  <annotation>
    <documentation>A pointer to a player who assisted in the score.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-rebounder / @rebounder-idref
Namespace No namespace
Annotations
A pointer to a player or team who was credited with the rebound.
Type IDREF
Properties
use: required
Used by
Source
<attribute name="rebounder-idref" type="IDREF" use="required">
  <annotation>
    <documentation>A pointer to a player or team who was credited with the rebound.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-rebounder / @rebounder-type
Namespace No namespace
Annotations
Whether it was an individual or a team rebound.
Type restriction of string
Properties
use: required
Facets
enumeration team
enumeration player
Used by
Source
<attribute name="rebounder-type" use="required">
  <annotation>
    <documentation>Whether it was an individual or a team rebound.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="team"/>
      <enumeration value="player"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-rebounder / @rebounder-side
Namespace No namespace
Annotations
Whether the team/player who got the rebound was playing offense or defense.
Type restriction of string
Properties
use: required
Facets
enumeration offense
enumeration defense
Used by
Source
<attribute name="rebounder-side" use="required">
  <annotation>
    <documentation>Whether the team/player who got the rebound was playing offense or defense.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="offense"/>
      <enumeration value="defense"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-blocking-player / @player-idref
Namespace No namespace
Annotations
A pointer to a player who achieved the block.
Type IDREF
Properties
use: required
Used by
Source
<attribute name="player-idref" type="IDREF" use="required">
  <annotation>
    <documentation>A pointer to a player who achieved the block.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score-attempt / @player-idref
Namespace No namespace
Annotations
A pointer to the player who attempted the shot.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player who attempted the shot.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score-attempt / @score-attempt-type
Namespace No namespace
Annotations
What type of shot it was.
Type sportsml:scoreAttemptType.Basketball
Properties
use: optional
Used by
Source
<attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
  <annotation>
    <documentation>What type of shot it was.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score-attempt / @score-attempt-result
Namespace No namespace
Annotations
Type sportsml:scoreAttemptResult.Basketball
Properties
use: optional
Used by
Source
<attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
  <annotation>
    <documentation/>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score-attempt / @shot-location
Namespace No namespace
Annotations
A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.
Type string
Properties
use: optional
Used by
Source
<attribute name="shot-location" type="string" use="optional">
  <annotation>
    <documentation>A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score-attempt / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play-participant / @player-idref
Namespace No namespace
Annotations
A pointer to a player who participated in the play.
Type IDREF
Properties
use: required
Used by
Source
<attribute name="player-idref" type="IDREF" use="required">
  <annotation>
    <documentation>A pointer to a player who participated in the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play-participant / @team-idref
Namespace No namespace
Annotations
A pointer to the participant's team.
Type IDREF
Properties
use: required
Used by
Source
<attribute name="team-idref" type="IDREF" use="required">
  <annotation>
    <documentation>A pointer to the participant's team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play-participant / @role
Namespace No namespace
Annotations
A controlled vocabulary specifying a player's role during the play.
Type sportsml:participantRole.Basketball
Properties
use: required
Used by
Source
<attribute name="role" type="sportsml:participantRole.Basketball" use="required">
  <annotation>
    <documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @player-idref
Namespace No namespace
Annotations
DEPRECATE: in favour of action-basketball-play-participant with role of "scorer".
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>DEPRECATE: in favour of action-basketball-play-participant with role of "scorer".</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @score-attempt-type
Namespace No namespace
Annotations
Accordning to a vocabulary that shows if the attempt was made as a free shot or a 2-point or 3-point field goal.
Type sportsml:scoreAttemptType.Basketball
Properties
use: optional
Used by
Source
<attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
  <annotation>
    <documentation>Accordning to a vocabulary that shows if the attempt was made as a free shot or a 2-point or 3-point field goal.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @points
Namespace No namespace
Annotations
How many points are given for the goal. Generally: 1, 2, or 3.
Type string
Properties
use: optional
Used by
Source
<attribute name="points" type="string" use="optional">
  <annotation>
    <documentation>How many points are given for the goal. Generally: 1, 2, or 3.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @score-team
Namespace No namespace
Annotations
The resulting new total score of the team that scored.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team" type="string" use="optional">
  <annotation>
    <documentation>The resulting new total score of the team that scored.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @score-team-opposing
Namespace No namespace
Annotations
The current total score of the team was scored upon.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team-opposing" type="string" use="optional">
  <annotation>
    <documentation>The current total score of the team was scored upon.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @location
Namespace No namespace
Annotations
A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.
Type string
Properties
use: optional
Used by
Source
<attribute name="location" type="string" use="optional">
  <annotation>
    <documentation>A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-score / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @sequence-number
Namespace No namespace
Annotations
The sequence number of the play within the game as a whole.
Type string
Properties
use: optional
Used by
Source
<attribute name="sequence-number" type="string" use="optional">
  <annotation>
    <documentation>The sequence number of the play within the game as a whole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @play-type
Namespace No namespace
Annotations
The type of play.
Type sportsml:playType.Basketball
Properties
use: optional
Used by
Source
<attribute name="play-type" type="sportsml:playType.Basketball" use="optional">
  <annotation>
    <documentation>The type of play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @score-attempt-type
Namespace No namespace
Annotations
What type of shot it was. Free shot or field goal, 2 or 3 points.
Type sportsml:scoreAttemptType.Basketball
Properties
use: optional
Used by
Source
<attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
  <annotation>
    <documentation>What type of shot it was. Free shot or field goal, 2 or 3 points.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @score-attempt-result
Namespace No namespace
Annotations
The reason why the score attempt missed.
Type sportsml:scoreAttemptResult.Basketball
Properties
use: optional
Used by
Source
<attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
  <annotation>
    <documentation>The reason why the score attempt missed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @location
Namespace No namespace
Annotations
A string indicating where on the court the play occured. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.
Type string
Properties
use: optional
Used by
Source
<attribute name="location" type="string" use="optional">
  <annotation>
    <documentation>A string indicating where on the court the play occured. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-play / @zone
Namespace No namespace
Annotations
The zone on the court for the stat or action: offense | defense | neutral.
Type restriction of string
Properties
use: optional
Facets
enumeration offense
enumeration defense
enumeration neutral
Used by
Source
<attribute name="zone" use="optional">
  <annotation>
    <documentation>The zone on the court for the stat or action: offense | defense | neutral.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="offense"/>
      <enumeration value="defense"/>
      <enumeration value="neutral"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-play / @turnover-type
Namespace No namespace
Annotations
Controlled vocabulary such as steal or lost-ball.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnover-type" type="string" use="optional">
  <annotation>
    <documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @recipient-type
Namespace No namespace
Annotations
Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.
Type restriction of string
Properties
use: required
Facets
enumeration team
enumeration player
enumeration auxilliary
enumeration official
Used by
Source
<attribute name="recipient-type" use="required">
  <annotation>
    <documentation>Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="team"/>
      <enumeration value="player"/>
      <enumeration value="auxilliary"/>
      <enumeration value="official"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-penalty / @recipient-idref
Namespace No namespace
Annotations
A pointer to the receiver of the penalty.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="recipient-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the receiver of the penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @caller-idref
Namespace No namespace
Annotations
A pointer to the official who called the penalty.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="caller-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the official who called the penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @penalty-count
Namespace No namespace
Annotations
How many penalties the recipient has received in this sports-event, including this one.
Type string
Properties
use: optional
Used by
Source
<attribute name="penalty-count" type="string" use="optional">
  <annotation>
    <documentation>How many penalties the recipient has received in this sports-event, including this one.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @penalty-side
Namespace No namespace
Annotations
Whether it was an offensive or defensive penalty.
Type sportsml:penaltySide.Basketball
Properties
use: optional
Used by
Source
<attribute name="penalty-side" type="sportsml:penaltySide.Basketball" use="optional">
  <annotation>
    <documentation>Whether it was an offensive or defensive penalty.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @penalty-level
Namespace No namespace
Annotations
The level of the penalty. According to a controlled vocabulary.
Type sportsml:penaltyLevel.Basketball
Properties
use: optional
Used by
Source
<attribute name="penalty-level" type="sportsml:penaltyLevel.Basketball" use="optional">
  <annotation>
    <documentation>The level of the penalty. According to a controlled vocabulary.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-penalty / @zone
Namespace No namespace
Annotations
The zone on the court for the stat or action: offense | defense | neutral.
Type restriction of string
Properties
use: optional
Facets
enumeration offense
enumeration defense
enumeration neutral
Used by
Source
<attribute name="zone" use="optional">
  <annotation>
    <documentation>The zone on the court for the stat or action: offense | defense | neutral.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="offense"/>
      <enumeration value="defense"/>
      <enumeration value="neutral"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-timeout / @timeout-duration
Namespace No namespace
Annotations
The duration of the timeout.
Type string
Properties
use: optional
Used by
Source
<attribute name="timeout-duration" type="string" use="optional">
  <annotation>
    <documentation>The duration of the timeout.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-timeout / @timeouts-left
Namespace No namespace
Annotations
The number of timeouts remaining once this timeout is finished.
Type string
Properties
use: optional
Used by
Source
<attribute name="timeouts-left" type="string" use="optional">
  <annotation>
    <documentation>The number of timeouts remaining once this timeout is finished.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-timeout / @caller
Namespace No namespace
Annotations
Who called the timeout.
Type restriction of string
Properties
use: optional
Facets
enumeration team
enumeration official
Used by
Source
<attribute name="caller" use="optional">
  <annotation>
    <documentation>Who called the timeout.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="team"/>
      <enumeration value="official"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-basketball-timeout / @caller-idref
Namespace No namespace
Annotations
If caller is team, say, a pointer to the team element.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="caller-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>If caller is team, say, a pointer to the team element.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-timeout / @comment
Namespace No namespace
Annotations
A textual comment.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>A textual comment.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-jump-ball / @player-1-idref
Namespace No namespace
Annotations
Identifier for one of the jump-ball participants.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-1-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Identifier for one of the jump-ball participants.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-jump-ball / @player-2-idref
Namespace No namespace
Annotations
Identifier for the other jump-ball participant.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="player-2-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Identifier for the other jump-ball participant.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-jump-ball / @winning-player-idref
Namespace No namespace
Annotations
Identifier for the participant whose team recovered the ball after the jump.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="winning-player-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Identifier for the participant whose team recovered the ball after the jump.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-jump-ball / @comment
Namespace No namespace
Annotations
Textual comment about the action.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>Textual comment about the action.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-turnover / @losing-player-idref
Namespace No namespace
Annotations
Identifier for the participant who lost posession of the ball.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="losing-player-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Identifier for the participant who lost posession of the ball.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-turnover / @recovering-player-idref
Namespace No namespace
Annotations
Identifier for the participant who gained posession of the ball, if any.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="recovering-player-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>Identifier for the participant who gained posession of the ball, if any.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-turnover / @turnover-type
Namespace No namespace
Annotations
Controlled vocabulary such as steal or lost-ball.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnover-type" type="string" use="optional">
  <annotation>
    <documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-turnover / @comment
Namespace No namespace
Annotations
Textual comment about the action.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>Textual comment about the action.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-other / @action-source
Namespace No namespace
Annotations
The name of the controlled-vocabulary for the action-type attribute.
Type string
Properties
use: optional
Used by
Source
<attribute name="action-source" type="string" use="optional">
  <annotation>
    <documentation>The name of the controlled-vocabulary for the action-type attribute.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-other / @action-type
Namespace No namespace
Annotations
A selection from a controlled-vocabulary list maintained by the publisher.
Type string
Properties
use: optional
Used by
Source
<attribute name="action-type" type="string" use="optional">
  <annotation>
    <documentation>A selection from a controlled-vocabulary list maintained by the publisher.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-basketball-other / @comment
Namespace No namespace
Annotations
Textual comment about the action.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>Textual comment about the action.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @field-goals-made
Namespace No namespace
Annotations
Shots made that were worth two points each.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-made" type="string" use="optional">
  <annotation>
    <documentation>Shots made that were worth two points each.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @field-goals-attempted
Namespace No namespace
Annotations
Two-point shots that were attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-attempted" type="string" use="optional">
  <annotation>
    <documentation>Two-point shots that were attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @field-goals-percentage
Namespace No namespace
Annotations
Field goals made versus attempted. This could also be calculated from the above.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-percentage" type="string" use="optional">
  <annotation>
    <documentation>Field goals made versus attempted. This could also be calculated from the above.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @field-goals-per-game
Namespace No namespace
Annotations
Average number of field goals made per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of field goals made per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @field-goals-attempted-per-game
Namespace No namespace
Annotations
Average number of field goals attempted per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-attempted-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of field goals attempted per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @field-goals-percentage-adjusted
Namespace No namespace
Annotations
A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-percentage-adjusted" type="string" use="optional">
  <annotation>
    <documentation>A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @three-pointers-made
Namespace No namespace
Annotations
Shots made that were worth three points each.
Type string
Properties
use: optional
Used by
Source
<attribute name="three-pointers-made" type="string" use="optional">
  <annotation>
    <documentation>Shots made that were worth three points each.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @three-pointers-attempted
Namespace No namespace
Annotations
Three-point shots that were attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="three-pointers-attempted" type="string" use="optional">
  <annotation>
    <documentation>Three-point shots that were attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @three-pointers-percentage
Namespace No namespace
Annotations
Three-pointers made versus attempted. This could be calculated.
Type string
Properties
use: optional
Used by
Source
<attribute name="three-pointers-percentage" type="string" use="optional">
  <annotation>
    <documentation>Three-pointers made versus attempted. This could be calculated.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @three-pointers-per-game
Namespace No namespace
Annotations
Average number of three-pointers made per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="three-pointers-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of three-pointers made per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @three-pointers-attempted-per-game
Namespace No namespace
Annotations
Average number of three-pointers attempted per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="three-pointers-attempted-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of three-pointers attempted per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @free-throws-made
Namespace No namespace
Annotations
Shots made that were worth one point each.
Type string
Properties
use: optional
Used by
Source
<attribute name="free-throws-made" type="string" use="optional">
  <annotation>
    <documentation>Shots made that were worth one point each.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @free-throws-attempted
Namespace No namespace
Annotations
One-point shots that were attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="free-throws-attempted" type="string" use="optional">
  <annotation>
    <documentation>One-point shots that were attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @free-throws-percentage
Namespace No namespace
Annotations
Free throws made versus attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="free-throws-percentage" type="string" use="optional">
  <annotation>
    <documentation>Free throws made versus attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @free-throws-per-game
Namespace No namespace
Annotations
Average number of free throws made per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="free-throws-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of free throws made per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @free-throws-attempted-per-game
Namespace No namespace
Annotations
Average number of free throws attempted per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="free-throws-attempted-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of free throws attempted per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-total
Namespace No namespace
Annotations
Total number of points scored, over the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of points scored, over the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-per-game
Namespace No namespace
Annotations
Average number of points scored in games played during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of points scored in games played during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-per-game-highest
Namespace No namespace
Annotations
Highest number of points scored in one game played during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-per-game-highest" type="string" use="optional">
  <annotation>
    <documentation>Highest number of points scored in one game played during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-per-shot
Namespace No namespace
Annotations
Calculated by dividing points-scored-total by field-goals-attempted.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-per-shot" type="string" use="optional">
  <annotation>
    <documentation>Calculated by dividing points-scored-total by field-goals-attempted.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @assists-total
Namespace No namespace
Annotations
Total number of assists during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="assists-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of assists during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @assists-per-game
Namespace No namespace
Annotations
Total number of assists per games played during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="assists-per-game" type="string" use="optional">
  <annotation>
    <documentation>Total number of assists per games played during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @turnovers-total
Namespace No namespace
Annotations
Total number of turnovers during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnovers-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of turnovers during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @turnovers-per-game
Namespace No namespace
Annotations
Average number of turnovers per game the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnovers-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of turnovers per game the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @team-turnovers-total
Namespace No namespace
Annotations
Total number of team turnovers during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-turnovers-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of team turnovers during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @team-turnovers-per-game
Namespace No namespace
Annotations
Average number of team turnovers per game the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-turnovers-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of team turnovers per game the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-off-turnovers
Namespace No namespace
Annotations
Total number of points scored off turnovers the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-off-turnovers" type="string" use="optional">
  <annotation>
    <documentation>Total number of points scored off turnovers the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-in-paint
Namespace No namespace
Annotations
Total number of points scored from within the painted area surrounding the basket during the time span indicated in date coverage attributes..
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-in-paint" type="string" use="optional">
  <annotation>
    <documentation>Total number of points scored from within the painted area surrounding the basket during the time span indicated in date coverage attributes..</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-on-second-chance
Namespace No namespace
Annotations
Total number of points scored after fielding an offensive rebound during the time span indicated in date coverage attributes..
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-on-second-chance" type="string" use="optional">
  <annotation>
    <documentation>Total number of points scored after fielding an offensive rebound during the time span indicated in date coverage attributes..</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-offensive / @points-scored-on-fast-break
Namespace No namespace
Annotations
Total number of points scored off a fast break during the time span indicated in date coverage attributes..
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-on-fast-break" type="string" use="optional">
  <annotation>
    <documentation>Total number of points scored off a fast break during the time span indicated in date coverage attributes..</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-total
Namespace No namespace
Annotations
The sum of all rebounds that were credited to particular players.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-total" type="string" use="optional">
  <annotation>
    <documentation>The sum of all rebounds that were credited to particular players.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-total-percentage
Namespace No namespace
Annotations
The percentage of rebounds total compared to total number of attempts.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-total-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of rebounds total compared to total number of attempts.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-defensive
Namespace No namespace
Annotations
The sum of all defensive rebounds credited to particular players. A defensive rebound occurs when the team is in defence but gains possession through a rebound.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-defensive" type="string" use="optional">
  <annotation>
    <documentation>The sum of all defensive rebounds credited to particular players. A defensive rebound occurs when the team is in defence but gains possession through a rebound.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-opponent-defensive
Namespace No namespace
Annotations
The total defensive rebounds by the opposing team or player.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-opponent-defensive" type="string" use="optional">
  <annotation>
    <documentation>The total defensive rebounds by the opposing team or player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-defensive-percentage
Namespace No namespace
Annotations
The percentage of defensive rebounds.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-defensive-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of defensive rebounds.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-offensive
Namespace No namespace
Annotations
The sum of all offensive rebounds credited to particular player. An offensive rebound is when the team keep possession of the ball through a rebound.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-offensive" type="string" use="optional">
  <annotation>
    <documentation>The sum of all offensive rebounds credited to particular player. An offensive rebound is when the team keep possession of the ball through a rebound.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-offensive-percentage
Namespace No namespace
Annotations
The percentage of offensive rebounds.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-offensive-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of offensive rebounds.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-opponent-offensive
Namespace No namespace
Annotations
The total offensive rebounds by the opposing team or player.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-opponent-offensive" type="string" use="optional">
  <annotation>
    <documentation>The total offensive rebounds by the opposing team or player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-total
Namespace No namespace
Annotations
The number of rebounds that did not credited to individual players, but were instead credited to the team as a whole.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-total" type="string" use="optional">
  <annotation>
    <documentation>The number of rebounds that did not credited to individual players, but were instead credited to the team as a whole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-total-percentage
Namespace No namespace
Annotations
Percentage of team rebounds.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-total-percentage" type="string" use="optional">
  <annotation>
    <documentation>Percentage of team rebounds.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-defensive
Namespace No namespace
Annotations
The sum of all defensive rebounds credited to the team as a whole.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-defensive" type="string" use="optional">
  <annotation>
    <documentation>The sum of all defensive rebounds credited to the team as a whole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-defensive-percentage
Namespace No namespace
Annotations
The percentage of defensive rebounds credited to the team.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-defensive-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of defensive rebounds credited to the team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-offensive
Namespace No namespace
Annotations
The sum of all offensive rebounds credited to the team as a whol.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-offensive" type="string" use="optional">
  <annotation>
    <documentation>The sum of all offensive rebounds credited to the team as a whol.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-offensive-percentage
Namespace No namespace
Annotations
The percentage of offensive rebounds credited to the team.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-offensive-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of offensive rebounds credited to the team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-opponent-defensive
Namespace No namespace
Annotations
The total defensive team rebounds by the opposing team or player.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-opponent-defensive" type="string" use="optional">
  <annotation>
    <documentation>The total defensive team rebounds by the opposing team or player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-opponent-offensive
Namespace No namespace
Annotations
The total offensive team rebounds by the opposing team or player.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-opponent-offensive" type="string" use="optional">
  <annotation>
    <documentation>The total offensive team rebounds by the opposing team or player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-per-game
Namespace No namespace
Annotations
The average number of personal rebounds per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-per-game" type="string" use="optional">
  <annotation>
    <documentation>The average number of personal rebounds per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-per-game
Namespace No namespace
Annotations
The average number of team rebounds per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-per-game" type="string" use="optional">
  <annotation>
    <documentation>The average number of team rebounds per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-offensive-per-game
Namespace No namespace
Annotations
The average number of offensive personal rebounds per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-offensive-per-game" type="string" use="optional">
  <annotation>
    <documentation>The average number of offensive personal rebounds per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-defensive-per-game
Namespace No namespace
Annotations
The average numer of defensive personal rebounds per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-defensive-per-game" type="string" use="optional">
  <annotation>
    <documentation>The average numer of defensive personal rebounds per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-differential
Namespace No namespace
Annotations
The differential between the total number of rebounds from this team compared to the opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-differential" type="string" use="optional">
  <annotation>
    <documentation>The differential between the total number of rebounds from this team compared to the opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @rebounds-opponent-total
Namespace No namespace
Annotations
The total number of rebounds (ofensive and defensive) by the opposing team or player.
Type string
Properties
use: optional
Used by
Source
<attribute name="rebounds-opponent-total" type="string" use="optional">
  <annotation>
    <documentation>The total number of rebounds (ofensive and defensive) by the opposing team or player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-rebounding / @team-rebounds-opponent-total
Namespace No namespace
Annotations
The total number of rebounds (ofensive and defensive) by the opponent which are credited to the team.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-rebounds-opponent-total" type="string" use="optional">
  <annotation>
    <documentation>The total number of rebounds (ofensive and defensive) by the opponent which are credited to the team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @steals-total
Namespace No namespace
Annotations
Total number of steals.
Type string
Properties
use: optional
Used by
Source
<attribute name="steals-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of steals.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @steals-per-game
Namespace No namespace
Annotations
Average number of steals per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="steals-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of steals per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @steals-opponent
Namespace No namespace
Annotations
Total number of steals-against by opponent.
Type string
Properties
use: optional
Used by
Source
<attribute name="steals-opponent" type="string" use="optional">
  <annotation>
    <documentation>Total number of steals-against by opponent.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @steals-differential
Namespace No namespace
Annotations
The number of steals made by this team compared to steals made by the other team.
Type string
Properties
use: optional
Used by
Source
<attribute name="steals-differential" type="string" use="optional">
  <annotation>
    <documentation>The number of steals made by this team compared to steals made by the other team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @blocks-total
Namespace No namespace
Annotations
Total number of blocks.
Type string
Properties
use: optional
Used by
Source
<attribute name="blocks-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of blocks.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @blocks-per-game
Namespace No namespace
Annotations
Average number of blocks per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="blocks-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of blocks per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @blocks-opponent
Namespace No namespace
Annotations
Total number of blocks-against by opponent.
Type string
Properties
use: optional
Used by
Source
<attribute name="blocks-opponent" type="string" use="optional">
  <annotation>
    <documentation>Total number of blocks-against by opponent.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @blocks-differential
Namespace No namespace
Annotations
Total number of blocks made by this team compared to blocks made by the other team.
Type string
Properties
use: optional
Used by
Source
<attribute name="blocks-differential" type="string" use="optional">
  <annotation>
    <documentation>Total number of blocks made by this team compared to blocks made by the other team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @points-scored-against-per-game
Namespace No namespace
Annotations
Average of points scored against per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-against-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average of points scored against per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @points-scored-against-per-game-highest
Namespace No namespace
Annotations
Highest number of points scored against in one game played during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="points-scored-against-per-game-highest" type="string" use="optional">
  <annotation>
    <documentation>Highest number of points scored against in one game played during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @field-goals-against-per-game
Namespace No namespace
Annotations
The average number of field goals scored agains per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-against-per-game" type="string" use="optional">
  <annotation>
    <documentation>The average number of field goals scored agains per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @field-goals-against-percentage
Namespace No namespace
Annotations
The percentage of field goals scored against.
Type string
Properties
use: optional
Used by
Source
<attribute name="field-goals-against-percentage" type="string" use="optional">
  <annotation>
    <documentation>The percentage of field goals scored against.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @team-turnovers-total
Namespace No namespace
Annotations
The total number of turnovers made by the team.
Type string
Properties
use: optional
Used by
Source
<attribute name="team-turnovers-total" type="string" use="optional">
  <annotation>
    <documentation>The total number of turnovers made by the team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-basketball-defensive / @charges-taken
Namespace No namespace
Annotations
Total number of charges taken. A charge is when the referee toss the ball and one player of each team try to give their team possession of the ball.
Type string
Properties
use: optional
Used by
Source
<attribute name="charges-taken" type="string" use="optional">
  <annotation>
    <documentation>Total number of charges taken. A charge is when the referee toss the ball and one player of each team try to give their team possession of the ball.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-basketball / @timeouts-left
Namespace No namespace
Annotations
Number of timeouts a team has left during the current event.
Type string
Properties
use: optional
Used by
Source
<attribute name="timeouts-left" type="string" use="optional">
  <annotation>
    <documentation>Number of timeouts a team has left during the current event.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-basketball / @largest-lead
Namespace No namespace
Annotations
Largest number of points this team has led the opposition. Could be a negative number.
Type string
Properties
use: optional
Used by
Source
<attribute name="largest-lead" type="string" use="optional">
  <annotation>
    <documentation>Largest number of points this team has led the opposition. Could be a negative number.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-basketball / @fouls-total
Namespace No namespace
Annotations
Total number of fouls comitted by the team during this event.
Type string
Properties
use: optional
Used by
Source
<attribute name="fouls-total" type="string" use="optional">
  <annotation>
    <documentation>Total number of fouls comitted by the team during this event.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-basketball / @average-minutes-per-game
Namespace No namespace
Annotations
DEPRECATED.
Type string
Properties
use: optional
Used by
Source
<attribute name="average-minutes-per-game" type="string" use="optional">
  <annotation>
    <documentation>DEPRECATED.</documentation>
  </annotation>
</attribute>
Attribute sportsml:team-stats-basketball / @turnover-margin
Namespace No namespace
Annotations
Turnover margain is the number of turnovers made by this team minus the number of turnovers made by the opposing team.
Type string
Properties
use: optional
Used by
Source
<attribute name="turnover-margin" type="string" use="optional">
  <annotation>
    <documentation>Turnover margain is the number of turnovers made by this team minus the number of turnovers made by the opposing team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @minutes-played
Namespace No namespace
Annotations
Number of minutes this player has spent playing during a particular game.
Type string
Properties
use: optional
Used by
Source
<attribute name="minutes-played" type="string" use="optional">
  <annotation>
    <documentation>Number of minutes this player has spent playing during a particular game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @games-played
Namespace No namespace
Annotations
Number of games played during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="games-played" type="string" use="optional">
  <annotation>
    <documentation>Number of games played during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @games-started
Namespace No namespace
Annotations
Number of games that started with this player on the court, during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="games-started" type="string" use="optional">
  <annotation>
    <documentation>Number of games that started with this player on the court, during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @average-minutes-per-game
Namespace No namespace
Annotations
Average number of minutes per game played by this player during the time span indicated in date coverage attributes.
Type string
Properties
use: optional
Used by
Source
<attribute name="average-minutes-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of minutes per game played by this player during the time span indicated in date coverage attributes.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @personal-fouls-per-game
Namespace No namespace
Annotations
Average number of fouls made by the player per game.
Type string
Properties
use: optional
Used by
Source
<attribute name="personal-fouls-per-game" type="string" use="optional">
  <annotation>
    <documentation>Average number of fouls made by the player per game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @double-doubles
Namespace No namespace
Annotations
A double digit number in any two of these categories: points, rebounds, assists, steals, and blocked shots.
Type string
Properties
use: optional
Used by
Source
<attribute name="double-doubles" type="string" use="optional">
  <annotation>
    <documentation>A double digit number in any two of these categories: points, rebounds, assists, steals, and blocked shots.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-stats-basketball / @triple-doubles
Namespace No namespace
Annotations
A double digit number in any three of these categories: points, rebounds, assists, steals, and blocked shots.
Type string
Properties
use: optional
Used by
Source
<attribute name="triple-doubles" type="string" use="optional">
  <annotation>
    <documentation>A double digit number in any three of these categories: points, rebounds, assists, steals, and blocked shots.</documentation>
  </annotation>
</attribute>
Attribute Group sportsml:eventStateBasketball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-specific-basketball_xsd.tmp#eventStateBasketball_period-value sportsml-specific-basketball_xsd.tmp#eventStateBasketball_period-time-elapsed sportsml-specific-basketball_xsd.tmp#eventStateBasketball_period-time-remaining
Used by
Attributes
QName Type Fixed Default Use Annotation
period-time-elapsed string optional
The time elapsed in the quarter or overtime period.
period-time-remaining string optional
The time remaining in the quarter or overtime period.
period-value string optional
An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.
Source
<attributeGroup name="eventStateBasketball">
  <attribute name="period-value" type="string" use="optional">
    <annotation>
      <documentation>An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.</documentation>
    </annotation>
  </attribute>
  <attribute name="period-time-elapsed" type="string" use="optional">
    <annotation>
      <documentation>The time elapsed in the quarter or overtime period.</documentation>
    </annotation>
  </attribute>
  <attribute name="period-time-remaining" type="string" use="optional">
    <annotation>
      <documentation>The time remaining in the quarter or overtime period.</documentation>
    </annotation>
  </attribute>
</attributeGroup>