Definition Type: Element
Name: tournament
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.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 tournament-division in schema sportsml-core_xsd Drilldown into tournament-metadata in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of tournament in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="tournament">
    <annotation>
        <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.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:tournament-metadata" minOccurs="0" />
            <element ref="sportsml:tournament-division" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tournament-metadata sportsml:tournament-metadata 0 (1)
tournament-division sportsml:tournament-division 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional