Documentation for fieldgml

Complex Type: AbstractCoordinateSystemBaseType

[Table of contents]

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