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