Definition Type: Element
Name: Curve
Namespace: http://www.opengis.net/gml/3.2
Type: gml:CurveType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
A curve is a 1-dimensional primitive. Curves are continuous, connected, and have a measurable length in terms of the coordinate system. A curve is composed of one or more curve segments. Each curve segment within a curve may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment except the last being the start point of the next segment in the segment list. The orientation of the curve is positive. The element segments encapsulates the segments of the curve.
Collapse XSD Schema Diagram:
Drilldown into segments in schema geometryprimitives_xsd Drilldown into name in schema gmlbase_xsd Drilldown into identifier in schema gmlbase_xsd Drilldown into descriptionReference in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema deprecatedtypes_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometricPrimitiveType in schema geometrybasic0d1d_xsd Drilldown into AbstractCurveType in schema geometrybasic0d1d_xsd Drilldown into CurveType in schema geometryprimitives_xsdXSD Diagram of Curve in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Curve" type="gml:CurveType" substitutionGroup="gml:AbstractCurve">
    <annotation>
        <documentation>A curve is a 1-dimensional primitive. Curves are continuous, connected, and have a measurable length in terms of the coordinate system. 
A curve is composed of one or more curve segments. Each curve segment within a curve may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment except the last being the start point of the next segment in the segment list.
The orientation of the curve is positive.
The element segments encapsulates the segments of the curve.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier 0 (1)
name gml:name 0 unbounded
segments gml:segments (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id (Optional)
srsName gml:srsName (Optional)
srsDimension gml:srsDimension (Optional)
axisLabels gml:axisLabels (Optional)
uomLabels gml:uomLabels (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractCurve