Documentation for fieldgml

Complex Type: TopoComplexType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTopologyType (by extension) < TopoComplexType (by extension)
Sub-types: None
Name TopoComplexType
Abstract no
Documentation This type represents a TP_Complex capable of holding topological primitives.
XML Instance Representation
<...
gml:id="[0..1]"
isMaximal="boolean [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:superComplex> ... </gml:superComplex> [0..*]
<gml:subComplex> ... </gml:subComplex> [0..*]
</...>
Diagram
Schema Component Representation
<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"/>
</extension>
</complexContent>
</complexType>