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