Definition Type: ComplexType
Name: GeometricComplexType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometryType
Containing Schema: geometryComplexes.xsd
Abstract
Documentation:
A geometric complex.
Collapse XSD Schema Diagram:
Drilldown into element in schema geometrycomplexes_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsdXSD Diagram of GeometricComplexType in schema geometrycomplexes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GeometricComplexType">
    <annotation>
        <documentation>
				A geometric complex.
			</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometryType">
            <sequence>
                <element name="element" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
element gml:element (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:GeometricComplex