Definition Type: ComplexType
Name: TopoSolidType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract False
Documentation:
The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.
Collapse XSD Schema Diagram:
Drilldown into directedFace Drilldown into container Drilldown into isolated Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractTopologyType Drilldown into AbstractTopoPrimitiveTypeXSD Diagram of TopoSolidType
Collapse XSD Schema Code:
<complexType name="TopoSolidType">
    <annotation>
        <documentation>The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTopoPrimitiveType">
            <sequence>
                <element ref="gml:directedFace" 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
isolated gml:isolated 0 unbounded
container gml:container 0 (1)
directedFace gml:directedFace (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:TopoSolid
Collapse Comments:
blog comments powered by Disqus