Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PointDeviationType / MeasurePointId
Annotations
The MeasurePointId element is the index of a single point in a measured point set with the specified QIF id.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType IntermediatesPMI_xsd_Complex_Type_PointSetReferenceBaseType.tmp#PointSetReferenceBaseType IntermediatesPMI_xsd_Complex_Type_PointSetReferenceSingleType.tmp#PointSetReferenceSingleType_index IntermediatesPMI_xsd_Complex_Type_PointSetReferenceSingleType.tmp#PointSetReferenceSingleType
Type PointSetReferenceSingleType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
index NaturalType required
The required index attribute is the index of a single point in a point set.
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="MeasurePointId" type="PointSetReferenceSingleType">
  <xs:annotation>
    <xs:documentation>The MeasurePointId element is the index of a single point in a measured point set with the specified QIF id.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element PointDeviationType / Deviation
Annotations
The Deviation element is the deviation of the individual measurement point in the direction of the surface or curve normal. It is positive if the deviation is in the direction of the normal vector and negative if the deviation is in the direction opposite the normal vector.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Deviation" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Deviation element is the deviation of the individual measurement point in the direction of the surface or curve normal. It is positive if the deviation is in the direction of the normal vector and negative if the deviation is in the direction opposite the normal vector.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type PointDeviationType
Annotations
The PointDeviationType defines the deviation of a measurement point from nominal.
Diagram
Diagram Characteristics_xsd_Complex_Type_PointDeviationType.tmp#PointDeviationType_MeasurePointId Characteristics_xsd_Complex_Type_PointDeviationType.tmp#PointDeviationType_Deviation
Used by
Children Deviation, MeasurePointId
Source
<xs:complexType name="PointDeviationType">
  <xs:annotation>
    <xs:documentation>The PointDeviationType defines the deviation of a measurement point from nominal.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasurePointId" type="PointSetReferenceSingleType">
      <xs:annotation>
        <xs:documentation>The MeasurePointId element is the index of a single point in a measured point set with the specified QIF id.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Deviation" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Deviation element is the deviation of the individual measurement point in the direction of the surface or curve normal. It is positive if the deviation is in the direction of the normal vector and negative if the deviation is in the direction opposite the normal vector.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd