<xs:complexType name="eventStatsComplexType">
<xs:annotation>
<xs:documentation>Stats applying to the game as a whole. Initially designed for motor-racing, but potentially applicable to many sports.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="sports-property" type="sportsPropertyComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0">
<xs:element name="event-stats-motor-racing" type="motorRacingEventStatsComplexType" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
</xs:complexType>
|