gml:Row
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryPrimitives.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Choice [1..1]
- gml:posList
- Choice [1..*]
- gml:pos
- gml:pointProperty This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.
from group gml:geometricPositionGroup
from group gml:geometricPositionListGroup
Attributes
None
Used in
- Anonymous type of element gml:rows
- Group gml:PointGrid
- Type gml:AbstractGriddedSurfaceType via reference to gml:PointGrid (Element gml:AbstractGriddedSurface)
- Type gml:ConeType via reference to gml:PointGrid (Element gml:Cone)
- Type gml:CylinderType via reference to gml:PointGrid (Element gml:Cylinder)
- Type gml:SphereType via reference to gml:PointGrid (Element gml:Sphere)
Sample instance
<gml:Row> <gml:posList>1.0 1.0</gml:posList> </gml:Row>