<xs:complexType name="tournamentPartMetadataComplexType">
<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:attribute name="type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The phase of the tournament: semi-final, quarter-final, etc. SportsML vocab uri: http://cv.iptc.org/newscodes/sptournamentphase/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="format-type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The format type of tournament or tournament phase: group, elimination, etc. SportsML vocab uri: http://cv.iptc.org/newscodes/sptournamentform/</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|