Documentation for fieldgml

Complex Type: PixelInCellType

[Table of contents]

Super-types: gml:CodeType < PixelInCellType (by restriction)
Sub-types: None
Name PixelInCellType
Abstract no
Documentation Specification of the way an image grid is associated with the image data attributes.
XML Instance Representation
<...
codeSpace="anyURI [1]

'Reference to a source of information specifying the values and meanings of all the allowed string values for this PixelInCellType.'

"
>
gml:CodeType
</...>
Diagram
Schema Component Representation
<complexType name="PixelInCellType">
<simpleContent>
<restriction base=" gml:CodeType ">
<attribute name="codeSpace" type=" anyURI " use="required"/>
</restriction>
</simpleContent>
</complexType>