Definition Type: Attribute
Name: alignment
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
ContentType Restriction
Use Optional
Documentation:
Statistics about the site, accurate for a particular occasion. home means the site is home for one of the teams or players. neutral that it is neutral to all participants in the event.
Collapse XSD Schema Diagram:
XSD Diagram of alignment in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="alignment" use="optional">
    <xs:annotation>
        <xs:documentation>Statistics about the site, accurate for a particular occasion. home means the site is home for one of the teams or players. neutral that it is neutral to all participants in the event.</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="siteAlignment">
        <xs:restriction base="xs:string">
            <xs:enumeration id="siteAlignmentHome" value="home" />
            <xs:enumeration id="siteAlignmentNeutral" value="neutral" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration home
Enumeration neutral