Definition Type: ComplexType
Name: LengthType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:MeasureType
Containing Schema: measures.xsd
Abstract
Documentation:
This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e. aliases) of gml:MeasureType. In this case, the content model supports the description of a length (or distance) quantity, with its units. The unit of measure referenced by uom shall be suitable for a length, such as metres or feet.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsd Drilldown into MeasureType in schema basictypes_xsdXSD Diagram of LengthType in schema measures_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="LengthType">
    <annotation>
        <documentation>This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e. aliases) of gml:MeasureType. In this case, the content model supports the description of a length (or distance) quantity, with its units. The unit of measure referenced by uom shall be suitable for a length, such as metres or feet.</documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:MeasureType" />
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:distance, gco:Distance, gco:Lengthgml:maxLength, gmltin:maxLength, gml:radius, gml:radius, gmlce:radius, gml:semiMinorAxis,