Definition Type: ComplexType
Name: tournamentComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into sports-event in schema sportsml_xsd Drilldown into tournament-part in schema sportsml_xsd Drilldown into tournament-division in schema sportsml_xsd Drilldown into standing in schema sportsml_xsd Drilldown into tournament-metadata in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of tournamentComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tournament-metadata nsA:tournament-metadata 0 (1)
standing nsA:standing 0 unbounded
tournament-division nsA:tournament-division 0 unbounded
tournament-part nsA:tournament-part 0 unbounded
sports-event nsA:sports-event 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
Collapse Derivation Tree:
Collapse References:
nsA:tournament