Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ProcessDifferenceStudyResultsType / NumberOfSamples
Annotations
The NumberOfSamples element specifies the number of samples
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 used in the statistical study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyResultsType / SubgroupSize
Annotations
The SubgroupSize element fixed the size of each subgroup
used in the difference statistical study.
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 fixed the size of each subgroup used in the difference statistical study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyResultsType / ManufacturingProcessId
Annotations
The optional ManufacturingProcessId element is a reference
to the traceability information for the process on which
the study was 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 was based.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyResultsType / AbsoluteDifferences
Annotations
The optional AbsoluteDifferences element defines the
worst absolute differences between before and after
over all characteristics for various units.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_n QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_LinearMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_AngularMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_AreaMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_ForceMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_MassMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_PressureMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_SpeedMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_TemperatureMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_TimeMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType_UserDefinedUnitMeasurement QIFStatistics_xsd_Complex_Type_AbsoluteMeasurementsByUnitType.tmp#AbsoluteMeasurementsByUnitType
Type AbsoluteMeasurementsByUnitType
Properties
content complex
minOccurs 0
Children AngularMeasurement, AreaMeasurement, ForceMeasurement, LinearMeasurement, MassMeasurement, PressureMeasurement, SpeedMeasurement, TemperatureMeasurement, TimeMeasurement, UserDefinedUnitMeasurement
Instance
<AbsoluteDifferences n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearMeasurement combinedUncertainty="" decimalPlaces="" linearUnit="" meanError="" significantFigures="">{0,1}</LinearMeasurement>
  <AngularMeasurement angularUnit="" combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="">{0,1}</AngularMeasurement>
  <AreaMeasurement areaUnit="" combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="">{0,1}</AreaMeasurement>
  <ForceMeasurement combinedUncertainty="" decimalPlaces="" forceUnit="" meanError="" significantFigures="">{0,1}</ForceMeasurement>
  <MassMeasurement combinedUncertainty="" decimalPlaces="" massUnit="" meanError="" significantFigures="">{0,1}</MassMeasurement>
  <PressureMeasurement combinedUncertainty="" decimalPlaces="" meanError="" pressureUnit="" significantFigures="">{0,1}</PressureMeasurement>
  <SpeedMeasurement combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="" speedUnit="">{0,1}</SpeedMeasurement>
  <TemperatureMeasurement combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="" temperatureUnit="">{0,1}</TemperatureMeasurement>
  <TimeMeasurement combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="" timeUnit="">{0,1}</TimeMeasurement>
  <UserDefinedUnitMeasurement combinedUncertainty="" decimalPlaces="" meanError="" significantFigures="" unitName="">{0,unbounded}</UserDefinedUnitMeasurement>
</AbsoluteDifferences>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of absolute measurement
results defined in the list.
Source
<xs:element name="AbsoluteDifferences" type="AbsoluteMeasurementsByUnitType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional AbsoluteDifferences element defines the worst absolute differences between before and after over all characteristics for various units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProcessDifferenceStudyResultsType / RelativeDifference
Annotations
The optional RelativeDifference element is the worst
relative deviation between before and after over all
characteristics
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_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType
Type MeasuredDecimalType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="RelativeDifference" type="MeasuredDecimalType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional RelativeDifference element is the worst relative deviation between before and after over all characteristics</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type ProcessDifferenceStudyResultsType
Annotations
The ProcessDifferenceStudyResultsType defines information that is
related the to the results of a difference statistical study where
the same part was measured before and after a manufacturing process
to determine any part distortion caused by that process.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_id QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_ThisStatisticalStudyResultsInstanceQPId Primitives_xsd_Element_Attributes.tmp#Attributes QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_Status QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_SoftwareId QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_StandardId QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_StudyIssues QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_InspectionTraceability QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_Name QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_Description QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_StudyId QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_ResultsIds QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_ResultsQPIds QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_ResultsFiles Statistics_xsd_Element_AverageFeatures.tmp#AverageFeatures Statistics_xsd_Element_CharacteristicsStats.tmp#CharacteristicsStats QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_LinearStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_AngularStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_AreaStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_ForceStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_MassStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_PressureStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_SpeedStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_TemperatureStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_TimeStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_UserDefinedUnitStatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType_StatsSummaries QIFStatistics_xsd_Complex_Type_StatisticalStudyResultsBaseType.tmp#StatisticalStudyResultsBaseType QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyResultsType.tmp#ProcessDifferenceStudyResultsType_NumberOfSamples QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyResultsType.tmp#ProcessDifferenceStudyResultsType_SubgroupSize QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyResultsType.tmp#ProcessDifferenceStudyResultsType_ManufacturingProcessId QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyResultsType.tmp#ProcessDifferenceStudyResultsType_AbsoluteDifferences QIFStatistics_xsd_Complex_Type_ProcessDifferenceStudyResultsType.tmp#ProcessDifferenceStudyResultsType_RelativeDifference
Type extension of StatisticalStudyResultsBaseType
Type hierarchy
Used by
Children AbsoluteDifferences, AngularStatsSummaries, AreaStatsSummaries, Attributes, AverageFeatures, CharacteristicsStats, Description, ForceStatsSummaries, InspectionTraceability, LinearStatsSummaries, ManufacturingProcessId, MassStatsSummaries, Name, NumberOfSamples, PressureStatsSummaries, RelativeDifference, ResultsFiles, ResultsIds, ResultsQPIds, SoftwareId, SpeedStatsSummaries, StandardId, StatsSummaries, Status, StudyId, StudyIssues, SubgroupSize, TemperatureStatsSummaries, ThisStatisticalStudyResultsInstanceQPId, TimeStatsSummaries, UserDefinedUnitStatsSummaries
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the statistical study
results, used for referencing.
Source
<xs:complexType name="ProcessDifferenceStudyResultsType">
  <xs:annotation>
    <xs:documentation>The ProcessDifferenceStudyResultsType defines information that is related the to the results of a difference statistical study where the same part was 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="StatisticalStudyResultsBaseType">
      <xs:sequence>
        <xs:element name="NumberOfSamples" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfSamples element specifies the number of samples 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 fixed the size of each subgroup used in the difference statistical study.</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 was based.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="AbsoluteDifferences" type="AbsoluteMeasurementsByUnitType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional AbsoluteDifferences element defines the worst absolute differences between before and after over all characteristics for various units.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="RelativeDifference" type="MeasuredDecimalType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional RelativeDifference element is the worst relative deviation between before and after over all characteristics</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd