Definition Type: Group
Name: geometricPositionGroup
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryBasic0d1d.xsd
Documentation:
GML supports two different ways to specify a geometric position: either by a direct position (a data type) or a point (a geometric object). pos elements are positions that are "owned" by the geometric primitive encapsulating this geometric position. pointProperty elements contain a point that may be referenced from other geometry elements or reference another point defined elsewhere (reuse of existing points).
Collapse XSD Schema Diagram:
Drilldown into pointProperty in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsdXSD Diagram of geometricPositionGroup in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="geometricPositionGroup">
    <annotation>
        <documentation>GML supports two different ways to specify a geometric position: either by a direct position (a data type) or a point (a geometric object).
pos elements are positions that are "owned" by the geometric primitive encapsulating this geometric position.
pointProperty elements contain a point that may be referenced from other geometry elements or reference another point defined elsewhere (reuse of existing points).</documentation>
    </annotation>
    <choice>
        <element ref="gml:pos" />
        <element ref="gml:pointProperty" />
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos gml:pos (1) (1)
pointProperty gml:pointProperty (1) (1)