golfPlayerMetadataComplexType

Holds metadata about a golf player. | Currently only holds the rank of the player.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
rank xs:string optional
How this player ranks among the other competing players.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

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