<element name="action-baseball-pitch">
<annotation>
<documentation>Issued after a pitch. Not used if the batter hit the ball into play. | Can indicate whether the pitch was a ball or strike, and where the pitch was located.</documentation>
</annotation>
<complexType>
<choice minOccurs="0">
<element ref="sportsml:action-baseball-contact" />
</choice>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBaseball" />
<attribute name="umpire-call" use="optional">
<annotation>
<documentation>The net result of the pitch.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="ball" />
<enumeration value="strike" />
<enumeration value="in-play" />
</restriction>
</simpleType>
</attribute>
<attribute name="pitch-type" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="pitch-velocity" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="trajectory-coordinates" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="strike-type" type="sportsml:strikeType.Baseball" use="optional">
<annotation>
<documentation>Whether a strike was called by the umpire, or due to swinging.</documentation>
</annotation>
</attribute>
<attribute name="ball-location" type="sportsml:ballLocation.Baseball" use="optional">
<annotation>
<documentation>Where with respect to the batter the ball was pitched.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment about the action.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|