<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>
|