Definition Type: ComplexType
Name: LiteralInputType
Namespace: http://www.opengis.net/wps/1.0.0
Type: wps:LiteralOutputType
Containing Schema: wpsDescribeProcess_response.xsd
Abstract False
Documentation:
Description of a process input that consists of a simple literal value (e.g., "2.1"). (Informative: This type is a subset of the ows:UnNamedDomainType defined in owsDomaintype.xsd.)
Collapse XSD Schema Diagram:
Drilldown into DefaultValue Drilldown into ValuesReference Drilldown into AnyValue Drilldown into AllowedValues Drilldown into UOMs Drilldown into DataType Drilldown into LiteralOutputTypeXSD Diagram of LiteralInputType
Collapse XSD Schema Code:
<complexType name="LiteralInputType">
    <annotation>
        <documentation>Description of a process input that consists of a simple literal value (e.g., "2.1"). (Informative: This type is a subset of the ows:UnNamedDomainType defined in owsDomaintype.xsd.) </documentation>
    </annotation>
    <complexContent>
        <extension base="wps:LiteralOutputType">
            <sequence>
                <group ref="wps:LiteralValuesChoice">
                    <annotation>
                        <documentation>Identifies the type of this literal input and provides supporting information.  For literal values with a defined Unit of Measure, the contents of these sub-elements shall be understood to be consistent with the default Unit of Measure.</documentation>
                    </annotation>
                </group>
                <element name="DefaultValue" type="string" minOccurs="0">
                    <annotation>
                        <documentation>Optional default value for this quantity, which should be included when this quantity has a default value.  The DefaultValue shall be understood to be consistent with the unit of measure selected in the Execute request. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DataType wps:DataType 0 (1)
UOMs wps:UOMs 0 (1)
AllowedValues wps:AllowedValues (1) (1)
AnyValue wps:AnyValue (1) (1)
ValuesReference wps:ValuesReference (1) (1)
DefaultValue wps:DefaultValue 0 (1)
<xs:group> wps:LiteralValuesChoice (1) (1)
Collapse Derivation Tree:
Collapse References:
wps:LiteralData
Collapse Comments:
blog comments powered by Disqus