Documentation for fieldgml

Complex Type: CurveSegmentArrayPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name CurveSegmentArrayPropertyType
Abstract no
Documentation A container for an array of curve segments.
XML Instance Representation
<...>
<gml:_CurveSegment> ... </gml:_CurveSegment> [0..*]
</...>
Diagram
h1459085632
Schema Component Representation
<complexType name="CurveSegmentArrayPropertyType">
<sequence>
<element ref=" gml:_CurveSegment " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>