Definition Type: ComplexType
Name: TopoVolumeType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopologyType
Containing Schema: topology.xsd
Abstract
Documentation:
The TopoVolume type and element represent a homogeneous topological expression, a set of directed TopoSolids, which if realised are isomorphic to a geometric solid primitive. The intended use of TopoVolume is to appear within a 3D solid feature instance to express the structural and geometric relationships of this solid to other features via the shared TopoSolid definitions. . Note the orientation assigned to the directedSolid has no meaning in three dimensions. It is preserved for symmetry with the preceding types and elements.
Collapse XSD Schema Diagram:
Drilldown into directedTopoSolid in schema topology_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into AbstractTopologyType in schema topology_xsdXSD Diagram of TopoVolumeType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TopoVolumeType">
    <annotation>
        <documentation>The TopoVolume type and element represent a homogeneous topological expression, a set of directed TopoSolids, which if realised are isomorphic to a geometric solid primitive. The intended use of TopoVolume is to appear within a 3D solid feature instance to express the structural and geometric relationships of this solid to other features via the shared TopoSolid definitions.  . Note the orientation assigned to the directedSolid has no meaning in three dimensions. It is preserved for symmetry with the preceding types and elements.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopologyType">
            <sequence>
                <element ref="gml:directedTopoSolid" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
directedTopoSolid gml:directedTopoSolid (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:TopoVolume