Documentation for fieldgml

Complex Type: AbstractGeneralOperationParameterType

[Table of contents]

Super-types: gml:DefinitionType < AbstractGeneralOperationParameterType (by extension)
Sub-types:
Name AbstractGeneralOperationParameterType
Abstract yes
Documentation Abstract definition of a parameter or group of parameters used by an operation method.
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractGeneralOperationParameterType" abstract="true">
<complexContent>
<extension base=" gml:DefinitionType ">
<sequence>
<element ref=" gml:minimumOccurs " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>