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