<xs:element name="StaStart" type="xs:double"><xs:annotation><xs:documentation>The starting station of the Line</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Direction" type="xs:double"><xs:annotation><xs:documentation>The direction angle of the Line</xs:documentation></xs:annotation></xs:element>
<xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting point of the Line</xs:documentation></xs:annotation></xs:element>
<xs:element name="End" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the ending point of the Line</xs:documentation></xs:annotation></xs:element>
Represents whether the Line 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 Line direction is the end direction of the previous element</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="line2DType"><xs:annotation><xs:documentation>A 2D Line</xs:documentation></xs:annotation><xs:sequence><xs:element name="StaStart" type="xs:double"><xs:annotation><xs:documentation>The starting station of the Line</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="xs:double"><xs:annotation><xs:documentation>The length of the Line</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Direction" type="xs:double"><xs:annotation><xs:documentation>The direction angle of the Line</xs:documentation></xs:annotation></xs:element><xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting point of the Line</xs:documentation></xs:annotation></xs:element><xs:element name="End" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the ending point of the Line</xs:documentation></xs:annotation></xs:element><xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Line 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>