<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>
|