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:
Home or visiting. This is more information about the alignment of the team or player in the event regarding rules etc. It does not necessarily indicate that it is the geographical home-site of the team or player.
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>Home or visiting. This is more information about the
                            alignment of the team or player in the event regarding rules etc. It
                            does not necessarily indicate that it is the geographical home-site of
                            the team or player.</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="alignment">
        <xs:restriction base="xs:string">
            <xs:enumeration id="alignmentHome" value="home" />
            <xs:enumeration id="alignmentAway" value="away" />
            <xs:enumeration id="alignmentNone" value="none" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration home
Enumeration away
Enumeration none