Definition Type: AttributeGroup
Name: golfActionAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Collapse XSD Schema Diagram:
Drilldown into landing in schema sportsml_xsd Drilldown into end-distance in schema sportsml_xsd Drilldown into start-distance in schema sportsml_xsd Drilldown into club in schema sportsml_xsd Drilldown into score-against-par in schema sportsml_xsd Drilldown into score in schema sportsml_xsd Drilldown into strokes in schema sportsml_xsd Drilldown into hole in schema sportsml_xsd Drilldown into round in schema sportsml_xsdXSD Diagram of golfActionAttributes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="golfActionAttributes">
    <xs:attribute name="round" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>Which round this play takes place in</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hole" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>Which hole this play takes place on</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="strokes" use="optional" type="xs:nonNegativeInteger">
        <xs:annotation>
            <xs:documentation>How many strokes this player has done so far</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="score" use="optional" type="xs:integer">
        <xs:annotation>
            <xs:documentation>The current score of this player</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="score-against-par" use="optional" type="xs:integer">
        <xs:annotation>
            <xs:documentation>How the score of this player is compared to the course par</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="club" use="optional" type="QCodeType">
        <xs:annotation>
            <xs:documentation>Which club was used</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="start-distance" use="optional" type="xs:integer">
        <xs:annotation>
            <xs:documentation>The distance from the cup where the stroke was taken</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="end-distance" use="optional" type="xs:integer">
        <xs:annotation>
            <xs:documentation>The distance from the cup where the ball stopped after the stroke</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="landing" use="optional" type="QCodeType">
        <xs:annotation>
            <xs:documentation>The place or surface where a golf ball lands after being shot. SportsML vocab uri: http://cv.iptc.org/newscodes/spgollanding/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
round nsA:round Optional
hole nsA:hole Optional
strokes nsA:strokes Optional
score nsA:score Optional
score-against-par nsA:score-against-par Optional
club nsA:club Optional
start-distance nsA:start-distance Optional
end-distance nsA:end-distance Optional
landing nsA:landing Optional