Definition Type: ComplexType
Name: GeometryArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryBasic0d1d.xsd
Abstract
Documentation:
A container for an array of geometry elements. 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 _Geometry in schema geometrybasic0d1d_xsdXSD Diagram of GeometryArrayPropertyType in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GeometryArrayPropertyType">
    <annotation>
        <documentation>A container for an array of geometry elements. 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:_Geometry" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Geometry gml:_Geometry 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:geometryMembers