Documentation for fieldgml

Element: Quantity

[Table of contents]

Name Quantity
Type gml:MeasureType
Nillable no
Abstract no
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.
Logical Diagram
XML Instance Representation
<gml:Quantity
uom="anyURI [1]">
double
</gml:Quantity>
Diagram
Schema Component Representation
<element name="Quantity" type=" gml:MeasureType "/>