<xsd:complexType name="DerivedCRSRefType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Association to a non-projected derived Coordinate Reference System, either referencing or containing the definition of that Reference System. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="gml:GeneralDerivedCRSRefType">
<xsd:sequence>
<xsd:element ref="gml:DerivedCRS" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="gml:AssociationAttributeGroup" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|