<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>
The CapabilityStudyPlanType defines information that is related toa capability statistical study where a number of part samples aremeasured to establish the capability of a manufacturing process.
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>