Documentation for fieldgml

Complex Type: CurveArrayPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name CurveArrayPropertyType
Abstract no
Documentation A container for an array of curves. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
XML Instance Representation
<...>
<gml:_Curve> ... </gml:_Curve> [0..*]
</...>
Diagram
h-1709523341
Schema Component Representation
<complexType name="CurveArrayPropertyType">
<sequence>
<element ref=" gml:_Curve " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>