<attributeGroup name="eventStateGolf">
<attribute name="time-elapsed" type="string" use="optional">
<annotation>
<documentation>The amount of time since the start of the golf game.</documentation>
</annotation>
</attribute>
<attribute name="round" type="string" use="optional">
<annotation>
<documentation>The round in the tournament.</documentation>
</annotation>
</attribute>
<attribute name="hole" type="string" use="optional">
<annotation>
<documentation>Generally an integer, 1 through 18. Could be 19, for a playoff hole.</documentation>
</annotation>
</attribute>
<attribute name="score" type="string" use="optional">
<annotation>
<documentation>The total number of shots hit this round.</documentation>
</annotation>
</attribute>
<attribute name="score-under-par" type="string" use="optional">
<annotation>
<documentation>The amount of shots under par the player has.</documentation>
</annotation>
</attribute>
</attributeGroup>
|