gml:CurveSegmentArrayPropertyType

gml:CurveSegmentArrayPropertyType is a container for an array of curve segments.

Complex Type Information

Model

Used By

Element gml:segments

Source

<complexType name="CurveSegmentArrayPropertyType">
  <annotation>
    <documentation>gml:CurveSegmentArrayPropertyType is a container for an array of curve segments.</documentation>
  </annotation>
  <sequence minOccurs="0" maxOccurs="unbounded">
    <element ref="gml:AbstractCurveSegment"/>
  </sequence>
</complexType>