The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="MeasurementDeviceId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasurementDeviceId element is the QIF id of the measurement device to be used to measure the point.</xs:documentation></xs:annotation></xs:element>
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="SensorId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional SensorId element is the QIF id of the sensor (e.g., tactile probe) to be used to measure the point.</xs:documentation></xs:annotation></xs:element>
The optional TipId element is the QIF id of the tip of a complex tactile probe to be used to measure the point. This must be the id of a ProbeTipType object.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="TipId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional TipId element is the QIF id of the tip of a complex tactile probe to be used to measure the point. This must be the id of a ProbeTipType object.</xs:documentation></xs:annotation></xs:element>
The MeasurePointNominalType defines a nominal measure point. In a MeasurePointNominalType, the inherited Point element is the location of a point at which a measurement is to be taken, and the inherited Normal element is a vector pointing opposite an intended approach direction for measurement.
The id attribute is the QIF id of the point with normal, used for referencing.
Source
<xs:complexType name="MeasurePointNominalType"><xs:annotation><xs:documentation>The MeasurePointNominalType defines a nominal measure point. In a MeasurePointNominalType, the inherited Point element is the location of a point at which a measurement is to be taken, and the inherited Normal element is a vector pointing opposite an intended approach direction for measurement.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PointWithNormalBaseType"><xs:sequence><xs:element name="MeasurementDeviceId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasurementDeviceId element is the QIF id of the measurement device to be used to measure the point.</xs:documentation></xs:annotation></xs:element><xs:element name="SensorId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional SensorId element is the QIF id of the sensor (e.g., tactile probe) to be used to measure the point.</xs:documentation></xs:annotation></xs:element><xs:element name="TipId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional TipId element is the QIF id of the tip of a complex tactile probe to be used to measure the point. This must be the id of a ProbeTipType object.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>