<xs:complexType name="iceHockeyPlayerMetadataComplexType">
<xs:annotation>
<xs:documentation>Metadata for a player. | Specific to ice-hockey.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="shooting-hand" type="bodySideList" use="optional">
<xs:annotation>
<xs:documentation>The side from which a player normally shoots.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="catching-hand" type="bodySideList" use="optional">
<xs:annotation>
<xs:documentation>The hand with which a player, generally a goaltender, catches the puck.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |