<xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The radius of the intersection (???)</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length1" type="xs:double"><xs:annotation><xs:documentation>The first length of the intersection (???)</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length2" type="xs:double"><xs:annotation><xs:documentation>The second length of the intersection (???)</xs:documentation></xs:annotation></xs:element>
<xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting position of the Intersection point</xs:documentation></xs:annotation></xs:element>
Represents whether the Intersection point is just a point or a sequence of horizontal elements
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
default
true
Source
<xs:element default="true" minOccurs="0" name="SimplePoint" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the Intersection point is just a point or a sequence of horizontal elements</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Segment" type="tps:line2DType"><xs:annotation><xs:documentation>Represents the starting line of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="FirstSpiral" type="tps:spiralType"><xs:annotation><xs:documentation>Represents the entry spiral of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Curve" type="tps:curveType"><xs:annotation><xs:documentation>Represents the central curve of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="SecondSpiral" type="tps:spiralType"><xs:annotation><xs:documentation>Represents the exit spiral of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element>
Complex Type tps:intersectionPointType
Namespace
tps
Annotations
An intersection point can be a sequence of Line + Spiral + Curve + Spiral or a simple point, representing an intersection (???)
<xs:complexType name="intersectionPointType"><xs:annotation><xs:documentation>An intersection point can be a sequence of Line + Spiral + Curve + Spiral or a simple point, representing an intersection (???)</xs:documentation></xs:annotation><xs:sequence><xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The radius of the intersection (???)</xs:documentation></xs:annotation></xs:element><xs:element name="Length1" type="xs:double"><xs:annotation><xs:documentation>The first length of the intersection (???)</xs:documentation></xs:annotation></xs:element><xs:element name="Length2" type="xs:double"><xs:annotation><xs:documentation>The second length of the intersection (???)</xs:documentation></xs:annotation></xs:element><xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting position of the Intersection point</xs:documentation></xs:annotation></xs:element><xs:element default="true" minOccurs="0" name="SimplePoint" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the Intersection point is just a point or a sequence of horizontal elements</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Segment" type="tps:line2DType"><xs:annotation><xs:documentation>Represents the starting line of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FirstSpiral" type="tps:spiralType"><xs:annotation><xs:documentation>Represents the entry spiral of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Curve" type="tps:curveType"><xs:annotation><xs:documentation>Represents the central curve of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SecondSpiral" type="tps:spiralType"><xs:annotation><xs:documentation>Represents the exit spiral of the sequence of horizontal elements</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>