Definition Type: Attribute
Name: field-side
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:
Which side of the field the event is taking place. Either "home" or "away".
Collapse XSD Schema Diagram:
XSD Diagram of field-side in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="field-side" use="optional">
    <xs:annotation>
        <xs:documentation>Which side of the field the event is taking place.  Either "home" or "away".</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="fieldSide">
        <xs:restriction base="xs:string">
            <xs:enumeration id="fieldSideHome" value="home" />
            <xs:enumeration id="fieldSideAway" value="away" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration home
Enumeration away