<element name="tournament-round">
<annotation>
<documentation>Sub-component of tournament-stage. | All teams might participate in each round, or only the winners might progress. Not always sequential.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:tournament-round-metadata" minOccurs="0" />
<element ref="sportsml:standing" minOccurs="0" />
<element ref="sportsml:site" minOccurs="0" />
<choice>
<element ref="sportsml:sports-event" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:team" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:player" minOccurs="0" maxOccurs="unbounded" />
</choice>
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:siteAttributes" />
<attribute name="round-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<attribute name="round-source" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<attribute name="round-name" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<attribute name="round-number" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<attribute name="round-status" type="sportsml:eventStatus.Core" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<attribute name="start-date-time" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<attribute name="end-date-time" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: copied to tournament-round-metadata.</documentation>
</annotation>
</attribute>
<!-- The following attributes are copied to tournament-round-metadata and are deprecated under tournament-round -->
</complexType>
</element>
|