<xs:complexType name="siteStatsComnplexType">
<xs:annotation>
<xs:documentation>Holder for statistics about the site.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
<xs:attribute name="alignment" use="optional">
<xs:annotation>
<xs:documentation>Statistics about the site, accurate for a particular occasion. home means the site is home for one of the teams or players. neutral that it is neutral to all participants in the event.</xs:documentation>
</xs:annotation>
<xs:simpleType id="siteAlignment">
<xs:restriction base="xs:string">
<xs:enumeration id="siteAlignmentHome" value="home" />
<xs:enumeration id="siteAlignmentNeutral" value="neutral" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="attendance" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>How many spectators attended during the event.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="attendance-average" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Average number of spectators that have attended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="temperature" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Temperature of the event recorded during the competition.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="temperature-units" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Units of the temperature value.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="weather-code" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A controlled-vocabulary description of the weather, such as sunny, partly-cloudy, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="weather-label" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Additional comment about the weather.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="weather-wind" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Wind reading of the event recorded during the competition.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="weather-prediction" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Predicted weather conditions for the event.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="probability-of-precipitation" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Percentage likelihood of precipitation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|