| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| interpolation | gml:CurveInterpolationType | geodesic | optional | |||
| numDerivativeInterior | integer | 0 | optional | |||
| numDerivativesAtEnd | integer | 0 | optional | |||
| numDerivativesAtStart | integer | 0 | optional |
| Element | gml:GeodesicString |
| Complex Type | gml:GeodesicType |
<complexType name="GeodesicStringType"> <complexContent> <extension base="gml:AbstractCurveSegmentType"> <choice> <element ref="gml:posList"/> <group ref="gml:geometricPositionGroup" minOccurs="2" maxOccurs="unbounded"/> </choice> <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="geodesic"/> </extension> </complexContent> </complexType> |