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