<complexType name="AbstractGeneralDerivedCRSType" abstract="true">
<annotation>
<documentation>A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractReferenceSystemType">
<sequence>
<element ref="gml:baseCRS" />
<element ref="gml:definedByConversion" />
</sequence>
</extension>
</complexContent>
</complexType>
|