<complexType name="ArcByBulgeType">
<complexContent>
<restriction base="gml:ArcStringByBulgeType">
<sequence>
<choice>
<choice minOccurs="2" maxOccurs="2">
<element ref="gml:pos" />
<element ref="gml:pointProperty" />
<element ref="gml:pointRep" />
</choice>
<element ref="gml:posList" />
<element ref="gml:coordinates" />
</choice>
<element name="bulge" type="double" />
<element name="normal" type="gml:VectorType" />
</sequence>
<attribute name="numArc" type="integer" fixed="1" />
</restriction>
</complexContent>
</complexType>
|