Definition Type: Element
Name: tournament-division-metadata-golf
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
Documentation:
Metadata about a particular division within a golf tournament. | Includes information about the course as a whole.
Collapse XSD Schema Diagram:
Drilldown into course-par in schema sportsml-specific-golf_xsd Drilldown into course-yardage in schema sportsml-specific-golf_xsdXSD Diagram of tournament-division-metadata-golf in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
course-yardage sportsml:course-yardage Optional
course-par sportsml:course-par Optional