Definition Type: Element
Name: Quantity
Namespace: http://www.opengis.net/gml/3.2
Type: gml:MeasureType
Containing Schema: valueObjects.xsd
Abstract
Documentation:
An XML attribute uom ("unit of measure") is required, whose value is a URI which identifies the definition of a ratio scale or units by which the numeric value shall be multiplied, or an interval or position scale on which the value occurs.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsd Drilldown into MeasureType in schema basictypes_xsd Drilldown into nilReason in schema valueobjects_xsdXSD Diagram of Quantity in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Quantity" substitutionGroup="gml:AbstractScalarValue" nillable="true">
    <annotation>
        <documentation>An XML attribute uom ("unit of measure") is required, whose value is a URI which identifies the definition of a ratio scale or units by which the numeric value shall be multiplied, or an interval or position scale on which the value occurs.</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="gml:MeasureType">
                <attribute name="nilReason" type="gml:NilReasonType" />
            </extension>
        </simpleContent>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
nilReason gml:nilReason (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractScalarValue