gml:Quantity
valueObjects.xsd
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.
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:MeasureType
Properties: Global, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uom | [1..1] | xsd:anyURI |
Used in
- Group gml:ScalarValue
- Type gml:QuantityPropertyType
- Group gml:Value via reference to gml:ScalarValue
- Group gml:ValueObject via reference to gml:ScalarValue
- Type gml:ScalarValuePropertyType via reference to gml:ScalarValue
- Type gml:RangeParametersType via reference to gml:ValueObject (Element gml:rangeParameters)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Sample instance
<gml:Quantity uom="http://www.example.com/">1.0</gml:Quantity>