Definition Type: Element
Name: stats-golf-round
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
Documentation:
Statistics pertinent to a round within a tournament. | Allows for hole-by-hole breakdowns.
Collapse XSD Schema Diagram:
Drilldown into stats-golf-hole in schema sportsml-specific-golf_xsd Drilldown into score in schema sportsml-specific-golf_xsd Drilldown into strokes in schema sportsml-specific-golf_xsd Drilldown into round-number in schema sportsml-specific-golf_xsdXSD Diagram of stats-golf-round in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-golf-round">
    <annotation>
        <documentation>Statistics pertinent to a round within a tournament. | Allows for hole-by-hole breakdowns.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:stats-golf-hole" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="round-number" type="string" use="optional">
            <annotation>
                <documentation>The number of the round whose stats are being reported.</documentation>
            </annotation>
        </attribute>
        <attribute name="strokes" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="score" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-golf-hole sportsml:stats-golf-hole 0 unbounded
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
round-number sportsml:round-number Optional
strokes sportsml:strokes Optional
score sportsml:score Optional