A shape of the trajectory of an entity. A clothoid is a curve whose curvature changes linearly with its curve length.
<xsd:complexType name="Clothoid"> <xsd:sequence> <xsd:element name="Position" type="Position"/> </xsd:sequence> <xsd:attribute name="curvature" type="Double" use="required"/> <xsd:attribute name="curvatureDot" type="Double" use="required"/> <xsd:attribute name="length" type="Double" use="required"/> <xsd:attribute name="startTime" type="Double"/> <xsd:attribute name="stopTime" type="Double"/> </xsd:complexType>
To XSD To XSLT To XSD Tree