<xs:complexType name="paraCurveType">
<xs:annotation>
<xs:documentation>A vertical parabola is defined as its vertex and its length</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Position" type="tps:position2DType">
<xs:annotation>
<xs:documentation>Represents the vertex position of the parabola</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Length" type="xs:double">
<xs:annotation>
<xs:documentation>The length of the parabola</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group minOccurs="0" ref="tps:versionable"/>
</xs:sequence>
</xs:complexType> |