Definition Type: Group
Name: Value
Namespace: http://www.opengis.net/gml
Containing Schema: valueObjects.xsd
Collapse XSD Schema Diagram:
Drilldown into measure in schema measures_xsd Drilldown into Null in schema basictypes_xsd Drilldown into _TimeObject in schema temporal_xsd Drilldown into _Geometry in schema geometrybasic0d1d_xsd Drilldown into _Value in schema valueobjects_xsdXSD Diagram of Value in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="Value">
    <choice>
        <element ref="gml:_Value" />
        <element ref="gml:_Geometry" />
        <element ref="gml:_TimeObject" />
        <element ref="gml:Null" />
        <element ref="gml:measure" />
    </choice>
    <!--   <xs:documentation>       <xs:annotation>Utility choice group which unifies generic Values defined in this schema document with Geometry and Temporal objects and the Measures described above, so that any of these may be used within aggregate Values.     </xs:annotation>     </xs:documentation> -->
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Value gml:_Value (1) (1)
_Geometry gml:_Geometry (1) (1)
_TimeObject gml:_TimeObject (1) (1)
Null gml:Null (1) (1)
measure gml:measure (1) (1)