Definition Type: Attribute
Name: zone
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-basketball.xsd
ContentType Restriction
Use Optional
Documentation:
The zone on the rink for the stat or action: offense | defense | neutral.
Collapse XSD Schema Diagram:
XSD Diagram of zone in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="zone" use="optional">
    <annotation>
        <documentation>The zone on the rink for the stat or action: offense | defense | neutral.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="offense" />
            <enumeration value="defense" />
            <enumeration value="neutral" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration offense
Enumeration defense
Enumeration neutral