<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="IRlineType">
<xsd:annotation>
<xsd:documentation>Line data type</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="LineSegId" type="IRtextShort">
<xsd:annotation>
<xsd:documentation>Line segment id code</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StartPoint" type="IRpointType">
<xsd:annotation>
<xsd:documentation>Start point coordinate</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EndPoint" type="IRpointType">
<xsd:annotation>
<xsd:documentation>End point coordinate</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InvertedRadius">
<xsd:annotation>
<xsd:documentation>Inverted radius of line. 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</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>
<xsd:element name="LinkNumber" type="IRtextShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference to next line segment by stating the next line segment's "number" field content</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ContourLine" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Is part of the contour?</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|