A geometric position represented either by a DirectPosition or a Point.
XSD Schema Diagram:
XSD Schema Code:
<group name="geometricPositionGroup">
<annotation>
<documentation>A geometric position represented either by a DirectPosition or a Point.</documentation>
</annotation>
<choice>
<element ref="gml:pos" />
<element ref="gml:pointProperty" />
</choice>
</group>