Definition Type: Element
Name: player-metadata-baseball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-baseball.xsd
Abstract
Documentation:
Metadata about the player. | Specific to the sport of baseball.
Collapse XSD Schema Diagram:
Drilldown into throwing-hand in schema sportsml-specific-baseball_xsd Drilldown into batting-hand in schema sportsml-specific-baseball_xsdXSD Diagram of player-metadata-baseball in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="player-metadata-baseball">
    <annotation>
        <documentation>Metadata about the player. | Specific to the sport of baseball.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="batting-hand" use="optional">
            <annotation>
                <documentation>Indicates whether player bats left, right, or is a switch-hitter.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="left" />
                    <enumeration value="right" />
                    <enumeration value="both" />
                </restriction>
            </simpleType>
        </attribute>
        <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>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
batting-hand sportsml:batting-hand Optional
throwing-hand sportsml:throwing-hand Optional