<xs:complexType name="baseStatsComplexType">
<xs:annotation>
<xs:documentation>The very basic stats type for persons and teams, Extended by base2stats and used directly by officalstats. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="rating" type="ratingComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="sports-property" type="sportsPropertyComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="stats" type="genericStatComplexType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
|