Definition Type: Element
Name: Quantity
Namespace: http://www.opengis.net/gml
Type: gml:MeasureType
Containing Schema: valueObjects.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 basictypes_xsd Drilldown into MeasureType in schema basictypes_xsdXSD Diagram of Quantity in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Quantity" type="gml:MeasureType" substitutionGroup="gml:_ScalarValue">
    <annotation>
        <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:
Collapse References:
gml:_ScalarValue