Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema sportsml-specific-golf.xsd
Namespace http://iptc.org/std/SportsML/2008-04-01/
Properties
attribute form default unqualified
element form default unqualified
version 2.0
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:event-metadata-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds event metadata specific to golf. | Includes data about the course on which the event is held.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#eventStateGolf sportsml-specific-golf_xsd.tmp#event-metadata-golf_course-yardage sportsml-specific-golf_xsd.tmp#event-metadata-golf_course-par
Properties
content complex
Used by
Attributes
QName Type Use Annotation
course-par string optional
What the par value is for the entire 18 holes of the course.
course-yardage string optional
How long the course is, in yards.
hole string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole.
id ID optional
An XML-specific identifier for the element.
round string optional
The round in the tournament.
score string optional
The total number of shots hit this round.
score-under-par string optional
The amount of shots under par the player has.
time-elapsed string optional
The amount of time since the start of the golf game.
Source
<element name="event-metadata-golf">
  <annotation>
    <documentation>Holds event metadata specific to golf. | Includes data about the course on which the event is held.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateGolf"/>
    <attribute name="course-yardage" type="string" use="optional">
      <annotation>
        <documentation>How long the course is, in yards.</documentation>
      </annotation>
    </attribute>
    <attribute name="course-par" type="string" use="optional">
      <annotation>
        <documentation>What the par value is for the entire 18 holes of the course.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:event-actions-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A holder for actions specific to golf. | Currently holds a golf shot, and a generic golf action element.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#action-golf-shot sportsml-specific-golf_xsd.tmp#action-golf-other
Properties
content complex
Used by
Model
Children sportsml:action-golf-other, sportsml:action-golf-shot
Instance
<sportsml:event-actions-golf id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-golf-shot club="" end-distance="" hole="" id="" landing="" player-idref="" round="" score="" score-under-par="" shot-distance="" shot-type="" start-distance="" time-elapsed="">{1,1}</sportsml:action-golf-shot>
  <sportsml:action-golf-other action-source="" action-type="" comment="" hole="" id="" round="" score="" score-under-par="" time-elapsed="">{1,1}</sportsml:action-golf-other>
</sportsml:event-actions-golf>
Attributes
QName Type Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="event-actions-golf">
  <annotation>
    <documentation>A holder for actions specific to golf. | Currently holds a golf shot, and a generic golf action element.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-golf-shot"/>
      <element ref="sportsml:action-golf-other"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:action-golf-shot
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A swing of the club at the ball resulting in the ball moving. | A shot moves progressively moves the ball from the tee towards the hole.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#eventStateGolf sportsml-specific-golf_xsd.tmp#action-golf-shot_player-idref sportsml-specific-golf_xsd.tmp#action-golf-shot_club sportsml-specific-golf_xsd.tmp#action-golf-shot_shot-type sportsml-specific-golf_xsd.tmp#action-golf-shot_shot-distance sportsml-specific-golf_xsd.tmp#action-golf-shot_start-distance sportsml-specific-golf_xsd.tmp#action-golf-shot_end-distance sportsml-specific-golf_xsd.tmp#action-golf-shot_landing
Properties
content complex
Used by
Attributes
QName Type Use Annotation
club string optional
end-distance string optional
hole string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole.
id ID optional
An XML-specific identifier for the element.
landing string optional
player-idref IDREF optional
round string optional
The round in the tournament.
score string optional
The total number of shots hit this round.
score-under-par string optional
The amount of shots under par the player has.
shot-distance string optional
shot-type string optional
start-distance string optional
time-elapsed string optional
The amount of time since the start of the golf game.
Source
<element name="action-golf-shot">
  <annotation>
    <documentation>A swing of the club at the ball resulting in the ball moving. | A shot moves progressively moves the ball from the tee towards the hole.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateGolf"/>
    <attribute name="player-idref" type="IDREF" use="optional"/>
    <attribute name="club" type="string" use="optional"/>
    <attribute name="shot-type" type="string" use="optional"/>
    <attribute name="shot-distance" type="string" use="optional"/>
    <attribute name="start-distance" type="string" use="optional"/>
    <attribute name="end-distance" type="string" use="optional"/>
    <attribute name="landing" type="string" use="optional"/>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:action-golf-other
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A custom action. | For use when none of the pre-build actions apply.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#eventStateGolf sportsml-specific-golf_xsd.tmp#action-golf-other_action-source sportsml-specific-golf_xsd.tmp#action-golf-other_action-type sportsml-specific-golf_xsd.tmp#action-golf-other_comment
Properties
content complex
Used by
Attributes
QName Type Use Annotation
action-source string optional
The name of the controlled-vocabulary for the action-type attribute.
action-type string optional
A selection from a controlled-vocabulary list maintained by the publisher.
comment string optional
Textual comment about the action.
hole string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole.
id ID optional
An XML-specific identifier for the element.
round string optional
The round in the tournament.
score string optional
The total number of shots hit this round.
score-under-par string optional
The amount of shots under par the player has.
time-elapsed string optional
The amount of time since the start of the golf game.
Source
<element name="action-golf-other">
  <annotation>
    <documentation>A custom action. | For use when none of the pre-build actions apply.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateGolf"/>
    <attribute name="action-source" type="string" use="optional">
      <annotation>
        <documentation>The name of the controlled-vocabulary for the action-type attribute.</documentation>
      </annotation>
    </attribute>
    <attribute name="action-type" type="string" use="optional">
      <annotation>
        <documentation>A selection from a controlled-vocabulary list maintained by the publisher.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Textual comment about the action.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:team-metadata-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#team-metadata-golf_rank
Properties
content complex
Used by
Attributes
QName Type Use Annotation
id ID optional
An XML-specific identifier for the element.
rank string optional
How this team ranks among the other competing teams.
Source
<element name="team-metadata-golf">
  <annotation>
    <documentation>Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="rank" type="string" use="optional">
      <annotation>
        <documentation>How this team ranks among the other competing teams.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:team-stats-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds statistics particular to a team of golf players. | Reserved for future use.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-golf_xsd.tmp#stats-golf sportsml-specific-golf_xsd.tmp#stats-golf-round
Properties
content complex
Used by
Model
Children sportsml:stats-golf, sportsml:stats-golf-round
Instance
<sportsml:team-stats-golf alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-golf alignment-scope="" average="" birdies="" bunkers="" competition-scope="" date-coverage-type="" date-coverage-value="" distance="" drive-accuracy="" drives="" duration-scope="" eagle-per-holes-frequency="" eagles="" fairways-hit="" fairways-possible="" finishes-first-place="" finishes-second-place="" finishes-top-10="" greens-hit="" greens-in-regulation-missed="" greens-in-regulation-putting="" greens-in-regulation-rank="" holes-played="" holes-under-par="" id="" long-drive="" money="" money-value="" percentage="" performance-par-3="" performance-par-4="" performance-par-5="" period-value="" points="" points-gained="" points-lost="" position-scope="" record-making-scope="" rounds="" rounds-under-par="" saves="" scoping-label="" scoring-adjustment="" stats-coverage="" strokes="" team-coverage="" total-birdies="" total-driving="" total-eagles="" total-holes="" total-par-or-less="" total-points="" total-putts="" total-rounds="" total-strokes="">{0,1}</sportsml:stats-golf>
  <sportsml:stats-golf-round alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" round-number="" scoping-label="" score="" stats-coverage="" strokes="" team-coverage="">{0,unbounded}</sportsml:stats-golf-round>
</sportsml:team-stats-golf>
Attributes
QName Type Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking hits-per-inning, for example.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="team-stats-golf">
  <annotation>
    <documentation>Holds statistics particular to a team of golf players. | Reserved for future use.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-golf" minOccurs="0"/>
      <element ref="sportsml:stats-golf-round" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:stats-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-golf_xsd.tmp#stats-golf_rounds sportsml-specific-golf_xsd.tmp#stats-golf_average sportsml-specific-golf_xsd.tmp#stats-golf_strokes sportsml-specific-golf_xsd.tmp#stats-golf_distance sportsml-specific-golf_xsd.tmp#stats-golf_drives sportsml-specific-golf_xsd.tmp#stats-golf_total-birdies sportsml-specific-golf_xsd.tmp#stats-golf_total-eagles sportsml-specific-golf_xsd.tmp#stats-golf_total-rounds sportsml-specific-golf_xsd.tmp#stats-golf_total-strokes sportsml-specific-golf_xsd.tmp#stats-golf_total-holes sportsml-specific-golf_xsd.tmp#stats-golf_total-putts sportsml-specific-golf_xsd.tmp#stats-golf_total-points sportsml-specific-golf_xsd.tmp#stats-golf_total-driving sportsml-specific-golf_xsd.tmp#stats-golf_total-par-or-less sportsml-specific-golf_xsd.tmp#stats-golf_birdies sportsml-specific-golf_xsd.tmp#stats-golf_eagles sportsml-specific-golf_xsd.tmp#stats-golf_saves sportsml-specific-golf_xsd.tmp#stats-golf_greens-hit sportsml-specific-golf_xsd.tmp#stats-golf_bunkers sportsml-specific-golf_xsd.tmp#stats-golf_eagle-per-holes-frequency sportsml-specific-golf_xsd.tmp#stats-golf_percentage sportsml-specific-golf_xsd.tmp#stats-golf_long-drive sportsml-specific-golf_xsd.tmp#stats-golf_greens-in-regulation-missed sportsml-specific-golf_xsd.tmp#stats-golf_greens-in-regulation-rank sportsml-specific-golf_xsd.tmp#stats-golf_fairways-hit sportsml-specific-golf_xsd.tmp#stats-golf_fairways-possible sportsml-specific-golf_xsd.tmp#stats-golf_holes-played sportsml-specific-golf_xsd.tmp#stats-golf_holes-under-par sportsml-specific-golf_xsd.tmp#stats-golf_scoring-adjustment sportsml-specific-golf_xsd.tmp#stats-golf_finishes-top-10 sportsml-specific-golf_xsd.tmp#stats-golf_finishes-first-place sportsml-specific-golf_xsd.tmp#stats-golf_finishes-second-place sportsml-specific-golf_xsd.tmp#stats-golf_performance-par-3 sportsml-specific-golf_xsd.tmp#stats-golf_performance-par-4 sportsml-specific-golf_xsd.tmp#stats-golf_performance-par-5 sportsml-specific-golf_xsd.tmp#stats-golf_money sportsml-specific-golf_xsd.tmp#stats-golf_money-value sportsml-specific-golf_xsd.tmp#stats-golf_points sportsml-specific-golf_xsd.tmp#stats-golf_points-lost sportsml-specific-golf_xsd.tmp#stats-golf_points-gained sportsml-specific-golf_xsd.tmp#stats-golf_drive-accuracy sportsml-specific-golf_xsd.tmp#stats-golf_rounds-under-par sportsml-specific-golf_xsd.tmp#stats-golf_greens-in-regulation-putting
Properties
content complex
Used by
Attributes
QName Type Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
average string optional
Average score of the player.
birdies string optional
Number of birdies.
bunkers string optional
Number of bunkers.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
distance string optional
The distance the ball travelled on the shot.
drive-accuracy string optional
TBD.
drives string optional
The number of drives made by the player.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
eagle-per-holes-frequency string optional
Frequency of hitting eagles.
eagles string optional
Number of eagles.
fairways-hit string optional
Number of fairways hit.
fairways-possible string optional
Maximum number of fairways it was possible to hit.
finishes-first-place string optional
Number of first-place finishes the player had.
finishes-second-place string optional
Number of second-place finishes the player had.
finishes-top-10 string optional
Number of finishes the player had in the top ten.
greens-hit string optional
Number of greens ht.
greens-in-regulation-missed string optional
Number of greens missed during regulation play.
greens-in-regulation-putting string optional
TBD.
greens-in-regulation-rank string optional
Rank of player in terms of the greens-in-regulation statistic.
holes-played string optional
Number of holes finished.
holes-under-par string optional
Number of holes finished under par.
id ID optional
An XML-specific identifier for the element.
long-drive string optional
Long drive.
money string optional
Amount of money earned by the player.
money-value string optional
Money value.
percentage string optional
Percentage.
performance-par-3 string optional
The performance of the player on par-3 holes.
performance-par-4 string optional
The performance of the player on par-4 holes.
performance-par-5 string optional
The performance of the player on par-5 holes.
period-value string optional
Used for tracking hits-per-inning, for example.
points string optional
Number of points.
points-gained string optional
Number of points gained.
points-lost string optional
Number of points lost.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
rounds string optional
How many rounds the player has completed in this particular tournament.
rounds-under-par string optional
TBD.
saves string optional
Number of saves.
scoping-label string optional
A textual description for the scope.
scoring-adjustment string optional
Scoring adjustment.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
strokes string optional
The number of strokes taken by the player.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
total-birdies string optional
Total number of holes completed at one stroke below par.
total-driving string optional
Total driving distance.
total-eagles string optional
Total number of holes completed at two strokes below par.
total-holes string optional
Total number of holes played.
total-par-or-less string optional
Total number of holes played by the player at par or less than par.
total-points string optional
Total score of the player.
total-putts string optional
Total number of putts attempted.
total-rounds string optional
Total number of rounds played during the current tournament.
total-strokes string optional
Total number of strokes (or swings) made.
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:stats-golf-round
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics pertinent to a round within a tournament. | Allows for hole-by-hole breakdowns.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-golf_xsd.tmp#stats-golf-round_round-number sportsml-specific-golf_xsd.tmp#stats-golf-round_strokes sportsml-specific-golf_xsd.tmp#stats-golf-round_score sportsml-specific-golf_xsd.tmp#stats-golf-hole
Properties
content complex
Used by
Model
Children sportsml:stats-golf-hole
Instance
<sportsml:stats-golf-round alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" round-number="" scoping-label="" score="" stats-coverage="" strokes="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-golf-hole alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" hole="" hole-type="" id="" par="" period-value="" position-scope="" record-making-scope="" scoping-label="" score="" score-under-par="" stats-coverage="" team-coverage="">{0,unbounded}</sportsml:stats-golf-hole>
</sportsml:stats-golf-round>
Attributes
QName Type Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking hits-per-inning, for example.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
round-number string optional
The number of the round whose stats are being reported.
scoping-label string optional
A textual description for the scope.
score string optional
TBD.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
strokes string optional
TBD.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:stats-golf-hole
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
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.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-golf_xsd.tmp#stats-golf-hole_hole-type sportsml-specific-golf_xsd.tmp#stats-golf-hole_hole sportsml-specific-golf_xsd.tmp#stats-golf-hole_par sportsml-specific-golf_xsd.tmp#stats-golf-hole_score sportsml-specific-golf_xsd.tmp#stats-golf-hole_score-under-par
Properties
content complex
Used by
Attributes
QName Type Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
hole string optional
A number, generally from 1 to 18. Alternately, the keyword finished.
hole-type sportsml:holeType.Golf optional
The type of hole played.
id ID optional
An XML-specific identifier for the element.
par string optional
The par-value for the hole. Number of strokes needed to reach par.
period-value string optional
Used for tracking hits-per-inning, for example.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
score string optional
The number of shots it actually took to sink the ball into the hole.
score-under-par string optional
The number of shots below par that were scored.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:player-metadata-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds metadata about a golf player. | Currently only holds the rank of the player.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#player-metadata-golf_rank
Properties
content complex
Used by
Attributes
QName Type Use Annotation
id ID optional
An XML-specific identifier for the element.
rank string optional
How this player ranks among the other competing players.
Source
<element name="player-metadata-golf">
  <annotation>
    <documentation>Holds metadata about a golf player. | Currently only holds the rank of the player.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="rank" type="string" use="optional">
      <annotation>
        <documentation>How this player ranks among the other competing players.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:player-stats-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds statistics particular to the player. | Includes performance statistics during the timespan described in date-coverage-scope attributes.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-golf_xsd.tmp#stats-golf sportsml-specific-golf_xsd.tmp#stats-golf-round
Properties
content complex
Used by
Model
Children sportsml:stats-golf, sportsml:stats-golf-round
Instance
<sportsml:player-stats-golf alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-golf alignment-scope="" average="" birdies="" bunkers="" competition-scope="" date-coverage-type="" date-coverage-value="" distance="" drive-accuracy="" drives="" duration-scope="" eagle-per-holes-frequency="" eagles="" fairways-hit="" fairways-possible="" finishes-first-place="" finishes-second-place="" finishes-top-10="" greens-hit="" greens-in-regulation-missed="" greens-in-regulation-putting="" greens-in-regulation-rank="" holes-played="" holes-under-par="" id="" long-drive="" money="" money-value="" percentage="" performance-par-3="" performance-par-4="" performance-par-5="" period-value="" points="" points-gained="" points-lost="" position-scope="" record-making-scope="" rounds="" rounds-under-par="" saves="" scoping-label="" scoring-adjustment="" stats-coverage="" strokes="" team-coverage="" total-birdies="" total-driving="" total-eagles="" total-holes="" total-par-or-less="" total-points="" total-putts="" total-rounds="" total-strokes="">{0,1}</sportsml:stats-golf>
  <sportsml:stats-golf-round alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" round-number="" scoping-label="" score="" stats-coverage="" strokes="" team-coverage="">{0,unbounded}</sportsml:stats-golf-round>
</sportsml:player-stats-golf>
Attributes
QName Type Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking hits-per-inning, for example.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="player-stats-golf">
  <annotation>
    <documentation>Holds statistics particular to the player. | Includes performance statistics during the timespan described in date-coverage-scope attributes.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-golf" minOccurs="0"/>
      <element ref="sportsml:stats-golf-round" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:tournament-metadata-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds metadata about a golf tournament. | Currently only holds the rank of the team. ???
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes
Properties
content complex
Used by
Attributes
QName Type Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="tournament-metadata-golf">
  <annotation>
    <documentation>Holds metadata about a golf tournament. | Currently only holds the rank of the team. ???</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Element sportsml:tournament-division-metadata-golf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Metadata about a particular division within a golf tournament. | Includes information about the course as a whole.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-golf_xsd.tmp#tournament-division-metadata-golf_course-yardage sportsml-specific-golf_xsd.tmp#tournament-division-metadata-golf_course-par
Properties
content complex
Used by
Attributes
QName Type Use Annotation
course-par string optional
The total par value of all holes.
course-yardage string optional
How many yards the course is, measured from tees to holes.
id ID optional
An XML-specific identifier for the element.
Source
<element name="tournament-division-metadata-golf">
  <annotation>
    <documentation>Metadata about a particular division within a golf tournament. | Includes information about the course as a whole.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="course-yardage" type="string" use="optional">
      <annotation>
        <documentation>How many yards the course is, measured from tees to holes.</documentation>
      </annotation>
    </attribute>
    <attribute name="course-par" type="string" use="optional">
      <annotation>
        <documentation>The total par value of all holes.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:eventStateGolf / @time-elapsed
Namespace No namespace
Annotations
The amount of time since the start of the golf game.
Type string
Properties
use optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="time-elapsed" type="string" use="optional">
  <annotation>
    <documentation>The amount of time since the start of the golf game.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:eventStateGolf / @round
Namespace No namespace
Annotations
The round in the tournament.
Type string
Properties
use optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="round" type="string" use="optional">
  <annotation>
    <documentation>The round in the tournament.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:eventStateGolf / @hole
Namespace No namespace
Annotations
Generally an integer, 1 through 18. Could be 19, for a playoff hole.
Type string
Properties
use optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:eventStateGolf / @score
Namespace No namespace
Annotations
The total number of shots hit this round.
Type string
Properties
use optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="score" type="string" use="optional">
  <annotation>
    <documentation>The total number of shots hit this round.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:eventStateGolf / @score-under-par
Namespace No namespace
Annotations
The amount of shots under par the player has.
Type string
Properties
use optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="score-under-par" type="string" use="optional">
  <annotation>
    <documentation>The amount of shots under par the player has.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:event-metadata-golf / @course-yardage
Namespace No namespace
Annotations
How long the course is, in yards.
Type string
Properties
use optional
Used by
Source
<attribute name="course-yardage" type="string" use="optional">
  <annotation>
    <documentation>How long the course is, in yards.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:event-metadata-golf / @course-par
Namespace No namespace
Annotations
What the par value is for the entire 18 holes of the course.
Type string
Properties
use optional
Used by
Source
<attribute name="course-par" type="string" use="optional">
  <annotation>
    <documentation>What the par value is for the entire 18 holes of the course.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @player-idref
Namespace No namespace
Type IDREF
Properties
use optional
Used by
Source
<attribute name="player-idref" type="IDREF" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @club
Namespace No namespace
Type string
Properties
use optional
Used by
Source
<attribute name="club" type="string" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @shot-type
Namespace No namespace
Type string
Properties
use optional
Used by
Source
<attribute name="shot-type" type="string" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @shot-distance
Namespace No namespace
Type string
Properties
use optional
Used by
Source
<attribute name="shot-distance" type="string" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @start-distance
Namespace No namespace
Type string
Properties
use optional
Used by
Source
<attribute name="start-distance" type="string" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @end-distance
Namespace No namespace
Type string
Properties
use optional
Used by
Source
<attribute name="end-distance" type="string" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-shot / @landing
Namespace No namespace
Type string
Properties
use optional
Used by
Source
<attribute name="landing" type="string" use="optional"/>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-other / @action-source
Namespace No namespace
Annotations
The name of the controlled-vocabulary for the action-type attribute.
Type string
Properties
use optional
Used by
Source
<attribute name="action-source" type="string" use="optional">
  <annotation>
    <documentation>The name of the controlled-vocabulary for the action-type attribute.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-other / @action-type
Namespace No namespace
Annotations
A selection from a controlled-vocabulary list maintained by the publisher.
Type string
Properties
use optional
Used by
Source
<attribute name="action-type" type="string" use="optional">
  <annotation>
    <documentation>A selection from a controlled-vocabulary list maintained by the publisher.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:action-golf-other / @comment
Namespace No namespace
Annotations
Textual comment about the action.
Type string
Properties
use optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>Textual comment about the action.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:team-metadata-golf / @rank
Namespace No namespace
Annotations
How this team ranks among the other competing teams.
Type string
Properties
use optional
Used by
Source
<attribute name="rank" type="string" use="optional">
  <annotation>
    <documentation>How this team ranks among the other competing teams.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @rounds
Namespace No namespace
Annotations
How many rounds the player has completed in this particular tournament.
Type string
Properties
use optional
Used by
Source
<attribute name="rounds" type="string" use="optional">
  <annotation>
    <documentation>How many rounds the player has completed in this particular tournament.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @average
Namespace No namespace
Annotations
Average score of the player.
Type string
Properties
use optional
Used by
Source
<attribute name="average" type="string" use="optional">
  <annotation>
    <documentation>Average score of the player.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @strokes
Namespace No namespace
Annotations
The number of strokes taken by the player.
Type string
Properties
use optional
Used by
Source
<attribute name="strokes" type="string" use="optional">
  <annotation>
    <documentation>The number of strokes taken by the player.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @distance
Namespace No namespace
Annotations
The distance the ball travelled on the shot.
Type string
Properties
use optional
Used by
Source
<attribute name="distance" type="string" use="optional">
  <annotation>
    <documentation>The distance the ball travelled on the shot.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @drives
Namespace No namespace
Annotations
The number of drives made by the player.
Type string
Properties
use optional
Used by
Source
<attribute name="drives" type="string" use="optional">
  <annotation>
    <documentation>The number of drives made by the player.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-birdies
Namespace No namespace
Annotations
Total number of holes completed at one stroke below par.
Type string
Properties
use optional
Used by
Source
<attribute name="total-birdies" type="string" use="optional">
  <annotation>
    <documentation>Total number of holes completed at one stroke below par.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-eagles
Namespace No namespace
Annotations
Total number of holes completed at two strokes below par.
Type string
Properties
use optional
Used by
Source
<attribute name="total-eagles" type="string" use="optional">
  <annotation>
    <documentation>Total number of holes completed at two strokes below par.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-rounds
Namespace No namespace
Annotations
Total number of rounds played during the current tournament.
Type string
Properties
use optional
Used by
Source
<attribute name="total-rounds" type="string" use="optional">
  <annotation>
    <documentation>Total number of rounds played during the current tournament.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-strokes
Namespace No namespace
Annotations
Total number of strokes (or swings) made.
Type string
Properties
use optional
Used by
Source
<attribute name="total-strokes" type="string" use="optional">
  <annotation>
    <documentation>Total number of strokes (or swings) made.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-holes
Namespace No namespace
Annotations
Total number of holes played.
Type string
Properties
use optional
Used by
Source
<attribute name="total-holes" type="string" use="optional">
  <annotation>
    <documentation>Total number of holes played.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-putts
Namespace No namespace
Annotations
Total number of putts attempted.
Type string
Properties
use optional
Used by
Source
<attribute name="total-putts" type="string" use="optional">
  <annotation>
    <documentation>Total number of putts attempted.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-points
Namespace No namespace
Annotations
Total score of the player.
Type string
Properties
use optional
Used by
Source
<attribute name="total-points" type="string" use="optional">
  <annotation>
    <documentation>Total score of the player.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-driving
Namespace No namespace
Annotations
Total driving distance.
Type string
Properties
use optional
Used by
Source
<attribute name="total-driving" type="string" use="optional">
  <annotation>
    <documentation>Total driving distance.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @total-par-or-less
Namespace No namespace
Annotations
Total number of holes played by the player at par or less than par.
Type string
Properties
use optional
Used by
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @birdies
Namespace No namespace
Annotations
Number of birdies.
Type string
Properties
use optional
Used by
Source
<attribute name="birdies" type="string" use="optional">
  <annotation>
    <documentation>Number of birdies.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @eagles
Namespace No namespace
Annotations
Number of eagles.
Type string
Properties
use optional
Used by
Source
<attribute name="eagles" type="string" use="optional">
  <annotation>
    <documentation>Number of eagles.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @saves
Namespace No namespace
Annotations
Number of saves.
Type string
Properties
use optional
Used by
Source
<attribute name="saves" type="string" use="optional">
  <annotation>
    <documentation>Number of saves.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @greens-hit
Namespace No namespace
Annotations
Number of greens ht.
Type string
Properties
use optional
Used by
Source
<attribute name="greens-hit" type="string" use="optional">
  <annotation>
    <documentation>Number of greens ht.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @bunkers
Namespace No namespace
Annotations
Number of bunkers.
Type string
Properties
use optional
Used by
Source
<attribute name="bunkers" type="string" use="optional">
  <annotation>
    <documentation>Number of bunkers.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @eagle-per-holes-frequency
Namespace No namespace
Annotations
Frequency of hitting eagles.
Type string
Properties
use optional
Used by
Source
<attribute name="eagle-per-holes-frequency" type="string" use="optional">
  <annotation>
    <documentation>Frequency of hitting eagles.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @percentage
Namespace No namespace
Annotations
Percentage.
Type string
Properties
use optional
Used by
Source
<attribute name="percentage" type="string" use="optional">
  <annotation>
    <documentation>Percentage.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @long-drive
Namespace No namespace
Annotations
Long drive.
Type string
Properties
use optional
Used by
Source
<attribute name="long-drive" type="string" use="optional">
  <annotation>
    <documentation>Long drive.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @greens-in-regulation-missed
Namespace No namespace
Annotations
Number of greens missed during regulation play.
Type string
Properties
use optional
Used by
Source
<attribute name="greens-in-regulation-missed" type="string" use="optional">
  <annotation>
    <documentation>Number of greens missed during regulation play.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @greens-in-regulation-rank
Namespace No namespace
Annotations
Rank of player in terms of the greens-in-regulation statistic.
Type string
Properties
use optional
Used by
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @fairways-hit
Namespace No namespace
Annotations
Number of fairways hit.
Type string
Properties
use optional
Used by
Source
<attribute name="fairways-hit" type="string" use="optional">
  <annotation>
    <documentation>Number of fairways hit.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @fairways-possible
Namespace No namespace
Annotations
Maximum number of fairways it was possible to hit.
Type string
Properties
use optional
Used by
Source
<attribute name="fairways-possible" type="string" use="optional">
  <annotation>
    <documentation>Maximum number of fairways it was possible to hit.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @holes-played
Namespace No namespace
Annotations
Number of holes finished.
Type string
Properties
use optional
Used by
Source
<attribute name="holes-played" type="string" use="optional">
  <annotation>
    <documentation>Number of holes finished.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @holes-under-par
Namespace No namespace
Annotations
Number of holes finished under par.
Type string
Properties
use optional
Used by
Source
<attribute name="holes-under-par" type="string" use="optional">
  <annotation>
    <documentation>Number of holes finished under par.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @scoring-adjustment
Namespace No namespace
Annotations
Scoring adjustment.
Type string
Properties
use optional
Used by
Source
<attribute name="scoring-adjustment" type="string" use="optional">
  <annotation>
    <documentation>Scoring adjustment.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @finishes-top-10
Namespace No namespace
Annotations
Number of finishes the player had in the top ten.
Type string
Properties
use optional
Used by
Source
<attribute name="finishes-top-10" type="string" use="optional">
  <annotation>
    <documentation>Number of finishes the player had in the top ten.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @finishes-first-place
Namespace No namespace
Annotations
Number of first-place finishes the player had.
Type string
Properties
use optional
Used by
Source
<attribute name="finishes-first-place" type="string" use="optional">
  <annotation>
    <documentation>Number of first-place finishes the player had.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @finishes-second-place
Namespace No namespace
Annotations
Number of second-place finishes the player had.
Type string
Properties
use optional
Used by
Source
<attribute name="finishes-second-place" type="string" use="optional">
  <annotation>
    <documentation>Number of second-place finishes the player had.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @performance-par-3
Namespace No namespace
Annotations
The performance of the player on par-3 holes.
Type string
Properties
use optional
Used by
Source
<attribute name="performance-par-3" type="string" use="optional">
  <annotation>
    <documentation>The performance of the player on par-3 holes.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @performance-par-4
Namespace No namespace
Annotations
The performance of the player on par-4 holes.
Type string
Properties
use optional
Used by
Source
<attribute name="performance-par-4" type="string" use="optional">
  <annotation>
    <documentation>The performance of the player on par-4 holes.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @performance-par-5
Namespace No namespace
Annotations
The performance of the player on par-5 holes.
Type string
Properties
use optional
Used by
Source
<attribute name="performance-par-5" type="string" use="optional">
  <annotation>
    <documentation>The performance of the player on par-5 holes.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @money
Namespace No namespace
Annotations
Amount of money earned by the player.
Type string
Properties
use optional
Used by
Source
<attribute name="money" type="string" use="optional">
  <annotation>
    <documentation>Amount of money earned by the player.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @money-value
Namespace No namespace
Annotations
Money value.
Type string
Properties
use optional
Used by
Source
<attribute name="money-value" type="string" use="optional">
  <annotation>
    <documentation>Money value.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @points
Namespace No namespace
Annotations
Number of points.
Type string
Properties
use optional
Used by
Source
<attribute name="points" type="string" use="optional">
  <annotation>
    <documentation>Number of points.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @points-lost
Namespace No namespace
Annotations
Number of points lost.
Type string
Properties
use optional
Used by
Source
<attribute name="points-lost" type="string" use="optional">
  <annotation>
    <documentation>Number of points lost.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @points-gained
Namespace No namespace
Annotations
Number of points gained.
Type string
Properties
use optional
Used by
Source
<attribute name="points-gained" type="string" use="optional">
  <annotation>
    <documentation>Number of points gained.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @drive-accuracy
Namespace No namespace
Annotations
TBD.
Type string
Properties
use optional
Used by
Source
<attribute name="drive-accuracy" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @rounds-under-par
Namespace No namespace
Annotations
TBD.
Type string
Properties
use optional
Used by
Source
<attribute name="rounds-under-par" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf / @greens-in-regulation-putting
Namespace No namespace
Annotations
TBD.
Type string
Properties
use optional
Used by
Source
<attribute name="greens-in-regulation-putting" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-hole / @hole-type
Namespace No namespace
Annotations
The type of hole played.
Type sportsml:holeType.Golf
Properties
use optional
Used by
Source
<attribute name="hole-type" type="sportsml:holeType.Golf" use="optional">
  <annotation>
    <documentation>The type of hole played.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-hole / @hole
Namespace No namespace
Annotations
A number, generally from 1 to 18. Alternately, the keyword finished.
Type string
Properties
use optional
Used by
Source
<attribute name="hole" type="string" use="optional">
  <annotation>
    <documentation>A number, generally from 1 to 18. Alternately, the keyword finished.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-hole / @par
Namespace No namespace
Annotations
The par-value for the hole. Number of strokes needed to reach par.
Type string
Properties
use optional
Used by
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-hole / @score
Namespace No namespace
Annotations
The number of shots it actually took to sink the ball into the hole.
Type string
Properties
use optional
Used by
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-hole / @score-under-par
Namespace No namespace
Annotations
The number of shots below par that were scored.
Type string
Properties
use optional
Used by
Source
<attribute name="score-under-par" type="string" use="optional">
  <annotation>
    <documentation>The number of shots below par that were scored.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-round / @round-number
Namespace No namespace
Annotations
The number of the round whose stats are being reported.
Type string
Properties
use optional
Used by
Source
<attribute name="round-number" type="string" use="optional">
  <annotation>
    <documentation>The number of the round whose stats are being reported.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-round / @strokes
Namespace No namespace
Annotations
TBD.
Type string
Properties
use optional
Used by
Source
<attribute name="strokes" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:stats-golf-round / @score
Namespace No namespace
Annotations
TBD.
Type string
Properties
use optional
Used by
Source
<attribute name="score" type="string" use="optional">
  <annotation>
    <documentation>TBD.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:player-metadata-golf / @rank
Namespace No namespace
Annotations
How this player ranks among the other competing players.
Type string
Properties
use optional
Used by
Source
<attribute name="rank" type="string" use="optional">
  <annotation>
    <documentation>How this player ranks among the other competing players.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:tournament-division-metadata-golf / @course-yardage
Namespace No namespace
Annotations
How many yards the course is, measured from tees to holes.
Type string
Properties
use optional
Used by
Source
<attribute name="course-yardage" type="string" use="optional">
  <annotation>
    <documentation>How many yards the course is, measured from tees to holes.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute sportsml:tournament-division-metadata-golf / @course-par
Namespace No namespace
Annotations
The total par value of all holes.
Type string
Properties
use optional
Used by
Source
<attribute name="course-par" type="string" use="optional">
  <annotation>
    <documentation>The total par value of all holes.</documentation>
  </annotation>
</attribute>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd
Attribute Group sportsml:eventStateGolf
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-specific-golf_xsd.tmp#eventStateGolf_time-elapsed sportsml-specific-golf_xsd.tmp#eventStateGolf_round sportsml-specific-golf_xsd.tmp#eventStateGolf_hole sportsml-specific-golf_xsd.tmp#eventStateGolf_score sportsml-specific-golf_xsd.tmp#eventStateGolf_score-under-par
Used by
Attributes
QName Type Use Annotation
hole string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole.
round string optional
The round in the tournament.
score string optional
The total number of shots hit this round.
score-under-par string optional
The amount of shots under par the player has.
time-elapsed string optional
The amount of time since the start of the golf game.
Source
<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>
Schema location http://www.iptc.org/std/SportsML/2.0/specification/schema/sportsml-specific-golf.xsd