golfEventMetadataComplexType

Holds event metadata specific to golf. | Includes data about the course on which the event is held.

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
What the par value is for the entire 18 holes of the course.
course-rating xs:string optional
A Course Rating is a mark of the USGA representing a number which describes the difficulty of a golf course from a particular set of tees for a scratch (zero handicap) player. Course Ratings are established by an evaluation of the course by members of a committee, usually from your regional golf association. Course Ratings are numbers like 68.5, 71.2, etc. In some golf jurisdictions, course ratings might be called something else, and may be expressed to a tenth or as whole numbers.
course-yardage xs:string optional
How long the total course is, in yards.
hole xs:string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.
id xs:ID optional
An XML-specific identifier for the element.
round xs:string optional
The round in the tournament.
score xs:string optional
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par xs:string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
slope-rating xs:string optional
A Slope Rating is a mark of the USGA representing an integer number which describes the difficulty of a golf course from a particular set of tees for a bogey (average) golfer. Slope Ratings vary from 55 (very easy) to 155 (very difficult). The Slope Rating of a course which has not officially been rated is 113, the Slope Rating of a course of "average" difficulty.
strokes xs:string optional
Total number of strokes in this round.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="golfEventMetadataComplexType">
  <!-- This is used in the group eventMetadataSpecific -->
  <xs:annotation>
    <xs:documentation>Holds event metadata specific to golf. | Includes data about the course on which the event is held.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="eventStateGolf"/>
  <xs:attribute name="course-yardage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>How long the total course is, in yards.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="course-par" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>What the par value is for the entire 18 holes of the course.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="course-rating" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A Course Rating is a mark of the USGA representing a number which describes the difficulty of a golf course from a particular set of tees for a scratch (zero handicap) player. Course Ratings are established by an evaluation of the course by members of a committee, usually from your regional golf association. Course Ratings are numbers like 68.5, 71.2, etc. In some golf jurisdictions, course ratings might be called something else, and may be expressed to a tenth or as whole numbers.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="slope-rating" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A Slope Rating is a mark of the USGA representing an integer number which describes the difficulty of a golf course from a particular set of tees for a bogey (average) golfer. Slope Ratings vary from 55 (very easy) to 155 (very difficult). The Slope Rating of a course which has not officially been rated is 113, the Slope Rating of a course of "average" difficulty.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>