QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
aggregationType | gml:AggregationType | optional | |||||
gml:id | ID | required |
|
||||
isMaximal | boolean | false | optional |
Element | gml:TopoComplex |
<complexType name="TopoComplexType"> <complexContent> <extension base="gml:AbstractTopologyType"> <sequence> <element ref="gml:maximalComplex"/> <element ref="gml:superComplex" minOccurs="0" maxOccurs="unbounded"/> <element ref="gml:subComplex" minOccurs="0" maxOccurs="unbounded"/> <element ref="gml:topoPrimitiveMember" minOccurs="0" maxOccurs="unbounded"/> <element ref="gml:topoPrimitiveMembers" minOccurs="0"/> </sequence> <attribute name="isMaximal" type="boolean" default="false"/> <attributeGroup ref="gml:AggregationAttributeGroup"/> </extension> </complexContent> </complexType> |