Definition Type: ComplexType
Name: MeasureType
Namespace: http://www.opengis.net/gml
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: basicTypes.xsd
Abstract
Documentation:
Number with a scale. The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position 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>Number with a scale.  
      The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale. </documentation>
    </annotation>
    <simpleContent>
        <extension base="double">
            <attribute name="uom" type="anyURI" 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:elevation, gml:GridLengthType, gml:LengthType, gml:measure, gml:Quantitygml:result, gml:ScaleType, gml:speed, gml:TimeType, gml:value, gml:VelocityType, gml:VolumeType,