baseStatsComplexType

The very basic stats type for persons and teams, Extended by base2stats and used directly by officalstats.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<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>