QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
interpolation | gml:CurveInterpolationType | circularArc3Points | optional | |||
numArc | integer | 1 | optional | |||
numDerivativeInterior | integer | 0 | optional | |||
numDerivativesAtEnd | integer | 0 | optional | |||
numDerivativesAtStart | integer | 0 | optional |
Element | gml:Arc |
Complex Type | gml:CircleType |
<complexType name="ArcType"> <complexContent> <restriction base="gml:ArcStringType"> <sequence> <choice> <choice minOccurs="3" maxOccurs="3"> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> <element ref="gml:pointRep"/> </choice> <element ref="gml:posList"/> <element ref="gml:coordinates"/> </choice> </sequence> <attribute name="numArc" type="integer" fixed="1"/> </restriction> </complexContent> </complexType> |