Documentation for fieldgml

Complex Type: PointArrayPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name PointArrayPropertyType
Abstract no
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.
XML Instance Representation
<...>
<gml:Point> ... </gml:Point> [0..*]
</...>
Diagram
h-621888915
Schema Component Representation
<complexType name="PointArrayPropertyType">
<sequence>
<element ref=" gml:Point " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>