The optional, measured AnalysisVector element used by the AnalysisMode gives a measured vector defining a unit vector normal to the plane in which the angle-between characteristic is evaluated.
<xs:element name="AnalysisVector" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional, measured AnalysisVector element used by the AnalysisMode gives a measured vector defining a unit vector normal to the plane in which the angle-between characteristic is evaluated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Vertex" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Vertex element is the point defining the location of the vertex of the measured angle.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="AngleBetweenCharacteristicMeasurementType"><xs:annotation><xs:documentation>The AngleBetweenCharacteristicMeasurementType defines the results of a measured angle-between characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AngularCharacteristicMeasurementBaseType"><xs:sequence><xs:element name="AnalysisVector" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional, measured AnalysisVector element used by the AnalysisMode gives a measured vector defining a unit vector normal to the plane in which the angle-between characteristic is evaluated.</xs:documentation></xs:annotation></xs:element><xs:element name="Vertex" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Vertex element is the point defining the location of the vertex of the measured angle.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>