Documentation for fieldgml

Complex Type: AbstractCoordinateOperationBaseType

[Table of contents]

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