<xsd:complexType name="DerivedCRSType" 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 but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractGeneralDerivedCRSType">
<xsd:sequence>
<xsd:element name="usesCS" type="gml:CoordinateSystemRefType">
<xsd:annotation>
<xsd:documentation>Association to the coordinate system used by this derived CRS. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="gml:derivedCRSType" use="required">
<xsd:annotation>
<xsd:documentation>Type of this derived coordinate reference system. </xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|