Definition Type: Element
Name: site-stats
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Holder for statistics about the site.
Collapse XSD Schema Diagram:
Drilldown into probability-of-precipitation in schema sportsml-core_xsd Drilldown into weather-prediction in schema sportsml-core_xsd Drilldown into weather-wind in schema sportsml-core_xsd Drilldown into weather-label in schema sportsml-core_xsd Drilldown into weather-code in schema sportsml-core_xsd Drilldown into temperature-units in schema sportsml-core_xsd Drilldown into temperature in schema sportsml-core_xsd Drilldown into attendance-average in schema sportsml-core_xsd Drilldown into attendance in schema sportsml-core_xsd Drilldown into alignment in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of site-stats in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
alignment sportsml:alignment Optional
attendance sportsml:attendance Optional
attendance-average sportsml:attendance-average Optional
temperature sportsml:temperature Optional
temperature-units sportsml:temperature-units Optional
weather-code sportsml:weather-code Optional
weather-label sportsml:weather-label Optional
weather-wind sportsml:weather-wind Optional
weather-prediction sportsml:weather-prediction Optional
probability-of-precipitation sportsml:probability-of-precipitation Optional