Definition Type: ComplexType
Name: MeasureType
Namespace: http://www.opengis.net/gml/3.2
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: basicTypes.xsd
Abstract
Documentation:
gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsdXSD Diagram of MeasureType in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="MeasureType">
    <annotation>
        <documentation>gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.</documentation>
    </annotation>
    <simpleContent>
        <extension base="double">
            <attribute name="uom" type="gml:UomIdentifier" use="required" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:acceleration, gml:AngleType, gml:AreaType, gml:distance, gml:elevation, gml:GridLengthType, gml:inverseFlattening, gml:LengthType, gml:measure, gmllr:measure, gco:Measuregml:Quantity, gml:ScaleType, gml:semiMajorAxis, gml:speed, gml:SpeedType, gml:TimeType, gml:value, gml:VolumeType,