Definition Type: ComplexType
Name: SurfaceArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryBasic2d.xsd
Abstract
Documentation:
A container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
Collapse XSD Schema Diagram:
Drilldown into _Surface in schema geometrybasic2d_xsdXSD Diagram of SurfaceArrayPropertyType in schema geometrybasic2d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="SurfaceArrayPropertyType">
    <annotation>
        <documentation>A container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:_Surface" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Surface gml:_Surface 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:surfaceArrayPropertygml:surfaceMembers,