Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MeasurePointNominalType / MeasurementDeviceId
Annotations
The optional MeasurementDeviceId element is the QIF id of the measurement device to be used to measure the point.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element MeasurePointNominalType / SensorId
Annotations
The optional SensorId element is the QIF id of the sensor (e.g., tactile probe) to be used to measure the point.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element MeasurePointNominalType / TipId
Annotations
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.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MeasurePointNominalType
Annotations
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.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_id IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Point IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Normal IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType_MeasurementDeviceId IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType_SensorId IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType_TipId
Type extension of PointWithNormalBaseType
Type hierarchy
Used by
Children MeasurementDeviceId, Normal, Point, SensorId, TipId
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd