Definition Type: ComplexType
Name: GeometryArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryBasic0d1d.xsd
Abstract False
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 _GeometryXSD Diagram of GeometryArrayPropertyType
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
Collapse Comments:
blog comments powered by Disqus