gml:QuantityList
valueObjects.xsd
A space separated list of amounts or nulls. The amounts use the XML Schema type double. A single XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which all the amounts in the list 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:MeasureOrNullListType
Properties: Global, Qualified
Content
from type gml:doubleOrNullList
- Union of:
- Type based on xsd:string
Valid value inapplicable missing template unknown withheld
- Type based on xsd:string
- Pattern: other:\w{2,}
- xsd:double
- xsd:anyURI
from type gml:NullEnumeration - Type based on xsd:string
from type gml:doubleOrNull
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uom | [1..1] | xsd:anyURI |
Used in
- Group gml:ScalarValueList
- Group gml:Value via reference to gml:ScalarValueList
- Group gml:ValueObject via reference to gml:ScalarValueList
- Type gml:RangeParametersType via reference to gml:ValueObject (Element gml:rangeParameters)
- Type gml:RangeSetType via reference to gml:ScalarValueList (Element gml:rangeSet)
- 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:QuantityList uom="http://www.example.com/">1.0 1.0</gml:QuantityList>