Definition Type: Element
Name: TopoComplex
Namespace: http://www.opengis.net/gml/3.2
Type: gml:TopoComplexType
Containing Schema: topology.xsd
Abstract
Documentation:
gml:TopoComplex is a collection of topological primitives. Each complex holds a reference to its maximal complex (gml:maximalComplex) and optionally to sub- or super-complexes (gml:subComplex, gml:superComplex). A topology complex contains its primitive and sub-complex members.
Collapse XSD Schema Diagram:
Drilldown into topoPrimitiveMembers in schema topology_xsd Drilldown into topoPrimitiveMember in schema topology_xsd Drilldown into subComplex in schema topology_xsd Drilldown into superComplex in schema topology_xsd Drilldown into maximalComplex 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 aggregationType in schema gmlbase_xsd Drilldown into AggregationAttributeGroup in schema gmlbase_xsd Drilldown into isMaximal in schema topology_xsd Drilldown into TopoComplexType in schema topology_xsdXSD Diagram of TopoComplex in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="TopoComplex" type="gml:TopoComplexType" substitutionGroup="gml:AbstractTopology">
    <annotation>
        <documentation>gml:TopoComplex is a collection of topological primitives.
Each complex holds a reference to its maximal complex (gml:maximalComplex) and optionally to sub- or super-complexes (gml:subComplex, gml:superComplex). 
A topology complex contains its primitive and sub-complex members.
</documentation>
    </annotation>
</element>
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
maximalComplex gml:maximalComplex (1) (1)
superComplex gml:superComplex 0 unbounded
subComplex gml:subComplex 0 unbounded
topoPrimitiveMember gml:topoPrimitiveMember 0 unbounded
topoPrimitiveMembers gml:topoPrimitiveMembers 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id (Optional)
isMaximal gml:isMaximal false (Optional)
aggregationType gml:aggregationType (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractTopology