<element name="stats-golf">
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="rounds" type="string" use="optional">
<annotation>
<documentation>How many rounds the player has completed in this particular tournament.</documentation>
</annotation>
</attribute>
<attribute name="average" type="string" use="optional">
<annotation>
<documentation>Average score of the player.</documentation>
</annotation>
</attribute>
<attribute name="strokes" type="string" use="optional">
<annotation>
<documentation>The number of strokes taken by the player.</documentation>
</annotation>
</attribute>
<attribute name="distance" type="string" use="optional">
<annotation>
<documentation>The distance the ball travelled on the shot.</documentation>
</annotation>
</attribute>
<attribute name="drives" type="string" use="optional">
<annotation>
<documentation>The number of drives made by the player.</documentation>
</annotation>
</attribute>
<attribute name="total-birdies" type="string" use="optional">
<annotation>
<documentation>Total number of holes completed at one stroke below par.</documentation>
</annotation>
</attribute>
<attribute name="total-eagles" type="string" use="optional">
<annotation>
<documentation>Total number of holes completed at two strokes below par.</documentation>
</annotation>
</attribute>
<attribute name="total-rounds" type="string" use="optional">
<annotation>
<documentation>Total number of rounds played during the current tournament.</documentation>
</annotation>
</attribute>
<attribute name="total-strokes" type="string" use="optional">
<annotation>
<documentation>Total number of strokes (or swings) made.</documentation>
</annotation>
</attribute>
<attribute name="total-holes" type="string" use="optional">
<annotation>
<documentation>Total number of holes played.</documentation>
</annotation>
</attribute>
<attribute name="total-putts" type="string" use="optional">
<annotation>
<documentation>Total number of putts attempted.</documentation>
</annotation>
</attribute>
<attribute name="total-points" type="string" use="optional">
<annotation>
<documentation>Total score of the player.</documentation>
</annotation>
</attribute>
<attribute name="total-driving" type="string" use="optional">
<annotation>
<documentation>Total driving distance.</documentation>
</annotation>
</attribute>
<attribute name="total-par-or-less" type="string" use="optional">
<annotation>
<documentation>Total number of holes played by the player at par or less than par.</documentation>
</annotation>
</attribute>
<attribute name="birdies" type="string" use="optional">
<annotation>
<documentation>Number of birdies.</documentation>
</annotation>
</attribute>
<attribute name="eagles" type="string" use="optional">
<annotation>
<documentation>Number of eagles.</documentation>
</annotation>
</attribute>
<attribute name="saves" type="string" use="optional">
<annotation>
<documentation>Number of saves.</documentation>
</annotation>
</attribute>
<attribute name="greens-hit" type="string" use="optional">
<annotation>
<documentation>Number of greens ht.</documentation>
</annotation>
</attribute>
<attribute name="bunkers" type="string" use="optional">
<annotation>
<documentation>Number of bunkers.</documentation>
</annotation>
</attribute>
<attribute name="eagle-per-holes-frequency" type="string" use="optional">
<annotation>
<documentation>Frequency of hitting eagles.</documentation>
</annotation>
</attribute>
<attribute name="percentage" type="string" use="optional">
<annotation>
<documentation>Percentage.</documentation>
</annotation>
</attribute>
<attribute name="long-drive" type="string" use="optional">
<annotation>
<documentation>Long drive.</documentation>
</annotation>
</attribute>
<attribute name="greens-in-regulation-missed" type="string" use="optional">
<annotation>
<documentation>Number of greens missed during regulation play.</documentation>
</annotation>
</attribute>
<attribute name="greens-in-regulation-rank" type="string" use="optional">
<annotation>
<documentation>Rank of player in terms of the greens-in-regulation statistic.</documentation>
</annotation>
</attribute>
<attribute name="fairways-hit" type="string" use="optional">
<annotation>
<documentation>Number of fairways hit.</documentation>
</annotation>
</attribute>
<attribute name="fairways-possible" type="string" use="optional">
<annotation>
<documentation>Maximum number of fairways it was possible to hit.</documentation>
</annotation>
</attribute>
<attribute name="holes-played" type="string" use="optional">
<annotation>
<documentation>Number of holes finished.</documentation>
</annotation>
</attribute>
<attribute name="holes-under-par" type="string" use="optional">
<annotation>
<documentation>Number of holes finished under par.</documentation>
</annotation>
</attribute>
<attribute name="scoring-adjustment" type="string" use="optional">
<annotation>
<documentation>Scoring adjustment.</documentation>
</annotation>
</attribute>
<attribute name="finishes-top-10" type="string" use="optional">
<annotation>
<documentation>Number of finishes the player had in the top ten.</documentation>
</annotation>
</attribute>
<attribute name="finishes-first-place" type="string" use="optional">
<annotation>
<documentation>Number of first-place finishes the player had.</documentation>
</annotation>
</attribute>
<attribute name="finishes-second-place" type="string" use="optional">
<annotation>
<documentation>Number of second-place finishes the player had.</documentation>
</annotation>
</attribute>
<attribute name="performance-par-3" type="string" use="optional">
<annotation>
<documentation>The performance of the player on par-3 holes.</documentation>
</annotation>
</attribute>
<attribute name="performance-par-4" type="string" use="optional">
<annotation>
<documentation>The performance of the player on par-4 holes.</documentation>
</annotation>
</attribute>
<attribute name="performance-par-5" type="string" use="optional">
<annotation>
<documentation>The performance of the player on par-5 holes.</documentation>
</annotation>
</attribute>
<attribute name="money" type="string" use="optional">
<annotation>
<documentation>Amount of money earned by the player.</documentation>
</annotation>
</attribute>
<attribute name="money-value" type="string" use="optional">
<annotation>
<documentation>Money value.</documentation>
</annotation>
</attribute>
<attribute name="points" type="string" use="optional">
<annotation>
<documentation>Number of points.</documentation>
</annotation>
</attribute>
<attribute name="points-lost" type="string" use="optional">
<annotation>
<documentation>Number of points lost.</documentation>
</annotation>
</attribute>
<attribute name="points-gained" type="string" use="optional">
<annotation>
<documentation>Number of points gained.</documentation>
</annotation>
</attribute>
<attribute name="drive-accuracy" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="rounds-under-par" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="greens-in-regulation-putting" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|