golfActionAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
club QCodeType optional
Which club was used
end-distance xs:integer optional
The distance from the cup where the ball stopped after the stroke
hole xs:integer optional
Which hole this play takes place on
landing QCodeType optional
The place or surface where a golf ball lands after being shot. SportsML vocab uri: http://cv.iptc.org/newscodes/spgollanding/
round xs:integer optional
Which round this play takes place in
score xs:integer optional
The current score of this player
score-against-par xs:integer optional
How the score of this player is compared to the course par
start-distance xs:integer optional
The distance from the cup where the stroke was taken
strokes xs:nonNegativeInteger optional
How many strokes this player has done so far

Used By

Attribute Group actionAttributes

Source

<xs:attributeGroup name="golfActionAttributes">
  <xs:attribute name="round" type="xs:integer" use="optional">
    <xs:annotation>
      <xs:documentation>Which round this play takes place in</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="hole" type="xs:integer" use="optional">
    <xs:annotation>
      <xs:documentation>Which hole this play takes place on</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="strokes" use="optional" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>How many strokes this player has done so far</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="score" use="optional" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The current score of this player</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="score-against-par" use="optional" type="xs:integer">
    <xs:annotation>
      <xs:documentation>How the score of this player is compared to the course par</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="club" use="optional" type="QCodeType">
    <xs:annotation>
      <xs:documentation>Which club was used</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="start-distance" use="optional" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The distance from the cup where the stroke was taken</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="end-distance" use="optional" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The distance from the cup where the ball stopped after the stroke</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="landing" use="optional" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The place or surface where a golf ball lands after being shot. SportsML vocab uri: http://cv.iptc.org/newscodes/spgollanding/</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>