Showing:

Annotations
Attributes
Diagrams
Instances
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.2
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 sportsml-specific-golf_xsd.tmp#event-metadata-golf_course--rating sportsml-specific-golf_xsd.tmp#event-metadata-golf_slope-rating
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
course--rating string optional
A Course Rating is a mark of the USGA representing a number which describes the difficulty of a golf course from a particular set of tees for a scratch (zero handicap) player. Course Ratings are established by an evaluation of the course by members of a committee, usually from your regional golf association. Course Ratings are numbers like 68.5, 71.2, etc. In some golf jurisdictions, course ratings might be called something else, and may be expressed to a tenth or as whole numbers.
course-par string optional
What the par value is for the entire 18 holes of the course.
course-yardage string optional
How long the total course is, in yards.
hole string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.
id ID optional
An XML-specific identifier for the element.
round string optional
The round in the tournament.
score string optional
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
score-under-par string optional
DEPRECATED: The amount of shots under par the player has.
slope-rating string optional
A Slope Rating is a mark of the USGA representing an integer number which describes the difficulty of a golf course from a particular set of tees for a bogey (average) golfer. Slope Ratings vary from 55 (very easy) to 155 (very difficult). The Slope Rating of a course which has not officially been rated is 113, the Slope Rating of a course of "average" difficulty.
strokes string optional
Total number of strokes in this round.
time-elapsed string optional
The amount of time since the start of the golf game.
Source
<element name="event-metadata-golf">
  <!-- This is used in the group eventMetadataSpecific -->
  <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 total 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>
    <attribute name="course--rating" type="string" use="optional">
      <annotation>
        <documentation>A Course Rating is a mark of the USGA representing a number which describes the difficulty of a golf course from a particular set of tees for a scratch (zero handicap) player. Course Ratings are established by an evaluation of the course by members of a committee, usually from your regional golf association. Course Ratings are numbers like 68.5, 71.2, etc. In some golf jurisdictions, course ratings might be called something else, and may be expressed to a tenth or as whole numbers.</documentation>
      </annotation>
    </attribute>
    <attribute name="slope-rating" type="string" use="optional">
      <annotation>
        <documentation>A Slope Rating is a mark of the USGA representing an integer number which describes the difficulty of a golf course from a particular set of tees for a bogey (average) golfer. Slope Ratings vary from 55 (very easy) to 155 (very difficult). The Slope Rating of a course which has not officially been rated is 113, the Slope Rating of a course of "average" difficulty.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
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 sportsml:action-golf-shot | sportsml:action-golf-other
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-against-par="" score-under-par="" shot-distance="" shot-type="" start-distance="" strokes="" time-elapsed="">{1,1}</sportsml:action-golf-shot>
  <sportsml:action-golf-other action-source="" action-type="" comment="" hole="" id="" round="" score="" score-against-par="" score-under-par="" strokes="" time-elapsed="">{1,1}</sportsml:action-golf-other>
</sportsml:event-actions-golf>
Attributes
QName Type Fixed Default 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>
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 Fixed Default 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. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.
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
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
score-under-par string optional
DEPRECATED: The amount of shots under par the player has.
shot-distance string optional
shot-type string optional
start-distance string optional
strokes string optional
Total number of strokes in this round.
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>
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 Fixed Default 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. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.
id ID optional
An XML-specific identifier for the element.
round string optional
The round in the tournament.
score string optional
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
score-under-par string optional
DEPRECATED: The amount of shots under par the player has.
strokes string optional
Total number of strokes in this round.
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>
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 Fixed Default 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>
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 sportsml:stats-golf{0,1} , sportsml:stats-golf-round*
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="" birdies-rank="" bogeys="" bogeys-rank="" bunkers="" competition-scope="" date-coverage-type="" date-coverage-value="" distance="" distance-rank="" double-bogeys="" double-bogeys-rank="" drive-accuracy="" drive-accuracy-rank="" drives="" duration-scope="" eagle-per-holes-frequency="" eagles="" eagles-rank="" fairways-hit="" fairways-possible="" finishes-first-place="" finishes-second-place="" finishes-top-10="" finish-other="" finish-other-rank="" greens-hit="" greens-hit-rank="" greens-in-regulation-missed="" greens-in-regulation-putting="" greens-in-regulation-rank="" holes-played="" holes-under-par="" id="" long-drive="" money="" money-value="" pars="" pars-rank="" percentage="" performance-par-3="" performance-par-4="" performance-par-5="" period-value="" points="" points-gained="" points-lost="" position-scope="" putts-per-round="" putts-per-round-rank="" record-making-scope="" rounds="" rounds-under-par="" saves="" saves-rank="" 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="" score-against-par="" stats-coverage="" strokes="" team-coverage="">{0,unbounded}</sportsml:stats-golf-round>
</sportsml:team-stats-golf>
Attributes
QName Type Fixed Default 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 stats and events by period.
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>
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_distance-rank 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_birdies-rank sportsml-specific-golf_xsd.tmp#stats-golf_eagles sportsml-specific-golf_xsd.tmp#stats-golf_eagles-rank sportsml-specific-golf_xsd.tmp#stats-golf_saves sportsml-specific-golf_xsd.tmp#stats-golf_saves-rank 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-hit sportsml-specific-golf_xsd.tmp#stats-golf_greens-hit-rank sportsml-specific-golf_xsd.tmp#stats-golf_greens-in-regulation-missed sportsml-specific-golf_xsd.tmp#stats-golf_greens-in-regulation-putting 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_putts-per-round sportsml-specific-golf_xsd.tmp#stats-golf_putts-per-round-rank 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_drive-accuracy-rank sportsml-specific-golf_xsd.tmp#stats-golf_rounds-under-par sportsml-specific-golf_xsd.tmp#stats-golf_bogeys sportsml-specific-golf_xsd.tmp#stats-golf_bogeys-rank sportsml-specific-golf_xsd.tmp#stats-golf_double-bogeys sportsml-specific-golf_xsd.tmp#stats-golf_double-bogeys-rank sportsml-specific-golf_xsd.tmp#stats-golf_finish-other sportsml-specific-golf_xsd.tmp#stats-golf_finish-other-rank sportsml-specific-golf_xsd.tmp#stats-golf_pars sportsml-specific-golf_xsd.tmp#stats-golf_pars-rank
Properties
content: complex
Used by
Attributes
QName Type Fixed Default 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 or team. Number of shots devided by number of holes??
birdies string optional
Number of birdies.
birdies-rank string optional
How the player ranks in the round or tournament regarding birdies.
bogeys string optional
The number of holes finished one above par for that hole.
bogeys-rank string optional
How the player ranks when comparing bogeys.
bunkers string optional
Number of bunker shots the player took.
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 longest distance the player shot.
distance-rank string optional
The rank in the round or tournament for the player when comparing the longest distance shot.
double-bogeys string optional
The number of holes finished two above par for that hole.
double-bogeys-rank string optional
How the player ranks when comparing double-bogeys.
drive-accuracy string optional
A percentage of how good the drives from the player or team has been in the given frame the stats cover.
drive-accuracy-rank string optional
How the player ranks when comparing drive-accuracy.
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.
eagles-rank string optional
How the player ranks in the round or tournament regarding eagles.
fairways-hit string optional
Number of fairways hit.
fairways-possible string optional
Maximum number of fairways it was possible to hit.
finish-other string optional
The number of holes finished with either more than two under par or two over par.
finish-other-rank string optional
How the player ranks when comparing finish-other.
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
This is  a very special golf term. To reach a green in regulation (GIR) the player must place the ball on the green with two strokes less than the par of the course. The attribute holds the number of times the player or team has achieved this in the timeframe the stats cover.
greens-hit-rank string optional
How the player ranks in the tournament or round regarding greens hit in regulation.
greens-in-regulation-missed string optional
Number of greens missed during regulation play.
greens-in-regulation-putting string optional
The average number of puts needed to finish holes after hitting the green in regulation (GIR).
greens-in-regulation-rank string optional
Rank of player in terms of the greens-in-regulation putting.
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.
pars string optional
The number of holes finished on par.
pars-rank string optional
How the player ranks when comparing pars.
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 stats and events by period.
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.
putts-per-round string optional
The average number of putts needed per complete round.
putts-per-round-rank string optional
How the player ranks when comparing the average putts-per-round.
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 or team has completed in this particular tournament.
rounds-under-par string optional
The number of rounds the player has completed a course under par.
saves string optional
Number of saves when the ball landed in a sand bunker.
saves-rank string optional
How the player ranks in the round or tournament regarding saves from the bunker.
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 or team.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
total-birdies string optional
DEPRECATE: Total number of holes completed at one stroke below par.
total-driving string optional
Total driving distance.
total-eagles string optional
DEPRECATE: 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. Depending on the system used in the tournament the score could be something other than the actual number of strokes.
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) (or shots) made.
Source
<element name="stats-golf">
  <!-- This group is used in team-stats-golf and player-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 or team has completed in this particular tournament.</documentation>
      </annotation>
    </attribute>
    <attribute name="average" type="string" use="optional">
      <annotation>
        <documentation>Average score of the player or team. Number of shots devided by number of holes??</documentation>
      </annotation>
    </attribute>
    <attribute name="strokes" type="string" use="optional">
      <annotation>
        <documentation>The number of strokes taken by the player or team.</documentation>
      </annotation>
    </attribute>
    <attribute name="distance" type="string" use="optional">
      <annotation>
        <documentation>The longest distance the player shot.</documentation>
      </annotation>
    </attribute>
    <attribute name="distance-rank" type="string" use="optional">
      <annotation>
        <documentation>The rank in the round or tournament for the player when comparing the longest distance 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>DEPRECATE: Total number of holes completed at one stroke below par.</documentation>
      </annotation>
    </attribute>
    <attribute name="total-eagles" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATE: 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>
        <!-- Compare to rounds above -->
      </annotation>
    </attribute>
    <attribute name="total-strokes" type="string" use="optional">
      <!-- Compare to strokes above -->
      <annotation>
        <documentation>Total number of strokes (or swings) (or shots) made.</documentation>
      </annotation>
    </attribute>
    <attribute name="total-holes" type="string" use="optional">
      <!-- Compare to holes-played -->
      <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. Depending on the system used in the tournament the score could be something other than the actual number of strokes.</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="birdies-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks in the round or tournament regarding birdies.</documentation>
      </annotation>
    </attribute>
    <attribute name="eagles" type="string" use="optional">
      <annotation>
        <documentation>Number of eagles.</documentation>
      </annotation>
    </attribute>
    <attribute name="eagles-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks in the round or tournament regarding eagles.</documentation>
      </annotation>
    </attribute>
    <attribute name="saves" type="string" use="optional">
      <annotation>
        <documentation>Number of saves when the ball landed in a sand bunker.</documentation>
      </annotation>
    </attribute>
    <attribute name="saves-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks in the round or tournament regarding saves from the bunker.</documentation>
      </annotation>
    </attribute>
    <attribute name="bunkers" type="string" use="optional">
      <annotation>
        <documentation>Number of bunker shots the player took.</documentation>
      </annotation>
    </attribute>
    <attribute name="eagle-per-holes-frequency" type="string" use="optional">
      <annotation>
        <documentation>Frequency of hitting eagles.</documentation>
        <!-- This would be a decimal number between 0 and 1?? But there is no attribute for birdies-per-holes-frequency? -->
      </annotation>
    </attribute>
    <attribute name="percentage" type="string" use="optional">
      <annotation>
        <documentation>Percentage.</documentation>
        <!-- Percentage of what?? Unclear! -->
      </annotation>
    </attribute>
    <attribute name="long-drive" type="string" use="optional">
      <annotation>
        <documentation>Long drive.</documentation>
        <!-- Probably the longest drive shot but unclear. And how does this compare to the attribute distance-->
      </annotation>
    </attribute>
    <attribute name="greens-hit" type="string" use="optional">
      <annotation>
        <documentation>This is a very special golf term. To reach a green in regulation (GIR) the player must place the ball on the green with two strokes less than the par of the course. The attribute holds the number of times the player or team has achieved this in the timeframe the stats cover.</documentation>
      </annotation>
    </attribute>
    <attribute name="greens-hit-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks in the tournament or round regarding greens hit in regulation.</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-putting" type="string" use="optional">
      <annotation>
        <documentation>The average number of puts needed to finish holes after hitting the green in regulation (GIR).</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 putting.</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="putts-per-round" type="string" use="optional">
      <annotation>
        <documentation>The average number of putts needed per complete round.</documentation>
      </annotation>
    </attribute>
    <attribute name="putts-per-round-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks when comparing the average putts-per-round.</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>A percentage of how good the drives from the player or team has been in the given frame the stats cover.</documentation>
      </annotation>
    </attribute>
    <attribute name="drive-accuracy-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks when comparing drive-accuracy.</documentation>
      </annotation>
    </attribute>
    <attribute name="rounds-under-par" type="string" use="optional">
      <annotation>
        <documentation>The number of rounds the player has completed a course under par.</documentation>
      </annotation>
    </attribute>
    <attribute name="bogeys" type="string" use="optional">
      <annotation>
        <documentation>The number of holes finished one above par for that hole.</documentation>
      </annotation>
    </attribute>
    <attribute name="bogeys-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks when comparing bogeys.</documentation>
      </annotation>
    </attribute>
    <attribute name="double-bogeys" type="string" use="optional">
      <annotation>
        <documentation>The number of holes finished two above par for that hole.</documentation>
      </annotation>
    </attribute>
    <attribute name="double-bogeys-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks when comparing double-bogeys.</documentation>
      </annotation>
    </attribute>
    <attribute name="finish-other" type="string" use="optional">
      <annotation>
        <documentation>The number of holes finished with either more than two under par or two over par.</documentation>
      </annotation>
    </attribute>
    <attribute name="finish-other-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks when comparing finish-other.</documentation>
      </annotation>
    </attribute>
    <attribute name="pars" type="string" use="optional">
      <annotation>
        <documentation>The number of holes finished on par.</documentation>
      </annotation>
    </attribute>
    <attribute name="pars-rank" type="string" use="optional">
      <annotation>
        <documentation>How the player ranks when comparing pars.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
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-round_score-against-par sportsml-specific-golf_xsd.tmp#stats-golf sportsml-specific-golf_xsd.tmp#stats-golf-hole
Properties
content: complex
Used by
Model sportsml:stats-golf{0,1} , sportsml:stats-golf-hole*
Children sportsml:stats-golf, 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="" score-against-par="" stats-coverage="" strokes="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-golf alignment-scope="" average="" birdies="" birdies-rank="" bogeys="" bogeys-rank="" bunkers="" competition-scope="" date-coverage-type="" date-coverage-value="" distance="" distance-rank="" double-bogeys="" double-bogeys-rank="" drive-accuracy="" drive-accuracy-rank="" drives="" duration-scope="" eagle-per-holes-frequency="" eagles="" eagles-rank="" fairways-hit="" fairways-possible="" finishes-first-place="" finishes-second-place="" finishes-top-10="" finish-other="" finish-other-rank="" greens-hit="" greens-hit-rank="" greens-in-regulation-missed="" greens-in-regulation-putting="" greens-in-regulation-rank="" holes-played="" holes-under-par="" id="" long-drive="" money="" money-value="" pars="" pars-rank="" percentage="" performance-par-3="" performance-par-4="" performance-par-5="" period-value="" points="" points-gained="" points-lost="" position-scope="" putts-per-round="" putts-per-round-rank="" record-making-scope="" rounds="" rounds-under-par="" saves="" saves-rank="" 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-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-against-par="" score-under-par="" stats-coverage="" strokes="" team-coverage="">{0,unbounded}</sportsml:stats-golf-hole>
</sportsml:stats-golf-round>
Attributes
QName Type Fixed Default 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 stats and events by period.
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
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
strokes string optional
Total number of strokes in this round.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="stats-golf-round">
  <!-- Used in team-stats-golf and player-stats-golf -->
  <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" minOccurs="0" maxOccurs="1"/>
      <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>Total number of strokes in this round.</documentation>
      </annotation>
    </attribute>
    <attribute name="score" type="string" use="optional">
      <annotation>
        <documentation>Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-against-par" type="string" use="optional">
      <annotation>
        <documentation>The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
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_strokes sportsml-specific-golf_xsd.tmp#stats-golf-hole_score-against-par sportsml-specific-golf_xsd.tmp#stats-golf-hole_score-under-par sportsml-specific-golf_xsd.tmp#stats-golf-hole_score
Properties
content: complex
Used by
Attributes
QName Type Fixed Default 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 stats and events by period.
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
Total score this hole. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
score-under-par string optional
DEPRECATED: 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.
strokes string optional
The number of shots it actually took to sink the ball into the hole.
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="strokes" 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-against-par" type="string" use="optional">
      <annotation>
        <documentation>The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.</documentation>
      </annotation>
    </attribute>
    <attribute name="score-under-par" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATED: The number of shots below par that were scored.</documentation>
      </annotation>
    </attribute>
    <attribute name="score" type="string" use="optional">
      <annotation>
        <documentation>Total score this hole. The score can be the same as strokes but it can also be some other type of scoring system used in golf.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
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 Fixed Default 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>
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#player-stats-golf_handicap sportsml-specific-golf_xsd.tmp#stats-golf sportsml-specific-golf_xsd.tmp#stats-golf-round
Properties
content: complex
Used by
Model sportsml:stats-golf{0,1} , sportsml:stats-golf-round*
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="" handicap="" 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="" birdies-rank="" bogeys="" bogeys-rank="" bunkers="" competition-scope="" date-coverage-type="" date-coverage-value="" distance="" distance-rank="" double-bogeys="" double-bogeys-rank="" drive-accuracy="" drive-accuracy-rank="" drives="" duration-scope="" eagle-per-holes-frequency="" eagles="" eagles-rank="" fairways-hit="" fairways-possible="" finishes-first-place="" finishes-second-place="" finishes-top-10="" finish-other="" finish-other-rank="" greens-hit="" greens-hit-rank="" greens-in-regulation-missed="" greens-in-regulation-putting="" greens-in-regulation-rank="" holes-played="" holes-under-par="" id="" long-drive="" money="" money-value="" pars="" pars-rank="" percentage="" performance-par-3="" performance-par-4="" performance-par-5="" period-value="" points="" points-gained="" points-lost="" position-scope="" putts-per-round="" putts-per-round-rank="" record-making-scope="" rounds="" rounds-under-par="" saves="" saves-rank="" 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="" score-against-par="" stats-coverage="" strokes="" team-coverage="">{0,unbounded}</sportsml:stats-golf-round>
</sportsml:player-stats-golf>
Attributes
QName Type Fixed Default 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.
handicap string optional
The handicap-value of this player. This will normally not be used in professional tournaments.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
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"/>
    <attribute name="handicap" type="string" use="optional">
      <annotation>
        <documentation>The handicap-value of this player. This will normally not be used in professional tournaments.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
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 Fixed Default 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>
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 Fixed Default 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>
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>
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>
Attribute sportsml:eventStateGolf / @hole
Namespace No namespace
Annotations
Generally an integer, 1 through 18. Could be 19, for a playoff hole. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.
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. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateGolf / @strokes
Namespace No namespace
Annotations
Total number of strokes in this round.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="strokes" type="string" use="optional">
  <annotation>
    <documentation>Total number of strokes in this round.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateGolf / @score
Namespace No namespace
Annotations
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="score" type="string" use="optional">
  <annotation>
    <documentation>Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateGolf / @score-under-par
Namespace No namespace
Annotations
DEPRECATED: 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>DEPRECATED: The amount of shots under par the player has.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateGolf / @score-against-par
Namespace No namespace
Annotations
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateGolf
Source
<attribute name="score-against-par" type="string" use="optional">
  <annotation>
    <documentation>The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-metadata-golf / @course-yardage
Namespace No namespace
Annotations
How long the total 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 total course is, in yards.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:event-metadata-golf / @course--rating
Namespace No namespace
Annotations
A Course Rating is a mark of the USGA representing a number which describes the difficulty of a golf course from a particular set of tees for a scratch (zero handicap) player. Course Ratings are established by an evaluation of the course by members of a committee, usually from your regional golf association. Course Ratings are numbers like 68.5, 71.2, etc. In some golf jurisdictions, course ratings might be called something else, and may be expressed to a tenth or as whole numbers.
Type string
Properties
use: optional
Used by
Source
<attribute name="course--rating" type="string" use="optional">
  <annotation>
    <documentation>A Course Rating is a mark of the USGA representing a number which describes the difficulty of a golf course from a particular set of tees for a scratch (zero handicap) player. Course Ratings are established by an evaluation of the course by members of a committee, usually from your regional golf association. Course Ratings are numbers like 68.5, 71.2, etc. In some golf jurisdictions, course ratings might be called something else, and may be expressed to a tenth or as whole numbers.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-metadata-golf / @slope-rating
Namespace No namespace
Annotations
A Slope Rating is a mark of the USGA representing an integer number which describes the difficulty of a golf course from a particular set of tees for a bogey (average) golfer. Slope Ratings vary from 55 (very easy) to 155 (very difficult). The Slope Rating of a course which has not officially been rated is 113, the Slope Rating of a course of "average" difficulty.
Type string
Properties
use: optional
Used by
Source
<attribute name="slope-rating" type="string" use="optional">
  <annotation>
    <documentation>A Slope Rating is a mark of the USGA representing an integer number which describes the difficulty of a golf course from a particular set of tees for a bogey (average) golfer. Slope Ratings vary from 55 (very easy) to 155 (very difficult). The Slope Rating of a course which has not officially been rated is 113, the Slope Rating of a course of "average" difficulty.</documentation>
  </annotation>
</attribute>
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"/>
Attribute sportsml:action-golf-shot / @club
Namespace No namespace
Type string
Properties
use: optional
Used by
Source
<attribute name="club" type="string" use="optional"/>
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"/>
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"/>
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"/>
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"/>
Attribute sportsml:action-golf-shot / @landing
Namespace No namespace
Type string
Properties
use: optional
Used by
Source
<attribute name="landing" type="string" use="optional"/>
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>
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>
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>
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>
Attribute sportsml:stats-golf / @rounds
Namespace No namespace
Annotations
How many rounds the player or team 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 or team has completed in this particular tournament.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @average
Namespace No namespace
Annotations
Average score of the player or team. Number of shots devided by number of holes??
Type string
Properties
use: optional
Used by
Source
<attribute name="average" type="string" use="optional">
  <annotation>
    <documentation>Average score of the player or team. Number of shots devided by number of holes??</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @strokes
Namespace No namespace
Annotations
The number of strokes taken by the player or team.
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 or team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @distance
Namespace No namespace
Annotations
The longest distance the player shot.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance" type="string" use="optional">
  <annotation>
    <documentation>The longest distance the player shot.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @distance-rank
Namespace No namespace
Annotations
The rank in the round or tournament for the player when comparing the longest distance shot.
Type string
Properties
use: optional
Used by
Source
<attribute name="distance-rank" type="string" use="optional">
  <annotation>
    <documentation>The rank in the round or tournament for the player when comparing the longest distance shot.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:stats-golf / @total-birdies
Namespace No namespace
Annotations
DEPRECATE: 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>DEPRECATE: Total number of holes completed at one stroke below par.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @total-eagles
Namespace No namespace
Annotations
DEPRECATE: 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>DEPRECATE: Total number of holes completed at two strokes below par.</documentation>
  </annotation>
</attribute>
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>
    <!-- Compare to rounds above -->
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @total-strokes
Namespace No namespace
Annotations
Total number of strokes (or swings) (or shots) made.
Type string
Properties
use: optional
Used by
Source
<attribute name="total-strokes" type="string" use="optional">
  <!-- Compare to strokes above -->
  <annotation>
    <documentation>Total number of strokes (or swings) (or shots) made.</documentation>
  </annotation>
</attribute>
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">
  <!-- Compare to holes-played -->
  <annotation>
    <documentation>Total number of holes played.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:stats-golf / @total-points
Namespace No namespace
Annotations
Total score of the player. Depending on the system used in the tournament the score could be something other than the actual number of strokes.
Type string
Properties
use: optional
Used by
Source
<attribute name="total-points" type="string" use="optional">
  <annotation>
    <documentation>Total score of the player. Depending on the system used in the tournament the score could be something other than the actual number of strokes.</documentation>
  </annotation>
</attribute>
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>
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>
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>
Attribute sportsml:stats-golf / @birdies-rank
Namespace No namespace
Annotations
How the player ranks in the round or tournament regarding birdies.
Type string
Properties
use: optional
Used by
Source
<attribute name="birdies-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks in the round or tournament regarding birdies.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:stats-golf / @eagles-rank
Namespace No namespace
Annotations
How the player ranks in the round or tournament regarding eagles.
Type string
Properties
use: optional
Used by
Source
<attribute name="eagles-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks in the round or tournament regarding eagles.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @saves
Namespace No namespace
Annotations
Number of saves when the ball landed in a sand bunker.
Type string
Properties
use: optional
Used by
Source
<attribute name="saves" type="string" use="optional">
  <annotation>
    <documentation>Number of saves when the ball landed in a sand bunker.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @saves-rank
Namespace No namespace
Annotations
How the player ranks in the round or tournament regarding saves from the bunker.
Type string
Properties
use: optional
Used by
Source
<attribute name="saves-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks in the round or tournament regarding saves from the bunker.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @bunkers
Namespace No namespace
Annotations
Number of bunker shots the player took.
Type string
Properties
use: optional
Used by
Source
<attribute name="bunkers" type="string" use="optional">
  <annotation>
    <documentation>Number of bunker shots the player took.</documentation>
  </annotation>
</attribute>
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>
    <!-- This would be a decimal number between 0 and 1?? But there is no attribute for birdies-per-holes-frequency? -->
  </annotation>
</attribute>
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>
    <!-- Percentage of what?? Unclear! -->
  </annotation>
</attribute>
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>
    <!-- Probably the longest drive shot but unclear. And how does this compare to the attribute distance-->
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @greens-hit
Namespace No namespace
Annotations
This is  a very special golf term. To reach a green in regulation (GIR) the player must place the ball on the green with two strokes less than the par of the course. The attribute holds the number of times the player or team has achieved this in the timeframe the stats cover.
Type string
Properties
use: optional
Used by
Source
<attribute name="greens-hit" type="string" use="optional">
  <annotation>
    <documentation>This is a very special golf term. To reach a green in regulation (GIR) the player must place the ball on the green with two strokes less than the par of the course. The attribute holds the number of times the player or team has achieved this in the timeframe the stats cover.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @greens-hit-rank
Namespace No namespace
Annotations
How the player ranks in the tournament or round regarding greens hit in regulation.
Type string
Properties
use: optional
Used by
Source
<attribute name="greens-hit-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks in the tournament or round regarding greens hit in regulation.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:stats-golf / @greens-in-regulation-putting
Namespace No namespace
Annotations
The average number of puts needed to finish holes after hitting the green in regulation (GIR).
Type string
Properties
use: optional
Used by
Source
<attribute name="greens-in-regulation-putting" type="string" use="optional">
  <annotation>
    <documentation>The average number of puts needed to finish holes after hitting the green in regulation (GIR).</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @greens-in-regulation-rank
Namespace No namespace
Annotations
Rank of player in terms of the greens-in-regulation putting.
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 putting.</documentation>
  </annotation>
</attribute>
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>
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>
Attribute sportsml:stats-golf / @putts-per-round
Namespace No namespace
Annotations
The average number of putts needed per complete round.
Type string
Properties
use: optional
Used by
Source
<attribute name="putts-per-round" type="string" use="optional">
  <annotation>
    <documentation>The average number of putts needed per complete round.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @putts-per-round-rank
Namespace No namespace
Annotations
How the player ranks when comparing the average putts-per-round.
Type string
Properties
use: optional
Used by
Source
<attribute name="putts-per-round-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks when comparing the average putts-per-round.</documentation>
  </annotation>
</attribute>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Attribute sportsml:stats-golf / @drive-accuracy
Namespace No namespace
Annotations
A percentage of how good the drives from the player or team has been in the given frame the stats cover.
Type string
Properties
use: optional
Used by
Source
<attribute name="drive-accuracy" type="string" use="optional">
  <annotation>
    <documentation>A percentage of how good the drives from the player or team has been in the given frame the stats cover.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @drive-accuracy-rank
Namespace No namespace
Annotations
How the player ranks when comparing drive-accuracy.
Type string
Properties
use: optional
Used by
Source
<attribute name="drive-accuracy-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks when comparing drive-accuracy.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @rounds-under-par
Namespace No namespace
Annotations
The number of rounds the player has completed a course under par.
Type string
Properties
use: optional
Used by
Source
<attribute name="rounds-under-par" type="string" use="optional">
  <annotation>
    <documentation>The number of rounds the player has completed a course under par.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @bogeys
Namespace No namespace
Annotations
The number of holes finished one above par for that hole.
Type string
Properties
use: optional
Used by
Source
<attribute name="bogeys" type="string" use="optional">
  <annotation>
    <documentation>The number of holes finished one above par for that hole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @bogeys-rank
Namespace No namespace
Annotations
How the player ranks when comparing bogeys.
Type string
Properties
use: optional
Used by
Source
<attribute name="bogeys-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks when comparing bogeys.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @double-bogeys
Namespace No namespace
Annotations
The number of holes finished two above par for that hole.
Type string
Properties
use: optional
Used by
Source
<attribute name="double-bogeys" type="string" use="optional">
  <annotation>
    <documentation>The number of holes finished two above par for that hole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @double-bogeys-rank
Namespace No namespace
Annotations
How the player ranks when comparing double-bogeys.
Type string
Properties
use: optional
Used by
Source
<attribute name="double-bogeys-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks when comparing double-bogeys.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @finish-other
Namespace No namespace
Annotations
The number of holes finished with either more than two under par or two over par.
Type string
Properties
use: optional
Used by
Source
<attribute name="finish-other" type="string" use="optional">
  <annotation>
    <documentation>The number of holes finished with either more than two under par or two over par.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @finish-other-rank
Namespace No namespace
Annotations
How the player ranks when comparing finish-other.
Type string
Properties
use: optional
Used by
Source
<attribute name="finish-other-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks when comparing finish-other.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @pars
Namespace No namespace
Annotations
The number of holes finished on par.
Type string
Properties
use: optional
Used by
Source
<attribute name="pars" type="string" use="optional">
  <annotation>
    <documentation>The number of holes finished on par.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf / @pars-rank
Namespace No namespace
Annotations
How the player ranks when comparing pars.
Type string
Properties
use: optional
Used by
Source
<attribute name="pars-rank" type="string" use="optional">
  <annotation>
    <documentation>How the player ranks when comparing pars.</documentation>
  </annotation>
</attribute>
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>
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>
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>
Attribute sportsml:stats-golf-hole / @strokes
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="strokes" type="string" use="optional">
  <annotation>
    <documentation>The number of shots it actually took to sink the ball into the hole.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf-hole / @score-against-par
Namespace No namespace
Annotations
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-against-par" type="string" use="optional">
  <annotation>
    <documentation>The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf-hole / @score-under-par
Namespace No namespace
Annotations
DEPRECATED: 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>DEPRECATED: The number of shots below par that were scored.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf-hole / @score
Namespace No namespace
Annotations
Total score this hole. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
Type string
Properties
use: optional
Used by
Source
<attribute name="score" type="string" use="optional">
  <annotation>
    <documentation>Total score this hole. The score can be the same as strokes but it can also be some other type of scoring system used in golf.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:stats-golf-round / @strokes
Namespace No namespace
Annotations
Total number of strokes in this round.
Type string
Properties
use: optional
Used by
Source
<attribute name="strokes" type="string" use="optional">
  <annotation>
    <documentation>Total number of strokes in this round.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf-round / @score
Namespace No namespace
Annotations
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
Type string
Properties
use: optional
Used by
Source
<attribute name="score" type="string" use="optional">
  <annotation>
    <documentation>Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-golf-round / @score-against-par
Namespace No namespace
Annotations
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
Type string
Properties
use: optional
Used by
Source
<attribute name="score-against-par" type="string" use="optional">
  <annotation>
    <documentation>The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.</documentation>
  </annotation>
</attribute>
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>
Attribute sportsml:player-stats-golf / @handicap
Namespace No namespace
Annotations
The handicap-value of this player. This will normally not be used in professional tournaments.
Type string
Properties
use: optional
Used by
Source
<attribute name="handicap" type="string" use="optional">
  <annotation>
    <documentation>The handicap-value of this player. This will normally not be used in professional tournaments.</documentation>
  </annotation>
</attribute>
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>
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>
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_strokes sportsml-specific-golf_xsd.tmp#eventStateGolf_score sportsml-specific-golf_xsd.tmp#eventStateGolf_score-under-par sportsml-specific-golf_xsd.tmp#eventStateGolf_score-against-par
Used by
Attributes
QName Type Fixed Default Use Annotation
hole string optional
Generally an integer, 1 through 18. Could be 19, for a playoff hole. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.
round string optional
The round in the tournament.
score string optional
Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.
score-against-par string optional
The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.
score-under-par string optional
DEPRECATED: The amount of shots under par the player has.
strokes string optional
Total number of strokes in this round.
time-elapsed string optional
The amount of time since the start of the golf game.
Source
<attributeGroup name="eventStateGolf">
  <!-- This group is used in event-metadata-golf, action-golf-shot and action-golf-other -->
  <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. But playoff holes are not numberd like that. They are both recorded as what ordinal number of playoff they are and on that numbered hole on the course thay are played on.</documentation>
    </annotation>
  </attribute>
  <attribute name="strokes" type="string" use="optional">
    <annotation>
      <documentation>Total number of strokes in this round.</documentation>
    </annotation>
  </attribute>
  <attribute name="score" type="string" use="optional">
    <annotation>
      <documentation>Total score this round. The score can be the same as strokes but it can also be some other type of scoring system used in golf.</documentation>
    </annotation>
  </attribute>
  <attribute name="score-under-par" type="string" use="optional">
    <annotation>
      <documentation>DEPRECATED: The amount of shots under par the player has.</documentation>
    </annotation>
  </attribute>
  <attribute name="score-against-par" type="string" use="optional">
    <annotation>
      <documentation>The score compared to par on the hole. So a score equal par would put a 0 here and a score under par a negative value.</documentation>
    </annotation>
  </attribute>
</attributeGroup>