Definition Type: AttributeGroup
Name: tournamentAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Documentation:
Attributes that are used in all tournament constructions.
Collapse XSD Schema Diagram:
Drilldown into number in schema sportsml_xsd Drilldown into maximum-subparts in schema sportsml_xsd Drilldown into minimum-subparts in schema sportsml_xsd Drilldown into status in schema sportsml_xsdXSD Diagram of tournamentAttributes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="tournamentAttributes">
    <xs:annotation>
        <xs:documentation>Attributes that are used in all tournament constructions.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="status" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The state of the tournament or tournament part, describing whether it has started, is in progress, etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="minimum-subparts" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The minimum number of subparts for this level in a tournament. The subparts can either be tournament-part or sports-event.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="maximum-subparts" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The maximum number of subparts for this level in a tournament. The subparts can either be tournament-part or sports-event.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="number" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The number of the particular tournament part eg. 2 for second round or second leg</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
status nsA:status Optional
minimum-subparts nsA:minimum-subparts Optional
maximum-subparts nsA:maximum-subparts Optional
number nsA:number Optional