Definition Type: SimpleType
Name: PixelInCellType
Namespace: http://www.opengis.net/gml
Containing Schema: datums.xsd
Documentation:
Specification of the way the image grid is associated with the image data attributes.
Collapse XSD Schema Diagram:
XSD Diagram of PixelInCellType in schema datums_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration cellCenter
Enumeration cellCorner
Collapse Derivation Tree:
Collapse References:
gml:pixelInCell