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