tennisTournamentMetadataComplexType

For holding metadata having to do with a tennis tournament. Includes an attribute for the name of the tennis tour.

Complex Type Information

Model

Children: tour-name

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<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>