<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>
|