Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PointAccuracyTestType / Accuracy
Annotations
The Accuracy element gives the maximum deviation.
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="Accuracy" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Accuracy element gives the maximum deviation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type PointAccuracyTestType
Annotations
The PointAccuracyTestType gives Cartesian CMM accuracy as the maximum deviation of a measured point location from its actual location throughout the Cartesian CMM's working volume.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CMMAccuracyTestBaseType.tmp#CMMAccuracyTestBaseType QIFMeasurementResources_xsd_Complex_Type_PointAccuracyTestType.tmp#PointAccuracyTestType_Accuracy
Type extension of CMMAccuracyTestBaseType
Type hierarchy
Used by
Children Accuracy
Source
<xs:complexType name="PointAccuracyTestType">
  <xs:annotation>
    <xs:documentation>The PointAccuracyTestType gives Cartesian CMM accuracy as the maximum deviation of a measured point location from its actual location throughout the Cartesian CMM's working volume.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CMMAccuracyTestBaseType">
      <xs:sequence>
        <xs:element name="Accuracy" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The Accuracy element gives the maximum deviation.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd