<xsd:complexType name="AbstractGeneralDerivedCRSType" abstract="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractCoordinateReferenceSystemType">
<xsd:sequence>
<xsd:element name="sourceCRS" type="gml:CoordinateReferenceSystemRefType">
<xsd:annotation>
<xsd:documentation>Association to the coordinate system used by this derived CRS. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="definedByConversion" type="gml:GeneralConversionRefType">
<xsd:annotation>
<xsd:documentation>Association to the coordinate conversion used to define this derived CRS. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|