Definition Type: Element
Name: AllowedValues
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsDomainType.xsd
Abstract
Documentation:
List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity.
Collapse XSD Schema Diagram:
Drilldown into Range in schema owsdomaintype_xsd Drilldown into Value in schema owsdomaintype_xsdXSD Diagram of AllowedValues in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<element name="AllowedValues">
    <annotation>
        <documentation>List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity. </documentation>
    </annotation>
    <complexType>
        <choice maxOccurs="unbounded">
            <element ref="ows:Value" />
            <element ref="ows:Range" />
        </choice>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value ows:Value (1) (1)
Range ows:Range (1) (1)