Definition Type: Element
Name: tournament-round-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
General information about the round of this tournament.
Collapse XSD Schema Diagram:
Drilldown into award in schema sportsml-core_xsd Drilldown into sports-content-qualifier in schema sportsml-core_xsd Drilldown into minimum-event-number in schema sportsml-core_xsd Drilldown into maximum-event-number in schema sportsml-core_xsd Drilldown into round-type in schema sportsml-core_xsd Drilldown into end-date-time in schema sportsml-core_xsd Drilldown into start-date-time in schema sportsml-core_xsd Drilldown into round-status in schema sportsml-core_xsd Drilldown into round-number in schema sportsml-core_xsd Drilldown into round-name in schema sportsml-core_xsd Drilldown into round-source in schema sportsml-core_xsd Drilldown into round-key in schema sportsml-core_xsd Drilldown into site-weather-label in schema sportsml-core_xsd Drilldown into site-weather-wind in schema sportsml-core_xsd Drilldown into site-temperature-units in schema sportsml-core_xsd Drilldown into site-temperature in schema sportsml-core_xsd Drilldown into site-attendance in schema sportsml-core_xsd Drilldown into site-alignment in schema sportsml-core_xsd Drilldown into site-country in schema sportsml-core_xsd Drilldown into site-state in schema sportsml-core_xsd Drilldown into site-county in schema sportsml-core_xsd Drilldown into site-city in schema sportsml-core_xsd Drilldown into site-surface in schema sportsml-core_xsd Drilldown into site-style in schema sportsml-core_xsd Drilldown into site-capacity in schema sportsml-core_xsd Drilldown into site-name in schema sportsml-core_xsd Drilldown into site-source in schema sportsml-core_xsd Drilldown into site-key in schema sportsml-core_xsd Drilldown into siteAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of tournament-round-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="tournament-round-metadata">
    <annotation>
        <documentation>General information about the round of this tournament.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:sports-content-qualifier" minOccurs="0" />
            <element ref="sportsml:award" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:siteAttributes" />
        <attribute name="round-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>The symbol or identifying key for the round.</documentation>
            </annotation>
        </attribute>
        <attribute name="round-source" type="string" use="optional">
            <annotation>
                <documentation>The maintainer of the controlled vocabulary for the key.</documentation>
            </annotation>
        </attribute>
        <attribute name="round-name" type="string" use="optional">
            <annotation>
                <documentation>A displayable name for the key.</documentation>
            </annotation>
        </attribute>
        <attribute name="round-number" type="string" use="optional">
            <annotation>
                <documentation>The number of the round.</documentation>
            </annotation>
        </attribute>
        <attribute name="round-status" type="sportsml:eventStatus.Core" use="optional">
            <annotation>
                <documentation>Whether the round hasn't started, is in progress, or is over.</documentation>
            </annotation>
        </attribute>
        <attribute name="start-date-time" type="string" use="optional">
            <annotation>
                <documentation>Generally normalized to ISO 8601: YYYYMMDDTHHMMSS+HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000+HHMM when no time is available.</documentation>
            </annotation>
        </attribute>
        <attribute name="end-date-time" type="string" use="optional">
            <annotation>
                <documentation>Generally normalized to ISO 8601: YYYYMMDDTHHMMSS+HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000+HHMM when no time is available.</documentation>
            </annotation>
        </attribute>
        <attribute name="round-type" use="optional">
            <annotation>
                <documentation>A displayable name for the key.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="group" />
                    <enumeration value="single-group" />
                    <enumeration value="series" />
                    <enumeration value="single-elimination" />
                    <enumeration value="home-and-home" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="maximum-event-number" type="string" use="optional">
            <annotation>
                <documentation>Maximum number of events in a round. Eg. "7" for a best of seven series.</documentation>
            </annotation>
        </attribute>
        <attribute name="minimum-event-number" type="string" use="optional">
            <annotation>
                <documentation>Minimum number of events in a round. Eg. "4" for a best of seven series.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sports-content-qualifier sportsml:sports-content-qualifier 0 (1)
award sportsml:award 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
site-key sportsml:site-key Optional
site-source sportsml:site-source Optional
site-name sportsml:site-name Optional
site-capacity sportsml:site-capacity Optional
site-style sportsml:site-style Optional
site-surface sportsml:site-surface Optional
site-city sportsml:site-city Optional
site-county sportsml:site-county Optional
site-state sportsml:site-state Optional
site-country sportsml:site-country Optional
site-alignment sportsml:site-alignment Optional
site-attendance sportsml:site-attendance Optional
site-temperature sportsml:site-temperature Optional
site-temperature-units sportsml:site-temperature-units Optional
site-weather-wind sportsml:site-weather-wind Optional
site-weather-label sportsml:site-weather-label Optional
round-key sportsml:round-key Optional
round-source sportsml:round-source Optional
round-name sportsml:round-name Optional
round-number sportsml:round-number Optional
round-status sportsml:round-status Optional
start-date-time sportsml:start-date-time Optional
end-date-time sportsml:end-date-time Optional
round-type sportsml:round-type Optional
maximum-event-number sportsml:maximum-event-number Optional
minimum-event-number sportsml:minimum-event-number Optional