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