<element name="stats-golf-round">
<annotation>
<documentation>Statistics pertinent to a round within a tournament. | Allows for hole-by-hole breakdowns.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-golf-hole" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="round-number" type="string" use="optional">
<annotation>
<documentation>The number of the round whose stats are being reported.</documentation>
</annotation>
</attribute>
<attribute name="strokes" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="score" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|