Definition Type: Attribute
Name: interpolation
Namespace: http://www.opengis.net/gml
Type: gml:CurveInterpolationType
Containing Schema: geometryPrimitives.xsd
Fixed cubicSpline
Use (Optional)
Documentation:
The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For a CubicSpline the interpolation is fixed as "cubicSpline".
Collapse XSD Schema Diagram:
XSD Diagram of interpolation in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="cubicSpline">
    <annotation>
        <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism
uses the control points and control parameters to determine the position of this curve segment. For a CubicSpline the interpolation is fixed as "cubicSpline".</documentation>
    </annotation>
</attribute>
Collapse Derivation Tree: