<xs:complexType name="tournamentDivisionMetadataComplexType">
<xs:annotation>
<xs:documentation>General information about the division of this tournament. | Where and when this division is competing.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="baseTournamentMetadataComplexType">
<xs:choice minOccurs="0">
<xs:element name="tournament-division-metadata-golf" type="golfTournamentDivisionMetadataComplexType" />
</xs:choice>
<xs:attribute name="division-number" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number of the division.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|