Definition Type: Element
Name: site-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Metadata about the site.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into sports-content-code in schema sportsml-core_xsd Drilldown into home-location in schema sportsml-core_xsd Drilldown into name in schema sportsml-core_xsd Drilldown into home-page-url in schema sportsml-core_xsd Drilldown into type in schema sportsml-core_xsd Drilldown into length-units in schema sportsml-core_xsd Drilldown into length in schema sportsml-core_xsd Drilldown into incline in schema sportsml-core_xsd Drilldown into shape in schema sportsml-core_xsd Drilldown into surface in schema sportsml-core_xsd Drilldown into style in schema sportsml-core_xsd Drilldown into capacity in schema sportsml-core_xsd Drilldown into site-source in schema sportsml-core_xsd Drilldown into site-key in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of site-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="site-metadata">
    <annotation>
        <documentation>Metadata about the site.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:name" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:home-location" minOccurs="0" />
            <element ref="sportsml:sports-content-code" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="site-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>The unique identifier for the site.</documentation>
            </annotation>
        </attribute>
        <attribute name="site-source" type="string" use="optional">
            <annotation>
                <documentation>The maintainer of the controlled vocabulary for the site-key.</documentation>
            </annotation>
        </attribute>
        <attribute name="capacity" type="string" use="optional">
            <annotation>
                <documentation>How many spectators can fill the site.</documentation>
            </annotation>
        </attribute>
        <attribute name="style" type="string" use="optional">
            <annotation>
                <documentation>Whether it is an indoor or outdoor site.</documentation>
            </annotation>
        </attribute>
        <attribute name="surface" type="string" use="optional">
            <annotation>
                <documentation>Describes the surface upon which events are played. For example, in tennis, could be hard-court or grass or clay.</documentation>
            </annotation>
        </attribute>
        <attribute name="shape" type="string" use="optional">
            <annotation>
                <documentation>A controlled vocabulary for the site's shape. Example for motor-racing: oval.</documentation>
            </annotation>
        </attribute>
        <attribute name="incline" type="string" use="optional">
            <annotation>
                <documentation>The pitch or embankment of the field of play. Generally in degrees. Example for motor-racing: 13.</documentation>
            </annotation>
        </attribute>
        <attribute name="length" type="string" use="optional">
            <annotation>
                <documentation>The length of the arena or field of play.</documentation>
            </annotation>
        </attribute>
        <attribute name="length-units" type="string" use="optional">
            <annotation>
                <documentation>The units used for the length attribute.</documentation>
            </annotation>
        </attribute>
        <attribute name="type" type="string" use="optional">
            <annotation>
                <documentation>A controlled vocabulary for the type or class of arena. Example for motor-racing: super-speedway.</documentation>
            </annotation>
        </attribute>
        <attribute name="home-page-url" type="string" use="optional">
            <annotation>
                <documentation>The website for the venue or arena.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name sportsml:name 0 unbounded
home-location sportsml:home-location 0 (1)
sports-content-code sportsml:sports-content-code 0 unbounded
sports-property sportsml:sports-property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
site-key sportsml:site-key Optional
site-source sportsml:site-source Optional
capacity sportsml:capacity Optional
style sportsml:style Optional
surface sportsml:surface Optional
shape sportsml:shape Optional
incline sportsml:incline Optional
length sportsml:length Optional
length-units sportsml:length-units Optional
type sportsml:type Optional
home-page-url sportsml:home-page-url Optional