The NumberOfSamples element specifies the number of samplesused 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 used in the statistical study.</xs:documentation></xs:annotation></xs:element>
The optional SubgroupSize element is the size of eachsubgroup used in the statistical study.
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 is the size of each subgroup used in the statistical study.</xs:documentation></xs:annotation></xs:element>
Complex Type MultipleProductInstanceStudyResultsBaseType
Annotations
The MultipleProductInstanceStudyResultsBaseType is the abstractbase type that defines information common to the results of allstatistical studies involving multiple part measurements.
The required id attribute is the QIF id of the statistical studyresults, used for referencing.
Source
<xs:complexType name="MultipleProductInstanceStudyResultsBaseType" abstract="true"><xs:annotation><xs:documentation>The MultipleProductInstanceStudyResultsBaseType is the abstract base type that defines information common to the results of all statistical studies involving multiple part measurements.</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" minOccurs="0"><xs:annotation><xs:documentation>The optional SubgroupSize element is the size of each subgroup used in the statistical study.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>