<element name="tournament-stage">
<annotation>
<documentation>A tournament subcategory. | Used to group rounds, or other stages. Useful for large-scale soccer tournaments, for example.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:tournament-stage-metadata" minOccurs="0" />
<element ref="sportsml:site" minOccurs="0" />
<choice>
<element ref="sportsml:tournament-stage" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:tournament-round" minOccurs="0" maxOccurs="unbounded" />
</choice>
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
</complexType>
</element>
|