<xs:complexType name="tournamentComplexType">
<xs:annotation>
<xs:documentation>A structured series of competitions within one sport. | Generally organized by a particular sponsoring body. Can happen all in one day, or be spread out - like the Davis Cup in tennis.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="tournament-metadata" type="tournamentMetadataComplexType" minOccurs="0"/>
<xs:element name="standing" type="standingComplexType" minOccurs="0" maxOccurs="unbounded"/>
<xs:choice>
<xs:element name="tournament-division" type="tournamentDivisionComplexType" minOccurs="0" maxOccurs="unbounded"/>
<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> |