gml:rangeSet
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:RangeSetType
Properties: Global, Qualified
Content
- Choice [1..1]
- gml:ValueArray [1..*] each member _Value holds a tuple or "row" from the equivalent table
- Choice [1..*]
- gml:BooleanList XML List based on XML Schema boolean type. An element of this type contains a space-separated list of boolean values {0,1,true,false}
- gml:CategoryList A space-separated list of terms or nulls. A single XML attribute codeSpace may be provided, which authorises all the terms in the list.
- gml:QuantityList 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.
- gml:CountList A space-separated list of integers or nulls.
- gml:DataBlock Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.
from group gml:ScalarValueList
Attributes
None
Used in
- Type gml:AbstractCoverageType (Element gml:_Coverage)
- Type gml:GridCoverageType (Element gml:GridCoverage)
- Type gml:MultiCurveCoverageType (Element gml:MultiCurveCoverage)
- Type gml:MultiPointCoverageType (Element gml:MultiPointCoverage)
- Type gml:MultiSurfaceCoverageType (Element gml:MultiSurfaceCoverage)
- Type gml:RectifiedGridCoverageType (Element gml:RectifiedGridCoverage)
- Type gml:AbstractContinuousCoverageType via extension of gml:AbstractCoverageType (Element gml:_ContinuousCoverage)
- Type gml:AbstractDiscreteCoverageType via extension of gml:AbstractCoverageType (Element gml:_DiscreteCoverage)
Sample instance
<gml:rangeSet> <gml:ValueArray uom="http://www.example.com/"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:valueComponent> <gml:Boolean>true</gml:Boolean> </gml:valueComponent> </gml:ValueArray> </gml:rangeSet>