Definition Type: Attribute
Name: shooting-hand
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-ice-hockey.xsd
ContentType Restriction
Use Optional
Documentation:
The side from which a player normally shoots.
Collapse XSD Schema Diagram:
XSD Diagram of shooting-hand in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="shooting-hand" use="optional">
    <annotation>
        <documentation>The side from which a player normally shoots.</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