Definition Type: Element
Name: stats-baseball-pitching
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-baseball.xsd
Abstract
Documentation:
Stats accumulated while a team is pitching. | Includes strikeouts and shutouts.
Collapse XSD Schema Diagram:
Drilldown into shutouts-combined in schema sportsml-specific-baseball_xsd Drilldown into sacrifice-flies-allowed in schema sportsml-specific-baseball_xsd Drilldown into inherited-runners-total in schema sportsml-specific-baseball_xsd Drilldown into batters-home-runs-against in schema sportsml-specific-baseball_xsd Drilldown into batters-triples-against in schema sportsml-specific-baseball_xsd Drilldown into batters-doubles-against in schema sportsml-specific-baseball_xsd Drilldown into batters-on-base-percentage-against in schema sportsml-specific-baseball_xsd Drilldown into batters-slugging-percentage-against in schema sportsml-specific-baseball_xsd Drilldown into batters-total-bases-against in schema sportsml-specific-baseball_xsd Drilldown into batters-total-against in schema sportsml-specific-baseball_xsd Drilldown into batters-at-bats-against in schema sportsml-specific-baseball_xsd Drilldown into batters-average-against in schema sportsml-specific-baseball_xsd Drilldown into save-credit in schema sportsml-specific-baseball_xsd Drilldown into event-credit in schema sportsml-specific-baseball_xsd Drilldown into winning-percentage in schema sportsml-specific-baseball_xsd Drilldown into games-pitched in schema sportsml-specific-baseball_xsd Drilldown into games-finished in schema sportsml-specific-baseball_xsd Drilldown into games-complete in schema sportsml-specific-baseball_xsd Drilldown into shutouts in schema sportsml-specific-baseball_xsd Drilldown into relief-points in schema sportsml-specific-baseball_xsd Drilldown into saves-opportunities in schema sportsml-specific-baseball_xsd Drilldown into saves-tough in schema sportsml-specific-baseball_xsd Drilldown into saves-blown in schema sportsml-specific-baseball_xsd Drilldown into holds in schema sportsml-specific-baseball_xsd Drilldown into saves in schema sportsml-specific-baseball_xsd Drilldown into losses in schema sportsml-specific-baseball_xsd Drilldown into wins in schema sportsml-specific-baseball_xsd Drilldown into balks in schema sportsml-specific-baseball_xsd Drilldown into errors-wild-pitch in schema sportsml-specific-baseball_xsd Drilldown into errors-hit-with-pitch in schema sportsml-specific-baseball_xsd Drilldown into pick-offs in schema sportsml-specific-baseball_xsd Drilldown into inherited-runners-scored in schema sportsml-specific-baseball_xsd Drilldown into whip in schema sportsml-specific-baseball_xsd Drilldown into era in schema sportsml-specific-baseball_xsd Drilldown into number-of-strikes in schema sportsml-specific-baseball_xsd Drilldown into number-of-pitches in schema sportsml-specific-baseball_xsd Drilldown into strikeout-to-bb-ratio 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 in schema sportsml-specific-baseball_xsd Drilldown into unearned-runs in schema sportsml-specific-baseball_xsd Drilldown into earned-runs in schema sportsml-specific-baseball_xsd Drilldown into hits in schema sportsml-specific-baseball_xsd Drilldown into innings-pitched-average in schema sportsml-specific-baseball_xsd Drilldown into innings-pitched in schema sportsml-specific-baseball_xsd Drilldown into interferences in schema sportsml-specific-baseball_xsd Drilldown into sacrifice-hits-allowed in schema sportsml-specific-baseball_xsd Drilldown into sacrifice-bunts-allowed in schema sportsml-specific-baseball_xsd Drilldown into home-runs-allowed in schema sportsml-specific-baseball_xsd Drilldown into runs-allowed in schema sportsml-specific-baseball_xsdXSD Diagram of stats-baseball-pitching in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
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
runs-allowed sportsml:runs-allowed Optional
home-runs-allowed sportsml:home-runs-allowed Optional
sacrifice-bunts-allowed sportsml:sacrifice-bunts-allowed Optional
sacrifice-hits-allowed sportsml:sacrifice-hits-allowed Optional
interferences sportsml:interferences Optional
innings-pitched sportsml:innings-pitched Optional
innings-pitched-average sportsml:innings-pitched-average Optional
hits sportsml:hits Optional
earned-runs sportsml:earned-runs Optional
unearned-runs sportsml:unearned-runs Optional
bases-on-balls sportsml:bases-on-balls Optional
bases-on-balls-intentional sportsml:bases-on-balls-intentional Optional
strikeouts sportsml:strikeouts Optional
strikeout-to-bb-ratio sportsml:strikeout-to-bb-ratio Optional
number-of-pitches sportsml:number-of-pitches Optional
number-of-strikes sportsml:number-of-strikes Optional
era sportsml:era Optional
whip sportsml:whip Optional
inherited-runners-scored sportsml:inherited-runners-scored Optional
pick-offs sportsml:pick-offs Optional
errors-hit-with-pitch sportsml:errors-hit-with-pitch Optional
errors-wild-pitch sportsml:errors-wild-pitch Optional
balks sportsml:balks Optional
wins sportsml:wins Optional
losses sportsml:losses Optional
saves sportsml:saves Optional
holds sportsml:holds Optional
saves-blown sportsml:saves-blown Optional
saves-tough sportsml:saves-tough Optional
saves-opportunities sportsml:saves-opportunities Optional
relief-points sportsml:relief-points Optional
shutouts sportsml:shutouts Optional
games-complete sportsml:games-complete Optional
games-finished sportsml:games-finished Optional
games-pitched sportsml:games-pitched Optional
winning-percentage sportsml:winning-percentage Optional
event-credit sportsml:event-credit Optional
save-credit sportsml:save-credit Optional
batters-average-against sportsml:batters-average-against Optional
batters-at-bats-against sportsml:batters-at-bats-against Optional
batters-total-against sportsml:batters-total-against Optional
batters-total-bases-against sportsml:batters-total-bases-against Optional
batters-slugging-percentage-against sportsml:batters-slugging-percentage-against Optional
batters-on-base-percentage-against sportsml:batters-on-base-percentage-against Optional
batters-doubles-against sportsml:batters-doubles-against Optional
batters-triples-against sportsml:batters-triples-against Optional
batters-home-runs-against sportsml:batters-home-runs-against Optional
inherited-runners-total sportsml:inherited-runners-total Optional
sacrifice-flies-allowed sportsml:sacrifice-flies-allowed Optional
shutouts-combined sportsml:shutouts-combined Optional