Definition Type: ComplexType
Name: tournamentDivisionComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
A tournament subcategory, often with its own trophy and prize. | Use it to divide specific overall competitions in a large multi-sport tournament such as Olympics. Can also divide gender competitions, for example in tennis tournaments. Can be nested to divide gender at a higher level (tournament/tournament-division) and then to divide specific sport competitions futher down the tree (tournament-part/tournament-division).
Collapse XSD Schema Diagram:
Drilldown into sports-event in schema sportsml_xsd Drilldown into tournament-part in schema sportsml_xsd Drilldown into standing in schema sportsml_xsd Drilldown into tournament-division-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 tournamentDivisionComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="tournamentDivisionComplexType">
    <xs:annotation>
        <xs:documentation>A tournament subcategory, often with its own trophy and prize. | Use
                it to divide specific overall competitions in a large multi-sport tournament such as
                Olympics. Can also divide gender competitions, for example in tennis tournaments.
                Can be nested to divide gender at a higher level (tournament/tournament-division)
                and then to divide specific sport competitions futher down the tree
                (tournament-part/tournament-division). </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="tournament-division-metadata" type="tournamentDivisionMetadataComplexType" minOccurs="0" />
        <xs:element name="standing" type="standingComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:choice>
            <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-division-metadata nsA:tournament-division-metadata 0 (1)
standing nsA:standing 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-division