Definition Type: Element
Name: stats-baseball-defensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-baseball.xsd
Abstract
Documentation:
Stats accumulated while a team is out in the field. | Includes double-plays and errors.
Collapse XSD Schema Diagram:
Drilldown into games-played in schema sportsml-specific-baseball_xsd Drilldown into innings-played 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 errors-catchers-interference in schema sportsml-specific-baseball_xsd Drilldown into errors-passed-ball in schema sportsml-specific-baseball_xsd Drilldown into defensive-average in schema sportsml-specific-baseball_xsd Drilldown into fielding-percentage in schema sportsml-specific-baseball_xsd Drilldown into fielding-chances in schema sportsml-specific-baseball_xsd Drilldown into errors in schema sportsml-specific-baseball_xsd Drilldown into assists in schema sportsml-specific-baseball_xsd Drilldown into putouts in schema sportsml-specific-baseball_xsd Drilldown into triple-plays in schema sportsml-specific-baseball_xsd Drilldown into double-plays in schema sportsml-specific-baseball_xsd Drilldown into position in schema sportsml-specific-baseball_xsdXSD Diagram of stats-baseball-defensive in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
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
position sportsml:position Optional
double-plays sportsml:double-plays Optional
triple-plays sportsml:triple-plays Optional
putouts sportsml:putouts Optional
assists sportsml:assists Optional
errors sportsml:errors Optional
fielding-chances sportsml:fielding-chances Optional
fielding-percentage sportsml:fielding-percentage Optional
defensive-average sportsml:defensive-average Optional
errors-passed-ball sportsml:errors-passed-ball Optional
errors-catchers-interference sportsml:errors-catchers-interference Optional
stolen-bases sportsml:stolen-bases Optional
stolen-bases-caught sportsml:stolen-bases-caught Optional
stolen-bases-average sportsml:stolen-bases-average Optional
innings-played sportsml:innings-played Optional
games-played sportsml:games-played Optional