<complexType name="SimpleArcByBulgeType">
<complexContent>
<extension base="gml:AbstractCurveType">
<sequence>
<choice>
<choice minOccurs="2" maxOccurs="2">
<element ref="gml:pos" />
<element ref="gml:pointProperty" />
</choice>
<element ref="gml:posList" />
</choice>
<element name="bulge" type="double" maxOccurs="unbounded" />
<element name="normal" type="gml:VectorType" maxOccurs="unbounded" />
</sequence>
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArc2PointWithBulge" />
<attribute name="numArc" type="integer" fixed="1" />
</extension>
</complexContent>
</complexType>
|