The SampleSize element specifies the number of samples usedin 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 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 BiasStudyResultsType defines the results from a biasstatistical study where the bias (measured value versus actualvalue) of a measurement device was determined.
The required id attribute is the QIF id of the statistical studyresults, used for referencing.
Source
<xs:complexType name="BiasStudyResultsType"><xs:annotation><xs:documentation>The BiasStudyResultsType defines the results from a bias statistical study where the bias (measured value versus actual value) of a measurement device was determined.</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 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>