Definition Type: Element
Name: player-metadata-ice-hockey
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Metadata for a player. | Specific to ice-hockey. Reserved for future use.
Collapse XSD Schema Diagram:
Drilldown into catching-hand in schema sportsml-specific-ice-hockey_xsd Drilldown into shooting-hand in schema sportsml-specific-ice-hockey_xsdXSD Diagram of player-metadata-ice-hockey in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="player-metadata-ice-hockey">
    <annotation>
        <documentation>Metadata for a player. | Specific to ice-hockey. Reserved for future use.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <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>
        <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>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
shooting-hand sportsml:shooting-hand Optional
catching-hand sportsml:catching-hand Optional