Documentation for fieldgml

Complex Type: GridLengthType

[Table of contents]

Super-types: gml:MeasureType < GridLengthType (by restriction)
Sub-types: None
Name GridLengthType
Abstract no
Documentation Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing. This grid length will often be used in a digital image grid, where the base units are likely to be pixel spacings. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for length along the axes of a grid, such as pixel spacings or grid spacings.
XML Instance Representation
<...
uom="anyURI [1]">
gml:MeasureType
</...>
Diagram
h1808095251
Schema Component Representation
<complexType name="GridLengthType">
<simpleContent>
<restriction base=" gml:MeasureType "/>
</simpleContent>
</complexType>