Holds metadata about a golf player. | Currently only holds the rank of the player. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:string | optional |
|
||||
id | xs:ID | optional |
|
||||
rank | xs:string | optional |
|
||||
style | xs:string | optional |
|
Complex Types | golfPlayerMetadataComplexType, golfTeamMetadataComplexType |
<xs:complexType name="baseGolfMetadataComplexType"> <xs:annotation> <xs:documentation>Holds metadata about a golf player. | Currently only holds the rank of the player.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="commonAttributes"/> <xs:attribute name="rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How this player ranks among the other competing players.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |