Documentation for fieldgml

Complex Type: RangeSetType

[Table of contents]

Super-types: None
Sub-types: None
Name RangeSetType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<gml:ValueArray> ... </gml:ValueArray> [1..*]

'each member _Value holds a tuple or \"row\" from the equivalent table'

Start Group: gml:ScalarValueList [1..*]

'each list holds the complete set of one scalar component from the values - i.e. a \"column\" from the equivalent table'


Start Choice [1]
<gml:BooleanList> ... </gml:BooleanList> [1]
<gml:CategoryList> ... </gml:CategoryList> [1]
<gml:QuantityList> ... </gml:QuantityList> [1]
<gml:CountList> ... </gml:CountList> [1]
End Choice
End Group: gml:ScalarValueList
<gml:DataBlock> ... </gml:DataBlock> [1]

'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.'

<gml:File> ... </gml:File> [1]

'a reference to an external source for the data, together with a description of how that external source is structured'

End Choice
</...>
Diagram
h458247339 h-784210621 h-2103194272 h-574553857
Schema Component Representation
<complexType name="RangeSetType">
<choice>
<element ref=" gml:ValueArray " maxOccurs="unbounded"/>
<group ref=" gml:ScalarValueList " maxOccurs="unbounded"/>
<element ref=" gml:DataBlock "/>
<element ref=" gml:File "/>
</choice>
</complexType>