<complexType name="RangeSetType">
<choice>
<choice maxOccurs="unbounded">
<element ref="gml:ValueArray">
<annotation>
<documentation>each member _Value holds a tuple or "row" from the equivalent table</documentation>
</annotation>
</element>
<element ref="gml:_ScalarValueList">
<annotation>
<documentation>each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table</documentation>
</annotation>
</element>
</choice>
<element ref="gml:DataBlock">
<annotation>
<documentation>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.
</documentation>
</annotation>
</element>
<element ref="gml:File">
<annotation>
<documentation>a reference to an external source for the data, together with a description of how that external source is structured
</documentation>
</annotation>
</element>
</choice>
</complexType>
|