eventStateGolf

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
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.
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.
strokes xs:string optional
Total number of strokes in this round.

Used By

Source

<xs:attributeGroup name="eventStateGolf">
  <!-- This group is used in event-metadata-golf, action-golf-shot and action-golf-other -->
  <xs:attribute name="round" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The round in the tournament.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="hole" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="strokes" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of strokes in this round.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="score" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="score-against-par" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>