| Namespace | http://www.opengis.net/gml/3.2 | 
                     
                        | Diagram |  | 
                     
                        | Type | extension of gml:AbstractCurveSegmentType | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:vectorAtStart , gml:vectorAtEnd | 
                     
                        | Children | gml:coordinates, gml:pointProperty, gml:pointRep, gml:pos, gml:posList, gml:vectorAtEnd, gml:vectorAtStart | 
                     
                        | Attributes |  | 
                     
                        | Source | 
                              
                                 
                                    | <complexType name="CubicSplineType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <choice>
          <choice minOccurs="2" maxOccurs="unbounded">
            <element ref="gml:pos"/>
            <element ref="gml:pointProperty"/>
            <element ref="gml:pointRep"/>
          </choice>
          <element ref="gml:posList"/>
          <element ref="gml:coordinates"/>
        </choice>
        <element name="vectorAtStart" type="gml:VectorType"/>
        <element name="vectorAtEnd" type="gml:VectorType"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="cubicSpline"/>
      <attribute name="degree" type="integer" fixed="3"/>
    </extension>
  </complexContent>
</complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd |