Definition Type: ComplexType
Name: DescriptionType
Namespace: http://www.opengis.net/wps/1.0.0
Containing Schema: DescriptionType.xsd
Abstract False
Documentation:
Description of a WPS process or output object.
Collapse XSD Schema Diagram:
Drilldown into Metadata Drilldown into Abstract Drilldown into Title Drilldown into IdentifierXSD Diagram of DescriptionType
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier wps:Identifier (1) (1)
Title wps:Title (1) (1)
Abstract wps:Abstract 0 (1)
Metadata wps:Metadata 0 unbounded
Collapse Derivation Tree:
Collapse References:
wps:InputDescriptionType, wps:OutputDataTypewps:OutputDescriptionType, wps:ProcessBriefType,
Collapse Comments:
blog comments powered by Disqus