Definition Type: ComplexType
Name: CurveArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryBasic0d1d.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into _Curve in schema geometrybasic0d1d_xsdXSD Diagram of CurveArrayPropertyType in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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 is not supported.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:_Curve" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Curve gml:_Curve 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:curveArrayPropertygml:curveMembers,