QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
alignment-scope | restriction of xs:string | optional |
|
||||
average | xs:string | optional |
|
||||
birdies | xs:string | optional |
|
||||
birdies-rank | xs:string | optional |
|
||||
bogeys | xs:string | optional |
|
||||
bogeys-rank | xs:string | optional |
|
||||
bunkers | xs:string | optional |
|
||||
class | xs:string | optional |
|
||||
competition | QCodeType | optional |
|
||||
distance | xs:string | optional |
|
||||
distance-longest | xs:string | optional |
|
||||
distance-maximum | xs:string | optional |
|
||||
distance-minimum | xs:string | optional |
|
||||
distance-rank | xs:string | optional |
|
||||
double-bogeys | xs:string | optional |
|
||||
double-bogeys-rank | xs:string | optional |
|
||||
drive-accuracy | xs:string | optional |
|
||||
drive-accuracy-rank | xs:string | optional |
|
||||
drives | xs:string | optional |
|
||||
duration-scope | QCodeType | optional |
|
||||
eagle-per-holes-frequency | xs:string | optional |
|
||||
eagles | xs:string | optional |
|
||||
eagles-rank | xs:string | optional |
|
||||
end-date-time | TruncatedDateTimeType | optional |
|
||||
event-span | xs:nonNegativeInteger | optional |
|
||||
fairways-hit | xs:string | optional |
|
||||
fairways-possible | xs:string | optional |
|
||||
finish-other | xs:string | optional |
|
||||
finish-other-rank | xs:string | optional |
|
||||
finishes-first-place | xs:string | optional |
|
||||
finishes-second-place | xs:string | optional |
|
||||
finishes-top-10 | xs:string | optional |
|
||||
greens-hit | xs:string | optional |
|
||||
greens-hit-rank | xs:string | optional |
|
||||
greens-in-regulation-missed | xs:string | optional |
|
||||
greens-in-regulation-putting | xs:string | optional |
|
||||
greens-in-regulation-rank | xs:string | optional |
|
||||
holes-under-par | xs:string | optional |
|
||||
id | xs:ID | optional |
|
||||
location-key | QCodeType | optional |
|
||||
measurement-units | xs:string | optional |
|
||||
money | xs:string | optional |
|
||||
money-value | xs:string | optional |
|
||||
opponent-type | QCodeType | optional |
|
||||
opponent-value | QCodeType | optional |
|
||||
pars | xs:string | optional |
|
||||
pars-rank | xs:string | optional |
|
||||
performance-par-3 | xs:string | optional |
|
||||
performance-par-4 | xs:string | optional |
|
||||
performance-par-5 | xs:string | optional |
|
||||
period-end-date-time | TruncatedDateTimeType | optional |
|
||||
period-start-date-time | TruncatedDateTimeType | optional |
|
||||
period-type | QCodeType | optional |
|
||||
period-value | xs:string | optional |
|
||||
points | xs:string | optional |
|
||||
points-gained | xs:string | optional |
|
||||
points-lost | xs:string | optional |
|
||||
position | xs:string | optional |
|
||||
putts-per-round | xs:string | optional |
|
||||
putts-per-round-rank | xs:string | optional |
|
||||
record-making-scope | QCodeType | optional |
|
||||
rounds | xs:string | optional |
|
||||
rounds-under-par | xs:string | optional |
|
||||
saves | xs:string | optional |
|
||||
saves-rank | xs:string | optional |
|
||||
scope-value | QCodeType | optional |
|
||||
scoping-label | xs:string | optional |
|
||||
scoring-adjustment | xs:string | optional |
|
||||
situation | QCodeType | optional |
|
||||
start-date-time | TruncatedDateTimeType | optional |
|
||||
stats-coverage | QCodeType | optional |
|
||||
style | xs:string | optional |
|
||||
surface-type | QCodeType | optional |
|
||||
team | QCodeType | optional |
|
||||
team-coverage | restriction of xs:string | optional |
|
||||
temporal-unit-type | QCodeType | optional |
|
||||
temporal-unit-value | QCodeType | optional |
|
||||
total-driving | xs:string | optional |
|
||||
total-holes | xs:string | optional |
|
||||
total-par-or-less | xs:string | optional |
|
||||
total-points | xs:string | optional |
|
||||
total-putts | xs:string | optional |
|
||||
total-rounds | xs:string | optional |
|
||||
total-strokes | xs:string | optional |
|
||||
unit-type | QCodeType | optional |
|
||||
unit-value | QCodeType | optional |
|
||||
venue-type | QCodeType | optional |
|
||||
weather-type | QCodeType | optional |
|
<xs:complexType name="golfStatsComplexType"> <xs:attributeGroup ref="commonAttributes"/> <xs:attributeGroup ref="coverageAttributes"/> <xs:attribute name="rounds" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How many rounds the player or team has completed in this particular tournament.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="average" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Average score of the player or team. Number of shots devided by number of holes??</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="distance-longest" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The longest distance the player shot.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="distance-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The rank in the round or tournament for the player when comparing the longest distance shot.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="drives" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of drives made by the player.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-rounds" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of rounds played during the current tournament.</xs:documentation> <!-- Compare to rounds above --> </xs:annotation> </xs:attribute> <xs:attribute name="total-strokes" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of strokes (or swings) (or shots) made.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-holes" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of holes played.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-putts" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of putts attempted.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-points" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total score of the player. Depending on the system used in the tournament the score could be something other than the actual number of strokes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-driving" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total driving distance.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-par-or-less" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of holes played by the player at par or less than par.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="birdies" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of birdies.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="birdies-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks in the round or tournament regarding birdies.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="eagles" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of eagles.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="eagles-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks in the round or tournament regarding eagles.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="saves" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of saves when the ball landed in a sand bunker.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="saves-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks in the round or tournament regarding saves from the bunker.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bunkers" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of bunker shots the player took.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="eagle-per-holes-frequency" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Frequency of hitting eagles.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="greens-hit" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>This is a very special golf term. To reach a green in regulation (GIR) the player must place the ball on the green with two strokes less than the par of the course. The attribute holds the number of times the player or team has achieved this in the timeframe the stats cover.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="greens-hit-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks in the tournament or round regarding greens hit in regulation.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="greens-in-regulation-missed" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of greens missed during regulation play.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="greens-in-regulation-putting" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The average number of puts needed to finish holes after hitting the green in regulation (GIR).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="greens-in-regulation-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Rank of player in terms of the greens-in-regulation putting.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fairways-hit" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of fairways hit.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fairways-possible" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Maximum number of fairways it was possible to hit.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="putts-per-round" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The average number of putts needed per complete round.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="putts-per-round-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks when comparing the average putts-per-round.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="holes-under-par" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of holes finished under par.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="scoring-adjustment" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Scoring adjustment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="finishes-top-10" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of finishes the player had in the top ten.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="finishes-first-place" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of first-place finishes the player had.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="finishes-second-place" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of second-place finishes the player had.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="performance-par-3" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The performance of the player on par-3 holes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="performance-par-4" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The performance of the player on par-4 holes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="performance-par-5" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The performance of the player on par-5 holes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="money" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Amount of money earned by the player.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="money-value" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Money value.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="points" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of points.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="points-lost" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of points lost.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="points-gained" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of points gained.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="drive-accuracy" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>A percentage of how good the drives from the player or team has been in the given frame the stats cover.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="drive-accuracy-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks when comparing drive-accuracy.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="rounds-under-par" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of rounds the player has completed a course under par.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bogeys" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of holes finished one above par for that hole.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bogeys-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks when comparing bogeys.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="double-bogeys" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of holes finished two above par for that hole.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="double-bogeys-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks when comparing double-bogeys.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="finish-other" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of holes finished with either more than two under par or two over par.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="finish-other-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks when comparing finish-other.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="pars" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of holes finished on par.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="pars-rank" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>How the player ranks when comparing pars.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |