<complexType name="SimpleArcByCenterPointType">
<complexContent>
<extension base="gml:AbstractCurveType">
<sequence>
<choice>
<choice>
<element ref="gml:pos" />
<element ref="gml:pointProperty" />
</choice>
<element ref="gml:posList" />
</choice>
<element name="radius" type="gml:LengthType" />
<!--note that start and end angle are mandatory in this encoding unlike gml 3.2 ArcByCentrePoint-->
<element name="startAngle" type="gml:AngleType" />
<element name="endAngle" type="gml:AngleType" />
</sequence>
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius" />
<attribute name="numArc" type="integer" use="required" fixed="1" />
</extension>
</complexContent>
</complexType>
|