<element name="tournament-metadata">
<annotation>
<documentation>Background data about a tournament. | Where and when the this tournament took place.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:sports-content-codes" minOccurs="0" />
<element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:award" minOccurs="0" maxOccurs="unbounded" />
<group minOccurs="0" ref="sportsml:tournamentMetadataSpecific" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attributeGroup ref="sportsml:siteAttributes" />
<attribute name="tournament-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>The symbol or identifying key for the tournament.</documentation>
</annotation>
</attribute>
<attribute name="tournament-source" type="string" use="optional">
<annotation>
<documentation>The maintainer of the controlled vocabulary for the key.</documentation>
</annotation>
</attribute>
<attribute name="tournament-name" type="string" use="optional">
<annotation>
<documentation>A displayable name for the key.</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>
</complexType>
</element>
|