<xs:element name="Position" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the vertex position of the circular arc</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="xs:double"><xs:annotation><xs:documentation>The length of the circular arc</xs:documentation></xs:annotation></xs:element>
<xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The radius of the circular arc</xs:documentation></xs:annotation></xs:element>
Complex Type tps:circCurveType
Namespace
tps
Annotations
A vertical circular arc is represented as its vertex, its length and its radius
tps:Position , tps:Length , tps:Radius , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:complexType name="circCurveType"><xs:annotation><xs:documentation>A vertical circular arc is represented as its vertex, its length and its radius</xs:documentation></xs:annotation><xs:sequence><xs:element name="Position" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the vertex position of the circular arc</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="xs:double"><xs:annotation><xs:documentation>The length of the circular arc</xs:documentation></xs:annotation></xs:element><xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The radius of the circular arc</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>