<xs:element name="Curve">
<xs:annotation>
<xs:documentation>The distance from the Start to the Center provides the radius value.</xs:documentation>
<xs:documentation>The rotation attribute "rot" defines whether the arc travels clockwise or counter-clockwise from the Start to End point.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="3" maxOccurs="unbounded">
<xs:element ref="Start" />
<xs:element ref="Center" />
<xs:element ref="End" />
<xs:element ref="PI" minOccurs="0" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="rot" type="clockwise" use="required" />
<xs:attribute name="chord" type="xs:double" />
<xs:attribute name="crvType" type="curveType" />
<xs:attribute name="delta" type="angle" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="dirEnd" type="direction" />
<xs:attribute name="dirStart" type="direction" />
<xs:attribute name="external" type="xs:double" />
<xs:attribute name="length" type="xs:double" />
<xs:attribute name="midOrd" type="xs:double" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="radius" type="xs:double" />
<xs:attribute name="staStart" type="xs:double" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="tangent" type="xs:double" />
<xs:attribute name="oID" type="xs:string" />
<xs:attribute name="note" type="xs:string" />
</xs:complexType>
</xs:element>
|