complexType TopoComplexType
diagram sensorML_p244.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:AbstractTopologyType
properties
base gml:AbstractTopologyType
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:maximalComplex gml:superComplex gml:subComplex gml:topoPrimitiveMember gml:topoPrimitiveMembers
used by
element TopoComplex
attributes
Name  Type  Use  Default  Fixed  annotation
idIDrequired      
documentation
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
isMaximalboolean  false    
aggregationTypegml:AggregationType      
source <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>

attribute TopoComplexType/@isMaximal
type boolean
properties
isRef 0
default false
source <attribute name="isMaximal" type="boolean" default="false"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy