Definition Type: ComplexType
Name: UnitOfMeasureType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Documentation:
Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType.
Collapse XSD Schema Diagram:
Drilldown into uom in schema gml_xsdXSD Diagram of UnitOfMeasureType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="UnitOfMeasureType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-units:3.1.1" />
        <documentation>Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType. </documentation>
    </annotation>
    <sequence />
    <attribute name="uom" type="anyURI" use="required">
        <annotation>
            <documentation>Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference. </documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:ConversionToPreferredUnitType, gml:DerivationUnitTermType, gml:unitOfMeasure