<element name="site-stats">
<annotation>
<documentation>Holder for statistics about the site.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="alignment" use="optional">
<annotation>
<documentation>Statistics about the site, accurate for a particular occasion.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="home" />
<enumeration value="neutral" />
</restriction>
</simpleType>
</attribute>
<attribute name="attendance" type="string" use="optional">
<annotation>
<documentation>How many spectators attended during the event.</documentation>
</annotation>
</attribute>
<attribute name="attendance-average" type="string" use="optional">
<annotation>
<documentation>Average number of spectators that have attended.</documentation>
</annotation>
</attribute>
<attribute name="temperature" type="string" use="optional">
<annotation>
<documentation>Temperature of the event recorded during the competition.</documentation>
</annotation>
</attribute>
<attribute name="temperature-units" type="string" use="optional">
<annotation>
<documentation>Units of the temperature value.</documentation>
</annotation>
</attribute>
<attribute name="weather-code" type="string" use="optional">
<annotation>
<documentation>A controlled-vocabulary description of the weather, such as sunny, partly-cloudy, etc.</documentation>
</annotation>
</attribute>
<attribute name="weather-label" type="string" use="optional">
<annotation>
<documentation>Additional comment about the weather.</documentation>
</annotation>
</attribute>
<attribute name="weather-wind" type="string" use="optional">
<annotation>
<documentation>Wind reading of the event recorded during the competition.</documentation>
</annotation>
</attribute>
<attribute name="weather-prediction" type="sportsml:weatherPrediction.Core" use="optional">
<annotation>
<documentation>Predicted weather conditions for the event.</documentation>
</annotation>
</attribute>
<attribute name="probability-of-precipitation" type="string" use="optional">
<annotation>
<documentation>Percentage likelihood of precipitation.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|