Documentation for fieldgml

Complex Type: GeometryArrayPropertyType

[Table of contents]

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