Definition Type: Element
Name: stats-baseball-offensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-baseball.xsd
Abstract
Documentation:
Stats accumulated while a team is at bat. | Includes hits and runs.
Collapse XSD Schema Diagram:
Drilldown into games-played in schema sportsml-specific-baseball_xsd Drilldown into pick-offs-against in schema sportsml-specific-baseball_xsd Drilldown into triple-plays-against in schema sportsml-specific-baseball_xsd Drilldown into double-plays-against in schema sportsml-specific-baseball_xsd Drilldown into shutouts in schema sportsml-specific-baseball_xsd Drilldown into strikeout-rate in schema sportsml-specific-baseball_xsd Drilldown into hits-extra-base in schema sportsml-specific-baseball_xsd Drilldown into plate-appearances in schema sportsml-specific-baseball_xsd Drilldown into on-base-plus-slugging in schema sportsml-specific-baseball_xsd Drilldown into reached-base-fielder-choice in schema sportsml-specific-baseball_xsd Drilldown into reached-base-error in schema sportsml-specific-baseball_xsd Drilldown into reached-base-defensive-interference in schema sportsml-specific-baseball_xsd Drilldown into hit-by-pitch in schema sportsml-specific-baseball_xsd Drilldown into stolen-bases-average in schema sportsml-specific-baseball_xsd Drilldown into stolen-bases-caught in schema sportsml-specific-baseball_xsd Drilldown into stolen-bases in schema sportsml-specific-baseball_xsd Drilldown into on-base-percentage in schema sportsml-specific-baseball_xsd Drilldown into moved-up in schema sportsml-specific-baseball_xsd Drilldown into hit-into-double-play in schema sportsml-specific-baseball_xsd Drilldown into grounded-into-double-play in schema sportsml-specific-baseball_xsd Drilldown into sacrifices in schema sportsml-specific-baseball_xsd Drilldown into sac-bunts in schema sportsml-specific-baseball_xsd Drilldown into sac-flies in schema sportsml-specific-baseball_xsd Drilldown into plate-appearances-per-home-run in schema sportsml-specific-baseball_xsd Drilldown into at-bats-per-home-run in schema sportsml-specific-baseball_xsd Drilldown into plate-appearances-per-rbi in schema sportsml-specific-baseball_xsd Drilldown into at-bats-per-rbi in schema sportsml-specific-baseball_xsd Drilldown into hits-event-winning in schema sportsml-specific-baseball_xsd Drilldown into streak-hits in schema sportsml-specific-baseball_xsd Drilldown into grand-slams in schema sportsml-specific-baseball_xsd Drilldown into home-runs-season in schema sportsml-specific-baseball_xsd Drilldown into home-runs in schema sportsml-specific-baseball_xsd Drilldown into triples in schema sportsml-specific-baseball_xsd Drilldown into doubles in schema sportsml-specific-baseball_xsd Drilldown into singles in schema sportsml-specific-baseball_xsd Drilldown into left-in-scoring-position in schema sportsml-specific-baseball_xsd Drilldown into left-on-base in schema sportsml-specific-baseball_xsd Drilldown into outs-fly in schema sportsml-specific-baseball_xsd Drilldown into outs-ground in schema sportsml-specific-baseball_xsd Drilldown into strikeouts-looking in schema sportsml-specific-baseball_xsd Drilldown into strikeouts in schema sportsml-specific-baseball_xsd Drilldown into bases-on-balls-intentional in schema sportsml-specific-baseball_xsd Drilldown into bases-on-balls-rate in schema sportsml-specific-baseball_xsd Drilldown into bases-on-balls in schema sportsml-specific-baseball_xsd Drilldown into slugging-percentage in schema sportsml-specific-baseball_xsd Drilldown into total-bases in schema sportsml-specific-baseball_xsd Drilldown into rbi in schema sportsml-specific-baseball_xsd Drilldown into hits in schema sportsml-specific-baseball_xsd Drilldown into at-bats in schema sportsml-specific-baseball_xsd Drilldown into runs-scored in schema sportsml-specific-baseball_xsd Drilldown into average in schema sportsml-specific-baseball_xsdXSD Diagram of stats-baseball-offensive in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
average sportsml:average Optional
runs-scored sportsml:runs-scored Optional
at-bats sportsml:at-bats Optional
hits sportsml:hits Optional
rbi sportsml:rbi Optional
total-bases sportsml:total-bases Optional
slugging-percentage sportsml:slugging-percentage Optional
bases-on-balls sportsml:bases-on-balls Optional
bases-on-balls-rate sportsml:bases-on-balls-rate Optional
bases-on-balls-intentional sportsml:bases-on-balls-intentional Optional
strikeouts sportsml:strikeouts Optional
strikeouts-looking sportsml:strikeouts-looking Optional
outs-ground sportsml:outs-ground Optional
outs-fly sportsml:outs-fly Optional
left-on-base sportsml:left-on-base Optional
left-in-scoring-position sportsml:left-in-scoring-position Optional
singles sportsml:singles Optional
doubles sportsml:doubles Optional
triples sportsml:triples Optional
home-runs sportsml:home-runs Optional
home-runs-season sportsml:home-runs-season Optional
grand-slams sportsml:grand-slams Optional
streak-hits sportsml:streak-hits Optional
hits-event-winning sportsml:hits-event-winning Optional
at-bats-per-rbi sportsml:at-bats-per-rbi Optional
plate-appearances-per-rbi sportsml:plate-appearances-per-rbi Optional
at-bats-per-home-run sportsml:at-bats-per-home-run Optional
plate-appearances-per-home-run sportsml:plate-appearances-per-home-run Optional
sac-flies sportsml:sac-flies Optional
sac-bunts sportsml:sac-bunts Optional
sacrifices sportsml:sacrifices Optional
grounded-into-double-play sportsml:grounded-into-double-play Optional
hit-into-double-play sportsml:hit-into-double-play Optional
moved-up sportsml:moved-up Optional
on-base-percentage sportsml:on-base-percentage Optional
stolen-bases sportsml:stolen-bases Optional
stolen-bases-caught sportsml:stolen-bases-caught Optional
stolen-bases-average sportsml:stolen-bases-average Optional
hit-by-pitch sportsml:hit-by-pitch Optional
reached-base-defensive-interference sportsml:reached-base-defensive-interference Optional
reached-base-error sportsml:reached-base-error Optional
reached-base-fielder-choice sportsml:reached-base-fielder-choice Optional
on-base-plus-slugging sportsml:on-base-plus-slugging Optional
plate-appearances sportsml:plate-appearances Optional
hits-extra-base sportsml:hits-extra-base Optional
strikeout-rate sportsml:strikeout-rate Optional
shutouts sportsml:shutouts Optional
double-plays-against sportsml:double-plays-against Optional
triple-plays-against sportsml:triple-plays-against Optional
pick-offs-against sportsml:pick-offs-against Optional
games-played sportsml:games-played Optional