gml:QuantityExtent
valueObjects.xsd
Utility element to store a 2-point range of numeric values. If one member is a null, then this is a single ended interval.
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:QuantityExtentType
Properties: Global, Qualified
Content
from type gml:MeasureOrNullListType
- 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
- Length of list: 2
from type gml:doubleOrNull
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uom | [1..1] | xsd:anyURI | from type gml:MeasureOrNullListType |
Used in
- Group gml:ValueExtent
- Group gml:Value via reference to gml:ValueExtent
- Group gml:ValueObject via reference to gml:ValueExtent
- 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:QuantityExtent uom="http://www.example.com/">1.0 1.0</gml:QuantityExtent>