<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> |