Definition Type: ComplexType
Name: CompositeCurveType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCurveType
Containing Schema: geometryComplexes.xsd
Abstract False
Documentation:
A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list.
Collapse XSD Schema Diagram:
Drilldown into curveMember Drilldown into uomLabels Drilldown into axisLabels Drilldown into srsDimension Drilldown into srsName Drilldown into gid Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractGeometryType Drilldown into AbstractGeometricPrimitiveType Drilldown into AbstractCurveTypeXSD Diagram of CompositeCurveType
Collapse XSD Schema Code:
<complexType name="CompositeCurveType">
    <annotation>
        <documentation>A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractCurveType">
            <sequence>
                <element ref="gml:curveMember" maxOccurs="unbounded">
                    <annotation>
                        <documentation>This element references or contains one curve in the composite curve. The curves are contiguous, the collection of curves is ordered.

NOTE: This definition allows for a nested structure, i.e. a CompositeCurve may use, for example, another CompositeCurve as a curve member.</documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
curveMember gml:curveMember (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
axisLabels gml:axisLabels Optional
uomLabels gml:uomLabels Optional
Collapse Derivation Tree:
Collapse References:
gml:CompositeCurve
Collapse Comments:
blog comments powered by Disqus