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-ice-hockey.xsd
ContentType Restriction
Use Optional
Documentation:
The zone on the rink for the stat or action: offensive | defensive | neutral.
Collapse XSD Schema Diagram:
XSD Diagram of zone in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="zone" use="optional">
    <annotation>
        <documentation>The zone on the rink for the stat or action: offensive | defensive | neutral.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="offensive" />
            <enumeration value="defensive" />
            <enumeration value="neutral" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration offensive
Enumeration defensive
Enumeration neutral