Documentation for fieldgml

Complex Type: CompoundCRSType

[Table of contents]

Super-types: gml:AbstractReferenceSystemType < CompoundCRSType (by extension)
Sub-types: None
Name CompoundCRSType
Abstract no
Documentation A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
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:includesCRS> ... </gml:includesCRS> [2..*]

'Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system.'

</...>
Diagram
Schema Component Representation
<complexType name="CompoundCRSType">
<complexContent>
<extension base=" gml:AbstractReferenceSystemType ">
<sequence>
<element ref=" gml:includesCRS " minOccurs="2" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>