Definition Type: Attribute
Name: site-alignment
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-core.xsd
ContentType Restriction
Use Optional
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.
Collapse XSD Schema Diagram:
XSD Diagram of site-alignment in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration home
Enumeration neutral