Definition Type: ComplexType
Name: MultiSurfaceType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometricAggregateType
Containing Schema: geometryAggregates.xsd
Abstract False
Documentation:
A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.
Collapse XSD Schema Diagram:
Drilldown into surfaceMembers 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 AbstractGeometricAggregateTypeXSD Diagram of MultiSurfaceType
Collapse XSD Schema Code:
<complexType name="MultiSurfaceType">
    <annotation>
        <documentation>A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometricAggregateType">
            <sequence>
                <annotation>
                    <documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. It is also valid to use both the "standard" and the array property style in the same collection.

NOTE: Array properties cannot reference remote geometry elements.</documentation>
                </annotation>
                <element ref="gml:surfaceMember" minOccurs="0" maxOccurs="unbounded" />
                <element ref="gml:surfaceMembers" minOccurs="0" />
            </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 0 unbounded
surfaceMembers gml:surfaceMembers 0 (1)
<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:MultiSurface
Collapse Comments:
blog comments powered by Disqus