<element name="action-golf-shot">
<annotation>
<documentation>A swing of the club at the ball resulting in the ball moving. | A shot moves progressively moves the ball from the tee towards the hole.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateGolf" />
<attribute name="player-idref" type="IDREF" use="optional" />
<attribute name="club" type="string" use="optional" />
<attribute name="shot-type" type="string" use="optional" />
<attribute name="shot-distance" type="string" use="optional" />
<attribute name="start-distance" type="string" use="optional" />
<attribute name="end-distance" type="string" use="optional" />
<attribute name="landing" type="string" use="optional" />
</complexType>
</element>
|