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 _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>
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ValueArray gml:ValueArray (1) (1)
_ScalarValueList gml:_ScalarValueList (1) (1)
DataBlock gml:DataBlock (1) (1)
File gml:File (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:rangeSet