Definition Type: ComplexType
Name: CurveSegmentArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
A container for an array of curve segments.
Collapse XSD Schema Diagram:
Drilldown into _CurveSegment in schema geometryprimitives_xsdXSD Diagram of CurveSegmentArrayPropertyType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CurveSegmentArrayPropertyType">
    <annotation>
        <documentation>A container for an array of curve segments.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:_CurveSegment" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_CurveSegment gml:_CurveSegment 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:segments