Definition Type: Group
Name: ScalarValueList
Namespace: http://www.opengis.net/gml
Containing Schema: valueObjects.xsd
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of ScalarValueList in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="ScalarValueList">
    <choice>
        <element ref="gml:BooleanList" />
        <element ref="gml:CategoryList" />
        <element ref="gml:QuantityList" />
        <element ref="gml:CountList" />
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BooleanList gml:BooleanList (1) (1)
CategoryList gml:CategoryList (1) (1)
QuantityList gml:QuantityList (1) (1)
CountList gml:CountList (1) (1)