Definition Type: ComplexType
Name: PolygonPatchArrayPropertyType
Namespace: http://www.opengis.net/gml
Type: gml:SurfacePatchArrayPropertyType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
This type defines a container for an array of polygon patches.
Collapse XSD Schema Diagram:
Drilldown into PolygonPatch in schema geometryprimitives_xsd Drilldown into _SurfacePatch in schema geometryprimitives_xsdXSD Diagram of PolygonPatchArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="PolygonPatchArrayPropertyType">
    <annotation>
        <documentation>This type defines a container for an array of 
   polygon patches.</documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:SurfacePatchArrayPropertyType">
            <sequence minOccurs="0" maxOccurs="unbounded">
                <element ref="gml:PolygonPatch" />
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_SurfacePatch gml:_SurfacePatch (1) (1)
PolygonPatch gml:PolygonPatch (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:polygonPatches