Definition Type: Attribute
Name: field-side
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-american-football.xsd
ContentType Restriction
Use Optional
Documentation:
Which side of the field the event is taking place. Either "home" or "visiting".
Collapse XSD Schema Diagram:
XSD Diagram of field-side in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="field-side" use="optional">
    <annotation>
        <documentation>Which side of the field the event is taking place.  Either "home" or "visiting".</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="home" />
            <enumeration value="away" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration home
Enumeration away