Definition Type: ComplexType
Name: ComplexDataDescriptionType
Namespace: http://www.opengis.net/wps/1.0.0
Containing Schema: wpsDescribeProcess_response.xsd
Abstract False
Documentation:
A combination of format, encoding, and/or schema supported by a process input or output.
Collapse XSD Schema Diagram:
Drilldown into Schema Drilldown into Encoding Drilldown into MimeTypeXSD Diagram of ComplexDataDescriptionType
Collapse XSD Schema Code:
<complexType name="ComplexDataDescriptionType">
    <annotation>
        <documentation>A combination of format, encoding, and/or schema supported by a process input or output. </documentation>
    </annotation>
    <sequence>
        <element name="MimeType" type="ows:MimeType">
            <annotation>
                <documentation>Mime type supported for this input or output (e.g., text/xml). </documentation>
            </annotation>
        </element>
        <element name="Encoding" type="anyURI" minOccurs="0">
            <annotation>
                <documentation>Reference to an encoding supported for this input or output (e.g., UTF-8).  This element shall be omitted if Encoding does not apply to this Input/Output. </documentation>
            </annotation>
        </element>
        <element name="Schema" type="anyURI" minOccurs="0">
            <annotation>
                <documentation>Reference to a definition of XML elements or types supported for this Input/Output (e.g., GML 2.1 Application Schema). Each of these XML elements or types shall be defined in a separate XML Schema Document. This parameter shall be included when this input/output is XML encoded using an XML schema. When included, the input/output shall validate against the referenced XML Schema. This element shall be omitted if Schema does not apply to this Input/Output. Note: If the Input/Output uses a profile of a larger schema, the server administrator should provide that schema profile for validation purposes. </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MimeType wps:MimeType (1) (1)
Encoding wps:Encoding 0 (1)
Schema wps:Schema 0 (1)
Collapse Derivation Tree:
Collapse References:
wps:Format, wps:Format
Collapse Comments:
blog comments powered by Disqus