Schema Central > NIEM 3.2 > coverage.xsd > gml:rangeSet
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:rangeSet

The gml:rangeSet property element contains the values of the coverage (sometimes called the attribute values).  Its content model is given by gml:RangeSetType.
This content model supports a structural description of the range.  The semantic information describing the range set is embedded using a uniform method, as part of the explicit values, or as a template value accompanying the representation using gml:DataBlock and gml:File.
The values from each component (or "band") in the range may be encoded within a gml:ValueArray element or a concrete member of the gml:AbstractScalarValueList substitution group . Use of these elements satisfies the value-type homogeneity requirement.

Element information

Type: gml:RangeSetType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<gml:rangeSet>
   <gml:ValueArray gml:id="ID" uom="">
      <gml:metaDataProperty>
         <gml:GenericMetaData>Any text, intermingled with:
            <!--any element-->
         </gml:GenericMetaData>
      </gml:metaDataProperty>
      <gml:description>string</gml:description>
      <gml:descriptionReference/>
      <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
      <gml:name>string</gml:name>
      <gml:valueComponent>
         <gml:Boolean>true</gml:Boolean>
      </gml:valueComponent>
      <gml:valueComponents>
         <gml:Boolean>true</gml:Boolean>
      </gml:valueComponents>
   </gml:ValueArray>
</gml:rangeSet>