<xs:complexType name="genericStatComplexType">
<xs:annotation>
<xs:documentation>A generic stat element that can be used together with or instead of
more specific stat element and attributes. With nested stats the lower levels should
be regarded as having the same value as their parents if that attribute is not
specifically set.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The name of the stat. SportsML names are same as attribute names of stats in the sport-specific plugins.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="stat" type="genericStatComplexType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="genericStatAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
</xs:complexType>
|