<xs:complexType name="tournamentDivisionComplexType">
<xs:annotation>
<xs:documentation>A tournament subcategory, often with its own trophy and prize. | Use
it to divide specific overall competitions in a large multi-sport tournament such as
Olympics. Can also divide gender competitions, for example in tennis tournaments.
Can be nested to divide gender at a higher level (tournament/tournament-division)
and then to divide specific sport competitions futher down the tree
(tournament-part/tournament-division). </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="tournament-division-metadata" type="tournamentDivisionMetadataComplexType" minOccurs="0" />
<xs:element name="standing" type="standingComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:choice>
<xs:element name="tournament-part" type="tournamentPartComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="sports-event" type="sportsEventComplexType" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
|