Definition Type: Attribute
Name: catching-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 hand with which a player, generally a goaltender, catches the puck.
Collapse XSD Schema Diagram:
XSD Diagram of catching-hand in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="catching-hand" use="optional">
    <annotation>
        <documentation>The hand with which a player, generally a goaltender, catches the puck.</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