curlingPlayerMetadataComplexType

Holds metadata specific to a curling player.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
delivery xs:string optional
If the player is playing righthanded or lefthanded.
id xs:ID optional
An XML-specific identifier for the element.
role xs:string optional
If the player has a named role in the team. For example skip or vice skip.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="curlingPlayerMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Holds metadata specific to a curling player.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="delivery" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>If the player is playing righthanded or lefthanded.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="role" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>If the player has a named role in the team. For example skip or vice skip.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>