Definition Type: ComplexType
Name: RangeType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsDomainType.xsd
Abstract
Documentation:
A range of values of a numeric parameter. This range can be continuous or discrete, defined by a fixed spacing between adjacent valid values. If the MinimumValue or MaximumValue is not included, there is no value limit in that direction. Inclusion of the specified minimum and maximum values in the range shall be defined by the rangeClosure.
Collapse XSD Schema Diagram:
Drilldown into Spacing in schema owsdomaintype_xsd Drilldown into MaximumValue in schema owsdomaintype_xsd Drilldown into MinimumValue in schema owsdomaintype_xsd Drilldown into rangeClosure in schema owsdomaintype_xsdXSD Diagram of RangeType in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="RangeType">
    <annotation>
        <documentation>A range of values of a numeric parameter. This range can be continuous or discrete, defined by a fixed spacing between adjacent valid values. If the MinimumValue or MaximumValue is not included, there is no value limit in that direction. Inclusion of the specified minimum and maximum values in the range shall be defined by the rangeClosure. </documentation>
    </annotation>
    <sequence>
        <element ref="ows:MinimumValue" minOccurs="0">
        </element>
        <element ref="ows:MaximumValue" minOccurs="0">
        </element>
        <element ref="ows:Spacing" minOccurs="0">
            <annotation>
                <documentation>Shall be included when the allowed values are NOT continuous in this range. Shall not be included when the allowed values are continuous in this range. </documentation>
            </annotation>
        </element>
    </sequence>
    <attribute ref="ows:rangeClosure" use="optional">
        <annotation>
            <documentation>Shall be included unless the default value applies. </documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MinimumValue ows:MinimumValue 0 (1)
MaximumValue ows:MaximumValue 0 (1)
Spacing ows:Spacing 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
rangeClosure ows:rangeClosure Optional
Collapse Derivation Tree:
Collapse References:
ows:Range