Definition Type: Element
Name: stats-golf
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into greens-in-regulation-putting in schema sportsml-specific-golf_xsd Drilldown into rounds-under-par in schema sportsml-specific-golf_xsd Drilldown into drive-accuracy in schema sportsml-specific-golf_xsd Drilldown into points-gained in schema sportsml-specific-golf_xsd Drilldown into points-lost in schema sportsml-specific-golf_xsd Drilldown into points in schema sportsml-specific-golf_xsd Drilldown into money-value in schema sportsml-specific-golf_xsd Drilldown into money in schema sportsml-specific-golf_xsd Drilldown into performance-par-5 in schema sportsml-specific-golf_xsd Drilldown into performance-par-4 in schema sportsml-specific-golf_xsd Drilldown into performance-par-3 in schema sportsml-specific-golf_xsd Drilldown into finishes-second-place in schema sportsml-specific-golf_xsd Drilldown into finishes-first-place in schema sportsml-specific-golf_xsd Drilldown into finishes-top-10 in schema sportsml-specific-golf_xsd Drilldown into scoring-adjustment in schema sportsml-specific-golf_xsd Drilldown into holes-under-par in schema sportsml-specific-golf_xsd Drilldown into holes-played in schema sportsml-specific-golf_xsd Drilldown into fairways-possible in schema sportsml-specific-golf_xsd Drilldown into fairways-hit in schema sportsml-specific-golf_xsd Drilldown into greens-in-regulation-rank in schema sportsml-specific-golf_xsd Drilldown into greens-in-regulation-missed in schema sportsml-specific-golf_xsd Drilldown into long-drive in schema sportsml-specific-golf_xsd Drilldown into percentage in schema sportsml-specific-golf_xsd Drilldown into eagle-per-holes-frequency in schema sportsml-specific-golf_xsd Drilldown into bunkers in schema sportsml-specific-golf_xsd Drilldown into greens-hit in schema sportsml-specific-golf_xsd Drilldown into saves in schema sportsml-specific-golf_xsd Drilldown into eagles in schema sportsml-specific-golf_xsd Drilldown into birdies in schema sportsml-specific-golf_xsd Drilldown into total-par-or-less in schema sportsml-specific-golf_xsd Drilldown into total-driving in schema sportsml-specific-golf_xsd Drilldown into total-points in schema sportsml-specific-golf_xsd Drilldown into total-putts in schema sportsml-specific-golf_xsd Drilldown into total-holes in schema sportsml-specific-golf_xsd Drilldown into total-strokes in schema sportsml-specific-golf_xsd Drilldown into total-rounds in schema sportsml-specific-golf_xsd Drilldown into total-eagles in schema sportsml-specific-golf_xsd Drilldown into total-birdies in schema sportsml-specific-golf_xsd Drilldown into drives in schema sportsml-specific-golf_xsd Drilldown into distance in schema sportsml-specific-golf_xsd Drilldown into strokes in schema sportsml-specific-golf_xsd Drilldown into average in schema sportsml-specific-golf_xsd Drilldown into rounds in schema sportsml-specific-golf_xsdXSD Diagram of stats-golf in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-golf">
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="rounds" type="string" use="optional">
            <annotation>
                <documentation>How many rounds the player has completed in this particular tournament.</documentation>
            </annotation>
        </attribute>
        <attribute name="average" type="string" use="optional">
            <annotation>
                <documentation>Average score of the player.</documentation>
            </annotation>
        </attribute>
        <attribute name="strokes" type="string" use="optional">
            <annotation>
                <documentation>The number of strokes taken by the player.</documentation>
            </annotation>
        </attribute>
        <attribute name="distance" type="string" use="optional">
            <annotation>
                <documentation>The distance the ball travelled on the shot.</documentation>
            </annotation>
        </attribute>
        <attribute name="drives" type="string" use="optional">
            <annotation>
                <documentation>The number of drives made by the player.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-birdies" type="string" use="optional">
            <annotation>
                <documentation>Total number of holes completed at one stroke below par.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-eagles" type="string" use="optional">
            <annotation>
                <documentation>Total number of holes completed at two strokes below par.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-rounds" type="string" use="optional">
            <annotation>
                <documentation>Total number of rounds played during the current tournament.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-strokes" type="string" use="optional">
            <annotation>
                <documentation>Total number of strokes (or swings) made.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-holes" type="string" use="optional">
            <annotation>
                <documentation>Total number of holes played.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-putts" type="string" use="optional">
            <annotation>
                <documentation>Total number of putts attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-points" type="string" use="optional">
            <annotation>
                <documentation>Total score of the player.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-driving" type="string" use="optional">
            <annotation>
                <documentation>Total driving distance.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-par-or-less" type="string" use="optional">
            <annotation>
                <documentation>Total number of holes played by the player at par or less than par.</documentation>
            </annotation>
        </attribute>
        <attribute name="birdies" type="string" use="optional">
            <annotation>
                <documentation>Number of birdies.</documentation>
            </annotation>
        </attribute>
        <attribute name="eagles" type="string" use="optional">
            <annotation>
                <documentation>Number of eagles.</documentation>
            </annotation>
        </attribute>
        <attribute name="saves" type="string" use="optional">
            <annotation>
                <documentation>Number of saves.</documentation>
            </annotation>
        </attribute>
        <attribute name="greens-hit" type="string" use="optional">
            <annotation>
                <documentation>Number of greens ht.</documentation>
            </annotation>
        </attribute>
        <attribute name="bunkers" type="string" use="optional">
            <annotation>
                <documentation>Number of bunkers.</documentation>
            </annotation>
        </attribute>
        <attribute name="eagle-per-holes-frequency" type="string" use="optional">
            <annotation>
                <documentation>Frequency of hitting eagles.</documentation>
            </annotation>
        </attribute>
        <attribute name="percentage" type="string" use="optional">
            <annotation>
                <documentation>Percentage.</documentation>
            </annotation>
        </attribute>
        <attribute name="long-drive" type="string" use="optional">
            <annotation>
                <documentation>Long drive.</documentation>
            </annotation>
        </attribute>
        <attribute name="greens-in-regulation-missed" type="string" use="optional">
            <annotation>
                <documentation>Number of greens missed during regulation play.</documentation>
            </annotation>
        </attribute>
        <attribute name="greens-in-regulation-rank" type="string" use="optional">
            <annotation>
                <documentation>Rank of player in terms of the greens-in-regulation statistic.</documentation>
            </annotation>
        </attribute>
        <attribute name="fairways-hit" type="string" use="optional">
            <annotation>
                <documentation>Number of fairways hit.</documentation>
            </annotation>
        </attribute>
        <attribute name="fairways-possible" type="string" use="optional">
            <annotation>
                <documentation>Maximum number of fairways it was possible to hit.</documentation>
            </annotation>
        </attribute>
        <attribute name="holes-played" type="string" use="optional">
            <annotation>
                <documentation>Number of holes finished.</documentation>
            </annotation>
        </attribute>
        <attribute name="holes-under-par" type="string" use="optional">
            <annotation>
                <documentation>Number of holes finished under par.</documentation>
            </annotation>
        </attribute>
        <attribute name="scoring-adjustment" type="string" use="optional">
            <annotation>
                <documentation>Scoring adjustment.</documentation>
            </annotation>
        </attribute>
        <attribute name="finishes-top-10" type="string" use="optional">
            <annotation>
                <documentation>Number of finishes the player had in the top ten.</documentation>
            </annotation>
        </attribute>
        <attribute name="finishes-first-place" type="string" use="optional">
            <annotation>
                <documentation>Number of first-place finishes the player had.</documentation>
            </annotation>
        </attribute>
        <attribute name="finishes-second-place" type="string" use="optional">
            <annotation>
                <documentation>Number of second-place finishes the player had.</documentation>
            </annotation>
        </attribute>
        <attribute name="performance-par-3" type="string" use="optional">
            <annotation>
                <documentation>The performance of the player on par-3 holes.</documentation>
            </annotation>
        </attribute>
        <attribute name="performance-par-4" type="string" use="optional">
            <annotation>
                <documentation>The performance of the player on par-4 holes.</documentation>
            </annotation>
        </attribute>
        <attribute name="performance-par-5" type="string" use="optional">
            <annotation>
                <documentation>The performance of the player on par-5 holes.</documentation>
            </annotation>
        </attribute>
        <attribute name="money" type="string" use="optional">
            <annotation>
                <documentation>Amount of money earned by the player.</documentation>
            </annotation>
        </attribute>
        <attribute name="money-value" type="string" use="optional">
            <annotation>
                <documentation>Money value.</documentation>
            </annotation>
        </attribute>
        <attribute name="points" type="string" use="optional">
            <annotation>
                <documentation>Number of points.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-lost" type="string" use="optional">
            <annotation>
                <documentation>Number of points lost.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-gained" type="string" use="optional">
            <annotation>
                <documentation>Number of points gained.</documentation>
            </annotation>
        </attribute>
        <attribute name="drive-accuracy" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="rounds-under-par" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="greens-in-regulation-putting" type="string" use="optional">
            <annotation>
                <documentation>TBD.</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
rounds sportsml:rounds Optional
average sportsml:average Optional
strokes sportsml:strokes Optional
distance sportsml:distance Optional
drives sportsml:drives Optional
total-birdies sportsml:total-birdies Optional
total-eagles sportsml:total-eagles Optional
total-rounds sportsml:total-rounds Optional
total-strokes sportsml:total-strokes Optional
total-holes sportsml:total-holes Optional
total-putts sportsml:total-putts Optional
total-points sportsml:total-points Optional
total-driving sportsml:total-driving Optional
total-par-or-less sportsml:total-par-or-less Optional
birdies sportsml:birdies Optional
eagles sportsml:eagles Optional
saves sportsml:saves Optional
greens-hit sportsml:greens-hit Optional
bunkers sportsml:bunkers Optional
eagle-per-holes-frequency sportsml:eagle-per-holes-frequency Optional
percentage sportsml:percentage Optional
long-drive sportsml:long-drive Optional
greens-in-regulation-missed sportsml:greens-in-regulation-missed Optional
greens-in-regulation-rank sportsml:greens-in-regulation-rank Optional
fairways-hit sportsml:fairways-hit Optional
fairways-possible sportsml:fairways-possible Optional
holes-played sportsml:holes-played Optional
holes-under-par sportsml:holes-under-par Optional
scoring-adjustment sportsml:scoring-adjustment Optional
finishes-top-10 sportsml:finishes-top-10 Optional
finishes-first-place sportsml:finishes-first-place Optional
finishes-second-place sportsml:finishes-second-place Optional
performance-par-3 sportsml:performance-par-3 Optional
performance-par-4 sportsml:performance-par-4 Optional
performance-par-5 sportsml:performance-par-5 Optional
money sportsml:money Optional
money-value sportsml:money-value Optional
points sportsml:points Optional
points-lost sportsml:points-lost Optional
points-gained sportsml:points-gained Optional
drive-accuracy sportsml:drive-accuracy Optional
rounds-under-par sportsml:rounds-under-par Optional
greens-in-regulation-putting sportsml:greens-in-regulation-putting Optional