<element name="stats-golf-hole">
<annotation>
<documentation>Statistics pertinent to a particular hole within a golf round. | Includes what score was recorded at that hole, and the par value of the hole.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="hole-type" type="sportsml:holeType.Golf" use="optional">
<annotation>
<documentation>The type of hole played.</documentation>
</annotation>
</attribute>
<attribute name="hole" type="string" use="optional">
<annotation>
<documentation>A number, generally from 1 to 18. Alternately, the keyword finished.</documentation>
</annotation>
</attribute>
<attribute name="par" type="string" use="optional">
<annotation>
<documentation>The par-value for the hole. Number of strokes needed to reach par.</documentation>
</annotation>
</attribute>
<attribute name="score" type="string" use="optional">
<annotation>
<documentation>The number of shots it actually took to sink the ball into the hole.</documentation>
</annotation>
</attribute>
<attribute name="score-under-par" type="string" use="optional">
<annotation>
<documentation>The number of shots below par that were scored.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|