<xsd:complexType name="ProjectedCRSRefType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Association to a Projected 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:ProjectedCRS" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="gml:AssociationAttributeGroup" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|