<xs:complexType name="tennisTournamentMetadataComplexType">
<xs:annotation>
<xs:documentation>For holding metadata having to do with a tennis tournament. Includes an attribute for the name of the tennis tour.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="tour-name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The name of the tour.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes"/>
</xs:complexType> |