Definition Type: ComplexType
Name: RangeSetType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DataBlock in schema gml_xsd Drilldown into CountList in schema gml_xsd Drilldown into QuantityList in schema gml_xsd Drilldown into CategoryList in schema gml_xsd Drilldown into BooleanList in schema gml_xsd Drilldown into ScalarValueList in schema gml_xsd Drilldown into ValueArray in schema gml_xsdXSD Diagram of RangeSetType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RangeSetType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
    </annotation>
    <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>
    </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)
<xs:group> gml:ScalarValueList (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:rangeSet