The optional InSpecRatio element is the fraction ofinspected characteristics which were within specificationlimits expressed as a number between 0 and 1.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="InSpecRatio" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional InSpecRatio element is the fraction of inspected characteristics which were within specification limits expressed as a number between 0 and 1.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of absolute measurementresults defined in the list.
Source
<xs:element name="AbsoluteMaximums" type="AbsoluteMeasurementsByUnitType" minOccurs="0"><xs:annotation><xs:documentation>The optional AbsoluteMaximums element defines the worst absolute deviation from nominal over all characteristics for various units.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RelativeMaximum" type="MeasuredDecimalType" minOccurs="0"><xs:annotation><xs:documentation>The optional RelativeMaximum element is the worst relative deviation from nominal over all characteristics</xs:documentation></xs:annotation></xs:element>
The FirstArticleStudyResultsType defines information that isrelated to the results of a first article statistical studywhere the number and severity of non-conforming characteristicsdetermined product acceptance.
The required id attribute is the QIF id of the statistical studyresults, used for referencing.
Source
<xs:complexType name="FirstArticleStudyResultsType"><xs:annotation><xs:documentation>The FirstArticleStudyResultsType defines information that is related to the results of a first article statistical study where the number and severity of non-conforming characteristics determined product acceptance.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatisticalStudyResultsBaseType"><xs:sequence><xs:element name="InSpecRatio" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional InSpecRatio element is the fraction of inspected characteristics which were within specification limits expressed as a number between 0 and 1.</xs:documentation></xs:annotation></xs:element><xs:element name="AbsoluteMaximums" type="AbsoluteMeasurementsByUnitType" minOccurs="0"><xs:annotation><xs:documentation>The optional AbsoluteMaximums element defines the worst absolute deviation from nominal over all characteristics for various units.</xs:documentation></xs:annotation></xs:element><xs:element name="RelativeMaximum" type="MeasuredDecimalType" minOccurs="0"><xs:annotation><xs:documentation>The optional RelativeMaximum element is the worst relative deviation from nominal over all characteristics</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>