Documentation for fieldgml

Complex Type: AbstractReferenceSystemType

[Table of contents]

Super-types: gml:DefinitionType < AbstractReferenceSystemBaseType (by restriction) < AbstractReferenceSystemType (by extension)
Sub-types: None
Name AbstractReferenceSystemType
Abstract yes
Documentation Description of a spatial and/or temporal reference system used by a dataset.
XML Instance Representation
<...
gml:id="[1]">
<gml:srsName> ... </gml:srsName> [1]
<gml:srsID> ... </gml:srsID> [0..*]

'Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.'

<gml:remarks> ... </gml:remarks> [0..1]

'Comments on or information about this reference system, including source information.'

<gml:validArea> ... </gml:validArea> [0..1]
<gml:scope> ... </gml:scope> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractReferenceSystemType" abstract="true">
<complexContent>
<extension base=" gml:AbstractReferenceSystemBaseType ">
<sequence>
<element ref=" gml:srsID " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:remarks " minOccurs="0"/>
<element ref=" gml:validArea " minOccurs="0"/>
<element ref=" gml:scope " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>