<xs:complexType name="golfTournamentDivisionMetadataComplexType">
<xs:annotation>
<xs:documentation>Metadata about a particular division within a golf tournament. | Includes information about the course as a whole.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="course-yardage" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>How many yards the course is, measured from tees to holes.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="course-par" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The total par value of all holes.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |