diagram | ![]() |
||
namespace | http://www.opengis.net/gml | ||
children | gml:ValueArray gml:BooleanList gml:CategoryList gml:QuantityList gml:CountList gml:DataBlock gml:File | ||
used by |
|
||
source | <xs:complexType name="RangeSetType"> <xs:choice> <xs:element ref="gml:ValueArray" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>each member _Value holds a tuple or "row" from the equivalent table</xs:documentation> </xs:annotation> </xs:element> <xs:group ref="gml:ScalarValueList" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table</xs:documentation> </xs:annotation> </xs:group> <xs:element ref="gml:DataBlock"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:File"> <xs:annotation> <xs:documentation>a reference to an external source for the data, together with a description of how that external source is structured</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> |