Definition Type: ComplexType
Name: InputDescriptionType
Namespace: http://www.opengis.net/wps/1.0.0
Type: wps:DescriptionType
Containing Schema: wpsDescribeProcess_response.xsd
Abstract False
Documentation:
Description of an input to a process.
Collapse XSD Schema Diagram:
Drilldown into maxOccurs Drilldown into minOccurs Drilldown into BoundingBoxData Drilldown into LiteralData Drilldown into ComplexData Drilldown into Metadata Drilldown into Abstract Drilldown into Title Drilldown into Identifier Drilldown into DescriptionTypeXSD Diagram of InputDescriptionType
Collapse XSD Schema Code:
<complexType name="InputDescriptionType">
    <annotation>
        <documentation>Description of an input to a process. </documentation>
    </annotation>
    <complexContent>
        <extension base="wps:DescriptionType">
            <annotation>
                <documentation>In this use, the DescriptionType shall describe this process input. </documentation>
            </annotation>
            <sequence>
                <group ref="wps:InputFormChoice" />
            </sequence>
            <attribute name="minOccurs" type="nonNegativeInteger" use="required">
                <annotation>
                    <documentation>The minimum number of times that values for this parameter are required in an Execute request.  If "0", this data input is optional. If greater than "0" then this process input is required. </documentation>
                </annotation>
            </attribute>
            <attribute name="maxOccurs" type="positiveInteger" use="required">
                <annotation>
                    <documentation>The maximum number of times that values for this parameter are permitted in an Execute request. If "1" then this parameter may appear only once in an Execute request.  If greater than "1", then this input parameter may appear that many times in an Execute request. </documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</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
ComplexData wps:ComplexData (1) (1)
LiteralData wps:LiteralData (1) (1)
BoundingBoxData wps:BoundingBoxData (1) (1)
<xs:group> wps:InputFormChoice (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
minOccurs wps:minOccurs Required
maxOccurs wps:maxOccurs Required
Collapse Derivation Tree:
Collapse References:
wps:Input
Collapse Comments:
blog comments powered by Disqus