Definition Type: ComplexType
Name: CompositeSurfaceType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractSurfaceType
Containing Schema: geometryComplexes.xsd
Abstract False
Documentation:
A CompositeSurface is defined by a set of orientable surfaces. A composite surface is geometry type with all the geometric properties of a (primitive) surface. Essentially, a composite surface is a collection of surfaces that join in pairs on common boundary curves and which, when considered as a whole, form a single surface.
Collapse XSD Schema Diagram:
Drilldown into surfaceMember Drilldown into uomLabels Drilldown into axisLabels Drilldown into srsDimension Drilldown into srsName Drilldown into gid Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractGeometryType Drilldown into AbstractGeometricPrimitiveType Drilldown into AbstractSurfaceTypeXSD Diagram of CompositeSurfaceType
Collapse XSD Schema Code:
<complexType name="CompositeSurfaceType">
    <annotation>
        <documentation>A CompositeSurface is defined by a set of orientable surfaces. A composite surface is geometry type with all the geometric properties of a (primitive) surface. Essentially, a composite surface is a collection of surfaces that join in pairs on common boundary curves and which, when considered as a whole, form a single surface.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractSurfaceType">
            <sequence>
                <element ref="gml:surfaceMember" maxOccurs="unbounded">
                    <annotation>
                        <documentation>This element references or contains one surface in the composite surface. The surfaces are contiguous.

NOTE: This definition allows for a nested structure, i.e. a CompositeSurface may use, for example, another CompositeSurface as a member.</documentation>
                    </annotation>
                </element>
            </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
surfaceMember gml:surfaceMember (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
axisLabels gml:axisLabels Optional
uomLabels gml:uomLabels Optional
Collapse Derivation Tree:
Collapse References:
gml:CompositeSurface
Collapse Comments:
blog comments powered by Disqus