<xs:element name="sports-content">
<xs:annotation>
<xs:documentation>Metadata and coverage of sporting news. | Good for scores, schedules, standings, statistics, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="sports-metadata" type="sportsMetadataComplexType">
<xs:annotation>
<xs:documentation>Metadata that is common to everything in this sports-content</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sports-event" type="sportsEventComplexType" />
<xs:element name="tournament" type="tournamentComplexType" />
<xs:element name="schedule" type="scheduleComplexType" />
<xs:element name="standing" type="standingComplexType" />
<xs:element name="statistic" type="statisticComplexType" />
<xs:element name="article" type="articleComplexType" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
</xs:element>
|