Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CapabilityStudyPlanType / CpkThreshold
Annotations
The CpkThreshold element defines the minimum Cpk value
that must be achieved for a process to be considered
capable.
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
<CpkThreshold xmlns="http://qifstandards.org/xsd/qif3">
  <Limit>{1,1}</Limit>
  <NumberAllowedExceptions>{1,1}</NumberAllowedExceptions>
  <ExtremeLimit>{0,1}</ExtremeLimit>
</CpkThreshold>
Source
<xs:element name="CpkThreshold" type="CriterionDecimalType">
  <xs:annotation>
    <xs:documentation>The CpkThreshold element defines the minimum Cpk value that must be achieved for a process to be considered capable.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element CapabilityStudyPlanType / PpkThreshold
Annotations
The PpkThreshold element defines the minimum Ppk value
that must be achieved for a process to be considered
capable.
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
<PpkThreshold xmlns="http://qifstandards.org/xsd/qif3">
  <Limit>{1,1}</Limit>
  <NumberAllowedExceptions>{1,1}</NumberAllowedExceptions>
  <ExtremeLimit>{0,1}</ExtremeLimit>
</PpkThreshold>
Source
<xs:element name="PpkThreshold" type="CriterionDecimalType">
  <xs:annotation>
    <xs:documentation>The PpkThreshold element defines the minimum Ppk value that must be achieved for a process to be considered capable.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type CapabilityStudyPlanType
Annotations
The CapabilityStudyPlanType defines information that is related to
a capability statistical study where a number of part samples are
measured to establish the capability of a manufacturing 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_MultipleProductInstanceStudyPlanBaseType.tmp#MultipleProductInstanceStudyPlanBaseType_NumberOfSamples QIFStatistics_xsd_Complex_Type_MultipleProductInstanceStudyPlanBaseType.tmp#MultipleProductInstanceStudyPlanBaseType_SubgroupSize QIFStatistics_xsd_Complex_Type_MultipleProductInstanceStudyPlanBaseType.tmp#MultipleProductInstanceStudyPlanBaseType QIFStatistics_xsd_Complex_Type_CapabilityStudyPlanType.tmp#CapabilityStudyPlanType_CpkThreshold QIFStatistics_xsd_Complex_Type_CapabilityStudyPlanType.tmp#CapabilityStudyPlanType_PpkThreshold
Type extension of MultipleProductInstanceStudyPlanBaseType
Type hierarchy
Used by
Children Attributes, CalculateAverageFeatures, CharacteristicItemIds, CorrectiveActionPlanId, CpkThreshold, Description, FeatureItemIds, Name, NumberOfSamples, PlanId, PpkThreshold, PreInspectionTraceability, 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="CapabilityStudyPlanType">
  <xs:annotation>
    <xs:documentation>The CapabilityStudyPlanType defines information that is related to a capability statistical study where a number of part samples are measured to establish the capability of a manufacturing process.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MultipleProductInstanceStudyPlanBaseType">
      <xs:sequence>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This compositor provides a choice between the two values used to determine process capability: Cpk or Ppk.</xs:documentation>
          </xs:annotation>
          <xs:element name="CpkThreshold" type="CriterionDecimalType">
            <xs:annotation>
              <xs:documentation>The CpkThreshold element defines the minimum Cpk value that must be achieved for a process to be considered capable.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PpkThreshold" type="CriterionDecimalType">
            <xs:annotation>
              <xs:documentation>The PpkThreshold element defines the minimum Ppk value that must be achieved for a process to be considered capable.</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