Definition Type: AttributeGroup
Name: siteAttributes
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Collapse XSD Schema Diagram:
Drilldown into site-weather-label in schema sportsml-core_xsd Drilldown into site-weather-wind in schema sportsml-core_xsd Drilldown into site-temperature-units in schema sportsml-core_xsd Drilldown into site-temperature in schema sportsml-core_xsd Drilldown into site-attendance in schema sportsml-core_xsd Drilldown into site-alignment in schema sportsml-core_xsd Drilldown into site-country in schema sportsml-core_xsd Drilldown into site-state in schema sportsml-core_xsd Drilldown into site-county in schema sportsml-core_xsd Drilldown into site-city in schema sportsml-core_xsd Drilldown into site-surface in schema sportsml-core_xsd Drilldown into site-style in schema sportsml-core_xsd Drilldown into site-capacity in schema sportsml-core_xsd Drilldown into site-name in schema sportsml-core_xsd Drilldown into site-source in schema sportsml-core_xsd Drilldown into site-key in schema sportsml-core_xsdXSD Diagram of siteAttributes in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="siteAttributes">
    <attribute name="site-key" type="sportsml:genericKeyType" use="optional">
        <annotation>
            <documentation>The symbol for the site at which the event is played. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-source" type="string" use="optional">
        <annotation>
            <documentation>The maintainer of the controlled vocabulary for the key. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-name" type="string" use="optional">
        <annotation>
            <documentation>A displayable name for the key. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-capacity" type="string" use="optional">
        <annotation>
            <documentation>How many spectators can fill the site. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-style" type="sportsml:siteStyle.Core" use="optional">
        <annotation>
            <documentation>Whether it is an indoor or outdoor site. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-surface" type="sportsml:siteSurface.Core" use="optional">
        <annotation>
            <documentation>Describes the surface upon which events are played. For example, in tennis, could be hard-court or grass or clay. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-city" type="string" use="optional">
        <annotation>
            <documentation>City in which the site is located. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-county" type="string" use="optional">
        <annotation>
            <documentation>County in which the site is located. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-state" type="string" use="optional">
        <annotation>
            <documentation>State or province in which the site is located. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-country" type="string" use="optional">
        <annotation>
            <documentation>Country in which the site is located. Generally, a two-letter ISO code. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-alignment" use="optional">
        <annotation>
            <documentation>Whether the site is neutral with respect to the competitors, or is the often-used site of the home team. Deprecated in favor of site element.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="home" />
                <enumeration value="neutral" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="site-attendance" type="string" use="optional">
        <annotation>
            <documentation>How many spectators attended during the event. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-temperature" type="string" use="optional">
        <annotation>
            <documentation>Temperature of the event recorded during the competition. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-temperature-units" type="string" use="optional">
        <annotation>
            <documentation>Units of the temperature value. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-weather-wind" type="string" use="optional">
        <annotation>
            <documentation>Wind reading of the event recorded during the competition. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
    <attribute name="site-weather-label" type="string" use="optional">
        <annotation>
            <documentation>Additional comment about the weather. Deprecated in favor of site element.</documentation>
        </annotation>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
site-key sportsml:site-key Optional
site-source sportsml:site-source Optional
site-name sportsml:site-name Optional
site-capacity sportsml:site-capacity Optional
site-style sportsml:site-style Optional
site-surface sportsml:site-surface Optional
site-city sportsml:site-city Optional
site-county sportsml:site-county Optional
site-state sportsml:site-state Optional
site-country sportsml:site-country Optional
site-alignment sportsml:site-alignment Optional
site-attendance sportsml:site-attendance Optional
site-temperature sportsml:site-temperature Optional
site-temperature-units sportsml:site-temperature-units Optional
site-weather-wind sportsml:site-weather-wind Optional
site-weather-label sportsml:site-weather-label Optional