golfTournamentDivisionMetadataComplexType

Metadata about a particular division within a golf tournament. | Includes information about the course as a whole.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
course-par xs:string optional
The total par value of all holes.
course-yardage xs:string optional
How many yards the course is, measured from tees to holes.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="golfTournamentDivisionMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Metadata about a particular division within a golf tournament. | Includes information about the course as a whole.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="course-yardage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>How many yards the course is, measured from tees to holes.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="course-par" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The total par value of all holes.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>