Definition Type: Attribute
Name: umpire-call
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-baseball.xsd
ContentType Restriction
Use Optional
Documentation:
The net result of the pitch.
Collapse XSD Schema Diagram:
XSD Diagram of umpire-call in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration ball
Enumeration strike
Enumeration in-play