Definition Type: Element
Name: Quantity
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:MeasureType
Containing Schema: gml.xsd
Abstract
Documentation:
A numeric value with a scale. The content of the element is an amount using the XML Schema type double which permits decimal or scientific notation. An XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which the numeric value must be multiplied.
Collapse XSD Schema Diagram:
Drilldown into uom in schema gml_xsd Drilldown into MeasureType in schema gml_xsdXSD Diagram of Quantity in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<element name="Quantity" type="gml:MeasureType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">valueObjects.xsd</appinfo>
        <documentation>A numeric value with a scale.  The content of the element is an amount using the XML Schema type double which permits decimal or scientific notation.  An XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which the numeric value must be multiplied.</documentation>
    </annotation>
</element>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree: