Definition Type: Element
Name: stats-golf-hole
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
Documentation:
Statistics pertinent to a particular hole within a golf round. | Includes what score was recorded at that hole, and the par value of the hole.
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 par in schema sportsml-specific-golf_xsd Drilldown into hole in schema sportsml-specific-golf_xsd Drilldown into hole-type in schema sportsml-specific-golf_xsdXSD Diagram of stats-golf-hole in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-golf-hole">
    <annotation>
        <documentation>Statistics pertinent to a particular hole within a golf round. | Includes what score was recorded at that hole, and the par value of the hole.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="hole-type" type="sportsml:holeType.Golf" use="optional">
            <annotation>
                <documentation>The type of hole played.</documentation>
            </annotation>
        </attribute>
        <attribute name="hole" type="string" use="optional">
            <annotation>
                <documentation>A number, generally from 1 to 18. Alternately, the keyword finished.</documentation>
            </annotation>
        </attribute>
        <attribute name="par" type="string" use="optional">
            <annotation>
                <documentation>The par-value for the hole. Number of strokes needed to reach par.</documentation>
            </annotation>
        </attribute>
        <attribute name="score" type="string" use="optional">
            <annotation>
                <documentation>The number of shots it actually took to sink the ball into the hole.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-under-par" type="string" use="optional">
            <annotation>
                <documentation>The number of shots below par that were scored.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
hole-type sportsml:hole-type Optional
hole sportsml:hole Optional
par sportsml:par Optional
score sportsml:score Optional
score-under-par sportsml:score-under-par Optional