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 |
|
<xs:complexType name="golfPlayerMetadataComplexType"> <xs:annotation> <xs:documentation>Holds metadata about a golf player. | Currently only holds the rank of the player.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="baseGolfMetadataComplexType"/> </xs:complexContent> </xs:complexType> |