Documentation for fieldgml

Complex Type: DerivedCRSType

[Table of contents]

Super-types: gml:AbstractReferenceSystemType < AbstractGeneralDerivedCRSType (by extension) < DerivedCRSType (by extension)
Sub-types: None
Name DerivedCRSType
Abstract no
Documentation A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.
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]
<gml:baseCRS> ... </gml:baseCRS> [1]
<gml:usesCS> ... </gml:usesCS> [1]
</...>
Diagram
Schema Component Representation
<complexType name="DerivedCRSType">
<complexContent>
<extension base=" gml:AbstractGeneralDerivedCRSType ">
<sequence>
<element ref=" gml:derivedCRSType "/>
<element ref=" gml:usesCS "/>
</sequence>
</extension>
</complexContent>
</complexType>