<complexType name="DescriptionType">
<annotation>
<documentation>Description of a WPS process or output object. </documentation>
</annotation>
<sequence>
<element ref="ows:Identifier">
<annotation>
<documentation>Unambiguous identifier or name of a process, unique for this server, or unambiguous identifier or name of an output, unique for this process. </documentation>
</annotation>
</element>
<element ref="ows:Title">
<annotation>
<documentation>Title of a process or output, normally available for display to a human. </documentation>
</annotation>
</element>
<element ref="ows:Abstract" minOccurs="0">
<annotation>
<documentation>Brief narrative description of a process or output, normally available for display to a human. </documentation>
</annotation>
</element>
<element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Optional unordered list of additional metadata about this process/input/output. A list of optional and/or required metadata elements for this process/input/output could be specified in an Application Profile for this service. </documentation>
</annotation>
</element>
</sequence>
</complexType>
|