gml:pointProperty
This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.
Element information
Namespace: http://www.opengis.net/gml
Schema document: external/have/1.0/gml-oasis.xsd
Type: gml:PointPropertyType
Properties: Global, Qualified
Content
- gml:Point [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group xlink:simpleLink | |
xlink:href | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:role | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:arcrole | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:title | [0..1] | xsd:string | from group xlink:simpleLink | |
xlink:show | [0..1] | Anonymous | from group xlink:simpleLink | |
xlink:actuate | [0..1] | Anonymous | from group xlink:simpleLink |
Sample instance
<gml:pointProperty> <gml:Point> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </gml:pointProperty>