The required n attribute is the number of Id elements in this array.
Source
<xs:element name="AssignableCauseIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional AssignableCauseIds element is a list of the QIF ids of possible assignable causes for this control issue.</xs:documentation></xs:annotation></xs:element>
The NumOutOfTolerance element defines the number ofcharacteristic values that must exceed upper or lowerspecification limit for a control issue to exist.
<xs:element name="NumOutOfTolerance" type="CriterionIntegerType"><xs:annotation><xs:documentation>The NumOutOfTolerance element defines the number of characteristic values that must exceed upper or lower specification limit for a control issue to exist.</xs:documentation></xs:annotation></xs:element>
<xs:element name="CpThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The CpThreshold element defines the Cp threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element>
<xs:element name="CpkThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The CpkThreshold element defines the Cpk threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PpThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The PpThreshold element defines the Pp threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PpkThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The PpkThreshold element defines the Ppk threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumOutOfControl" type="CriterionIntegerType"><xs:annotation><xs:documentation>The NumOutOfControl element defines the number of characteristic values that must exceed upper or lower control limits for a control issue to exist.</xs:documentation></xs:annotation></xs:element>
The TrendGrouping element defines the number of adjacentcharacteristic measurements that must be trending either upor down as a group for a control issue to exist. Commonpractice is to flag a control issue when 6 or moremeasurements are trending.
<xs:element name="TrendGrouping" type="CriterionIntegerType"><xs:annotation><xs:documentation>The TrendGrouping element defines the number of adjacent characteristic measurements that must be trending either up or down as a group for a control issue to exist. Common practice is to flag a control issue when 6 or more measurements are trending.</xs:documentation></xs:annotation></xs:element>
The SkewGrouping element defines the number of adjacentcharacteristic measurements that must be grouped on one sideof the mean for a control issue to exist. Common practice isto flag a control issue when 8 or more measurements areskewed to one side of the mean.
<xs:element name="SkewGrouping" type="CriterionIntegerType"><xs:annotation><xs:documentation>The SkewGrouping element defines the number of adjacent characteristic measurements that must be grouped on one side of the mean for a control issue to exist. Common practice is to flag a control issue when 8 or more measurements are skewed to one side of the mean.</xs:documentation></xs:annotation></xs:element>
The OneThirdGrouping element defines the fraction of adjacentcharacteristic measurements that must deviate from the meanby one third or more of the difference between a controllimit and the mean and all on the same side of the mean for acontrol issue to exist. Common practice is to flag a controlissue when 4 or more out of 5 measurements are one third ormore of the way from the mean to the control limit and on oneside of the mean.
<xs:element name="OneThirdGrouping" type="CriterionOutOfType"><xs:annotation><xs:documentation>The OneThirdGrouping element defines the fraction of adjacent characteristic measurements that must deviate from the mean by one third or more of the difference between a control limit and the mean and all on the same side of the mean for a control issue to exist. Common practice is to flag a control issue when 4 or more out of 5 measurements are one third or more of the way from the mean to the control limit and on one side of the mean.</xs:documentation></xs:annotation></xs:element>
The TwoThirdsGrouping element defines the fraction ofadjacent characteristic measurements that must deviate fromthe mean by two thirds or more of the difference between acontrol limit and the mean and all on the same side of themean for a control issue to exist. Common practice is to flaga control issue when 2 or more out of 3 measurements are twothirds or more of the way from the mean to the control limitand on one side of the mean.
<xs:element name="TwoThirdsGrouping" type="CriterionOutOfType"><xs:annotation><xs:documentation>The TwoThirdsGrouping element defines the fraction of adjacent characteristic measurements that must deviate from the mean by two thirds or more of the difference between a control limit and the mean and all on the same side of the mean for a control issue to exist. Common practice is to flag a control issue when 2 or more out of 3 measurements are two thirds or more of the way from the mean to the control limit and on one side of the mean.</xs:documentation></xs:annotation></xs:element>
The Oscillation element defines the fraction of adjacentcharacteristic measurements that must deviate alternatelyfrom the one side of the mean to the other side of the meanfor an oscillation control issue to exist.
<xs:element name="Oscillation" type="CriterionOutOfType"><xs:annotation><xs:documentation>The Oscillation element defines the fraction of adjacent characteristic measurements that must deviate alternately from the one side of the mean to the other side of the mean for an oscillation control issue to exist.</xs:documentation></xs:annotation></xs:element>
The Stratification element defines the fraction of adjacentcharacteristic measurements that must deviate from the meanby one third or more of the difference between a controllimit and the mean and on either side of the mean for acontrol issue to exist.
<xs:element name="Stratification" type="CriterionOutOfType"><xs:annotation><xs:documentation>The Stratification element defines the fraction of adjacent characteristic measurements that must deviate from the mean by one third or more of the difference between a control limit and the mean and on either side of the mean for a control issue to exist.</xs:documentation></xs:annotation></xs:element>
The NumOutOfControlRng element defines the number ofcharacteristic subgroup ranges that must exceed upper orlower control range limits for a control issue to exist.
<xs:element name="NumOutOfControlRng" type="CriterionIntegerType"><xs:annotation><xs:documentation>The NumOutOfControlRng element defines the number of characteristic subgroup ranges that must exceed upper or lower control range limits for a control issue to exist.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the control method,used for referencing.
Source
<xs:complexType name="ControlMethodType"><xs:annotation><xs:documentation>The ControlMethodType defines the control method for detecting statistical process control issues.</xs:documentation></xs:annotation><xs:sequence><xs:element name="AssignableCauseIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional AssignableCauseIds element is a list of the QIF ids of possible assignable causes for this control issue.</xs:documentation></xs:annotation></xs:element><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element><xs:choice><xs:element name="NumOutOfTolerance" type="CriterionIntegerType"><xs:annotation><xs:documentation>The NumOutOfTolerance element defines the number of characteristic values that must exceed upper or lower specification limit for a control issue to exist.</xs:documentation></xs:annotation></xs:element><xs:element name="CpThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The CpThreshold element defines the Cp threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element><xs:element name="CpkThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The CpkThreshold element defines the Cpk threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element><xs:element name="PpThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The PpThreshold element defines the Pp threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element><xs:element name="PpkThreshold" type="CriterionDecimalType"><xs:annotation><xs:documentation>The PpkThreshold element defines the Ppk threshold below which a control issue might exist.</xs:documentation></xs:annotation></xs:element><xs:element name="NumOutOfControl" type="CriterionIntegerType"><xs:annotation><xs:documentation>The NumOutOfControl element defines the number of characteristic values that must exceed upper or lower control limits for a control issue to exist.</xs:documentation></xs:annotation></xs:element><xs:element name="TrendGrouping" type="CriterionIntegerType"><xs:annotation><xs:documentation>The TrendGrouping element defines the number of adjacent characteristic measurements that must be trending either up or down as a group for a control issue to exist. Common practice is to flag a control issue when 6 or more measurements are trending.</xs:documentation></xs:annotation></xs:element><xs:element name="SkewGrouping" type="CriterionIntegerType"><xs:annotation><xs:documentation>The SkewGrouping element defines the number of adjacent characteristic measurements that must be grouped on one side of the mean for a control issue to exist. Common practice is to flag a control issue when 8 or more measurements are skewed to one side of the mean.</xs:documentation></xs:annotation></xs:element><xs:element name="OneThirdGrouping" type="CriterionOutOfType"><xs:annotation><xs:documentation>The OneThirdGrouping element defines the fraction of adjacent characteristic measurements that must deviate from the mean by one third or more of the difference between a control limit and the mean and all on the same side of the mean for a control issue to exist. Common practice is to flag a control issue when 4 or more out of 5 measurements are one third or more of the way from the mean to the control limit and on one side of the mean.</xs:documentation></xs:annotation></xs:element><xs:element name="TwoThirdsGrouping" type="CriterionOutOfType"><xs:annotation><xs:documentation>The TwoThirdsGrouping element defines the fraction of adjacent characteristic measurements that must deviate from the mean by two thirds or more of the difference between a control limit and the mean and all on the same side of the mean for a control issue to exist. Common practice is to flag a control issue when 2 or more out of 3 measurements are two thirds or more of the way from the mean to the control limit and on one side of the mean.</xs:documentation></xs:annotation></xs:element><xs:element name="Oscillation" type="CriterionOutOfType"><xs:annotation><xs:documentation>The Oscillation element defines the fraction of adjacent characteristic measurements that must deviate alternately from the one side of the mean to the other side of the mean for an oscillation control issue to exist.</xs:documentation></xs:annotation></xs:element><xs:element name="Stratification" type="CriterionOutOfType"><xs:annotation><xs:documentation>The Stratification element defines the fraction of adjacent characteristic measurements that must deviate from the mean by one third or more of the difference between a control limit and the mean and on either side of the mean for a control issue to exist.</xs:documentation></xs:annotation></xs:element><xs:element name="NumOutOfControlRng" type="CriterionIntegerType"><xs:annotation><xs:documentation>The NumOutOfControlRng element defines the number of characteristic subgroup ranges that must exceed upper or lower control range limits for a control issue to exist.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the control method, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the control method, used for referencing.</xs:documentation></xs:annotation></xs:attribute>