The SampleSize element specifies the number of samples nused in the statistical study.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="SampleSize" type="xs:positiveInteger"><xs:annotation><xs:documentation>The SampleSize element specifies the number of samples n used in the statistical study.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasurementDeviceIds element is a list of the ids of one or more measurement devices in the measurement system to be studied.</xs:documentation></xs:annotation></xs:element>
The StabilityStudyResultsType defines the results from a stabilitystatistical study where the same part or artifact was measured overtime to assess the stability of a measurement device.
The required id attribute is the QIF id of the statistical studyresults, used for referencing.
Source
<xs:complexType name="StabilityStudyResultsType"><xs:annotation><xs:documentation>The StabilityStudyResultsType defines the results from a stability statistical study where the same part or artifact was measured over time to assess the stability of a measurement device.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatisticalStudyResultsBaseType"><xs:sequence><xs:element name="SampleSize" type="xs:positiveInteger"><xs:annotation><xs:documentation>The SampleSize element specifies the number of samples n used in the statistical study.</xs:documentation></xs:annotation></xs:element><xs:element name="MeasurementDeviceIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasurementDeviceIds element is a list of the ids of one or more measurement devices in the measurement system to be studied.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>