<xsd:complexType name="ImageDatumType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Defines the origin of an image coordinate reference system. Used in a local context only: For more information, see OGC Abstract Specification Topic 2. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:AbstractDatumType">
<xsd:sequence>
<xsd:element ref="gml:pixelInCell" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|