Definition Type: Element
Name: event-metadata-golf
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
Documentation:
Holds event metadata specific to golf. | Includes data about the course on which the event is held.
Collapse XSD Schema Diagram:
Drilldown into course-par in schema sportsml-specific-golf_xsd Drilldown into course-yardage in schema sportsml-specific-golf_xsd Drilldown into score-under-par in schema sportsml-specific-golf_xsd Drilldown into score in schema sportsml-specific-golf_xsd Drilldown into hole in schema sportsml-specific-golf_xsd Drilldown into round in schema sportsml-specific-golf_xsd Drilldown into time-elapsed in schema sportsml-specific-golf_xsd Drilldown into eventStateGolf in schema sportsml-specific-golf_xsdXSD Diagram of event-metadata-golf in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<element name="event-metadata-golf">
    <annotation>
        <documentation>Holds event metadata specific to golf. | Includes data about the course on which the event is held.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateGolf" />
        <attribute name="course-yardage" type="string" use="optional">
            <annotation>
                <documentation>How long the course is, in yards.</documentation>
            </annotation>
        </attribute>
        <attribute name="course-par" type="string" use="optional">
            <annotation>
                <documentation>What the par value is for the entire 18 holes of the course.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
time-elapsed sportsml:time-elapsed Optional
round sportsml:round Optional
hole sportsml:hole Optional
score sportsml:score Optional
score-under-par sportsml:score-under-par Optional
course-yardage sportsml:course-yardage Optional
course-par sportsml:course-par Optional