Definition Type: Group
Name: Value
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: valueObjects.xsd
Documentation:
This is a convenience choice group which unifies generic values defined in this Clause with spatial and temporal objects and the measures described above, so that any of these may be used within aggregate values.
Collapse XSD Schema Diagram:
Drilldown into Null in schema deprecatedtypes_xsd Drilldown into AbstractTimeObject in schema temporal_xsd Drilldown into AbstractGeometry in schema geometrybasic0d1d_xsd Drilldown into AbstractValue in schema valueobjects_xsdXSD Diagram of Value in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="Value">
    <annotation>
        <documentation>This is a convenience choice group which unifies generic values defined in this Clause with spatial and temporal objects and the measures described above, so that any of these may be used within aggregate values.</documentation>
    </annotation>
    <choice>
        <element ref="gml:AbstractValue" />
        <element ref="gml:AbstractGeometry" />
        <element ref="gml:AbstractTimeObject" />
        <element ref="gml:Null" />
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractValue gml:AbstractValue (1) (1)
AbstractGeometry gml:AbstractGeometry (1) (1)
AbstractTimeObject gml:AbstractTimeObject (1) (1)
Null gml:Null (1) (1)