<xsd:simpleType name="PixelInCellType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Specification of the way the image grid is associated with the image data attributes. </xsd:documentation>
</xsd:annotation>
<xsd:restriction base="string">
<xsd:enumeration value="cellCenter">
<xsd:annotation>
<xsd:documentation>The origin of the image coordinate system is the center of a grid cell or image pixel. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="cellCorner">
<xsd:annotation>
<xsd:documentation>The origin of the image coordinate system is the corner of a grid cell, or half-way between adjacent image pixel centres. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|