Definition Type: ComplexType
Name: SurfacePatchArrayPropertyType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
gml:SurfacePatchArrayPropertyType is a container for a sequence of surface patches.
Collapse XSD Schema Diagram:
Drilldown into AbstractSurfacePatch in schema geometryprimitives_xsdXSD Diagram of SurfacePatchArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="SurfacePatchArrayPropertyType">
    <annotation>
        <documentation>gml:SurfacePatchArrayPropertyType is a container for a sequence of surface patches.</documentation>
    </annotation>
    <sequence minOccurs="0" maxOccurs="unbounded">
        <element ref="gml:AbstractSurfacePatch" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractSurfacePatch gml:AbstractSurfacePatch (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:patchesgml:polygonPatches, gml:trianglePatches,