<complexType name="ArcByCenterPointType">
<complexContent>
<extension base="gml:AbstractCurveSegmentType">
<sequence>
<choice>
<choice>
<element ref="gml:pos" />
<element ref="gml:pointProperty" />
<element ref="gml:pointRep" />
</choice>
<element ref="gml:posList" />
<element ref="gml:coordinates" />
</choice>
<element name="radius" type="gml:LengthType" />
<element name="startAngle" type="gml:AngleType" minOccurs="0" />
<element name="endAngle" type="gml:AngleType" minOccurs="0" />
</sequence>
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius" />
<attribute name="numArc" type="integer" use="required" fixed="1" />
</extension>
</complexContent>
</complexType>
|