Definition Type: ComplexType
Name: RangeSetType
Namespace: http://www.opengis.net/gml
Containing Schema: coverage.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into File in schema coverage_xsd Drilldown into DataBlock in schema coverage_xsd Drilldown into CountList in schema valueobjects_xsd Drilldown into QuantityList in schema valueobjects_xsd Drilldown into CategoryList in schema valueobjects_xsd Drilldown into BooleanList in schema valueobjects_xsd Drilldown into ScalarValueList in schema valueobjects_xsd Drilldown into ValueArray in schema valueobjects_xsdXSD Diagram of RangeSetType in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="RangeSetType">
    <choice>
        <element ref="gml:ValueArray" maxOccurs="unbounded">
            <annotation>
                <documentation>each member _Value holds a tuple or "row" from the equivalent table</documentation>
            </annotation>
        </element>
        <group ref="gml:ScalarValueList" maxOccurs="unbounded">
            <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>
        </group>
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ValueArray gml:ValueArray (1) unbounded
BooleanList gml:BooleanList (1) (1)
CategoryList gml:CategoryList (1) (1)
QuantityList gml:QuantityList (1) (1)
CountList gml:CountList (1) (1)
DataBlock gml:DataBlock (1) (1)
File gml:File (1) (1)
<xs:group> gml:ScalarValueList (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:rangeSet