Definition Type: ComplexType
Name: CurveArrayPropertyType
Namespace: http://www.opengis.net/gml/3.2
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 via XLinks is not supported.
Collapse XSD Schema Diagram:
Drilldown into AbstractCurve in schema geometrybasic0d1d_xsd Drilldown into owns in schema gmlbase_xsd Drilldown into OwnershipAttributeGroup in schema gmlbase_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 via XLinks is not supported.</documentation>
    </annotation>
    <sequence minOccurs="0" maxOccurs="unbounded">
        <element ref="gml:AbstractCurve" />
    </sequence>
    <attributeGroup ref="gml:OwnershipAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractCurve gml:AbstractCurve (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
owns gml:owns false (Optional)
Collapse Derivation Tree:
Collapse References:
gml:curveArrayProperty, gml:curveMembers