Definition Type: ComplexType
Name: DomainType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Valid domain (or set of values) of one parameter or other quantity used by this server. A non-parameter quantity may not be explicitly represented in the server software. (Informative: An example is the outputFormat parameter of a WFS. Each WFS server should provide a Parameter element for the outputFormat parameter that lists the supported output formats, such as GML2, GML3, etc. as the allowed "Value" elements.)
Collapse XSD Schema Diagram:
Drilldown into Metadata in schema ows_xsd Drilldown into Value in schema ows_xsd Drilldown into name in schema ows_xsdXSD Diagram of DomainType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="DomainType">
    <annotation>
        <documentation>Valid domain (or set of values) of one parameter or other quantity used by this server. A non-parameter quantity may not be explicitly represented in the server software. (Informative: An example is the outputFormat parameter of a WFS. Each WFS server should provide a Parameter element for the outputFormat parameter that lists the supported output formats, such as GML2, GML3, etc. as the allowed "Value" elements.) </documentation>
    </annotation>
    <sequence>
        <element name="Value" type="string" maxOccurs="unbounded">
            <annotation>
                <documentation>Unordered list of all the valid values for this parameter or other quantity. For those parameters that contain a list or sequence of values, these values shall be for individual values in the list. The allowed set of values and the allowed server restrictions on that set of values shall be specified in the Implementation Specification for this service. </documentation>
            </annotation>
        </element>
        <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Optional unordered list of additional metadata about this parameter. A list of required and optional metadata elements for this domain should be specified in the Implementation Specification for this service. (Informative: This metadata might specify the meanings of the valid values.) </documentation>
            </annotation>
        </element>
    </sequence>
    <attribute name="name" type="string" use="required">
        <annotation>
            <documentation>Name or identifier of this parameter or other quantity. </documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value ows:Value (1) unbounded
Metadata ows:Metadata 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name ows:name Required
Collapse Derivation Tree:
Collapse References:
ows:Constraint, ows:Constraint, ows:Constraint, ows:Parameter, ows:Parameter