The NumberOfSamples element specifies the number of samplesto be used in the statistical study.
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>
The optional SubgroupSize element defines the size of eachsubgroup. The number of subgroups is determined by dividingthe number of samples by the subgroup size. The subgroupsize must be specified if control limits, Cp, Cpk or theestimated standard deviation are to be calculated.
Diagram
Type
xs:positiveInteger
Properties
content
simple
minOccurs
0
Source
<xs:element name="SubgroupSize" type="xs:positiveInteger" minOccurs="0"><xs:annotation><xs:documentation>The optional SubgroupSize element defines the size of each subgroup. The number of subgroups is determined by dividing the number of samples by the subgroup size. The subgroup size must be specified if control limits, Cp, Cpk or the estimated standard deviation are to be calculated.</xs:documentation></xs:annotation></xs:element>
Complex Type MultipleProductInstanceStudyPlanBaseType
Annotations
The MultipleProductInstanceStudyPlanBaseType is the abstractbase type that defines information common to all statisticalstudies involving multiple part measurements.
The required id attribute is the QIF id of the statistical study,used for referencing.
Source
<xs:complexType name="MultipleProductInstanceStudyPlanBaseType" abstract="true"><xs:annotation><xs:documentation>The MultipleProductInstanceStudyPlanBaseType is the abstract base type that defines information common to all statistical studies involving multiple part measurements.</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" minOccurs="0"><xs:annotation><xs:documentation>The optional SubgroupSize element defines the size of each subgroup. The number of subgroups is determined by dividing the number of samples by the subgroup size. The subgroup size must be specified if control limits, Cp, Cpk or the estimated standard deviation are to be calculated.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>