Documentation for fieldgml

Complex Type: TopoSolidType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTopologyType (by extension) < AbstractTopoPrimitiveType (by extension) < TopoSolidType (by extension)
Sub-types: None
Name TopoSolidType
Abstract no
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.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:isolated> ... </gml:isolated> [0..*]
<gml:container> ... </gml:container> [0..1]
<gml:directedFace> ... </gml:directedFace> [1..*]
</...>
Diagram
Schema Component Representation
<complexType name="TopoSolidType">
<complexContent>
<extension base=" gml:AbstractTopoPrimitiveType ">
<sequence>
<element ref=" gml:directedFace " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>