tournamentComplexType

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.

Complex Type Information

Model

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