Schema Central > niem40 > coverage.xsd > gml:DataBlock
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:DataBlock

gml:DataBlock describes the Range as a block of text encoded values similar to a Common Separated Value (CSV) representation.
The range set parameterization is described by the property gml:rangeParameters.

Element information

Type: gml:DataBlockType

Properties: Global, Qualified

Content

Attributes

None

Used in

Substitution hierarchy

Sample instance

<gml:DataBlock>
   <gml:rangeParameters>
      <!--any element-->
   </gml:rangeParameters>
   <gml:tupleList>string</gml:tupleList>
</gml:DataBlock>