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