Definition Type: Group
Name: PossibleValues
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsDomainType.xsd
Documentation:
Specifies the possible values of this quantity.
Collapse XSD Schema Diagram:
Drilldown into ValuesReference in schema owsdomaintype_xsd Drilldown into NoValues in schema owsdomaintype_xsd Drilldown into AnyValue in schema owsdomaintype_xsd Drilldown into AllowedValues in schema owsdomaintype_xsdXSD Diagram of PossibleValues in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<group name="PossibleValues">
    <annotation>
        <documentation>Specifies the possible values of this quantity. </documentation>
    </annotation>
    <choice>
        <element ref="ows:AllowedValues" />
        <element ref="ows:AnyValue" />
        <element ref="ows:NoValues" />
        <element ref="ows:ValuesReference" />
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AllowedValues ows:AllowedValues (1) (1)
AnyValue ows:AnyValue (1) (1)
NoValues ows:NoValues (1) (1)
ValuesReference ows:ValuesReference (1) (1)