Definition Type: Attribute
Name: alignment-scope
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:
Indicates that the included statistics apply only to events played either at home or away.
Collapse XSD Schema Diagram:
XSD Diagram of alignment-scope in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="alignment-scope" use="optional">
    <xs:annotation>
        <xs:documentation>Indicates that the included statistics apply only to events played either at home or away.</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="alignmentScope">
        <xs:annotation>
            <xs:documentation>Every event played, including those played at home and hope so. The default option.</xs:documentation>
        </xs:annotation>
        <xs:restriction base="xs:string">
            <xs:enumeration id="alignmentScopeEvents-all" value="events-all" />
            <xs:enumeration id="alignmentScopeEvents-home" value="events-home" />
            <xs:enumeration id="alignmentScopeEvents-away" value="events-away" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration events-all
Enumeration events-home
Enumeration events-away