Definition Type: ComplexType
Name: TopoSolidType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractTopoPrimitiveType
Containing Schema: topology.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into solidProperty in schema geometryprimitives_xsd Drilldown into directedFace in schema topology_xsd Drilldown into isolated in schema topology_xsd Drilldown into name in schema gmlbase_xsd Drilldown into identifier in schema gmlbase_xsd Drilldown into descriptionReference in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema deprecatedtypes_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_xsd Drilldown into AbstractTopoPrimitiveType in schema topology_xsd Drilldown into universal in schema topology_xsd Drilldown into aggregationType in schema gmlbase_xsd Drilldown into AggregationAttributeGroup in schema gmlbase_xsdXSD Diagram of TopoSolidType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TopoSolidType">
    <complexContent>
        <extension base="gml:AbstractTopoPrimitiveType">
            <sequence>
                <element name="isolated" type="gml:NodeOrEdgePropertyType" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:directedFace" maxOccurs="unbounded" />
                <element ref="gml:solidProperty" minOccurs="0" />
            </sequence>
            <attributeGroup ref="gml:AggregationAttributeGroup" />
            <attribute name="universal" type="boolean" use="optional" default="false">
                <annotation>
                    <documentation>A gml:TopoSolid must indicate whether it is a universal topo-solid or not, to ensure a lossless topology representation as defined by Kuijpers, et. al. (see OGC 05-102 Topology IPR). The optional universal attribute of type boolean is used to indicate this and the default is fault. NOTE The universal topo-solid is normally not part of any feature, and is used to represent the unbounded portion of the data set. Its interior boundary (it has no exterior boundary) would normally be considered the exterior boundary of the data set.</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier 0 (1)
name gml:name 0 unbounded
isolated gml:isolated 0 unbounded
directedFace gml:directedFace (1) unbounded
solidProperty gml:solidProperty 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id (Optional)
aggregationType gml:aggregationType (Optional)
universal gml:universal false Optional
Collapse Derivation Tree:
Collapse References:
gml:TopoSolid