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 NumberOfAppraisers element defines the number ofappraisers that took part in the study.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="NumberOfAppraisers" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfAppraisers element defines the number of appraisers that took part in the study.</xs:documentation></xs:annotation></xs:element>
The NumberOfParts element defines the number of parts usedin the study.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="NumberOfParts" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfParts element defines the number of parts used in the study.</xs:documentation></xs:annotation></xs:element>
The NumberOfTrials element defines the number of times eachpart was measured by each appraiser.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="NumberOfTrials" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfTrials element defines the number of times each part was measured by each appraiser.</xs:documentation></xs:annotation></xs:element>
The GageRandRStudyResultsType defines information that is related tothe results of a gage repeatability and reproducibility statisticalstudy where a number of part samples were repeatedly measured bytwo or more appraisers to establish the repeatability andreproducibility of a measurement process.
The required id attribute is the QIF id of the statistical studyresults, used for referencing.
Source
<xs:complexType name="GageRandRStudyResultsType"><xs:annotation><xs:documentation>The GageRandRStudyResultsType defines information that is related to the results of a gage repeatability and reproducibility statistical study where a number of part samples were repeatedly measured by two or more appraisers to establish the repeatability and reproducibility of a measurement process.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatisticalStudyResultsBaseType"><xs:sequence><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:element name="NumberOfAppraisers" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfAppraisers element defines the number of appraisers that took part in the study.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfParts" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfParts element defines the number of parts used in the study.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfTrials" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfTrials element defines the number of times each part was measured by each appraiser.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>