iceHockeyPlayerMetadataComplexType

Metadata for a player. | Specific to ice-hockey.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
catching-hand bodySideList optional
The hand with which a player, generally a goaltender, catches the puck.
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
shooting-hand bodySideList optional
The side from which a player normally shoots.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

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