Documentation for fieldgml

Complex Type: OperationParameterType

[Table of contents]

Super-types: gml:DefinitionType < AbstractGeneralOperationParameterType (by extension) < OperationParameterBaseType (by restriction) < OperationParameterType (by extension)
Sub-types: None
Name OperationParameterType
Abstract no
Documentation The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.
XML Instance Representation
<...
gml:id="[1]">
<gml:parameterID> ... </gml:parameterID> [0..*]

'Set of alternative identifications of this operation parameter. The first parameterID, if any, is normally the primary identification code, and any others are aliases.'

<gml:remarks> ... </gml:remarks> [0..1]

'Comments on or information about this operation parameter, including source information.'

</...>
Diagram
Schema Component Representation
<complexType name="OperationParameterType">
<complexContent>
<extension base=" gml:OperationParameterBaseType ">
<sequence>
<element ref=" gml:parameterID " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:remarks " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>