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