group geometricPositionListGroup
diagram sensorML_p1209.png
namespace http://www.opengis.net/gml/3.2
children gml:posList gml:pos gml:pointProperty
used by
element PointGrid/rows/Row
annotation
documentation
GML supports two different ways to specify a list of geometric positions: either by a sequence of geometric positions (by reusing the group definition) or a sequence of direct positions (element posList).
The posList element allows for a compact way to specify the coordinates of the positions, if all positions are represented in the same coordinate reference system.
source <group name="geometricPositionListGroup">
 
<annotation>
   
<documentation>GML supports two different ways to specify a list of geometric positions: either by a sequence of geometric positions (by reusing the group definition) or a sequence of direct positions (element posList).
The posList element allows for a compact way to specify the coordinates of the positions, if all positions are represented in the same coordinate reference system.
</documentation>
 
</annotation>
 
<choice>
   
<element ref="gml:posList"/>
   
<group ref="gml:geometricPositionGroup" maxOccurs="unbounded"/>
 
</choice>
</group>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy