Documentation for fieldgml

Complex Type: OperationParameterGroupBaseType

[Table of contents]

Super-types: gml:DefinitionType < AbstractGeneralOperationParameterType (by extension) < OperationParameterGroupBaseType (by restriction)
Sub-types:
Name OperationParameterGroupBaseType
Abstract yes
Documentation Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed.
XML Instance Representation
<...
gml:id="[1]">
<gml:groupName> ... </gml:groupName> [1]
</...>
Diagram
Schema Component Representation
<complexType name="OperationParameterGroupBaseType" abstract="true">
<complexContent>
<restriction base=" gml:AbstractGeneralOperationParameterType ">
<sequence>
<element ref=" gml:metaDataProperty " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:groupName "/>
<element ref=" gml:minimumOccurs " minOccurs="0"/>
</sequence>
<attribute ref=" gml:id " use="required"/>
</restriction>
</complexContent>
</complexType>