Documentation for fieldgml

Complex Type: AbstractReferenceSystemBaseType

[Table of contents]

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