gml:topoPointProperty
The gml:topoPointProperty property element may be used in features to express their relationship to the referenced topology node.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/topology.xsd
Type: gml:TopoPointPropertyType
Properties: Global, Qualified
Content
- gml:TopoPoint [1..1] The intended use of gml:TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this feature to other features via shared node definitions.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owns | [0..1] | xsd:boolean | Default value is "false". from group gml:OwnershipAttributeGroup |
Sample instance
<gml:topoPointProperty> <gml:TopoPoint gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with:... </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:directedNode> <gml:Node gml:id="ID">... </gml:Node> </gml:directedNode> </gml:TopoPoint> </gml:topoPointProperty>