<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>
|