Definition Type: Attribute
Name: uom
Namespace: http://www.opengis.net/gml
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: units.xsd
Use Required
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.
Collapse XSD Schema Diagram:
XSD Diagram of uom in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>