Definition Type: ComplexType
Name: UnNamedDomainType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsDomainType.xsd
Abstract
Documentation:
Valid domain (or allowed set of values) of one quantity, with needed metadata but without a quantity name or identifier.
Collapse XSD Schema Diagram:
Drilldown into Metadata in schema owscommon_xsd Drilldown into ReferenceSystem in schema owsdomaintype_xsd Drilldown into UOM in schema owsdomaintype_xsd Drilldown into ValuesUnit in schema owsdomaintype_xsd Drilldown into DataType in schema owsdomaintype_xsd Drilldown into Meaning in schema owsdomaintype_xsd Drilldown into DefaultValue in schema owsdomaintype_xsd 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_xsd Drilldown into PossibleValues in schema owsdomaintype_xsdXSD Diagram of UnNamedDomainType in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="UnNamedDomainType">
    <annotation>
        <documentation>Valid domain (or allowed set of values) of one quantity, with needed metadata but without a quantity name or identifier. </documentation>
    </annotation>
    <sequence>
        <group ref="ows:PossibleValues" />
        <element ref="ows:DefaultValue" minOccurs="0">
            <annotation>
                <documentation>Optional default value for this quantity, which should be included when this quantity has a default value. </documentation>
            </annotation>
        </element>
        <element ref="ows:Meaning" minOccurs="0">
            <annotation>
                <documentation>Meaning metadata should be referenced or included for each quantity. </documentation>
            </annotation>
        </element>
        <element ref="ows:DataType" minOccurs="0">
            <annotation>
                <documentation>This data type metadata should be referenced or included for each quantity. </documentation>
            </annotation>
        </element>
        <group ref="ows:ValuesUnit" minOccurs="0">
            <annotation>
                <documentation>Unit of measure, which should be included when this set of PossibleValues has units or a more complete reference system. </documentation>
            </annotation>
        </group>
        <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Optional unordered list of other metadata about this quantity. A list of required and optional other metadata elements for this quantity should be specified in the Implementation Specification for this service. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
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)
DefaultValue ows:DefaultValue 0 (1)
Meaning ows:Meaning 0 (1)
DataType ows:DataType 0 (1)
UOM ows:UOM (1) (1)
ReferenceSystem ows:ReferenceSystem (1) (1)
Metadata ows:Metadata 0 unbounded
<xs:group> ows:PossibleValues (1) (1)
<xs:group> ows:ValuesUnit 0 (1)
Collapse Derivation Tree:
Collapse References:
ows:DomainType