Definition Type: ComplexType
Name: MeasureType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: gml.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 gml_xsdXSD Diagram of MeasureType in schema gml_xsd (National Information Exchange Model (NEIM))
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:
mo:acceleration, gml:angle, gml:AngleType, mo:elevation, gml:inverseFlattening, gml:LengthType, gco:Measure, gml:Quantity, gml:ScaleType, gml:semiMajorAxis, gml:semiMinorAxis, mo:speed, gml:value