QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
club | QCodeType | optional |
|
||||
end-distance | xs:integer | optional |
|
||||
hole | xs:integer | optional |
|
||||
landing | QCodeType | optional |
|
||||
round | xs:integer | optional |
|
||||
score | xs:integer | optional |
|
||||
score-against-par | xs:integer | optional |
|
||||
start-distance | xs:integer | optional |
|
||||
strokes | xs:nonNegativeInteger | optional |
|
Attribute Group | actionAttributes |
<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> |