Definition Type: AttributeGroup
Name: eventStateGolf
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of eventStateGolf in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
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