Definition Type: Attribute
Name: throwing-hand
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:
Indicates whether player throws left, right, or is a switch-thrower.
Collapse XSD Schema Diagram:
XSD Diagram of throwing-hand in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="throwing-hand" use="optional">
    <annotation>
        <documentation>Indicates whether player throws left, right, or is a switch-thrower.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="left" />
            <enumeration value="right" />
            <enumeration value="both" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration left
Enumeration right
Enumeration both