Documentation for fieldgml

Complex Type: OperationMethodBaseType

[Table of contents]

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