Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element GageRandRStudyPlanType / MeasurementDeviceIds
Annotations
The optional MeasurementDeviceIds element is a list of the
ids of one or more measurement devices in the measurement
system to be studied.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<MeasurementDeviceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</MeasurementDeviceIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MeasurementDeviceIds element is a list of the ids of one or more measurement devices in the measurement system to be studied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / RandRStudyType
Annotations
The RandRStudyType element defines the type of the gage
RandR study type.
Diagram
Diagram QIFStatistics_xsd_Simple_Type_GageRandRStudyEnumType.tmp#GageRandRStudyEnumType
Type GageRandRStudyEnumType
Properties
content simple
Facets
enumeration RANGE
enumeration AVGANDRANGE
enumeration ANOVA
Source
<xs:element name="RandRStudyType" type="GageRandRStudyEnumType">
  <xs:annotation>
    <xs:documentation>The RandRStudyType element defines the type of the gage RandR study type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / NumberOfAppraisers
Annotations
The NumberOfAppraisers element defines the number of
appraisers taking part in the study.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="NumberOfAppraisers" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The NumberOfAppraisers element defines the number of appraisers taking part in the study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / NumberOfParts
Annotations
The NumberOfParts element defines the number of parts to be
used in the study.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="NumberOfParts" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The NumberOfParts element defines the number of parts to be used in the study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / NumberOfTrials
Annotations
The NumberOfTrials element defines the number of times each
part is to be measured by each appraiser.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="NumberOfTrials" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The NumberOfTrials element defines the number of times each part is to be measured by each appraiser.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / MaximumRelativeAppraiserVariation
Annotations
The MaximumRelativeAppraiserVariation element defines the
maximum appraiser variation allowed for the gage RandR
study to pass.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_Limit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_ExtremeLimit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType
Type CriterionDecimalType
Properties
content complex
Children ExtremeLimit, Limit, NumberAllowedExceptions
Instance
<MaximumRelativeAppraiserVariation xmlns="http://qifstandards.org/xsd/qif3">
  <Limit>{1,1}</Limit>
  <NumberAllowedExceptions>{1,1}</NumberAllowedExceptions>
  <ExtremeLimit>{0,1}</ExtremeLimit>
</MaximumRelativeAppraiserVariation>
Source
<xs:element name="MaximumRelativeAppraiserVariation" type="CriterionDecimalType">
  <xs:annotation>
    <xs:documentation>The MaximumRelativeAppraiserVariation element defines the maximum appraiser variation allowed for the gage RandR study to pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / MaximumAbsoluteAppraiserVariation
Annotations
The MaximumAbsoluteAppraiserVariation element defines a
list of maximum appraiser variations allowed for the gage
RandR study to pass in various units.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_n QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_LinearCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_AngularCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_AreaCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_ForceCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_MassCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_PressureCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_SpeedCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_TemperatureCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_TimeCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_UserDefinedUnitCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType
Type CriteriaByUnitType
Properties
content complex
Children AngularCriterion, AreaCriterion, ForceCriterion, LinearCriterion, MassCriterion, PressureCriterion, SpeedCriterion, TemperatureCriterion, TimeCriterion, UserDefinedUnitCriterion
Instance
<MaximumAbsoluteAppraiserVariation n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearCriterion linearUnit="">{0,1}</LinearCriterion>
  <AngularCriterion angularUnit="">{0,1}</AngularCriterion>
  <AreaCriterion areaUnit="">{0,1}</AreaCriterion>
  <ForceCriterion forceUnit="">{0,1}</ForceCriterion>
  <MassCriterion massUnit="">{0,1}</MassCriterion>
  <PressureCriterion pressureUnit="">{0,1}</PressureCriterion>
  <SpeedCriterion speedUnit="">{0,1}</SpeedCriterion>
  <TemperatureCriterion temperatureUnit="">{0,1}</TemperatureCriterion>
  <TimeCriterion timeUnit="">{0,1}</TimeCriterion>
  <UserDefinedUnitCriterion unitName="">{0,unbounded}</UserDefinedUnitCriterion>
</MaximumAbsoluteAppraiserVariation>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of criteria in the list.
Source
<xs:element name="MaximumAbsoluteAppraiserVariation" type="CriteriaByUnitType">
  <xs:annotation>
    <xs:documentation>The MaximumAbsoluteAppraiserVariation element defines a list of maximum appraiser variations allowed for the gage RandR study to pass in various units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / MaximumRelativeEquipmentVariation
Annotations
The MaximumRelativeEquipmentVariation element defines the
maximum equipment variation allowed for the gage RandR
study to pass.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_Limit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_ExtremeLimit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType
Type CriterionDecimalType
Properties
content complex
Children ExtremeLimit, Limit, NumberAllowedExceptions
Instance
<MaximumRelativeEquipmentVariation xmlns="http://qifstandards.org/xsd/qif3">
  <Limit>{1,1}</Limit>
  <NumberAllowedExceptions>{1,1}</NumberAllowedExceptions>
  <ExtremeLimit>{0,1}</ExtremeLimit>
</MaximumRelativeEquipmentVariation>
Source
<xs:element name="MaximumRelativeEquipmentVariation" type="CriterionDecimalType">
  <xs:annotation>
    <xs:documentation>The MaximumRelativeEquipmentVariation element defines the maximum equipment variation allowed for the gage RandR study to pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / MaximumAbsoluteEquipmentVariation
Annotations
The MaximumAbsoluteEquipmentVariation element defines a
list of maximum equipment variations allowed for the gage
RandR study to pass in various units.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_n QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_LinearCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_AngularCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_AreaCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_ForceCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_MassCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_PressureCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_SpeedCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_TemperatureCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_TimeCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_UserDefinedUnitCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType
Type CriteriaByUnitType
Properties
content complex
Children AngularCriterion, AreaCriterion, ForceCriterion, LinearCriterion, MassCriterion, PressureCriterion, SpeedCriterion, TemperatureCriterion, TimeCriterion, UserDefinedUnitCriterion
Instance
<MaximumAbsoluteEquipmentVariation n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearCriterion linearUnit="">{0,1}</LinearCriterion>
  <AngularCriterion angularUnit="">{0,1}</AngularCriterion>
  <AreaCriterion areaUnit="">{0,1}</AreaCriterion>
  <ForceCriterion forceUnit="">{0,1}</ForceCriterion>
  <MassCriterion massUnit="">{0,1}</MassCriterion>
  <PressureCriterion pressureUnit="">{0,1}</PressureCriterion>
  <SpeedCriterion speedUnit="">{0,1}</SpeedCriterion>
  <TemperatureCriterion temperatureUnit="">{0,1}</TemperatureCriterion>
  <TimeCriterion timeUnit="">{0,1}</TimeCriterion>
  <UserDefinedUnitCriterion unitName="">{0,unbounded}</UserDefinedUnitCriterion>
</MaximumAbsoluteEquipmentVariation>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of criteria in the list.
Source
<xs:element name="MaximumAbsoluteEquipmentVariation" type="CriteriaByUnitType">
  <xs:annotation>
    <xs:documentation>The MaximumAbsoluteEquipmentVariation element defines a list of maximum equipment variations allowed for the gage RandR study to pass in various units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / MaximumRelativeTotalRandR
Annotations
The MaximumRelativeTotalRandR element defines the maximum
total RandR allowed for the gage RandR study to pass.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_Limit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_ExtremeLimit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType
Type CriterionDecimalType
Properties
content complex
Children ExtremeLimit, Limit, NumberAllowedExceptions
Instance
<MaximumRelativeTotalRandR xmlns="http://qifstandards.org/xsd/qif3">
  <Limit>{1,1}</Limit>
  <NumberAllowedExceptions>{1,1}</NumberAllowedExceptions>
  <ExtremeLimit>{0,1}</ExtremeLimit>
</MaximumRelativeTotalRandR>
Source
<xs:element name="MaximumRelativeTotalRandR" type="CriterionDecimalType">
  <xs:annotation>
    <xs:documentation>The MaximumRelativeTotalRandR element defines the maximum total RandR allowed for the gage RandR study to pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element GageRandRStudyPlanType / MaximumAbsoluteTotalRandR
Annotations
The MaximumAbsoluteTotalRandR element defines a list
of maximum total RandR allowed for the gage RandR
study to pass in various units.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_n QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_LinearCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_AngularCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_AreaCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_ForceCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_MassCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_PressureCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_SpeedCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_TemperatureCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_TimeCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType_UserDefinedUnitCriterion QIFStatistics_xsd_Complex_Type_CriteriaByUnitType.tmp#CriteriaByUnitType
Type CriteriaByUnitType
Properties
content complex
Children AngularCriterion, AreaCriterion, ForceCriterion, LinearCriterion, MassCriterion, PressureCriterion, SpeedCriterion, TemperatureCriterion, TimeCriterion, UserDefinedUnitCriterion
Instance
<MaximumAbsoluteTotalRandR n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearCriterion linearUnit="">{0,1}</LinearCriterion>
  <AngularCriterion angularUnit="">{0,1}</AngularCriterion>
  <AreaCriterion areaUnit="">{0,1}</AreaCriterion>
  <ForceCriterion forceUnit="">{0,1}</ForceCriterion>
  <MassCriterion massUnit="">{0,1}</MassCriterion>
  <PressureCriterion pressureUnit="">{0,1}</PressureCriterion>
  <SpeedCriterion speedUnit="">{0,1}</SpeedCriterion>
  <TemperatureCriterion temperatureUnit="">{0,1}</TemperatureCriterion>
  <TimeCriterion timeUnit="">{0,1}</TimeCriterion>
  <UserDefinedUnitCriterion unitName="">{0,unbounded}</UserDefinedUnitCriterion>
</MaximumAbsoluteTotalRandR>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of criteria in the list.
Source
<xs:element name="MaximumAbsoluteTotalRandR" type="CriteriaByUnitType">
  <xs:annotation>
    <xs:documentation>The MaximumAbsoluteTotalRandR element defines a list of maximum total RandR allowed for the gage RandR study to pass in various units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type GageRandRStudyPlanType
Annotations
The GageRandRStudyPlanType defines information that is related to a
gage repeatability and reproducibility statistical study where a
number of part samples are repeatedly measured by two or more
appraisers to establish the repeatability and reproducibility of a
measurement process.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_id QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_Version Primitives_xsd_Element_Attributes.tmp#Attributes QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_FeatureItemIds QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_CalculateAverageFeatures QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_CharacteristicItemIds QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StatsValuesPerChar QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StatsValuesPerSubgroup QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StatsValuesSummarys QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_PreInspectionTraceability QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_Name QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_Description QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_PlanId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_SoftwareId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StandardId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_CorrectiveActionPlanId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MeasurementDeviceIds QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_RandRStudyType QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_NumberOfAppraisers QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_NumberOfParts QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_NumberOfTrials QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MaximumRelativeAppraiserVariation QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MaximumAbsoluteAppraiserVariation QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MaximumRelativeEquipmentVariation QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MaximumAbsoluteEquipmentVariation QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MaximumRelativeTotalRandR QIFStatistics_xsd_Complex_Type_GageRandRStudyPlanType.tmp#GageRandRStudyPlanType_MaximumAbsoluteTotalRandR
Type extension of StatisticalStudyPlanBaseType
Type hierarchy
Used by
Children Attributes, CalculateAverageFeatures, CharacteristicItemIds, CorrectiveActionPlanId, Description, FeatureItemIds, MaximumAbsoluteAppraiserVariation, MaximumAbsoluteEquipmentVariation, MaximumAbsoluteTotalRandR, MaximumRelativeAppraiserVariation, MaximumRelativeEquipmentVariation, MaximumRelativeTotalRandR, MeasurementDeviceIds, Name, NumberOfAppraisers, NumberOfParts, NumberOfTrials, PlanId, PreInspectionTraceability, RandRStudyType, SoftwareId, StandardId, StatsValuesPerChar, StatsValuesPerSubgroup, StatsValuesSummarys, Version
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the statistical study,
used for referencing.
Source
<xs:complexType name="GageRandRStudyPlanType">
  <xs:annotation>
    <xs:documentation>The GageRandRStudyPlanType defines information that is related to a gage repeatability and reproducibility statistical study where a number of part samples are repeatedly measured by two or more appraisers to establish the repeatability and reproducibility of a measurement process.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatisticalStudyPlanBaseType">
      <xs:sequence>
        <xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MeasurementDeviceIds element is a list of the ids of one or more measurement devices in the measurement system to be studied.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="RandRStudyType" type="GageRandRStudyEnumType">
          <xs:annotation>
            <xs:documentation>The RandRStudyType element defines the type of the gage RandR study type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NumberOfAppraisers" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfAppraisers element defines the number of appraisers taking part in the study.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NumberOfParts" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfParts element defines the number of parts to be used in the study.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NumberOfTrials" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfTrials element defines the number of times each part is to be measured by each appraiser.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice between relative and absolute appraiser equipment variation criteria.</xs:documentation>
          </xs:annotation>
          <xs:element name="MaximumRelativeAppraiserVariation" type="CriterionDecimalType">
            <xs:annotation>
              <xs:documentation>The MaximumRelativeAppraiserVariation element defines the maximum appraiser variation allowed for the gage RandR study to pass.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="MaximumAbsoluteAppraiserVariation" type="CriteriaByUnitType">
            <xs:annotation>
              <xs:documentation>The MaximumAbsoluteAppraiserVariation element defines a list of maximum appraiser variations allowed for the gage RandR study to pass in various units.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice between relative and absolute maximum equipment variation criteria.</xs:documentation>
          </xs:annotation>
          <xs:element name="MaximumRelativeEquipmentVariation" type="CriterionDecimalType">
            <xs:annotation>
              <xs:documentation>The MaximumRelativeEquipmentVariation element defines the maximum equipment variation allowed for the gage RandR study to pass.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="MaximumAbsoluteEquipmentVariation" type="CriteriaByUnitType">
            <xs:annotation>
              <xs:documentation>The MaximumAbsoluteEquipmentVariation element defines a list of maximum equipment variations allowed for the gage RandR study to pass in various units.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice between relative and absolute maximum total RandR criteria.</xs:documentation>
          </xs:annotation>
          <xs:element name="MaximumRelativeTotalRandR" type="CriterionDecimalType">
            <xs:annotation>
              <xs:documentation>The MaximumRelativeTotalRandR element defines the maximum total RandR allowed for the gage RandR study to pass.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="MaximumAbsoluteTotalRandR" type="CriteriaByUnitType">
            <xs:annotation>
              <xs:documentation>The MaximumAbsoluteTotalRandR element defines a list of maximum total RandR allowed for the gage RandR study to pass in various units.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd