<complexType name="OperationParameterBaseType" abstract="true">
<annotation>
<documentation>Basic encoding for operation parameter objects, simplifying and restricting the DefinitionType as needed. </documentation>
</annotation>
<complexContent>
<restriction base="gml:AbstractGeneralOperationParameterType">
<sequence>
<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
<element ref="gml:parameterName" />
<element ref="gml:minimumOccurs" minOccurs="0" />
</sequence>
<attribute ref="gml:id" use="required" />
</restriction>
</complexContent>
</complexType>
|