<xs:element name="StaStart" type="xs:double"><xs:annotation><xs:documentation>The starting station of the Spiral</xs:documentation></xs:annotation></xs:element>
The starting radius of the Spiral. A value of 0 means that the starting radius is infinite
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="RadiusStart" type="xs:double"><xs:annotation><xs:documentation>The starting radius of the Spiral. A value of 0 means that the starting radius is infinite</xs:documentation></xs:annotation></xs:element>
The ending radius of the Spiral. A value of 0 means that the ending radius is infinite
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="RadiusEnd" type="xs:double"><xs:annotation><xs:documentation>The ending radius of the Spiral. A value of 0 means that the ending radius is infinite</xs:documentation></xs:annotation></xs:element>
<xs:element name="Clockwise" type="tps:clockwiseType"><xs:annotation><xs:documentation>Represents whether the Spiral turn is clockwise or counterclockwise</xs:documentation></xs:annotation></xs:element>
The type of the Spiral (can be biquadratic, bloss, clothoid, cosine, cubic, sinusoid, reverse biquadratic, reverse bloss, reverse cosine or reverse sinusoid)
The 'constant' of the Spiral, also known as 'spiral parameter', in square meters
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="Constant" type="xs:double"><xs:annotation><xs:documentation>The 'constant' of the Spiral, also known as 'spiral parameter', in square meters</xs:documentation></xs:annotation></xs:element>
<xs:element name="DirStart" type="xs:double"><xs:annotation><xs:documentation>The starting direction angle of the Spiral</xs:documentation></xs:annotation></xs:element>
<xs:element name="DirEnd" type="xs:double"><xs:annotation><xs:documentation>The ending direction angle of the Spiral</xs:documentation></xs:annotation></xs:element>
<xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting point of the Spiral</xs:documentation></xs:annotation></xs:element>
<xs:element name="PI" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the intersection point of the Spiral</xs:documentation></xs:annotation></xs:element>
<xs:element name="End" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the ending point of the Spiral</xs:documentation></xs:annotation></xs:element>
Represents whether the Spiral starting direction is the end direction of the previous element
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
default
false
Source
<xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Spiral starting direction is the end direction of the previous element</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="spiralType"><xs:annotation><xs:documentation>A 2D Spiral</xs:documentation></xs:annotation><xs:sequence><xs:element name="StaStart" type="xs:double"><xs:annotation><xs:documentation>The starting station of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="xs:double"><xs:annotation><xs:documentation>The length of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="RadiusStart" type="xs:double"><xs:annotation><xs:documentation>The starting radius of the Spiral. A value of 0 means that the starting radius is infinite</xs:documentation></xs:annotation></xs:element><xs:element name="RadiusEnd" type="xs:double"><xs:annotation><xs:documentation>The ending radius of the Spiral. A value of 0 means that the ending radius is infinite</xs:documentation></xs:annotation></xs:element><xs:element name="Clockwise" type="tps:clockwiseType"><xs:annotation><xs:documentation>Represents whether the Spiral turn is clockwise or counterclockwise</xs:documentation></xs:annotation></xs:element><xs:element name="SpiralType" type="tps:spiralGeometryType" default="biquadratic" maxOccurs="1"><xs:annotation><xs:documentation>The type of the Spiral (can be biquadratic, bloss, clothoid, cosine, cubic, sinusoid, reverse biquadratic, reverse bloss, reverse cosine or reverse sinusoid)</xs:documentation></xs:annotation></xs:element><xs:element name="Constant" type="xs:double"><xs:annotation><xs:documentation>The 'constant' of the Spiral, also known as 'spiral parameter', in square meters</xs:documentation></xs:annotation></xs:element><xs:element name="DirStart" type="xs:double"><xs:annotation><xs:documentation>The starting direction angle of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="DirEnd" type="xs:double"><xs:annotation><xs:documentation>The ending direction angle of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting point of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="PI" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the intersection point of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="End" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the ending point of the Spiral</xs:documentation></xs:annotation></xs:element><xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Spiral starting direction is the end direction of the previous element</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>