golfTeamMetadataComplexType

Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.

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="golfTeamMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="baseGolfMetadataComplexType"/>
  </xs:complexContent>
</xs:complexType>