baseballPlayerMetadataComplexType

Metadata about the player. | Specific to the sport of baseball.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
batting-hand bodySideList optional
Indicates whether player bats left, right, or is a switch-hitter.
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.
throwing-hand bodySideList optional
Indicates whether player throws left, right, or is a switch-thrower.

Used By

Source

<xs:complexType name="baseballPlayerMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Metadata about the player. | Specific to the sport of baseball.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="batting-hand" type="bodySideList" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates whether player bats left, right, or is a switch-hitter.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="throwing-hand" type="bodySideList" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates whether player throws left, right, or is a switch-thrower.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>