Definition Type: ComplexType
Name: ValueType
Namespace: http://www.opengis.net/ows/1.1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: owsDomainType.xsd
Abstract
Documentation:
A single value, encoded as a string. This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter.
Collapse XSD Schema Diagram:
XSD Diagram of ValueType in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="ValueType">
    <annotation>
        <documentation>A single value, encoded as a string. This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter. </documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
        </extension>
    </simpleContent>
</complexType>
Collapse Derivation Tree:
Collapse References:
ows:DefaultValue, ows:MaximumValue, ows:MinimumValue, ows:Spacing, ows:Value