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