gml:CurveArrayPropertyType

A container for an array of curves. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
owns boolean false optional

Used By

Source

<complexType name="CurveArrayPropertyType">
  <annotation>
    <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 via XLinks is not supported.</documentation>
  </annotation>
  <sequence minOccurs="0" maxOccurs="unbounded">
    <element ref="gml:AbstractCurve"/>
  </sequence>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>