Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element VolumetricPerformanceTestType / DeviationsFromCalibration
Annotations
The DeviationsFromCalibration element is a list of linear values, each of which is the deviation of a measured length from a calibrated length in a volumetric performance test for an AACMM.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TwentyLinearValuesType.tmp#TwentyLinearValuesType_n QIFMeasurementResources_xsd_Complex_Type_TwentyLinearValuesType.tmp#TwentyLinearValuesType_LinearValue QIFMeasurementResources_xsd_Complex_Type_TwentyLinearValuesType.tmp#TwentyLinearValuesType
Type TwentyLinearValuesType
Properties
content complex
Children LinearValue
Instance
<DeviationsFromCalibration n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearValue decimalPlaces="" linearUnit="" significantFigures="">{20,20}</LinearValue>
</DeviationsFromCalibration>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of linear values in the list. n must be 20.
Source
<xs:element name="DeviationsFromCalibration" type="TwentyLinearValuesType">
  <xs:annotation>
    <xs:documentation>The DeviationsFromCalibration element is a list of linear values, each of which is the deviation of a measured length from a calibrated length in a volumetric performance test for an AACMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element VolumetricPerformanceTestType / TwiceStandardDeviation
Annotations
The TwiceStandardDeviation element is twice the standard deviation in a volumetric performance test for an AACMM.
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="TwiceStandardDeviation" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The TwiceStandardDeviation element is twice the standard deviation in a volumetric performance test for an AACMM.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type VolumetricPerformanceTestType
Annotations
In this test, twenty lengths of various sizes are measured on a ball bar in various locations. The maximum deviations from the calibrated lengths of the ball bar and twice the standard deviation are reported. This test is given in ASME AmericanNationalStandard B89.4.22-2004.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_VolumetricPerformanceTestType.tmp#VolumetricPerformanceTestType_DeviationsFromCalibration QIFMeasurementResources_xsd_Complex_Type_VolumetricPerformanceTestType.tmp#VolumetricPerformanceTestType_TwiceStandardDeviation
Used by
Children DeviationsFromCalibration, TwiceStandardDeviation
Source
<xs:complexType name="VolumetricPerformanceTestType">
  <xs:annotation>
    <xs:documentation>In this test, twenty lengths of various sizes are measured on a ball bar in various locations. The maximum deviations from the calibrated lengths of the ball bar and twice the standard deviation are reported. This test is given in ASME AmericanNationalStandard B89.4.22-2004.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DeviationsFromCalibration" type="TwentyLinearValuesType">
      <xs:annotation>
        <xs:documentation>The DeviationsFromCalibration element is a list of linear values, each of which is the deviation of a measured length from a calibrated length in a volumetric performance test for an AACMM.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TwiceStandardDeviation" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The TwiceStandardDeviation element is twice the standard deviation in a volumetric performance test for an AACMM.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd