Definition Type: Element
Name: action-golf-shot
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into landing in schema sportsml-specific-golf_xsd Drilldown into end-distance in schema sportsml-specific-golf_xsd Drilldown into start-distance in schema sportsml-specific-golf_xsd Drilldown into shot-distance in schema sportsml-specific-golf_xsd Drilldown into shot-type in schema sportsml-specific-golf_xsd Drilldown into club in schema sportsml-specific-golf_xsd Drilldown into player-idref in schema sportsml-specific-golf_xsd Drilldown into score-under-par in schema sportsml-specific-golf_xsd Drilldown into score in schema sportsml-specific-golf_xsd Drilldown into hole in schema sportsml-specific-golf_xsd Drilldown into round in schema sportsml-specific-golf_xsd Drilldown into time-elapsed in schema sportsml-specific-golf_xsd Drilldown into eventStateGolf in schema sportsml-specific-golf_xsdXSD Diagram of action-golf-shot in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
time-elapsed sportsml:time-elapsed Optional
round sportsml:round Optional
hole sportsml:hole Optional
score sportsml:score Optional
score-under-par sportsml:score-under-par Optional
player-idref sportsml:player-idref Optional
club sportsml:club Optional
shot-type sportsml:shot-type Optional
shot-distance sportsml:shot-distance Optional
start-distance sportsml:start-distance Optional
end-distance sportsml:end-distance Optional
landing sportsml:landing Optional