gml:topoSurfaceProperty
The gml:topoSurfaceProperty property element may be used in features to express their relationship to the referenced topology faces.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/topology.xsd
Type: gml:TopoSurfacePropertyType
Properties: Global, Qualified
Content
- gml:TopoSurface [1..1] gml:TopoSurface represents a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of gml:TopoSurface is to appear within a surface feature to express the structural and possibly geometric relationships of this surface feature to other features via the shared face definitions.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owns | [0..1] | xsd:boolean | Default value is "false". from group gml:OwnershipAttributeGroup |
Sample instance
<gml:topoSurfaceProperty> <gml:TopoSurface 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:directedFace> <gml:Face gml:id="ID">... </gml:Face> </gml:directedFace> </gml:TopoSurface> </gml:topoSurfaceProperty>