Definition Type: Attribute
Name: rangeClosure
Namespace: http://www.opengis.net/ows/1.1
Type: NMTOKENS:http://www.w3.org/2001/XMLSchema
Containing Schema: owsDomainType.xsd
ContentType Restriction
Default closed
Documentation:
Specifies which of the minimum and maximum values are included in the range. Note that plus and minus infinity are considered closed bounds.
Collapse XSD Schema Diagram:
XSD Diagram of rangeClosure in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<attribute name="rangeClosure" default="closed">
    <annotation>
        <documentation>Specifies which of the minimum and maximum values are included in the range. Note that plus and minus infinity are considered closed bounds. </documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKENS">
            <enumeration value="closed">
                <annotation>
                    <documentation>The specified minimum and maximum values are included in this range. </documentation>
                </annotation>
            </enumeration>
            <enumeration value="open">
                <annotation>
                    <documentation>The specified minimum and maximum values are NOT included in this range. </documentation>
                </annotation>
            </enumeration>
            <enumeration value="open-closed">
                <annotation>
                    <documentation>The specified minimum value is NOT included in this range, and the specified maximum value IS included in this range. </documentation>
                </annotation>
            </enumeration>
            <enumeration value="closed-open">
                <annotation>
                    <documentation>The specified minimum value IS included in this range, and the specified maximum value is NOT included in this range. </documentation>
                </annotation>
            </enumeration>
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration closed
Enumeration open
Enumeration open-closed
Enumeration closed-open