<xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured location of the start point of the line.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Direction" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Direction element is the measured unit vector representing the direction of the line.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the measured length of the line from the starting point in the line direction.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the measured unit normal of the surface in which the line lies.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (straightness) of the line from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="LineFeatureMeasurementType"><xs:annotation><xs:documentation>The LineFeatureMeasurementType defines the line feature measurement information for an individual line feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CurveFeatureMeasurementBaseType"><xs:sequence><xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured location of the start point of the line.</xs:documentation></xs:annotation></xs:element><xs:element name="Direction" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Direction element is the measured unit vector representing the direction of the line.</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the measured length of the line from the starting point in the line direction.</xs:documentation></xs:annotation></xs:element><xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the measured unit normal of the surface in which the line lies.</xs:documentation></xs:annotation></xs:element><xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (straightness) of the line from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>