Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ProcessDifferenceStudyPlanType / NumberOfSamples
Annotations
The NumberOfSamples element specifies the number of samples
to be used in the statistical study.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="NumberOfSamples" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The NumberOfSamples element specifies the number of samples to be used in the statistical study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyPlanType / SubgroupSize
Annotations
The SubgroupSize element fixes the size of each subgroup to
2. The first item in each subgroup is the result of
measurement before the manufacturing process and the second
item is the result of measurement after the process.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
fixed 2
Source
<xs:element name="SubgroupSize" type="xs:positiveInteger" fixed="2">
  <xs:annotation>
    <xs:documentation>The SubgroupSize element fixes the size of each subgroup to 2. The first item in each subgroup is the result of measurement before the manufacturing process and the second item is the result of measurement after the process.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyPlanType / ManufacturingProcessId
Annotations
The optional ManufacturingProcessId element is a reference
to the traceability information for the process on which
the study is to be based.
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="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for the process on which the study is to be based.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyPlanType / AbsoluteDifferences
Annotations
The AbsoluteDifferences element defines a list of the
maximum allowable absolute differences between before
and after for characteristics of various units.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_n QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_LinearLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_AngularLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_AreaLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_ForceLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_MassLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_PressureLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_SpeedLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_TemperatureLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_TimeLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_UserDefinedUnitLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType
Type AbsoluteLimitsByUnitType
Properties
content complex
Children AngularLimit, AreaLimit, ForceLimit, LinearLimit, MassLimit, PressureLimit, SpeedLimit, TemperatureLimit, TimeLimit, UserDefinedUnitLimit
Instance
<AbsoluteDifferences n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearLimit decimalPlaces="" linearUnit="" significantFigures="">{0,1}</LinearLimit>
  <AngularLimit angularUnit="" decimalPlaces="" significantFigures="">{0,1}</AngularLimit>
  <AreaLimit areaUnit="" decimalPlaces="" significantFigures="">{0,1}</AreaLimit>
  <ForceLimit decimalPlaces="" forceUnit="" significantFigures="">{0,1}</ForceLimit>
  <MassLimit decimalPlaces="" massUnit="" significantFigures="">{0,1}</MassLimit>
  <PressureLimit decimalPlaces="" pressureUnit="" significantFigures="">{0,1}</PressureLimit>
  <SpeedLimit decimalPlaces="" significantFigures="" speedUnit="">{0,1}</SpeedLimit>
  <TemperatureLimit decimalPlaces="" significantFigures="" temperatureUnit="">{0,1}</TemperatureLimit>
  <TimeLimit decimalPlaces="" significantFigures="" timeUnit="">{0,1}</TimeLimit>
  <UserDefinedUnitLimit decimalPlaces="" significantFigures="" unitName="">{0,unbounded}</UserDefinedUnitLimit>
</AbsoluteDifferences>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of absolute limits defined
in the list.
Source
<xs:element name="AbsoluteDifferences" type="AbsoluteLimitsByUnitType">
  <xs:annotation>
    <xs:documentation>The AbsoluteDifferences element defines a list of the maximum allowable absolute differences between before and after for characteristics of various units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyPlanType / RelativeDifference
Annotations
The RelativeDifference element defines the maximum
allowable difference between before and after for
characteristics as a multiple of the tolerance zone.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="RelativeDifference" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The RelativeDifference element defines the maximum allowable difference between before and after for characteristics as a multiple of the tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type ProcessDifferenceStudyPlanType
Annotations
The ProcessDifferenceStudyPlanType defines information that is
related to a difference statistical study where the same part is
measured before and after a manufacturing process to determine any
part distortion caused by that 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_ProcessDifferenceStudyPlanType.tmp#ProcessDifferenceStudyPlanType_NumberOfSamples QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyPlanType.tmp#ProcessDifferenceStudyPlanType_SubgroupSize QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyPlanType.tmp#ProcessDifferenceStudyPlanType_ManufacturingProcessId QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyPlanType.tmp#ProcessDifferenceStudyPlanType_AbsoluteDifferences QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyPlanType.tmp#ProcessDifferenceStudyPlanType_RelativeDifference
Type extension of StatisticalStudyPlanBaseType
Type hierarchy
Used by
Children AbsoluteDifferences, Attributes, CalculateAverageFeatures, CharacteristicItemIds, CorrectiveActionPlanId, Description, FeatureItemIds, ManufacturingProcessId, Name, NumberOfSamples, PlanId, PreInspectionTraceability, RelativeDifference, SoftwareId, StandardId, StatsValuesPerChar, StatsValuesPerSubgroup, StatsValuesSummarys, SubgroupSize, 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="ProcessDifferenceStudyPlanType">
  <xs:annotation>
    <xs:documentation>The ProcessDifferenceStudyPlanType defines information that is related to a difference statistical study where the same part is measured before and after a manufacturing process to determine any part distortion caused by that process.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatisticalStudyPlanBaseType">
      <xs:sequence>
        <xs:element name="NumberOfSamples" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfSamples element specifies the number of samples to be used in the statistical study.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SubgroupSize" type="xs:positiveInteger" fixed="2">
          <xs:annotation>
            <xs:documentation>The SubgroupSize element fixes the size of each subgroup to 2. The first item in each subgroup is the result of measurement before the manufacturing process and the second item is the result of measurement after the process.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ManufacturingProcessId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ManufacturingProcessId element is a reference to the traceability information for the process on which the study is to be based.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This compositor provides a choice between the two methods (absolute and relative) used to determine maximum allowed differences.</xs:documentation>
          </xs:annotation>
          <xs:element name="AbsoluteDifferences" type="AbsoluteLimitsByUnitType">
            <xs:annotation>
              <xs:documentation>The AbsoluteDifferences element defines a list of the maximum allowable absolute differences between before and after for characteristics of various units.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="RelativeDifference" type="xs:decimal">
            <xs:annotation>
              <xs:documentation>The RelativeDifference element defines the maximum allowable difference between before and after for characteristics as a multiple of the tolerance zone.</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