Definition Type: ComplexType
Name: GridLengthType
Namespace: http://www.opengis.net/gml
Type: gml:MeasureType
Containing Schema: measures.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsd Drilldown into MeasureType in schema basictypes_xsdXSD Diagram of GridLengthType in schema measures_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GridLengthType">
    <annotation>
        <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. </documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:MeasureType" />
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree: