Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema sportsml-specific-baseball.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-baseball
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-baseball_xsd.tmp#eventStateBaseball
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
balls string optional
Either 1, 2, 3, or 4.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
id ID optional
An XML-specific identifier for the element.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
outs string optional
Either 1, 2, or 3.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runs-this-inning-half string optional
An integer.
sequence-number string optional
Usually an integer
strikes string optional
Either 1, 2, or 3.
Source
<element name="event-metadata-baseball">
  <annotation>
    <documentation>Metadata about the event itself. | Includes what state the game is in.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBaseball"/>
  </complexType>
</element>
Element sportsml:event-actions-baseball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A container for specific baseball actions. | Generally ordered chronologically.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#action-baseball-substitution sportsml-specific-baseball_xsd.tmp#action-baseball-score sportsml-specific-baseball_xsd.tmp#action-baseball-play sportsml-specific-baseball_xsd.tmp#action-baseball-other
Properties
content: complex
Used by
Model sportsml:action-baseball-substitution | sportsml:action-baseball-score | sportsml:action-baseball-play | sportsml:action-baseball-other
Children sportsml:action-baseball-other, sportsml:action-baseball-play, sportsml:action-baseball-score, sportsml:action-baseball-substitution
Instance
<sportsml:event-actions-baseball id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-baseball-substitution at-bat-number="" balls="" batter-idref="" batter-side="" comment="" id="" inning-exiting="" inning-half="" inning-value="" lead-entering="" lead-exiting="" outs="" outs-exiting="" person-original-idref="" person-original-lineup-slot="" person-original-position="" person-replacing-idref="" person-replacing-lineup-slot="" person-replacing-position="" person-type="" pitcher-idref="" runner-on-first="" runner-on-first-idref="" runner-on-second="" runner-on-second-idref="" runner-on-third="" runner-on-third-idref="" runners-on-base="" runs-this-inning-half="" sequence-number="" strikes="" substitution-reason="">{1,1}</sportsml:action-baseball-substitution>
  <sportsml:action-baseball-score at-bat-number="" balls="" batter-advance="" batter-idref="" batter-side="" comment="" earned-runs-scored="" hit-by-pitch-type="" hit-type="" id="" inning-half="" inning-value="" outs="" outs-recorded="" out-type="" pitcher-idref="" play-scorekeepers-notation="" play-type="" rbi="" runner-on-first="" runner-on-first-advance="" runner-on-first-idref="" runner-on-second="" runner-on-second-advance="" runner-on-second-idref="" runner-on-third="" runner-on-third-advance="" runner-on-third-idref="" runs-scored="" runs-this-inning-half="" score-team="" score-team-opposing="" sequence-number="" strikes="" walk-type="">{1,1}</sportsml:action-baseball-score>
  <sportsml:action-baseball-play at-bat-number="" balls="" batter-advance="" batter-idref="" batter-side="" comment="" hit-by-pitch-type="" hit-type="" id="" inning-half="" inning-value="" outs="" outs-recorded="" out-type="" pitcher-idref="" play-scorekeepers-notation="" play-type="" runner-on-first="" runner-on-first-advance="" runner-on-first-idref="" runner-on-second="" runner-on-second-advance="" runner-on-second-idref="" runner-on-third="" runner-on-third-advance="" runner-on-third-idref="" runs-this-inning-half="" sequence-number="" strikes="" walk-type="">{1,1}</sportsml:action-baseball-play>
  <sportsml:action-baseball-other action-source="" action-type="" at-bat-number="" balls="" batter-idref="" batter-side="" comment="" id="" inning-half="" inning-value="" outs="" pitcher-idref="" runner-on-first="" runner-on-first-idref="" runner-on-second="" runner-on-second-idref="" runner-on-third="" runner-on-third-idref="" runs-this-inning-half="" sequence-number="" strikes="">{1,1}</sportsml:action-baseball-other>
</sportsml:event-actions-baseball>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="event-actions-baseball">
  <annotation>
    <documentation>A container for specific baseball actions. | Generally ordered chronologically.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-baseball-substitution"/>
      <element ref="sportsml:action-baseball-score"/>
      <element ref="sportsml:action-baseball-play"/>
      <element ref="sportsml:action-baseball-other"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:action-baseball-substitution
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
An exchange of players occurred. | Most commonly-recorded substitution is a pitching change.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#eventStateBaseball sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-type sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-original-idref sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-original-position sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-original-lineup-slot sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-replacing-idref sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-replacing-position sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_person-replacing-lineup-slot sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_substitution-reason sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_inning-exiting sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_outs-exiting sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_lead-entering sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_lead-exiting sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_runners-on-base sportsml-specific-baseball_xsd.tmp#action-baseball-substitution_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
balls string optional
Either 1, 2, 3, or 4.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
comment string optional
Textual comment about the action.
id ID optional
An XML-specific identifier for the element.
inning-exiting string optional
The number of the inning the player exited the game.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
lead-entering string optional
The difference in points between player's team and opponent when player entered game.
lead-exiting string optional
The difference in points between player's team and opponent when player exited game.
outs string optional
Either 1, 2, or 3.
outs-exiting string optional
The number of outs when the player exited the game.
person-original-idref IDREF optional
A pointer to the person who left the game.
person-original-lineup-slot string optional
The order in the lineup that the player held.
person-original-position sportsml:position.Baseball optional
The position of the original person.
person-replacing-idref IDREF optional
A pointer to the person who entered the game.
person-replacing-lineup-slot string optional
The order in the lineup that the player will hold.
person-replacing-position string optional
The position of the replacing person.
person-type restriction of string optional
Whether this substitution was for a player, a coach, an umpire.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runners-on-base string optional
The number of runners on base when the player entered the game.
runs-this-inning-half string optional
An integer.
sequence-number string optional
Usually an integer
strikes string optional
Either 1, 2, or 3.
substitution-reason string optional
Why a substitution was made.
Source
<element name="action-baseball-substitution">
  <annotation>
    <documentation>An exchange of players occurred. | Most commonly-recorded substitution is a pitching change.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBaseball"/>
    <attribute name="person-type" use="optional">
      <annotation>
        <documentation>Whether this substitution was for a player, a coach, an umpire.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="player"/>
          <enumeration value="associate"/>
          <enumeration value="official"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="person-original-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the person who left the game.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-original-position" type="sportsml:position.Baseball" use="optional">
      <annotation>
        <documentation>The position of the original person.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-original-lineup-slot" type="string" use="optional">
      <annotation>
        <documentation>The order in the lineup that the player held.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-replacing-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>A pointer to the person who entered the game.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-replacing-position" type="string" use="optional">
      <annotation>
        <documentation>The position of the replacing person.</documentation>
      </annotation>
    </attribute>
    <attribute name="person-replacing-lineup-slot" type="string" use="optional">
      <annotation>
        <documentation>The order in the lineup that the player will hold.</documentation>
      </annotation>
    </attribute>
    <attribute name="substitution-reason" type="string" use="optional">
      <annotation>
        <documentation>Why a substitution was made.</documentation>
      </annotation>
    </attribute>
    <attribute name="inning-exiting" type="string" use="optional">
      <annotation>
        <documentation>The number of the inning the player exited the game.</documentation>
      </annotation>
    </attribute>
    <attribute name="outs-exiting" type="string" use="optional">
      <annotation>
        <documentation>The number of outs when the player exited the game.</documentation>
      </annotation>
    </attribute>
    <attribute name="lead-entering" type="string" use="optional">
      <annotation>
        <documentation>The difference in points between player's team and opponent when player entered game.</documentation>
      </annotation>
    </attribute>
    <attribute name="lead-exiting" type="string" use="optional">
      <annotation>
        <documentation>The difference in points between player's team and opponent when player exited game.</documentation>
      </annotation>
    </attribute>
    <attribute name="runners-on-base" type="string" use="optional">
      <annotation>
        <documentation>The number of runners on base when the player entered the game.</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-baseball-score
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Issued when a run is scored. | Describes which players scored, also.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#eventStateBaseball sportsml-specific-baseball_xsd.tmp#action-baseball-score_play-type sportsml-specific-baseball_xsd.tmp#action-baseball-score_play-scorekeepers-notation sportsml-specific-baseball_xsd.tmp#action-baseball-score_walk-type sportsml-specific-baseball_xsd.tmp#action-baseball-score_hit-type sportsml-specific-baseball_xsd.tmp#action-baseball-score_hit-by-pitch-type sportsml-specific-baseball_xsd.tmp#action-baseball-score_out-type sportsml-specific-baseball_xsd.tmp#action-baseball-score_outs-recorded sportsml-specific-baseball_xsd.tmp#action-baseball-score_comment sportsml-specific-baseball_xsd.tmp#action-baseball-score_rbi sportsml-specific-baseball_xsd.tmp#action-baseball-score_runs-scored sportsml-specific-baseball_xsd.tmp#action-baseball-score_score-team sportsml-specific-baseball_xsd.tmp#action-baseball-score_score-team-opposing sportsml-specific-baseball_xsd.tmp#action-baseball-score_earned-runs-scored sportsml-specific-baseball_xsd.tmp#action-baseball-score_batter-advance sportsml-specific-baseball_xsd.tmp#action-baseball-score_runner-on-first-advance sportsml-specific-baseball_xsd.tmp#action-baseball-score_runner-on-second-advance sportsml-specific-baseball_xsd.tmp#action-baseball-score_runner-on-third-advance sportsml-specific-baseball_xsd.tmp#action-baseball-pitch sportsml-specific-baseball_xsd.tmp#action-baseball-play-participant
Properties
content: complex
Used by
Model sportsml:action-baseball-pitch* , sportsml:action-baseball-play-participant*
Children sportsml:action-baseball-pitch, sportsml:action-baseball-play-participant
Instance
<sportsml:action-baseball-score at-bat-number="" balls="" batter-advance="" batter-idref="" batter-side="" comment="" earned-runs-scored="" hit-by-pitch-type="" hit-type="" id="" inning-half="" inning-value="" outs="" outs-recorded="" out-type="" pitcher-idref="" play-scorekeepers-notation="" play-type="" rbi="" runner-on-first="" runner-on-first-advance="" runner-on-first-idref="" runner-on-second="" runner-on-second-advance="" runner-on-second-idref="" runner-on-third="" runner-on-third-advance="" runner-on-third-idref="" runs-scored="" runs-this-inning-half="" score-team="" score-team-opposing="" sequence-number="" strikes="" walk-type="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-baseball-pitch at-bat-number="" ball-location="" balls="" batter-idref="" batter-side="" comment="" id="" inning-half="" inning-value="" outs="" pitcher-idref="" pitch-type="" pitch-velocity="" runner-on-first="" runner-on-first-idref="" runner-on-second="" runner-on-second-idref="" runner-on-third="" runner-on-third-idref="" runs-this-inning-half="" sequence-number="" strikes="" strike-type="" trajectory-coordinates="" umpire-call="">{0,unbounded}</sportsml:action-baseball-pitch>
  <sportsml:action-baseball-play-participant id="" player-idref="" role="" team-idref="">{0,unbounded}</sportsml:action-baseball-play-participant>
</sportsml:action-baseball-score>
Attributes
QName Type Fixed Default Use Annotation
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
balls string optional
Either 1, 2, 3, or 4.
batter-advance restriction of string optional
The base to which the batter advanced.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
comment string optional
Textual comment about the action.
earned-runs-scored string optional
TBD.
hit-by-pitch-type sportsml:hitByPitchType.Baseball optional
A description for how or why a batter was hit by a pitch.
hit-type sportsml:hitType.Baseball optional
A description for the hit.
id ID optional
An XML-specific identifier for the element.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
out-type sportsml:outType.Baseball optional
How the out was made.
outs string optional
Either 1, 2, or 3.
outs-recorded restriction of string optional
How many outs were recorded on the play. Values are 1, 2, 3.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
play-scorekeepers-notation string optional
Denotes which fielders touched the ball during the play. Example: 6-4-3.
play-type sportsml:playType.Baseball optional
A description for the play.
rbi string optional
How many runs-batted-in were credited on the play. An error may preclude the assigning of an rbi.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-advance restriction of string optional
The base to which the runner on first base advanced.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-advance restriction of string optional
The base to which the runner on second base advanced.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-advance restriction of string optional
The base to which the runner on third base advanced.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runs-scored string optional
How many runs scored on the play.
runs-this-inning-half string optional
An integer.
score-team string optional
The score of the team that did the scoring, once the play completed.
score-team-opposing string optional
The current score of the team that did not do the scoring.
sequence-number string optional
Usually an integer
strikes string optional
Either 1, 2, or 3.
walk-type sportsml:walkType.Baseball optional
If this play was a base-on-balls, the type of walk.
Source
<element name="action-baseball-score">
  <annotation>
    <documentation>Issued when a run is scored. | Describes which players scored, also.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-baseball-pitch" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:action-baseball-play-participant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBaseball"/>
    <attribute name="play-type" type="sportsml:playType.Baseball" use="optional">
      <annotation>
        <documentation>A description for the play.</documentation>
      </annotation>
    </attribute>
    <attribute name="play-scorekeepers-notation" type="string" use="optional">
      <annotation>
        <documentation>Denotes which fielders touched the ball during the play. Example: 6-4-3.</documentation>
      </annotation>
    </attribute>
    <attribute name="walk-type" type="sportsml:walkType.Baseball" use="optional">
      <annotation>
        <documentation>If this play was a base-on-balls, the type of walk.</documentation>
      </annotation>
    </attribute>
    <attribute name="hit-type" type="sportsml:hitType.Baseball" use="optional">
      <annotation>
        <documentation>A description for the hit.</documentation>
      </annotation>
    </attribute>
    <attribute name="hit-by-pitch-type" type="sportsml:hitByPitchType.Baseball" use="optional">
      <annotation>
        <documentation>A description for how or why a batter was hit by a pitch.</documentation>
      </annotation>
    </attribute>
    <attribute name="out-type" type="sportsml:outType.Baseball" use="optional">
      <annotation>
        <documentation>How the out was made.</documentation>
      </annotation>
    </attribute>
    <attribute name="outs-recorded" use="optional">
      <annotation>
        <documentation>How many outs were recorded on the play. Values are 1, 2, 3.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="none"/>
          <enumeration value="one"/>
          <enumeration value="two"/>
          <enumeration value="three"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Textual comment about the action.</documentation>
      </annotation>
    </attribute>
    <attribute name="rbi" type="string" use="optional">
      <annotation>
        <documentation>How many runs-batted-in were credited on the play. An error may preclude the assigning of an rbi.</documentation>
      </annotation>
    </attribute>
    <attribute name="runs-scored" type="string" use="optional">
      <annotation>
        <documentation>How many runs scored on the play.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team" type="string" use="optional">
      <annotation>
        <documentation>The score of the team that did the scoring, once the play completed.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-team-opposing" type="string" use="optional">
      <annotation>
        <documentation>The current score of the team that did not do the scoring.</documentation>
      </annotation>
    </attribute>
    <attribute name="earned-runs-scored" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batter-advance" use="optional">
      <annotation>
        <documentation>The base to which the batter advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="1"/>
          <enumeration value="2"/>
          <enumeration value="3"/>
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="runner-on-first-advance" use="optional">
      <annotation>
        <documentation>The base to which the runner on first base advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="2"/>
          <enumeration value="3"/>
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="runner-on-second-advance" use="optional">
      <annotation>
        <documentation>The base to which the runner on second base advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="3"/>
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="runner-on-third-advance" use="optional">
      <annotation>
        <documentation>The base to which the runner on third base advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>
Element sportsml:action-baseball-pitch
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Issued after a pitch. Not used if the batter hit the ball into play. | Can indicate whether the pitch was a ball or strike, and where the pitch was located.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#eventStateBaseball sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_umpire-call sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_pitch-type sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_pitch-velocity sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_trajectory-coordinates sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_strike-type sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_ball-location sportsml-specific-baseball_xsd.tmp#action-baseball-pitch_comment sportsml-specific-baseball_xsd.tmp#action-baseball-contact
Properties
content: complex
Used by
Model sportsml:action-baseball-contact
Children sportsml:action-baseball-contact
Instance
<sportsml:action-baseball-pitch at-bat-number="" ball-location="" balls="" batter-idref="" batter-side="" comment="" id="" inning-half="" inning-value="" outs="" pitcher-idref="" pitch-type="" pitch-velocity="" runner-on-first="" runner-on-first-idref="" runner-on-second="" runner-on-second-idref="" runner-on-third="" runner-on-third-idref="" runs-this-inning-half="" sequence-number="" strikes="" strike-type="" trajectory-coordinates="" umpire-call="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-baseball-contact comment="" id="" location="" strength="" trajectory-coordinates="" velocity="">{1,1}</sportsml:action-baseball-contact>
</sportsml:action-baseball-pitch>
Attributes
QName Type Fixed Default Use Annotation
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
ball-location sportsml:ballLocation.Baseball optional
Where with respect to the batter the ball was pitched.
balls string optional
Either 1, 2, 3, or 4.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
comment string optional
Textual comment about the action.
id ID optional
An XML-specific identifier for the element.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
outs string optional
Either 1, 2, or 3.
pitch-type string optional
TBD.
pitch-velocity string optional
TBD.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runs-this-inning-half string optional
An integer.
sequence-number string optional
Usually an integer
strike-type sportsml:strikeType.Baseball optional
Whether a strike was called by the umpire, or due to swinging.
strikes string optional
Either 1, 2, or 3.
trajectory-coordinates string optional
TBD.
umpire-call restriction of string optional
The net result of the pitch.
Source
<element name="action-baseball-pitch">
  <annotation>
    <documentation>Issued after a pitch. Not used if the batter hit the ball into play. | Can indicate whether the pitch was a ball or strike, and where the pitch was located.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0">
      <element ref="sportsml:action-baseball-contact"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBaseball"/>
    <attribute name="umpire-call" use="optional">
      <annotation>
        <documentation>The net result of the pitch.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="ball"/>
          <enumeration value="strike"/>
          <enumeration value="in-play"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="pitch-type" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="pitch-velocity" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="trajectory-coordinates" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="strike-type" type="sportsml:strikeType.Baseball" use="optional">
      <annotation>
        <documentation>Whether a strike was called by the umpire, or due to swinging.</documentation>
      </annotation>
    </attribute>
    <attribute name="ball-location" type="sportsml:ballLocation.Baseball" use="optional">
      <annotation>
        <documentation>Where with respect to the batter the ball was pitched.</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-baseball-contact
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
TBD.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#action-baseball-contact_location sportsml-specific-baseball_xsd.tmp#action-baseball-contact_strength sportsml-specific-baseball_xsd.tmp#action-baseball-contact_velocity sportsml-specific-baseball_xsd.tmp#action-baseball-contact_trajectory-coordinates sportsml-specific-baseball_xsd.tmp#action-baseball-contact_comment
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
comment string optional
TBD.
id ID optional
An XML-specific identifier for the element.
location string optional
TBD.
strength string optional
TBD.
trajectory-coordinates string optional
TBD.
velocity string optional
TBD.
Source
<element name="action-baseball-contact">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="location" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="strength" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="velocity" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="trajectory-coordinates" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-baseball-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-baseball_xsd.tmp#action-baseball-play-participant_player-idref sportsml-specific-baseball_xsd.tmp#action-baseball-play-participant_team-idref sportsml-specific-baseball_xsd.tmp#action-baseball-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.Baseball 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-baseball-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.Baseball" use="required">
      <annotation>
        <documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-baseball-play
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Issued when a non-scoring play occurred. | Records a hit, a strikeout, etc.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#eventStateBaseball sportsml-specific-baseball_xsd.tmp#action-baseball-play_play-type sportsml-specific-baseball_xsd.tmp#action-baseball-play_play-scorekeepers-notation sportsml-specific-baseball_xsd.tmp#action-baseball-play_walk-type sportsml-specific-baseball_xsd.tmp#action-baseball-play_hit-type sportsml-specific-baseball_xsd.tmp#action-baseball-play_hit-by-pitch-type sportsml-specific-baseball_xsd.tmp#action-baseball-play_out-type sportsml-specific-baseball_xsd.tmp#action-baseball-play_outs-recorded sportsml-specific-baseball_xsd.tmp#action-baseball-play_comment sportsml-specific-baseball_xsd.tmp#action-baseball-play_batter-advance sportsml-specific-baseball_xsd.tmp#action-baseball-play_runner-on-first-advance sportsml-specific-baseball_xsd.tmp#action-baseball-play_runner-on-second-advance sportsml-specific-baseball_xsd.tmp#action-baseball-play_runner-on-third-advance sportsml-specific-baseball_xsd.tmp#action-baseball-pitch sportsml-specific-baseball_xsd.tmp#action-baseball-play-participant
Properties
content: complex
Used by
Model sportsml:action-baseball-pitch* , sportsml:action-baseball-play-participant*
Children sportsml:action-baseball-pitch, sportsml:action-baseball-play-participant
Instance
<sportsml:action-baseball-play at-bat-number="" balls="" batter-advance="" batter-idref="" batter-side="" comment="" hit-by-pitch-type="" hit-type="" id="" inning-half="" inning-value="" outs="" outs-recorded="" out-type="" pitcher-idref="" play-scorekeepers-notation="" play-type="" runner-on-first="" runner-on-first-advance="" runner-on-first-idref="" runner-on-second="" runner-on-second-advance="" runner-on-second-idref="" runner-on-third="" runner-on-third-advance="" runner-on-third-idref="" runs-this-inning-half="" sequence-number="" strikes="" walk-type="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-baseball-pitch at-bat-number="" ball-location="" balls="" batter-idref="" batter-side="" comment="" id="" inning-half="" inning-value="" outs="" pitcher-idref="" pitch-type="" pitch-velocity="" runner-on-first="" runner-on-first-idref="" runner-on-second="" runner-on-second-idref="" runner-on-third="" runner-on-third-idref="" runs-this-inning-half="" sequence-number="" strikes="" strike-type="" trajectory-coordinates="" umpire-call="">{0,unbounded}</sportsml:action-baseball-pitch>
  <sportsml:action-baseball-play-participant id="" player-idref="" role="" team-idref="">{0,unbounded}</sportsml:action-baseball-play-participant>
</sportsml:action-baseball-play>
Attributes
QName Type Fixed Default Use Annotation
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
balls string optional
Either 1, 2, 3, or 4.
batter-advance restriction of string optional
The base to which the batter advanced.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
comment string optional
Textual comment about the action.
hit-by-pitch-type sportsml:hitByPitchType.Baseball optional
A description for how or why a batter was hit by a pitch.
hit-type sportsml:hitType.Baseball optional
A description for the hit.
id ID optional
An XML-specific identifier for the element.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
out-type sportsml:outType.Baseball optional
How the out was made.
outs string optional
Either 1, 2, or 3.
outs-recorded restriction of string optional
How many outs were recorded on the play. Values are 1, 2, 3.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
play-scorekeepers-notation string optional
Denotes which fielders touched the ball during the play. Example: 6-4-3.
play-type sportsml:playType.Baseball optional
A description for the play.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-advance restriction of string optional
The base to which the runner on first base advanced.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-advance restriction of string optional
The base to which the runner on second base advanced.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-advance restriction of string optional
The base to which the runner on third base advanced.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runs-this-inning-half string optional
An integer.
sequence-number string optional
Usually an integer
strikes string optional
Either 1, 2, or 3.
walk-type sportsml:walkType.Baseball optional
If this play was a base-on-balls, the type of walk.
Source
<element name="action-baseball-play">
  <annotation>
    <documentation>Issued when a non-scoring play occurred. | Records a hit, a strikeout, etc.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:action-baseball-pitch" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:action-baseball-play-participant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateBaseball"/>
    <attribute name="play-type" type="sportsml:playType.Baseball" use="optional">
      <annotation>
        <documentation>A description for the play.</documentation>
      </annotation>
    </attribute>
    <attribute name="play-scorekeepers-notation" type="string" use="optional">
      <annotation>
        <documentation>Denotes which fielders touched the ball during the play. Example: 6-4-3.</documentation>
      </annotation>
    </attribute>
    <attribute name="walk-type" type="sportsml:walkType.Baseball" use="optional">
      <annotation>
        <documentation>If this play was a base-on-balls, the type of walk.</documentation>
      </annotation>
    </attribute>
    <attribute name="hit-type" type="sportsml:hitType.Baseball" use="optional">
      <annotation>
        <documentation>A description for the hit.</documentation>
      </annotation>
    </attribute>
    <attribute name="hit-by-pitch-type" type="sportsml:hitByPitchType.Baseball" use="optional">
      <annotation>
        <documentation>A description for how or why a batter was hit by a pitch.</documentation>
      </annotation>
    </attribute>
    <attribute name="out-type" type="sportsml:outType.Baseball" use="optional">
      <annotation>
        <documentation>How the out was made.</documentation>
      </annotation>
    </attribute>
    <attribute name="outs-recorded" use="optional">
      <annotation>
        <documentation>How many outs were recorded on the play. Values are 1, 2, 3.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="none"/>
          <enumeration value="one"/>
          <enumeration value="two"/>
          <enumeration value="three"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Textual comment about the action.</documentation>
      </annotation>
    </attribute>
    <attribute name="batter-advance" use="optional">
      <annotation>
        <documentation>The base to which the batter advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="1"/>
          <enumeration value="2"/>
          <enumeration value="3"/>
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="runner-on-first-advance" use="optional">
      <annotation>
        <documentation>The base to which the runner on first base advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="2"/>
          <enumeration value="3"/>
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="runner-on-second-advance" use="optional">
      <annotation>
        <documentation>The base to which the runner on second base advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="3"/>
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="runner-on-third-advance" use="optional">
      <annotation>
        <documentation>The base to which the runner on third base advanced.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="home"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>
Element sportsml:action-baseball-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-baseball_xsd.tmp#eventStateBaseball sportsml-specific-baseball_xsd.tmp#action-baseball-other_action-source sportsml-specific-baseball_xsd.tmp#action-baseball-other_action-type sportsml-specific-baseball_xsd.tmp#action-baseball-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.
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
balls string optional
Either 1, 2, 3, or 4.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
comment string optional
Textual comment about the action.
id ID optional
An XML-specific identifier for the element.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
outs string optional
Either 1, 2, or 3.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runs-this-inning-half string optional
An integer.
sequence-number string optional
Usually an integer
strikes string optional
Either 1, 2, or 3.
Source
<element name="action-baseball-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:eventStateBaseball"/>
    <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-baseball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the team. | Specific to the sport of baseball.
Diagram
Diagram sportsml-specific-baseball_xsd.tmp#team-metadata-baseball_probable-starting-pitcher-idref 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.
probable-starting-pitcher-idref IDREF optional
ID of the pitcher who will probably start the game.
Source
<element name="team-metadata-baseball">
  <annotation>
    <documentation>Metadata about the team. | Specific to the sport of baseball.</documentation>
  </annotation>
  <complexType>
    <attribute name="probable-starting-pitcher-idref" type="IDREF" use="optional">
      <annotation>
        <documentation>ID of the pitcher who will probably start the game.</documentation>
      </annotation>
    </attribute>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:team-stats-baseball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Specific statistics for baseball. | Includes offensive, pitching, and defensive stats.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive
Properties
content: complex
Used by
Model sportsml:stats-baseball-offensive* , sportsml:stats-baseball-pitching* , sportsml:stats-baseball-defensive*
Children sportsml:stats-baseball-defensive, sportsml:stats-baseball-offensive, sportsml:stats-baseball-pitching
Instance
<sportsml:team-stats-baseball alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-baseball-offensive alignment-scope="" at-bats="" at-bats-per-home-run="" at-bats-per-rbi="" average="" bases-on-balls="" bases-on-balls-intentional="" bases-on-balls-rate="" competition-scope="" date-coverage-type="" date-coverage-value="" double-plays-against="" doubles="" duration-scope="" games-played="" grand-slams="" grounded-into-double-play="" hit-by-pitch="" hit-into-double-play="" hits="" hits-event-winning="" hits-extra-base="" home-runs="" home-runs-season="" id="" left-in-scoring-position="" left-on-base="" moved-up="" on-base-percentage="" on-base-plus-slugging="" outs-fly="" outs-ground="" period-value="" pick-offs-against="" plate-appearances="" plate-appearances-per-home-run="" plate-appearances-per-rbi="" position-scope="" rbi="" reached-base-defensive-interference="" reached-base-error="" reached-base-fielder-choice="" record-making-scope="" runs-scored="" sac-bunts="" sac-flies="" sacrifices="" scoping-label="" shutouts="" singles="" slugging-percentage="" stats-coverage="" stolen-bases="" stolen-bases-average="" stolen-bases-caught="" streak-hits="" strikeout-rate="" strikeouts="" strikeouts-looking="" team-coverage="" total-bases="" triple-plays-against="" triples="">{0,unbounded}</sportsml:stats-baseball-offensive>
  <sportsml:stats-baseball-pitching alignment-scope="" balks="" bases-on-balls="" bases-on-balls-intentional="" batters-at-bats-against="" batters-average-against="" batters-doubles-against="" batters-home-runs-against="" batters-on-base-percentage-against="" batters-slugging-percentage-against="" batters-total-against="" batters-total-bases-against="" batters-triples-against="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" earned-runs="" era="" errors-hit-with-pitch="" errors-wild-pitch="" event-credit="" games-complete="" games-finished="" games-pitched="" hits="" holds="" home-runs-allowed="" id="" inherited-runners-scored="" inherited-runners-total="" innings-pitched="" innings-pitched-average="" interferences="" losses="" number-of-pitches="" number-of-strikes="" period-value="" pick-offs="" position-scope="" record-making-scope="" relief-points="" runs-allowed="" sacrifice-bunts-allowed="" sacrifice-flies-allowed="" sacrifice-hits-allowed="" save-credit="" saves="" saves-blown="" saves-opportunities="" saves-tough="" scoping-label="" shutouts="" shutouts-combined="" stats-coverage="" strikeouts="" strikeout-to-bb-ratio="" team-coverage="" unearned-runs="" whip="" winning-percentage="" wins="">{0,unbounded}</sportsml:stats-baseball-pitching>
  <sportsml:stats-baseball-defensive alignment-scope="" assists="" competition-scope="" date-coverage-type="" date-coverage-value="" defensive-average="" double-plays="" duration-scope="" errors="" errors-catchers-interference="" errors-passed-ball="" fielding-chances="" fielding-percentage="" games-played="" id="" innings-played="" period-value="" position="" position-scope="" putouts="" record-making-scope="" scoping-label="" stats-coverage="" stolen-bases="" stolen-bases-average="" stolen-bases-caught="" team-coverage="" triple-plays="">{0,unbounded}</sportsml:stats-baseball-defensive>
</sportsml:team-stats-baseball>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="team-stats-baseball">
  <annotation>
    <documentation>Specific statistics for baseball. | Includes offensive, pitching, and defensive stats.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-baseball-offensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-baseball-pitching" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-baseball-defensive" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Element sportsml:stats-baseball-offensive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Stats accumulated while a team is at bat. | Includes hits and runs.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_average sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_runs-scored sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_at-bats sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_hits sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_rbi sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_total-bases sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_slugging-percentage sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_bases-on-balls sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_bases-on-balls-rate sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_bases-on-balls-intentional sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_strikeouts sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_strikeouts-looking sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_outs-ground sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_outs-fly sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_left-on-base sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_left-in-scoring-position sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_singles sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_doubles sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_triples sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_home-runs sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_home-runs-season sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_grand-slams sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_streak-hits sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_hits-event-winning sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_at-bats-per-rbi sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_plate-appearances-per-rbi sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_at-bats-per-home-run sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_plate-appearances-per-home-run sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_sac-flies sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_sac-bunts sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_sacrifices sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_grounded-into-double-play sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_hit-into-double-play sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_moved-up sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_on-base-percentage sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_stolen-bases sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_stolen-bases-caught sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_stolen-bases-average sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_hit-by-pitch sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_reached-base-defensive-interference sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_reached-base-error sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_reached-base-fielder-choice sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_on-base-plus-slugging sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_plate-appearances sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_hits-extra-base sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_strikeout-rate sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_shutouts sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_double-plays-against sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_triple-plays-against sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_pick-offs-against sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive_games-played
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.
at-bats string optional
Number of at-bats  (Does not include walks or Sacrifice Hits)
at-bats-per-home-run string optional
Home runs per at-bat ratio
at-bats-per-rbi string optional
RBI per at-bat ratio
average string optional
Average number of hits per at-bats
bases-on-balls string optional
Number of times batter was walked
bases-on-balls-intentional string optional
TBD.
bases-on-balls-rate string optional
TBD.
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-plays-against string optional
TBD.
doubles string optional
Number of hits off of which batter advances to second base
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.
grand-slams string optional
Number of home runs with bases loaded
grounded-into-double-play string optional
Number of ground balls which result in batter and base runner outs
hit-by-pitch string optional
Number of times batter hit by pitch
hit-into-double-play string optional
TBD.
hits string optional
Number of hits
hits-event-winning string optional
TBD.
hits-extra-base string optional
Calculated by adding doubles, triples, and home-runs.
home-runs string optional
Number of hits off of which batter advances to home plate
home-runs-season string optional
TBD.
id ID optional
An XML-specific identifier for the element.
left-in-scoring-position string optional
Number of runners left on second and/or third base
left-on-base string optional
Number of runners left on base
moved-up string optional
Number of times runner advances to another base
on-base-percentage string optional
Calculated as follows: (hits + bases-on-balls + hit-by-pitch) / (at-bats + bases-on-balls + hit-by-pitch + sac-flies)
on-base-plus-slugging string optional
Calculated by adding on-base-percentage to slugging-percentage.
outs-fly string optional
TBD.
outs-ground string optional
TBD.
period-value string optional
Used for tracking stats and events by period.
pick-offs-against string optional
TBD.
plate-appearances string optional
Calculated by adding at-bats, bases-on-balls, hit-by-pitch, sac-flies, sac-bunts, and defensive-interfance-reaches.
plate-appearances-per-home-run string optional
Plate appearances per home run ratio
plate-appearances-per-rbi string optional
Plate appearances per at-bat ratio
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
rbi string optional
Number of runs batted in
reached-base-defensive-interference string optional
The number of times the player reached a base due to interference by the defense.
reached-base-error string optional
TBD.
reached-base-fielder-choice string optional
TBD.
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.
runs-scored string optional
Number of runs scored
sac-bunts string optional
Number of bunts resulting in batter out which advance base runner(s)
sac-flies string optional
Number of hits resulting in batter out which advance base runner(s)
sacrifices string optional
TBD.
scoping-label string optional
A textual description for the scope.
shutouts string optional
TBD.
singles string optional
Number of hits off of which batter advances to first base
slugging-percentage string optional
Total bases divided by at-bats.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
stolen-bases string optional
Number of successfully stolen bases.
stolen-bases-average string optional
Success rate for stealing bases.
stolen-bases-caught string optional
Number of times the runner was caught while trying to steal bases.
streak-hits string optional
TBD.
strikeout-rate string optional
TBD.
strikeouts string optional
Number of times batter struck out
strikeouts-looking string optional
TBD.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
total-bases string optional
Calculated by hits + doubles + (triples times 2) + (home-runs times 3).
triple-plays-against string optional
TBD.
triples string optional
Number of hits off of which batter advances to third base
Source
<element name="stats-baseball-offensive">
  <annotation>
    <documentation>Stats accumulated while a team is at bat. | Includes hits and runs.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="average" type="string" use="optional">
      <annotation>
        <documentation>Average number of hits per at-bats</documentation>
      </annotation>
    </attribute>
    <attribute name="runs-scored" type="string" use="optional">
      <annotation>
        <documentation>Number of runs scored</documentation>
      </annotation>
    </attribute>
    <attribute name="at-bats" type="string" use="optional">
      <annotation>
        <documentation>Number of at-bats (Does not include walks or Sacrifice Hits)</documentation>
      </annotation>
    </attribute>
    <attribute name="hits" type="string" use="optional">
      <annotation>
        <documentation>Number of hits</documentation>
      </annotation>
    </attribute>
    <attribute name="rbi" type="string" use="optional">
      <annotation>
        <documentation>Number of runs batted in</documentation>
      </annotation>
    </attribute>
    <attribute name="total-bases" type="string" use="optional">
      <annotation>
        <documentation>Calculated by hits + doubles + (triples times 2) + (home-runs times 3).</documentation>
      </annotation>
    </attribute>
    <attribute name="slugging-percentage" type="string" use="optional">
      <annotation>
        <documentation>Total bases divided by at-bats.</documentation>
      </annotation>
    </attribute>
    <attribute name="bases-on-balls" type="string" use="optional">
      <annotation>
        <documentation>Number of times batter was walked</documentation>
      </annotation>
    </attribute>
    <attribute name="bases-on-balls-rate" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="bases-on-balls-intentional" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="strikeouts" type="string" use="optional">
      <annotation>
        <documentation>Number of times batter struck out</documentation>
      </annotation>
    </attribute>
    <attribute name="strikeouts-looking" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="outs-ground" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="outs-fly" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="left-on-base" type="string" use="optional">
      <annotation>
        <documentation>Number of runners left on base</documentation>
      </annotation>
    </attribute>
    <attribute name="left-in-scoring-position" type="string" use="optional">
      <annotation>
        <documentation>Number of runners left on second and/or third base</documentation>
      </annotation>
    </attribute>
    <attribute name="singles" type="string" use="optional">
      <annotation>
        <documentation>Number of hits off of which batter advances to first base</documentation>
      </annotation>
    </attribute>
    <attribute name="doubles" type="string" use="optional">
      <annotation>
        <documentation>Number of hits off of which batter advances to second base</documentation>
      </annotation>
    </attribute>
    <attribute name="triples" type="string" use="optional">
      <annotation>
        <documentation>Number of hits off of which batter advances to third base</documentation>
      </annotation>
    </attribute>
    <attribute name="home-runs" type="string" use="optional">
      <annotation>
        <documentation>Number of hits off of which batter advances to home plate</documentation>
      </annotation>
    </attribute>
    <attribute name="home-runs-season" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="grand-slams" type="string" use="optional">
      <annotation>
        <documentation>Number of home runs with bases loaded</documentation>
      </annotation>
    </attribute>
    <attribute name="streak-hits" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="hits-event-winning" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="at-bats-per-rbi" type="string" use="optional">
      <annotation>
        <documentation>RBI per at-bat ratio</documentation>
      </annotation>
    </attribute>
    <attribute name="plate-appearances-per-rbi" type="string" use="optional">
      <annotation>
        <documentation>Plate appearances per at-bat ratio</documentation>
      </annotation>
    </attribute>
    <attribute name="at-bats-per-home-run" type="string" use="optional">
      <annotation>
        <documentation>Home runs per at-bat ratio</documentation>
      </annotation>
    </attribute>
    <attribute name="plate-appearances-per-home-run" type="string" use="optional">
      <annotation>
        <documentation>Plate appearances per home run ratio</documentation>
      </annotation>
    </attribute>
    <attribute name="sac-flies" type="string" use="optional">
      <annotation>
        <documentation>Number of hits resulting in batter out which advance base runner(s)</documentation>
      </annotation>
    </attribute>
    <attribute name="sac-bunts" type="string" use="optional">
      <annotation>
        <documentation>Number of bunts resulting in batter out which advance base runner(s)</documentation>
      </annotation>
    </attribute>
    <attribute name="sacrifices" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="grounded-into-double-play" type="string" use="optional">
      <annotation>
        <documentation>Number of ground balls which result in batter and base runner outs</documentation>
      </annotation>
    </attribute>
    <attribute name="hit-into-double-play" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="moved-up" type="string" use="optional">
      <annotation>
        <documentation>Number of times runner advances to another base</documentation>
      </annotation>
    </attribute>
    <attribute name="on-base-percentage" type="string" use="optional">
      <annotation>
        <documentation>Calculated as follows: (hits + bases-on-balls + hit-by-pitch) / (at-bats + bases-on-balls + hit-by-pitch + sac-flies)</documentation>
      </annotation>
    </attribute>
    <attribute name="stolen-bases" type="string" use="optional">
      <annotation>
        <documentation>Number of successfully stolen bases.</documentation>
      </annotation>
    </attribute>
    <attribute name="stolen-bases-caught" type="string" use="optional">
      <annotation>
        <documentation>Number of times the runner was caught while trying to steal bases.</documentation>
      </annotation>
    </attribute>
    <attribute name="stolen-bases-average" type="string" use="optional">
      <annotation>
        <documentation>Success rate for stealing bases.</documentation>
      </annotation>
    </attribute>
    <attribute name="hit-by-pitch" type="string" use="optional">
      <annotation>
        <documentation>Number of times batter hit by pitch</documentation>
      </annotation>
    </attribute>
    <attribute name="reached-base-defensive-interference" type="string" use="optional">
      <annotation>
        <documentation>The number of times the player reached a base due to interference by the defense.</documentation>
      </annotation>
    </attribute>
    <attribute name="reached-base-error" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="reached-base-fielder-choice" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="on-base-plus-slugging" type="string" use="optional">
      <annotation>
        <documentation>Calculated by adding on-base-percentage to slugging-percentage.</documentation>
      </annotation>
    </attribute>
    <attribute name="plate-appearances" type="string" use="optional">
      <annotation>
        <documentation>Calculated by adding at-bats, bases-on-balls, hit-by-pitch, sac-flies, sac-bunts, and defensive-interfance-reaches.</documentation>
      </annotation>
    </attribute>
    <attribute name="hits-extra-base" type="string" use="optional">
      <annotation>
        <documentation>Calculated by adding doubles, triples, and home-runs.</documentation>
      </annotation>
    </attribute>
    <attribute name="strikeout-rate" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="shutouts" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="double-plays-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="triple-plays-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="pick-offs-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="games-played" type="string" use="optional">
      <annotation>
        <documentation>Number of games played.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-baseball-pitching
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Stats accumulated while a team is pitching. | Includes strikeouts and shutouts.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_runs-allowed sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_home-runs-allowed sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_sacrifice-bunts-allowed sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_sacrifice-hits-allowed sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_interferences sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_innings-pitched sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_innings-pitched-average sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_hits sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_earned-runs sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_unearned-runs sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_bases-on-balls sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_bases-on-balls-intentional sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_strikeouts sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_strikeout-to-bb-ratio sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_number-of-pitches sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_number-of-strikes sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_era sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_whip sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_inherited-runners-scored sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_pick-offs sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_errors-hit-with-pitch sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_errors-wild-pitch sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_balks sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_wins sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_losses sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_saves sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_holds sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_saves-blown sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_saves-tough sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_saves-opportunities sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_relief-points sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_shutouts sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_games-complete sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_games-finished sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_games-pitched sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_winning-percentage sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_event-credit sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_save-credit sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-average-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-at-bats-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-total-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-total-bases-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-slugging-percentage-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-on-base-percentage-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-doubles-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-triples-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_batters-home-runs-against sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_inherited-runners-total sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_sacrifice-flies-allowed sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching_shutouts-combined
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.
balks string optional
Number of balks
bases-on-balls string optional
Number of earned walks allowed
bases-on-balls-intentional string optional
Number of batters intentionally walked
batters-at-bats-against string optional
Number of batters faced who were credited with at-bats.
batters-average-against string optional
TBD.
batters-doubles-against string optional
TBD.
batters-home-runs-against string optional
TBD.
batters-on-base-percentage-against string optional
TBD.
batters-slugging-percentage-against string optional
TBD.
batters-total-against string optional
Total number of batters faced.
batters-total-bases-against string optional
TBD.
batters-triples-against string optional
TBD.
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.
earned-runs string optional
Number of earned runs against
era string optional
Earned run average: Number of earned runs divided by number of innings pitched multiplied by nine
errors-hit-with-pitch string optional
Number of times pitcher hits batter with pitch
errors-wild-pitch string optional
Number of wild pitches thrown
event-credit restriction of string optional
Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)
games-complete string optional
Number of complete games pitched
games-finished string optional
Number of games pitched to the end
games-pitched string optional
TBD.
hits string optional
Number of hits against
holds string optional
Number of games relief pitcher has held the lead
home-runs-allowed string optional
Number of home runs against
id ID optional
An XML-specific identifier for the element.
inherited-runners-scored string optional
Number of runners which a previous pitcher allowed on base which scored
inherited-runners-total string optional
TBD.
innings-pitched string optional
Number of innings pitched
innings-pitched-average string optional
TBD.
interferences string optional
Number of interference or obstruction calls
losses string optional
Number of games pitcher has lost
number-of-pitches string optional
Number of pitches thrown
number-of-strikes string optional
TBD.
period-value string optional
Used for tracking stats and events by period.
pick-offs string optional
The number of times the pitcher caught a player trying to steal, before making the pitch.
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.
relief-points string optional
Formula for rating relief performances. 4 points for a tough save; 3 points for a save; 2 for a relief win; minus 2 for a relief loss and blown save.
runs-allowed string optional
Number of runs against
sacrifice-bunts-allowed string optional
Number of sacrifice bunts against
sacrifice-flies-allowed string optional
TBD.
sacrifice-hits-allowed string optional
Number of sacrifice hits against
save-credit restriction of string optional
Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)
saves string optional
Number of games pitcher has saved
saves-blown string optional
TBD.
saves-opportunities string optional
TBD.
saves-tough string optional
TBD.
scoping-label string optional
A textual description for the scope.
shutouts string optional
Number of games pitched in which opposing team did not score
shutouts-combined string optional
TBD.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
strikeout-to-bb-ratio string optional
Strikeout to walks ratio
strikeouts string optional
Number of earned strikeouts
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
unearned-runs string optional
Number of unearned runs against
whip string optional
TBD.
winning-percentage string optional
Calculated by wins divided by (wins + losses).
wins string optional
Number of games pitcher has won
Source
<element name="stats-baseball-pitching">
  <annotation>
    <documentation>Stats accumulated while a team is pitching. | Includes strikeouts and shutouts.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="runs-allowed" type="string" use="optional">
      <annotation>
        <documentation>Number of runs against</documentation>
      </annotation>
    </attribute>
    <attribute name="home-runs-allowed" type="string" use="optional">
      <annotation>
        <documentation>Number of home runs against</documentation>
      </annotation>
    </attribute>
    <attribute name="sacrifice-bunts-allowed" type="string" use="optional">
      <annotation>
        <documentation>Number of sacrifice bunts against</documentation>
      </annotation>
    </attribute>
    <attribute name="sacrifice-hits-allowed" type="string" use="optional">
      <annotation>
        <documentation>Number of sacrifice hits against</documentation>
      </annotation>
    </attribute>
    <attribute name="interferences" type="string" use="optional">
      <annotation>
        <documentation>Number of interference or obstruction calls</documentation>
      </annotation>
    </attribute>
    <attribute name="innings-pitched" type="string" use="optional">
      <annotation>
        <documentation>Number of innings pitched</documentation>
      </annotation>
    </attribute>
    <attribute name="innings-pitched-average" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="hits" type="string" use="optional">
      <annotation>
        <documentation>Number of hits against</documentation>
      </annotation>
    </attribute>
    <attribute name="earned-runs" type="string" use="optional">
      <annotation>
        <documentation>Number of earned runs against</documentation>
      </annotation>
    </attribute>
    <attribute name="unearned-runs" type="string" use="optional">
      <annotation>
        <documentation>Number of unearned runs against</documentation>
      </annotation>
    </attribute>
    <attribute name="bases-on-balls" type="string" use="optional">
      <annotation>
        <documentation>Number of earned walks allowed</documentation>
      </annotation>
    </attribute>
    <attribute name="bases-on-balls-intentional" type="string" use="optional">
      <annotation>
        <documentation>Number of batters intentionally walked</documentation>
      </annotation>
    </attribute>
    <attribute name="strikeouts" type="string" use="optional">
      <annotation>
        <documentation>Number of earned strikeouts</documentation>
      </annotation>
    </attribute>
    <attribute name="strikeout-to-bb-ratio" type="string" use="optional">
      <annotation>
        <documentation>Strikeout to walks ratio</documentation>
      </annotation>
    </attribute>
    <attribute name="number-of-pitches" type="string" use="optional">
      <annotation>
        <documentation>Number of pitches thrown</documentation>
      </annotation>
    </attribute>
    <attribute name="number-of-strikes" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="era" type="string" use="optional">
      <annotation>
        <documentation>Earned run average: Number of earned runs divided by number of innings pitched multiplied by nine</documentation>
      </annotation>
    </attribute>
    <attribute name="whip" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="inherited-runners-scored" type="string" use="optional">
      <annotation>
        <documentation>Number of runners which a previous pitcher allowed on base which scored</documentation>
      </annotation>
    </attribute>
    <attribute name="pick-offs" type="string" use="optional">
      <annotation>
        <documentation>The number of times the pitcher caught a player trying to steal, before making the pitch.</documentation>
      </annotation>
    </attribute>
    <attribute name="errors-hit-with-pitch" type="string" use="optional">
      <annotation>
        <documentation>Number of times pitcher hits batter with pitch</documentation>
      </annotation>
    </attribute>
    <attribute name="errors-wild-pitch" type="string" use="optional">
      <annotation>
        <documentation>Number of wild pitches thrown</documentation>
      </annotation>
    </attribute>
    <attribute name="balks" type="string" use="optional">
      <annotation>
        <documentation>Number of balks</documentation>
      </annotation>
    </attribute>
    <attribute name="wins" type="string" use="optional">
      <annotation>
        <documentation>Number of games pitcher has won</documentation>
      </annotation>
    </attribute>
    <attribute name="losses" type="string" use="optional">
      <annotation>
        <documentation>Number of games pitcher has lost</documentation>
      </annotation>
    </attribute>
    <attribute name="saves" type="string" use="optional">
      <annotation>
        <documentation>Number of games pitcher has saved</documentation>
      </annotation>
    </attribute>
    <attribute name="holds" type="string" use="optional">
      <annotation>
        <documentation>Number of games relief pitcher has held the lead</documentation>
      </annotation>
    </attribute>
    <attribute name="saves-blown" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="saves-tough" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="saves-opportunities" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="relief-points" type="string" use="optional">
      <annotation>
        <documentation>Formula for rating relief performances. 4 points for a tough save; 3 points for a save; 2 for a relief win; minus 2 for a relief loss and blown save.</documentation>
      </annotation>
    </attribute>
    <attribute name="shutouts" type="string" use="optional">
      <annotation>
        <documentation>Number of games pitched in which opposing team did not score</documentation>
      </annotation>
    </attribute>
    <attribute name="games-complete" type="string" use="optional">
      <annotation>
        <documentation>Number of complete games pitched</documentation>
      </annotation>
    </attribute>
    <attribute name="games-finished" type="string" use="optional">
      <annotation>
        <documentation>Number of games pitched to the end</documentation>
      </annotation>
    </attribute>
    <attribute name="games-pitched" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="winning-percentage" type="string" use="optional">
      <annotation>
        <documentation>Calculated by wins divided by (wins + losses).</documentation>
      </annotation>
    </attribute>
    <attribute name="event-credit" use="optional">
      <annotation>
        <documentation>Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="win"/>
          <enumeration value="loss"/>
          <enumeration value="save"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="save-credit" use="optional">
      <annotation>
        <documentation>Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="hold"/>
          <enumeration value="blown"/>
          <enumeration value="save"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="batters-average-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-at-bats-against" type="string" use="optional">
      <annotation>
        <documentation>Number of batters faced who were credited with at-bats.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-total-against" type="string" use="optional">
      <annotation>
        <documentation>Total number of batters faced.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-total-bases-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-slugging-percentage-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-on-base-percentage-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-doubles-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-triples-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="batters-home-runs-against" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="inherited-runners-total" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="sacrifice-flies-allowed" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="shutouts-combined" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-baseball-defensive
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Stats accumulated while a team is out in the field. | Includes double-plays and errors.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_position sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_double-plays sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_triple-plays sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_putouts sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_assists sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_errors sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_fielding-chances sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_fielding-percentage sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_defensive-average sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_errors-passed-ball sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_errors-catchers-interference sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_stolen-bases sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_stolen-bases-caught sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_stolen-bases-average sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_innings-played sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive_games-played
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 string optional
Number of plays in which a fielder throws a ball to another fielder for the out.
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.
defensive-average string optional
Rate a fielder turns a bill hit to their area into an out.
double-plays string optional
Number of times two runners thrown out at the base.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
errors string optional
Number of plays in which a fielder committed an error, such as dropping a ball.
errors-catchers-interference string optional
Number of times a catcher has improperly interfered with play.
errors-passed-ball string optional
Number of times a catcher is faulted with letting a pitched ball go past.
fielding-chances string optional
TBD.
fielding-percentage string optional
A measure of fielding success. Calculated as follows: (putouts + assists) / (putouts + assists + errors).
games-played string optional
Number of games played at the named position.
id ID optional
An XML-specific identifier for the element.
innings-played string optional
Number of innings played at the named position.
period-value string optional
Used for tracking stats and events by period.
position sportsml:position.Baseball optional
Position played for these stats.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
putouts string optional
Number of times a fielder caught a fly ball for an out.
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.
stolen-bases string optional
Number of bases successfully stolen while this player was on the field.
stolen-bases-average string optional
Success rate for stealing bases while this player was on the field.
stolen-bases-caught string optional
Number of times a runner was caught while trying to steal bases while this player was on the field.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
triple-plays string optional
Number of times three runners thrown out at the base.
Source
<element name="stats-baseball-defensive">
  <annotation>
    <documentation>Stats accumulated while a team is out in the field. | Includes double-plays and errors.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="position" type="sportsml:position.Baseball" use="optional">
      <annotation>
        <documentation>Position played for these stats.</documentation>
      </annotation>
    </attribute>
    <attribute name="double-plays" type="string" use="optional">
      <annotation>
        <documentation>Number of times two runners thrown out at the base.</documentation>
      </annotation>
    </attribute>
    <attribute name="triple-plays" type="string" use="optional">
      <annotation>
        <documentation>Number of times three runners thrown out at the base.</documentation>
      </annotation>
    </attribute>
    <attribute name="putouts" type="string" use="optional">
      <annotation>
        <documentation>Number of times a fielder caught a fly ball for an out.</documentation>
      </annotation>
    </attribute>
    <attribute name="assists" type="string" use="optional">
      <annotation>
        <documentation>Number of plays in which a fielder throws a ball to another fielder for the out.</documentation>
      </annotation>
    </attribute>
    <attribute name="errors" type="string" use="optional">
      <annotation>
        <documentation>Number of plays in which a fielder committed an error, such as dropping a ball.</documentation>
      </annotation>
    </attribute>
    <attribute name="fielding-chances" type="string" use="optional">
      <annotation>
        <documentation>TBD.</documentation>
      </annotation>
    </attribute>
    <attribute name="fielding-percentage" type="string" use="optional">
      <annotation>
        <documentation>A measure of fielding success. Calculated as follows: (putouts + assists) / (putouts + assists + errors).</documentation>
      </annotation>
    </attribute>
    <attribute name="defensive-average" type="string" use="optional">
      <annotation>
        <documentation>Rate a fielder turns a bill hit to their area into an out.</documentation>
      </annotation>
    </attribute>
    <attribute name="errors-passed-ball" type="string" use="optional">
      <annotation>
        <documentation>Number of times a catcher is faulted with letting a pitched ball go past.</documentation>
      </annotation>
    </attribute>
    <attribute name="errors-catchers-interference" type="string" use="optional">
      <annotation>
        <documentation>Number of times a catcher has improperly interfered with play.</documentation>
      </annotation>
    </attribute>
    <attribute name="stolen-bases" type="string" use="optional">
      <annotation>
        <documentation>Number of bases successfully stolen while this player was on the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="stolen-bases-caught" type="string" use="optional">
      <annotation>
        <documentation>Number of times a runner was caught while trying to steal bases while this player was on the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="stolen-bases-average" type="string" use="optional">
      <annotation>
        <documentation>Success rate for stealing bases while this player was on the field.</documentation>
      </annotation>
    </attribute>
    <attribute name="innings-played" type="string" use="optional">
      <annotation>
        <documentation>Number of innings played at the named position.</documentation>
      </annotation>
    </attribute>
    <attribute name="games-played" type="string" use="optional">
      <annotation>
        <documentation>Number of games played at the named position.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:player-metadata-baseball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about the player. | Specific to the sport of baseball.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-baseball_xsd.tmp#player-metadata-baseball_batting-hand sportsml-specific-baseball_xsd.tmp#player-metadata-baseball_throwing-hand
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
batting-hand sportsml:bodySide.Core optional
Indicates whether player bats left, right, or is a switch-hitter.
id ID optional
An XML-specific identifier for the element.
throwing-hand sportsml:bodySide.Core optional
Indicates whether player throws left, right, or is a switch-thrower.
Source
<element name="player-metadata-baseball">
  <annotation>
    <documentation>Metadata about the player. | Specific to the sport of baseball.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="batting-hand" type="sportsml:bodySide.Core" use="optional">
      <annotation>
        <documentation>Indicates whether player bats left, right, or is a switch-hitter.</documentation>
      </annotation>
    </attribute>
    <attribute name="throwing-hand" type="sportsml:bodySide.Core" use="optional">
      <annotation>
        <documentation>Indicates whether player throws left, right, or is a switch-thrower.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:player-stats-baseball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Stats collected by a player. | Includes offensive, pitching, and defensive stats.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-baseball_xsd.tmp#stats-baseball-offensive sportsml-specific-baseball_xsd.tmp#stats-baseball-pitching sportsml-specific-baseball_xsd.tmp#stats-baseball-defensive
Properties
content: complex
Used by
Model sportsml:stats-baseball-offensive* , sportsml:stats-baseball-pitching* , sportsml:stats-baseball-defensive*
Children sportsml:stats-baseball-defensive, sportsml:stats-baseball-offensive, sportsml:stats-baseball-pitching
Instance
<sportsml:player-stats-baseball alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-baseball-offensive alignment-scope="" at-bats="" at-bats-per-home-run="" at-bats-per-rbi="" average="" bases-on-balls="" bases-on-balls-intentional="" bases-on-balls-rate="" competition-scope="" date-coverage-type="" date-coverage-value="" double-plays-against="" doubles="" duration-scope="" games-played="" grand-slams="" grounded-into-double-play="" hit-by-pitch="" hit-into-double-play="" hits="" hits-event-winning="" hits-extra-base="" home-runs="" home-runs-season="" id="" left-in-scoring-position="" left-on-base="" moved-up="" on-base-percentage="" on-base-plus-slugging="" outs-fly="" outs-ground="" period-value="" pick-offs-against="" plate-appearances="" plate-appearances-per-home-run="" plate-appearances-per-rbi="" position-scope="" rbi="" reached-base-defensive-interference="" reached-base-error="" reached-base-fielder-choice="" record-making-scope="" runs-scored="" sac-bunts="" sac-flies="" sacrifices="" scoping-label="" shutouts="" singles="" slugging-percentage="" stats-coverage="" stolen-bases="" stolen-bases-average="" stolen-bases-caught="" streak-hits="" strikeout-rate="" strikeouts="" strikeouts-looking="" team-coverage="" total-bases="" triple-plays-against="" triples="">{0,unbounded}</sportsml:stats-baseball-offensive>
  <sportsml:stats-baseball-pitching alignment-scope="" balks="" bases-on-balls="" bases-on-balls-intentional="" batters-at-bats-against="" batters-average-against="" batters-doubles-against="" batters-home-runs-against="" batters-on-base-percentage-against="" batters-slugging-percentage-against="" batters-total-against="" batters-total-bases-against="" batters-triples-against="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" earned-runs="" era="" errors-hit-with-pitch="" errors-wild-pitch="" event-credit="" games-complete="" games-finished="" games-pitched="" hits="" holds="" home-runs-allowed="" id="" inherited-runners-scored="" inherited-runners-total="" innings-pitched="" innings-pitched-average="" interferences="" losses="" number-of-pitches="" number-of-strikes="" period-value="" pick-offs="" position-scope="" record-making-scope="" relief-points="" runs-allowed="" sacrifice-bunts-allowed="" sacrifice-flies-allowed="" sacrifice-hits-allowed="" save-credit="" saves="" saves-blown="" saves-opportunities="" saves-tough="" scoping-label="" shutouts="" shutouts-combined="" stats-coverage="" strikeouts="" strikeout-to-bb-ratio="" team-coverage="" unearned-runs="" whip="" winning-percentage="" wins="">{0,unbounded}</sportsml:stats-baseball-pitching>
  <sportsml:stats-baseball-defensive alignment-scope="" assists="" competition-scope="" date-coverage-type="" date-coverage-value="" defensive-average="" double-plays="" duration-scope="" errors="" errors-catchers-interference="" errors-passed-ball="" fielding-chances="" fielding-percentage="" games-played="" id="" innings-played="" period-value="" position="" position-scope="" putouts="" record-making-scope="" scoping-label="" stats-coverage="" stolen-bases="" stolen-bases-average="" stolen-bases-caught="" team-coverage="" triple-plays="">{0,unbounded}</sportsml:stats-baseball-defensive>
</sportsml:player-stats-baseball>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="player-stats-baseball">
  <annotation>
    <documentation>Stats collected by a player. | Includes offensive, pitching, and defensive stats.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-baseball-offensive" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-baseball-pitching" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-baseball-defensive" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Attribute sportsml:eventStateBaseball / @inning-value
Namespace No namespace
Annotations
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="inning-value" type="string" use="optional">
  <annotation>
    <documentation>An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @inning-half
Namespace No namespace
Annotations
Either top or bottom.
Type restriction of string
Properties
use: optional
Facets
enumeration top
enumeration bottom
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="inning-half" use="optional">
  <annotation>
    <documentation>Either top or bottom.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="top"/>
      <enumeration value="bottom"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:eventStateBaseball / @outs
Namespace No namespace
Annotations
Either 1, 2, or 3.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="outs" type="string" use="optional">
  <annotation>
    <documentation>Either 1, 2, or 3.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @balls
Namespace No namespace
Annotations
Either 1, 2, 3, or 4.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="balls" type="string" use="optional">
  <annotation>
    <documentation>Either 1, 2, 3, or 4.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @strikes
Namespace No namespace
Annotations
Either 1, 2, or 3.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="strikes" type="string" use="optional">
  <annotation>
    <documentation>Either 1, 2, or 3.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runner-on-first
Namespace No namespace
Annotations
Whether or not a player is standing on first base. Either true or false.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runner-on-first" type="string" use="optional">
  <annotation>
    <documentation>Whether or not a player is standing on first base. Either true or false.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runner-on-first-idref
Namespace No namespace
Annotations
A pointer to the player on first base.
Type IDREF
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runner-on-first-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player on first base.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runner-on-second
Namespace No namespace
Annotations
Whether or not a player is standing on second base. Either true or false.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runner-on-second" type="string" use="optional">
  <annotation>
    <documentation>Whether or not a player is standing on second base. Either true or false.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runner-on-second-idref
Namespace No namespace
Annotations
A pointer to the player on second base.
Type IDREF
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runner-on-second-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player on second base.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runner-on-third
Namespace No namespace
Annotations
Whether or not a player is standing on third base. Either true or false.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runner-on-third" type="string" use="optional">
  <annotation>
    <documentation>Whether or not a player is standing on third base. Either true or false.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runner-on-third-idref
Namespace No namespace
Annotations
A pointer to the player on third base.
Type IDREF
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runner-on-third-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player on third base.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @runs-this-inning-half
Namespace No namespace
Annotations
An integer.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="runs-this-inning-half" type="string" use="optional">
  <annotation>
    <documentation>An integer.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @pitcher-idref
Namespace No namespace
Annotations
A pointer to the player element for the pitcher standing on the mound.
Type IDREF
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="pitcher-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player element for the pitcher standing on the mound.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @batter-idref
Namespace No namespace
Annotations
A pointer to the player element for the batter at the plate.
Type IDREF
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="batter-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the player element for the batter at the plate.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @batter-side
Namespace No namespace
Annotations
Which side of the plate the batter was on when taking the pitch.
Type sportsml:bodySide.Core
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="batter-side" type="sportsml:bodySide.Core" use="optional">
  <annotation>
    <documentation>Which side of the plate the batter was on when taking the pitch.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @at-bat-number
Namespace No namespace
Annotations
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="at-bat-number" type="string" use="optional">
  <annotation>
    <documentation>Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateBaseball / @sequence-number
Namespace No namespace
Annotations
Usually an integer
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateBaseball
Source
<attribute name="sequence-number" type="string" use="optional">
  <annotation>
    <documentation>Usually an integer</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-type
Namespace No namespace
Annotations
Whether this substitution was for a player, a coach, an umpire.
Type restriction of string
Properties
use: optional
Facets
enumeration player
enumeration associate
enumeration official
Used by
Source
<attribute name="person-type" use="optional">
  <annotation>
    <documentation>Whether this substitution was for a player, a coach, an umpire.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="player"/>
      <enumeration value="associate"/>
      <enumeration value="official"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-original-idref
Namespace No namespace
Annotations
A pointer to the person who left the game.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="person-original-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the person who left the game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-original-position
Namespace No namespace
Annotations
The position of the original person.
Type sportsml:position.Baseball
Properties
use: optional
Used by
Source
<attribute name="person-original-position" type="sportsml:position.Baseball" use="optional">
  <annotation>
    <documentation>The position of the original person.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-original-lineup-slot
Namespace No namespace
Annotations
The order in the lineup that the player held.
Type string
Properties
use: optional
Used by
Source
<attribute name="person-original-lineup-slot" type="string" use="optional">
  <annotation>
    <documentation>The order in the lineup that the player held.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-replacing-idref
Namespace No namespace
Annotations
A pointer to the person who entered the game.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="person-replacing-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>A pointer to the person who entered the game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-replacing-position
Namespace No namespace
Annotations
The position of the replacing person.
Type string
Properties
use: optional
Used by
Source
<attribute name="person-replacing-position" type="string" use="optional">
  <annotation>
    <documentation>The position of the replacing person.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @person-replacing-lineup-slot
Namespace No namespace
Annotations
The order in the lineup that the player will hold.
Type string
Properties
use: optional
Used by
Source
<attribute name="person-replacing-lineup-slot" type="string" use="optional">
  <annotation>
    <documentation>The order in the lineup that the player will hold.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @substitution-reason
Namespace No namespace
Annotations
Why a substitution was made.
Type string
Properties
use: optional
Used by
Source
<attribute name="substitution-reason" type="string" use="optional">
  <annotation>
    <documentation>Why a substitution was made.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @inning-exiting
Namespace No namespace
Annotations
The number of the inning the player exited the game.
Type string
Properties
use: optional
Used by
Source
<attribute name="inning-exiting" type="string" use="optional">
  <annotation>
    <documentation>The number of the inning the player exited the game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @outs-exiting
Namespace No namespace
Annotations
The number of outs when the player exited the game.
Type string
Properties
use: optional
Used by
Source
<attribute name="outs-exiting" type="string" use="optional">
  <annotation>
    <documentation>The number of outs when the player exited the game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @lead-entering
Namespace No namespace
Annotations
The difference in points between player's team and opponent when player entered game.
Type string
Properties
use: optional
Used by
Source
<attribute name="lead-entering" type="string" use="optional">
  <annotation>
    <documentation>The difference in points between player's team and opponent when player entered game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @lead-exiting
Namespace No namespace
Annotations
The difference in points between player's team and opponent when player exited game.
Type string
Properties
use: optional
Used by
Source
<attribute name="lead-exiting" type="string" use="optional">
  <annotation>
    <documentation>The difference in points between player's team and opponent when player exited game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @runners-on-base
Namespace No namespace
Annotations
The number of runners on base when the player entered the game.
Type string
Properties
use: optional
Used by
Source
<attribute name="runners-on-base" type="string" use="optional">
  <annotation>
    <documentation>The number of runners on base when the player entered the game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-substitution / @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-baseball-contact / @location
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="location" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-contact / @strength
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="strength" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-contact / @velocity
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="velocity" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-contact / @trajectory-coordinates
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="trajectory-coordinates" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-contact / @comment
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-pitch / @umpire-call
Namespace No namespace
Annotations
The net result of the pitch.
Type restriction of string
Properties
use: optional
Facets
enumeration ball
enumeration strike
enumeration in-play
Used by
Source
<attribute name="umpire-call" use="optional">
  <annotation>
    <documentation>The net result of the pitch.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="ball"/>
      <enumeration value="strike"/>
      <enumeration value="in-play"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-pitch / @pitch-type
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="pitch-type" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-pitch / @pitch-velocity
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="pitch-velocity" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-pitch / @trajectory-coordinates
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="trajectory-coordinates" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-pitch / @strike-type
Namespace No namespace
Annotations
Whether a strike was called by the umpire, or due to swinging.
Type sportsml:strikeType.Baseball
Properties
use: optional
Used by
Source
<attribute name="strike-type" type="sportsml:strikeType.Baseball" use="optional">
  <annotation>
    <documentation>Whether a strike was called by the umpire, or due to swinging.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-pitch / @ball-location
Namespace No namespace
Annotations
Where with respect to the batter the ball was pitched.
Type sportsml:ballLocation.Baseball
Properties
use: optional
Used by
Source
<attribute name="ball-location" type="sportsml:ballLocation.Baseball" use="optional">
  <annotation>
    <documentation>Where with respect to the batter the ball was pitched.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-pitch / @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-baseball-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-baseball-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-baseball-play-participant / @role
Namespace No namespace
Annotations
A controlled vocabulary specifying a player's role during the play.
Type sportsml:participantRole.Baseball
Properties
use: required
Used by
Source
<attribute name="role" type="sportsml:participantRole.Baseball" use="required">
  <annotation>
    <documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @play-type
Namespace No namespace
Annotations
A description for the play.
Type sportsml:playType.Baseball
Properties
use: optional
Used by
Source
<attribute name="play-type" type="sportsml:playType.Baseball" use="optional">
  <annotation>
    <documentation>A description for the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @play-scorekeepers-notation
Namespace No namespace
Annotations
Denotes which fielders touched the ball during the play. Example: 6-4-3.
Type string
Properties
use: optional
Used by
Source
<attribute name="play-scorekeepers-notation" type="string" use="optional">
  <annotation>
    <documentation>Denotes which fielders touched the ball during the play. Example: 6-4-3.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @walk-type
Namespace No namespace
Annotations
If this play was a base-on-balls, the type of walk.
Type sportsml:walkType.Baseball
Properties
use: optional
Used by
Source
<attribute name="walk-type" type="sportsml:walkType.Baseball" use="optional">
  <annotation>
    <documentation>If this play was a base-on-balls, the type of walk.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @hit-type
Namespace No namespace
Annotations
A description for the hit.
Type sportsml:hitType.Baseball
Properties
use: optional
Used by
Source
<attribute name="hit-type" type="sportsml:hitType.Baseball" use="optional">
  <annotation>
    <documentation>A description for the hit.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @hit-by-pitch-type
Namespace No namespace
Annotations
A description for how or why a batter was hit by a pitch.
Type sportsml:hitByPitchType.Baseball
Properties
use: optional
Used by
Source
<attribute name="hit-by-pitch-type" type="sportsml:hitByPitchType.Baseball" use="optional">
  <annotation>
    <documentation>A description for how or why a batter was hit by a pitch.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @out-type
Namespace No namespace
Annotations
How the out was made.
Type sportsml:outType.Baseball
Properties
use: optional
Used by
Source
<attribute name="out-type" type="sportsml:outType.Baseball" use="optional">
  <annotation>
    <documentation>How the out was made.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @outs-recorded
Namespace No namespace
Annotations
How many outs were recorded on the play. Values are 1, 2, 3.
Type restriction of string
Properties
use: optional
Facets
enumeration none
enumeration one
enumeration two
enumeration three
Used by
Source
<attribute name="outs-recorded" use="optional">
  <annotation>
    <documentation>How many outs were recorded on the play. Values are 1, 2, 3.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="none"/>
      <enumeration value="one"/>
      <enumeration value="two"/>
      <enumeration value="three"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-score / @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-baseball-score / @rbi
Namespace No namespace
Annotations
How many runs-batted-in were credited on the play. An error may preclude the assigning of an rbi.
Type string
Properties
use: optional
Used by
Source
<attribute name="rbi" type="string" use="optional">
  <annotation>
    <documentation>How many runs-batted-in were credited on the play. An error may preclude the assigning of an rbi.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @runs-scored
Namespace No namespace
Annotations
How many runs scored on the play.
Type string
Properties
use: optional
Used by
Source
<attribute name="runs-scored" type="string" use="optional">
  <annotation>
    <documentation>How many runs scored on the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @score-team
Namespace No namespace
Annotations
The score of the team that did the scoring, once the play completed.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team" type="string" use="optional">
  <annotation>
    <documentation>The score of the team that did the scoring, once the play completed.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @score-team-opposing
Namespace No namespace
Annotations
The current score of the team that did not do the scoring.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-team-opposing" type="string" use="optional">
  <annotation>
    <documentation>The current score of the team that did not do the scoring.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @earned-runs-scored
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="earned-runs-scored" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-score / @batter-advance
Namespace No namespace
Annotations
The base to which the batter advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration home
Used by
Source
<attribute name="batter-advance" use="optional">
  <annotation>
    <documentation>The base to which the batter advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="1"/>
      <enumeration value="2"/>
      <enumeration value="3"/>
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-score / @runner-on-first-advance
Namespace No namespace
Annotations
The base to which the runner on first base advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration 2
enumeration 3
enumeration home
Used by
Source
<attribute name="runner-on-first-advance" use="optional">
  <annotation>
    <documentation>The base to which the runner on first base advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="2"/>
      <enumeration value="3"/>
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-score / @runner-on-second-advance
Namespace No namespace
Annotations
The base to which the runner on second base advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration 3
enumeration home
Used by
Source
<attribute name="runner-on-second-advance" use="optional">
  <annotation>
    <documentation>The base to which the runner on second base advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="3"/>
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-score / @runner-on-third-advance
Namespace No namespace
Annotations
The base to which the runner on third base advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration home
Used by
Source
<attribute name="runner-on-third-advance" use="optional">
  <annotation>
    <documentation>The base to which the runner on third base advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-play / @play-type
Namespace No namespace
Annotations
A description for the play.
Type sportsml:playType.Baseball
Properties
use: optional
Used by
Source
<attribute name="play-type" type="sportsml:playType.Baseball" use="optional">
  <annotation>
    <documentation>A description for the play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-play / @play-scorekeepers-notation
Namespace No namespace
Annotations
Denotes which fielders touched the ball during the play. Example: 6-4-3.
Type string
Properties
use: optional
Used by
Source
<attribute name="play-scorekeepers-notation" type="string" use="optional">
  <annotation>
    <documentation>Denotes which fielders touched the ball during the play. Example: 6-4-3.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-play / @walk-type
Namespace No namespace
Annotations
If this play was a base-on-balls, the type of walk.
Type sportsml:walkType.Baseball
Properties
use: optional
Used by
Source
<attribute name="walk-type" type="sportsml:walkType.Baseball" use="optional">
  <annotation>
    <documentation>If this play was a base-on-balls, the type of walk.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-play / @hit-type
Namespace No namespace
Annotations
A description for the hit.
Type sportsml:hitType.Baseball
Properties
use: optional
Used by
Source
<attribute name="hit-type" type="sportsml:hitType.Baseball" use="optional">
  <annotation>
    <documentation>A description for the hit.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-play / @hit-by-pitch-type
Namespace No namespace
Annotations
A description for how or why a batter was hit by a pitch.
Type sportsml:hitByPitchType.Baseball
Properties
use: optional
Used by
Source
<attribute name="hit-by-pitch-type" type="sportsml:hitByPitchType.Baseball" use="optional">
  <annotation>
    <documentation>A description for how or why a batter was hit by a pitch.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-play / @out-type
Namespace No namespace
Annotations
How the out was made.
Type sportsml:outType.Baseball
Properties
use: optional
Used by
Source
<attribute name="out-type" type="sportsml:outType.Baseball" use="optional">
  <annotation>
    <documentation>How the out was made.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-baseball-play / @outs-recorded
Namespace No namespace
Annotations
How many outs were recorded on the play. Values are 1, 2, 3.
Type restriction of string
Properties
use: optional
Facets
enumeration none
enumeration one
enumeration two
enumeration three
Used by
Source
<attribute name="outs-recorded" use="optional">
  <annotation>
    <documentation>How many outs were recorded on the play. Values are 1, 2, 3.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="none"/>
      <enumeration value="one"/>
      <enumeration value="two"/>
      <enumeration value="three"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-play / @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-baseball-play / @batter-advance
Namespace No namespace
Annotations
The base to which the batter advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration home
Used by
Source
<attribute name="batter-advance" use="optional">
  <annotation>
    <documentation>The base to which the batter advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="1"/>
      <enumeration value="2"/>
      <enumeration value="3"/>
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-play / @runner-on-first-advance
Namespace No namespace
Annotations
The base to which the runner on first base advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration 2
enumeration 3
enumeration home
Used by
Source
<attribute name="runner-on-first-advance" use="optional">
  <annotation>
    <documentation>The base to which the runner on first base advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="2"/>
      <enumeration value="3"/>
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-play / @runner-on-second-advance
Namespace No namespace
Annotations
The base to which the runner on second base advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration 3
enumeration home
Used by
Source
<attribute name="runner-on-second-advance" use="optional">
  <annotation>
    <documentation>The base to which the runner on second base advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="3"/>
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-play / @runner-on-third-advance
Namespace No namespace
Annotations
The base to which the runner on third base advanced.
Type restriction of string
Properties
use: optional
Facets
enumeration home
Used by
Source
<attribute name="runner-on-third-advance" use="optional">
  <annotation>
    <documentation>The base to which the runner on third base advanced.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="home"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:action-baseball-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-baseball-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-baseball-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:team-metadata-baseball / @probable-starting-pitcher-idref
Namespace No namespace
Annotations
ID of the pitcher who will probably start the game.
Type IDREF
Properties
use: optional
Used by
Source
<attribute name="probable-starting-pitcher-idref" type="IDREF" use="optional">
  <annotation>
    <documentation>ID of the pitcher who will probably start the game.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @average
Namespace No namespace
Annotations
Average number of hits per at-bats
Type string
Properties
use: optional
Used by
Source
<attribute name="average" type="string" use="optional">
  <annotation>
    <documentation>Average number of hits per at-bats</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @runs-scored
Namespace No namespace
Annotations
Number of runs scored
Type string
Properties
use: optional
Used by
Source
<attribute name="runs-scored" type="string" use="optional">
  <annotation>
    <documentation>Number of runs scored</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @at-bats
Namespace No namespace
Annotations
Number of at-bats  (Does not include walks or Sacrifice Hits)
Type string
Properties
use: optional
Used by
Source
<attribute name="at-bats" type="string" use="optional">
  <annotation>
    <documentation>Number of at-bats (Does not include walks or Sacrifice Hits)</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @hits
Namespace No namespace
Annotations
Number of hits
Type string
Properties
use: optional
Used by
Source
<attribute name="hits" type="string" use="optional">
  <annotation>
    <documentation>Number of hits</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @rbi
Namespace No namespace
Annotations
Number of runs batted in
Type string
Properties
use: optional
Used by
Source
<attribute name="rbi" type="string" use="optional">
  <annotation>
    <documentation>Number of runs batted in</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @total-bases
Namespace No namespace
Annotations
Calculated by hits + doubles + (triples times 2) + (home-runs times 3).
Type string
Properties
use: optional
Used by
Source
<attribute name="total-bases" type="string" use="optional">
  <annotation>
    <documentation>Calculated by hits + doubles + (triples times 2) + (home-runs times 3).</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @slugging-percentage
Namespace No namespace
Annotations
Total bases divided by at-bats.
Type string
Properties
use: optional
Used by
Source
<attribute name="slugging-percentage" type="string" use="optional">
  <annotation>
    <documentation>Total bases divided by at-bats.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @bases-on-balls
Namespace No namespace
Annotations
Number of times batter was walked
Type string
Properties
use: optional
Used by
Source
<attribute name="bases-on-balls" type="string" use="optional">
  <annotation>
    <documentation>Number of times batter was walked</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @bases-on-balls-rate
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="bases-on-balls-rate" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @bases-on-balls-intentional
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="bases-on-balls-intentional" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @strikeouts
Namespace No namespace
Annotations
Number of times batter struck out
Type string
Properties
use: optional
Used by
Source
<attribute name="strikeouts" type="string" use="optional">
  <annotation>
    <documentation>Number of times batter struck out</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @strikeouts-looking
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="strikeouts-looking" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @outs-ground
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="outs-ground" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @outs-fly
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="outs-fly" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @left-on-base
Namespace No namespace
Annotations
Number of runners left on base
Type string
Properties
use: optional
Used by
Source
<attribute name="left-on-base" type="string" use="optional">
  <annotation>
    <documentation>Number of runners left on base</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @left-in-scoring-position
Namespace No namespace
Annotations
Number of runners left on second and/or third base
Type string
Properties
use: optional
Used by
Source
<attribute name="left-in-scoring-position" type="string" use="optional">
  <annotation>
    <documentation>Number of runners left on second and/or third base</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @singles
Namespace No namespace
Annotations
Number of hits off of which batter advances to first base
Type string
Properties
use: optional
Used by
Source
<attribute name="singles" type="string" use="optional">
  <annotation>
    <documentation>Number of hits off of which batter advances to first base</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @doubles
Namespace No namespace
Annotations
Number of hits off of which batter advances to second base
Type string
Properties
use: optional
Used by
Source
<attribute name="doubles" type="string" use="optional">
  <annotation>
    <documentation>Number of hits off of which batter advances to second base</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @triples
Namespace No namespace
Annotations
Number of hits off of which batter advances to third base
Type string
Properties
use: optional
Used by
Source
<attribute name="triples" type="string" use="optional">
  <annotation>
    <documentation>Number of hits off of which batter advances to third base</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @home-runs
Namespace No namespace
Annotations
Number of hits off of which batter advances to home plate
Type string
Properties
use: optional
Used by
Source
<attribute name="home-runs" type="string" use="optional">
  <annotation>
    <documentation>Number of hits off of which batter advances to home plate</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @home-runs-season
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="home-runs-season" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @grand-slams
Namespace No namespace
Annotations
Number of home runs with bases loaded
Type string
Properties
use: optional
Used by
Source
<attribute name="grand-slams" type="string" use="optional">
  <annotation>
    <documentation>Number of home runs with bases loaded</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @streak-hits
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="streak-hits" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @hits-event-winning
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="hits-event-winning" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @at-bats-per-rbi
Namespace No namespace
Annotations
RBI per at-bat ratio
Type string
Properties
use: optional
Used by
Source
<attribute name="at-bats-per-rbi" type="string" use="optional">
  <annotation>
    <documentation>RBI per at-bat ratio</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @plate-appearances-per-rbi
Namespace No namespace
Annotations
Plate appearances per at-bat ratio
Type string
Properties
use: optional
Used by
Source
<attribute name="plate-appearances-per-rbi" type="string" use="optional">
  <annotation>
    <documentation>Plate appearances per at-bat ratio</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @at-bats-per-home-run
Namespace No namespace
Annotations
Home runs per at-bat ratio
Type string
Properties
use: optional
Used by
Source
<attribute name="at-bats-per-home-run" type="string" use="optional">
  <annotation>
    <documentation>Home runs per at-bat ratio</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @plate-appearances-per-home-run
Namespace No namespace
Annotations
Plate appearances per home run ratio
Type string
Properties
use: optional
Used by
Source
<attribute name="plate-appearances-per-home-run" type="string" use="optional">
  <annotation>
    <documentation>Plate appearances per home run ratio</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @sac-flies
Namespace No namespace
Annotations
Number of hits resulting in batter out which advance base runner(s)
Type string
Properties
use: optional
Used by
Source
<attribute name="sac-flies" type="string" use="optional">
  <annotation>
    <documentation>Number of hits resulting in batter out which advance base runner(s)</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @sac-bunts
Namespace No namespace
Annotations
Number of bunts resulting in batter out which advance base runner(s)
Type string
Properties
use: optional
Used by
Source
<attribute name="sac-bunts" type="string" use="optional">
  <annotation>
    <documentation>Number of bunts resulting in batter out which advance base runner(s)</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @sacrifices
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacrifices" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @grounded-into-double-play
Namespace No namespace
Annotations
Number of ground balls which result in batter and base runner outs
Type string
Properties
use: optional
Used by
Source
<attribute name="grounded-into-double-play" type="string" use="optional">
  <annotation>
    <documentation>Number of ground balls which result in batter and base runner outs</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @hit-into-double-play
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="hit-into-double-play" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @moved-up
Namespace No namespace
Annotations
Number of times runner advances to another base
Type string
Properties
use: optional
Used by
Source
<attribute name="moved-up" type="string" use="optional">
  <annotation>
    <documentation>Number of times runner advances to another base</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @on-base-percentage
Namespace No namespace
Annotations
Calculated as follows: (hits + bases-on-balls + hit-by-pitch) / (at-bats + bases-on-balls + hit-by-pitch + sac-flies)
Type string
Properties
use: optional
Used by
Source
<attribute name="on-base-percentage" type="string" use="optional">
  <annotation>
    <documentation>Calculated as follows: (hits + bases-on-balls + hit-by-pitch) / (at-bats + bases-on-balls + hit-by-pitch + sac-flies)</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @stolen-bases
Namespace No namespace
Annotations
Number of successfully stolen bases.
Type string
Properties
use: optional
Used by
Source
<attribute name="stolen-bases" type="string" use="optional">
  <annotation>
    <documentation>Number of successfully stolen bases.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @stolen-bases-caught
Namespace No namespace
Annotations
Number of times the runner was caught while trying to steal bases.
Type string
Properties
use: optional
Used by
Source
<attribute name="stolen-bases-caught" type="string" use="optional">
  <annotation>
    <documentation>Number of times the runner was caught while trying to steal bases.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @stolen-bases-average
Namespace No namespace
Annotations
Success rate for stealing bases.
Type string
Properties
use: optional
Used by
Source
<attribute name="stolen-bases-average" type="string" use="optional">
  <annotation>
    <documentation>Success rate for stealing bases.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @hit-by-pitch
Namespace No namespace
Annotations
Number of times batter hit by pitch
Type string
Properties
use: optional
Used by
Source
<attribute name="hit-by-pitch" type="string" use="optional">
  <annotation>
    <documentation>Number of times batter hit by pitch</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @reached-base-defensive-interference
Namespace No namespace
Annotations
The number of times the player reached a base due to interference by the defense.
Type string
Properties
use: optional
Used by
Source
<attribute name="reached-base-defensive-interference" type="string" use="optional">
  <annotation>
    <documentation>The number of times the player reached a base due to interference by the defense.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @reached-base-error
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="reached-base-error" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @reached-base-fielder-choice
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="reached-base-fielder-choice" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @on-base-plus-slugging
Namespace No namespace
Annotations
Calculated by adding on-base-percentage to slugging-percentage.
Type string
Properties
use: optional
Used by
Source
<attribute name="on-base-plus-slugging" type="string" use="optional">
  <annotation>
    <documentation>Calculated by adding on-base-percentage to slugging-percentage.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @plate-appearances
Namespace No namespace
Annotations
Calculated by adding at-bats, bases-on-balls, hit-by-pitch, sac-flies, sac-bunts, and defensive-interfance-reaches.
Type string
Properties
use: optional
Used by
Source
<attribute name="plate-appearances" type="string" use="optional">
  <annotation>
    <documentation>Calculated by adding at-bats, bases-on-balls, hit-by-pitch, sac-flies, sac-bunts, and defensive-interfance-reaches.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @hits-extra-base
Namespace No namespace
Annotations
Calculated by adding doubles, triples, and home-runs.
Type string
Properties
use: optional
Used by
Source
<attribute name="hits-extra-base" type="string" use="optional">
  <annotation>
    <documentation>Calculated by adding doubles, triples, and home-runs.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @strikeout-rate
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="strikeout-rate" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @shutouts
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="shutouts" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @double-plays-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="double-plays-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @triple-plays-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="triple-plays-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @pick-offs-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="pick-offs-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-offensive / @games-played
Namespace No namespace
Annotations
Number of games played.
Type string
Properties
use: optional
Used by
Source
<attribute name="games-played" type="string" use="optional">
  <annotation>
    <documentation>Number of games played.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @runs-allowed
Namespace No namespace
Annotations
Number of runs against
Type string
Properties
use: optional
Used by
Source
<attribute name="runs-allowed" type="string" use="optional">
  <annotation>
    <documentation>Number of runs against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @home-runs-allowed
Namespace No namespace
Annotations
Number of home runs against
Type string
Properties
use: optional
Used by
Source
<attribute name="home-runs-allowed" type="string" use="optional">
  <annotation>
    <documentation>Number of home runs against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @sacrifice-bunts-allowed
Namespace No namespace
Annotations
Number of sacrifice bunts against
Type string
Properties
use: optional
Used by
Source
<attribute name="sacrifice-bunts-allowed" type="string" use="optional">
  <annotation>
    <documentation>Number of sacrifice bunts against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @sacrifice-hits-allowed
Namespace No namespace
Annotations
Number of sacrifice hits against
Type string
Properties
use: optional
Used by
Source
<attribute name="sacrifice-hits-allowed" type="string" use="optional">
  <annotation>
    <documentation>Number of sacrifice hits against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @interferences
Namespace No namespace
Annotations
Number of interference or obstruction calls
Type string
Properties
use: optional
Used by
Source
<attribute name="interferences" type="string" use="optional">
  <annotation>
    <documentation>Number of interference or obstruction calls</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @innings-pitched
Namespace No namespace
Annotations
Number of innings pitched
Type string
Properties
use: optional
Used by
Source
<attribute name="innings-pitched" type="string" use="optional">
  <annotation>
    <documentation>Number of innings pitched</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @innings-pitched-average
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="innings-pitched-average" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @hits
Namespace No namespace
Annotations
Number of hits against
Type string
Properties
use: optional
Used by
Source
<attribute name="hits" type="string" use="optional">
  <annotation>
    <documentation>Number of hits against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @earned-runs
Namespace No namespace
Annotations
Number of earned runs against
Type string
Properties
use: optional
Used by
Source
<attribute name="earned-runs" type="string" use="optional">
  <annotation>
    <documentation>Number of earned runs against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @unearned-runs
Namespace No namespace
Annotations
Number of unearned runs against
Type string
Properties
use: optional
Used by
Source
<attribute name="unearned-runs" type="string" use="optional">
  <annotation>
    <documentation>Number of unearned runs against</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @bases-on-balls
Namespace No namespace
Annotations
Number of earned walks allowed
Type string
Properties
use: optional
Used by
Source
<attribute name="bases-on-balls" type="string" use="optional">
  <annotation>
    <documentation>Number of earned walks allowed</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @bases-on-balls-intentional
Namespace No namespace
Annotations
Number of batters intentionally walked
Type string
Properties
use: optional
Used by
Source
<attribute name="bases-on-balls-intentional" type="string" use="optional">
  <annotation>
    <documentation>Number of batters intentionally walked</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @strikeouts
Namespace No namespace
Annotations
Number of earned strikeouts
Type string
Properties
use: optional
Used by
Source
<attribute name="strikeouts" type="string" use="optional">
  <annotation>
    <documentation>Number of earned strikeouts</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @strikeout-to-bb-ratio
Namespace No namespace
Annotations
Strikeout to walks ratio
Type string
Properties
use: optional
Used by
Source
<attribute name="strikeout-to-bb-ratio" type="string" use="optional">
  <annotation>
    <documentation>Strikeout to walks ratio</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @number-of-pitches
Namespace No namespace
Annotations
Number of pitches thrown
Type string
Properties
use: optional
Used by
Source
<attribute name="number-of-pitches" type="string" use="optional">
  <annotation>
    <documentation>Number of pitches thrown</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @number-of-strikes
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="number-of-strikes" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @era
Namespace No namespace
Annotations
Earned run average: Number of earned runs divided by number of innings pitched multiplied by nine
Type string
Properties
use: optional
Used by
Source
<attribute name="era" type="string" use="optional">
  <annotation>
    <documentation>Earned run average: Number of earned runs divided by number of innings pitched multiplied by nine</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @whip
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="whip" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @inherited-runners-scored
Namespace No namespace
Annotations
Number of runners which a previous pitcher allowed on base which scored
Type string
Properties
use: optional
Used by
Source
<attribute name="inherited-runners-scored" type="string" use="optional">
  <annotation>
    <documentation>Number of runners which a previous pitcher allowed on base which scored</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @pick-offs
Namespace No namespace
Annotations
The number of times the pitcher caught a player trying to steal, before making the pitch.
Type string
Properties
use: optional
Used by
Source
<attribute name="pick-offs" type="string" use="optional">
  <annotation>
    <documentation>The number of times the pitcher caught a player trying to steal, before making the pitch.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @errors-hit-with-pitch
Namespace No namespace
Annotations
Number of times pitcher hits batter with pitch
Type string
Properties
use: optional
Used by
Source
<attribute name="errors-hit-with-pitch" type="string" use="optional">
  <annotation>
    <documentation>Number of times pitcher hits batter with pitch</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @errors-wild-pitch
Namespace No namespace
Annotations
Number of wild pitches thrown
Type string
Properties
use: optional
Used by
Source
<attribute name="errors-wild-pitch" type="string" use="optional">
  <annotation>
    <documentation>Number of wild pitches thrown</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @balks
Namespace No namespace
Annotations
Number of balks
Type string
Properties
use: optional
Used by
Source
<attribute name="balks" type="string" use="optional">
  <annotation>
    <documentation>Number of balks</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @wins
Namespace No namespace
Annotations
Number of games pitcher has won
Type string
Properties
use: optional
Used by
Source
<attribute name="wins" type="string" use="optional">
  <annotation>
    <documentation>Number of games pitcher has won</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @losses
Namespace No namespace
Annotations
Number of games pitcher has lost
Type string
Properties
use: optional
Used by
Source
<attribute name="losses" type="string" use="optional">
  <annotation>
    <documentation>Number of games pitcher has lost</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @saves
Namespace No namespace
Annotations
Number of games pitcher has saved
Type string
Properties
use: optional
Used by
Source
<attribute name="saves" type="string" use="optional">
  <annotation>
    <documentation>Number of games pitcher has saved</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @holds
Namespace No namespace
Annotations
Number of games relief pitcher has held the lead
Type string
Properties
use: optional
Used by
Source
<attribute name="holds" type="string" use="optional">
  <annotation>
    <documentation>Number of games relief pitcher has held the lead</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @saves-blown
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="saves-blown" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @saves-tough
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="saves-tough" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @saves-opportunities
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="saves-opportunities" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @relief-points
Namespace No namespace
Annotations
Formula for rating relief performances. 4 points for a tough save; 3 points for a save; 2 for a relief win; minus 2 for a relief loss and blown save.
Type string
Properties
use: optional
Used by
Source
<attribute name="relief-points" type="string" use="optional">
  <annotation>
    <documentation>Formula for rating relief performances. 4 points for a tough save; 3 points for a save; 2 for a relief win; minus 2 for a relief loss and blown save.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @shutouts
Namespace No namespace
Annotations
Number of games pitched in which opposing team did not score
Type string
Properties
use: optional
Used by
Source
<attribute name="shutouts" type="string" use="optional">
  <annotation>
    <documentation>Number of games pitched in which opposing team did not score</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @games-complete
Namespace No namespace
Annotations
Number of complete games pitched
Type string
Properties
use: optional
Used by
Source
<attribute name="games-complete" type="string" use="optional">
  <annotation>
    <documentation>Number of complete games pitched</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @games-finished
Namespace No namespace
Annotations
Number of games pitched to the end
Type string
Properties
use: optional
Used by
Source
<attribute name="games-finished" type="string" use="optional">
  <annotation>
    <documentation>Number of games pitched to the end</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @games-pitched
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="games-pitched" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @winning-percentage
Namespace No namespace
Annotations
Calculated by wins divided by (wins + losses).
Type string
Properties
use: optional
Used by
Source
<attribute name="winning-percentage" type="string" use="optional">
  <annotation>
    <documentation>Calculated by wins divided by (wins + losses).</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @event-credit
Namespace No namespace
Annotations
Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)
Type restriction of string
Properties
use: optional
Facets
enumeration win
enumeration loss
enumeration save
Used by
Source
<attribute name="event-credit" use="optional">
  <annotation>
    <documentation>Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="win"/>
      <enumeration value="loss"/>
      <enumeration value="save"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:stats-baseball-pitching / @save-credit
Namespace No namespace
Annotations
Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)
Type restriction of string
Properties
use: optional
Facets
enumeration hold
enumeration blown
enumeration save
Used by
Source
<attribute name="save-credit" use="optional">
  <annotation>
    <documentation>Whether a pitcher has received credit for winning or losing the game. TBD. Controlled Vocabulary. (win|loss|save|blown-save|win-blown-save|loss-blown-save|hold-win|hold-loss)</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="hold"/>
      <enumeration value="blown"/>
      <enumeration value="save"/>
    </restriction>
  </simpleType>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-average-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-average-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-at-bats-against
Namespace No namespace
Annotations
Number of batters faced who were credited with at-bats.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-at-bats-against" type="string" use="optional">
  <annotation>
    <documentation>Number of batters faced who were credited with at-bats.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-total-against
Namespace No namespace
Annotations
Total number of batters faced.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-total-against" type="string" use="optional">
  <annotation>
    <documentation>Total number of batters faced.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-total-bases-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-total-bases-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-slugging-percentage-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-slugging-percentage-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-on-base-percentage-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-on-base-percentage-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-doubles-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-doubles-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-triples-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-triples-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @batters-home-runs-against
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="batters-home-runs-against" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @inherited-runners-total
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="inherited-runners-total" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @sacrifice-flies-allowed
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="sacrifice-flies-allowed" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-pitching / @shutouts-combined
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="shutouts-combined" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @position
Namespace No namespace
Annotations
Position played for these stats.
Type sportsml:position.Baseball
Properties
use: optional
Used by
Source
<attribute name="position" type="sportsml:position.Baseball" use="optional">
  <annotation>
    <documentation>Position played for these stats.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @double-plays
Namespace No namespace
Annotations
Number of times two runners thrown out at the base.
Type string
Properties
use: optional
Used by
Source
<attribute name="double-plays" type="string" use="optional">
  <annotation>
    <documentation>Number of times two runners thrown out at the base.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @triple-plays
Namespace No namespace
Annotations
Number of times three runners thrown out at the base.
Type string
Properties
use: optional
Used by
Source
<attribute name="triple-plays" type="string" use="optional">
  <annotation>
    <documentation>Number of times three runners thrown out at the base.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @putouts
Namespace No namespace
Annotations
Number of times a fielder caught a fly ball for an out.
Type string
Properties
use: optional
Used by
Source
<attribute name="putouts" type="string" use="optional">
  <annotation>
    <documentation>Number of times a fielder caught a fly ball for an out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @assists
Namespace No namespace
Annotations
Number of plays in which a fielder throws a ball to another fielder for the out.
Type string
Properties
use: optional
Used by
Source
<attribute name="assists" type="string" use="optional">
  <annotation>
    <documentation>Number of plays in which a fielder throws a ball to another fielder for the out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @errors
Namespace No namespace
Annotations
Number of plays in which a fielder committed an error, such as dropping a ball.
Type string
Properties
use: optional
Used by
Source
<attribute name="errors" type="string" use="optional">
  <annotation>
    <documentation>Number of plays in which a fielder committed an error, such as dropping a ball.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @fielding-chances
Namespace No namespace
Annotations
TBD.
Type string
Properties
use: optional
Used by
Source
<attribute name="fielding-chances" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @fielding-percentage
Namespace No namespace
Annotations
A measure of fielding success. Calculated as follows: (putouts + assists) / (putouts + assists + errors).
Type string
Properties
use: optional
Used by
Source
<attribute name="fielding-percentage" type="string" use="optional">
  <annotation>
    <documentation>A measure of fielding success. Calculated as follows: (putouts + assists) / (putouts + assists + errors).</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @defensive-average
Namespace No namespace
Annotations
Rate a fielder turns a bill hit to their area into an out.
Type string
Properties
use: optional
Used by
Source
<attribute name="defensive-average" type="string" use="optional">
  <annotation>
    <documentation>Rate a fielder turns a bill hit to their area into an out.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @errors-passed-ball
Namespace No namespace
Annotations
Number of times a catcher is faulted with letting a pitched ball go past.
Type string
Properties
use: optional
Used by
Source
<attribute name="errors-passed-ball" type="string" use="optional">
  <annotation>
    <documentation>Number of times a catcher is faulted with letting a pitched ball go past.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @errors-catchers-interference
Namespace No namespace
Annotations
Number of times a catcher has improperly interfered with play.
Type string
Properties
use: optional
Used by
Source
<attribute name="errors-catchers-interference" type="string" use="optional">
  <annotation>
    <documentation>Number of times a catcher has improperly interfered with play.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @stolen-bases
Namespace No namespace
Annotations
Number of bases successfully stolen while this player was on the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="stolen-bases" type="string" use="optional">
  <annotation>
    <documentation>Number of bases successfully stolen while this player was on the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @stolen-bases-caught
Namespace No namespace
Annotations
Number of times a runner was caught while trying to steal bases while this player was on the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="stolen-bases-caught" type="string" use="optional">
  <annotation>
    <documentation>Number of times a runner was caught while trying to steal bases while this player was on the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @stolen-bases-average
Namespace No namespace
Annotations
Success rate for stealing bases while this player was on the field.
Type string
Properties
use: optional
Used by
Source
<attribute name="stolen-bases-average" type="string" use="optional">
  <annotation>
    <documentation>Success rate for stealing bases while this player was on the field.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @innings-played
Namespace No namespace
Annotations
Number of innings played at the named position.
Type string
Properties
use: optional
Used by
Source
<attribute name="innings-played" type="string" use="optional">
  <annotation>
    <documentation>Number of innings played at the named position.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-baseball-defensive / @games-played
Namespace No namespace
Annotations
Number of games played at the named position.
Type string
Properties
use: optional
Used by
Source
<attribute name="games-played" type="string" use="optional">
  <annotation>
    <documentation>Number of games played at the named position.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-metadata-baseball / @batting-hand
Namespace No namespace
Annotations
Indicates whether player bats left, right, or is a switch-hitter.
Type sportsml:bodySide.Core
Properties
use: optional
Used by
Source
<attribute name="batting-hand" type="sportsml:bodySide.Core" use="optional">
  <annotation>
    <documentation>Indicates whether player bats left, right, or is a switch-hitter.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-metadata-baseball / @throwing-hand
Namespace No namespace
Annotations
Indicates whether player throws left, right, or is a switch-thrower.
Type sportsml:bodySide.Core
Properties
use: optional
Used by
Source
<attribute name="throwing-hand" type="sportsml:bodySide.Core" use="optional">
  <annotation>
    <documentation>Indicates whether player throws left, right, or is a switch-thrower.</documentation>
  </annotation>
</attribute>
Attribute Group sportsml:eventStateBaseball
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-specific-baseball_xsd.tmp#eventStateBaseball_inning-value sportsml-specific-baseball_xsd.tmp#eventStateBaseball_inning-half sportsml-specific-baseball_xsd.tmp#eventStateBaseball_outs sportsml-specific-baseball_xsd.tmp#eventStateBaseball_balls sportsml-specific-baseball_xsd.tmp#eventStateBaseball_strikes sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runner-on-first sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runner-on-first-idref sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runner-on-second sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runner-on-second-idref sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runner-on-third sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runner-on-third-idref sportsml-specific-baseball_xsd.tmp#eventStateBaseball_runs-this-inning-half sportsml-specific-baseball_xsd.tmp#eventStateBaseball_pitcher-idref sportsml-specific-baseball_xsd.tmp#eventStateBaseball_batter-idref sportsml-specific-baseball_xsd.tmp#eventStateBaseball_batter-side sportsml-specific-baseball_xsd.tmp#eventStateBaseball_at-bat-number sportsml-specific-baseball_xsd.tmp#eventStateBaseball_sequence-number
Used by
Attributes
QName Type Fixed Default Use Annotation
at-bat-number string optional
Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.
balls string optional
Either 1, 2, 3, or 4.
batter-idref IDREF optional
A pointer to the player element for the batter at the plate.
batter-side sportsml:bodySide.Core optional
Which side of the plate the batter was on when taking the pitch.
inning-half restriction of string optional
Either top or bottom.
inning-value string optional
An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.
outs string optional
Either 1, 2, or 3.
pitcher-idref IDREF optional
A pointer to the player element for the pitcher standing on the mound.
runner-on-first string optional
Whether or not a player is standing on first base. Either true or false.
runner-on-first-idref IDREF optional
A pointer to the player on first base.
runner-on-second string optional
Whether or not a player is standing on second base. Either true or false.
runner-on-second-idref IDREF optional
A pointer to the player on second base.
runner-on-third string optional
Whether or not a player is standing on third base. Either true or false.
runner-on-third-idref IDREF optional
A pointer to the player on third base.
runs-this-inning-half string optional
An integer.
sequence-number string optional
Usually an integer
strikes string optional
Either 1, 2, or 3.
Source
<attributeGroup name="eventStateBaseball">
  <attribute name="inning-value" type="string" use="optional">
    <annotation>
      <documentation>An integer. 1 through 9 for the main innings. 10, 11, 12, etc. for extra innings.</documentation>
    </annotation>
  </attribute>
  <attribute name="inning-half" use="optional">
    <annotation>
      <documentation>Either top or bottom.</documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="top"/>
        <enumeration value="bottom"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="outs" type="string" use="optional">
    <annotation>
      <documentation>Either 1, 2, or 3.</documentation>
    </annotation>
  </attribute>
  <attribute name="balls" type="string" use="optional">
    <annotation>
      <documentation>Either 1, 2, 3, or 4.</documentation>
    </annotation>
  </attribute>
  <attribute name="strikes" type="string" use="optional">
    <annotation>
      <documentation>Either 1, 2, or 3.</documentation>
    </annotation>
  </attribute>
  <attribute name="runner-on-first" type="string" use="optional">
    <annotation>
      <documentation>Whether or not a player is standing on first base. Either true or false.</documentation>
    </annotation>
  </attribute>
  <attribute name="runner-on-first-idref" type="IDREF" use="optional">
    <annotation>
      <documentation>A pointer to the player on first base.</documentation>
    </annotation>
  </attribute>
  <attribute name="runner-on-second" type="string" use="optional">
    <annotation>
      <documentation>Whether or not a player is standing on second base. Either true or false.</documentation>
    </annotation>
  </attribute>
  <attribute name="runner-on-second-idref" type="IDREF" use="optional">
    <annotation>
      <documentation>A pointer to the player on second base.</documentation>
    </annotation>
  </attribute>
  <attribute name="runner-on-third" type="string" use="optional">
    <annotation>
      <documentation>Whether or not a player is standing on third base. Either true or false.</documentation>
    </annotation>
  </attribute>
  <attribute name="runner-on-third-idref" type="IDREF" use="optional">
    <annotation>
      <documentation>A pointer to the player on third base.</documentation>
    </annotation>
  </attribute>
  <attribute name="runs-this-inning-half" type="string" use="optional">
    <annotation>
      <documentation>An integer.</documentation>
    </annotation>
  </attribute>
  <attribute name="pitcher-idref" type="IDREF" use="optional">
    <annotation>
      <documentation>A pointer to the player element for the pitcher standing on the mound.</documentation>
    </annotation>
  </attribute>
  <attribute name="batter-idref" type="IDREF" use="optional">
    <annotation>
      <documentation>A pointer to the player element for the batter at the plate.</documentation>
    </annotation>
  </attribute>
  <attribute name="batter-side" type="sportsml:bodySide.Core" use="optional">
    <annotation>
      <documentation>Which side of the plate the batter was on when taking the pitch.</documentation>
    </annotation>
  </attribute>
  <attribute name="at-bat-number" type="string" use="optional">
    <annotation>
      <documentation>Incremented throughout game on a per-team basis. A perfect game would have at-bat-number go from 1 to 27 for the team that didn't get any hits.</documentation>
    </annotation>
  </attribute>
  <attribute name="sequence-number" type="string" use="optional">
    <annotation>
      <documentation>Usually an integer</documentation>
    </annotation>
  </attribute>
</attributeGroup>