<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="InvertedRadius">
<xsd:annotation>
<xsd:documentation>Inverted radius of line between this point and the next point in the sequence. By using inverted radius the element value will be defined even for a straigth line. In that case the value will be = 0.000 UNIT: meter Positive value= clockwise Neg value: counterclockwise. This tag only has meaning on a point of type node that is not preceded by a point of type control or beeing the first point in the list.</xsd:documentation>
<xsd:documentation>UNIT: mm</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:float">
<xsd:minInclusive value="0.000" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|