Definition Type: ComplexType
Name: CurveSegmentArrayPropertyType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
gml:CurveSegmentArrayPropertyType is a container for an array of curve segments.
Collapse XSD Schema Diagram:
Drilldown into AbstractCurveSegment in schema geometryprimitives_xsdXSD Diagram of CurveSegmentArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractCurveSegment gml:AbstractCurveSegment (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:segments