Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element LinearityStudyPlanType / MeasurementDeviceIds
Annotations
The optional MeasurementDeviceIds element is a list of
the ids of one or more measurement devices in the
measurement system to be studied.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<MeasurementDeviceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</MeasurementDeviceIds>
Attributes
QName Type Use Annotation
n NaturalType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element LinearityStudyPlanType / GoodnessOfFitThreshold
Annotations
The optional GoodnessOfFitThreshold element is the minimum
goodness of fit (R-squared) that must be achieved for the
measurement device to pass.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element name="GoodnessOfFitThreshold" type="xs:decimal" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional GoodnessOfFitThreshold element is the minimum goodness of fit (R-squared) that must be achieved for the measurement device to pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element LinearityStudyPlanType / AbsoluteMinimums
Annotations
The AbsoluteMinimums element defines the list of minimum
allowable linearities measuring devices must achieve.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_n QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_LinearLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_AngularLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_AreaLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_ForceLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_MassLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_PressureLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_SpeedLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_TemperatureLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_TimeLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType_UserDefinedUnitLimit QIFStatistics_xsd_Complex_Type_AbsoluteLimitsByUnitType.tmp#AbsoluteLimitsByUnitType
Type AbsoluteLimitsByUnitType
Properties
content complex
Children AngularLimit, AreaLimit, ForceLimit, LinearLimit, MassLimit, PressureLimit, SpeedLimit, TemperatureLimit, TimeLimit, UserDefinedUnitLimit
Instance
<AbsoluteMinimums n="" xmlns="http://qifstandards.org/xsd/qif3">
  <LinearLimit decimalPlaces="" linearUnit="" significantFigures="">{0,1}</LinearLimit>
  <AngularLimit angularUnit="" decimalPlaces="" significantFigures="">{0,1}</AngularLimit>
  <AreaLimit areaUnit="" decimalPlaces="" significantFigures="">{0,1}</AreaLimit>
  <ForceLimit decimalPlaces="" forceUnit="" significantFigures="">{0,1}</ForceLimit>
  <MassLimit decimalPlaces="" massUnit="" significantFigures="">{0,1}</MassLimit>
  <PressureLimit decimalPlaces="" pressureUnit="" significantFigures="">{0,1}</PressureLimit>
  <SpeedLimit decimalPlaces="" significantFigures="" speedUnit="">{0,1}</SpeedLimit>
  <TemperatureLimit decimalPlaces="" significantFigures="" temperatureUnit="">{0,1}</TemperatureLimit>
  <TimeLimit decimalPlaces="" significantFigures="" timeUnit="">{0,1}</TimeLimit>
  <UserDefinedUnitLimit decimalPlaces="" significantFigures="" unitName="">{0,unbounded}</UserDefinedUnitLimit>
</AbsoluteMinimums>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of absolute limits defined
in the list.
Source
<xs:element name="AbsoluteMinimums" type="AbsoluteLimitsByUnitType">
  <xs:annotation>
    <xs:documentation>The AbsoluteMinimums element defines the list of minimum allowable linearities measuring devices must achieve.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element LinearityStudyPlanType / RelativeLinearityMinimum
Annotations
The RelativeLinearityMinimum element defines the minimum
allowable relative linearity measuring devices must
achieve.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="RelativeLinearityMinimum" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The RelativeLinearityMinimum element defines the minimum allowable relative linearity measuring devices must achieve.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type LinearityStudyPlanType
Annotations
The LinearityStudyPlanType defines information that is related to a
linearity statistical study where an artifact or artifacts are
measured to determine the linearity of a measurement system.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_id QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_Version Primitives_xsd_Element_Attributes.tmp#Attributes QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_FeatureItemIds QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_CalculateAverageFeatures QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_CharacteristicItemIds QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StatsValuesPerChar QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StatsValuesPerSubgroup QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StatsValuesSummarys QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_PreInspectionTraceability QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_Name QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_Description QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_PlanId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_SoftwareId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_StandardId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType_CorrectiveActionPlanId QIFStatistics_xsd_Complex_Type_StatisticalStudyPlanBaseType.tmp#StatisticalStudyPlanBaseType QIFStatistics_xsd_Complex_Type_LinearityStudyPlanType.tmp#LinearityStudyPlanType_MeasurementDeviceIds QIFStatistics_xsd_Complex_Type_LinearityStudyPlanType.tmp#LinearityStudyPlanType_GoodnessOfFitThreshold QIFStatistics_xsd_Complex_Type_LinearityStudyPlanType.tmp#LinearityStudyPlanType_AbsoluteMinimums QIFStatistics_xsd_Complex_Type_LinearityStudyPlanType.tmp#LinearityStudyPlanType_RelativeLinearityMinimum
Type extension of StatisticalStudyPlanBaseType
Type hierarchy
Used by
Children AbsoluteMinimums, Attributes, CalculateAverageFeatures, CharacteristicItemIds, CorrectiveActionPlanId, Description, FeatureItemIds, GoodnessOfFitThreshold, MeasurementDeviceIds, Name, PlanId, PreInspectionTraceability, RelativeLinearityMinimum, SoftwareId, StandardId, StatsValuesPerChar, StatsValuesPerSubgroup, StatsValuesSummarys, Version
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the statistical study,
used for referencing.
Source
<xs:complexType name="LinearityStudyPlanType">
  <xs:annotation>
    <xs:documentation>The LinearityStudyPlanType defines information that is related to a linearity statistical study where an artifact or artifacts are measured to determine the linearity of a measurement system.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatisticalStudyPlanBaseType">
      <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="GoodnessOfFitThreshold" type="xs:decimal" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional GoodnessOfFitThreshold element is the minimum goodness of fit (R-squared) that must be achieved for the measurement device to pass.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This compositor provides a choice between the two methods (absolute and relative) used to determine minimum allowed linearity.</xs:documentation>
          </xs:annotation>
          <xs:element name="AbsoluteMinimums" type="AbsoluteLimitsByUnitType">
            <xs:annotation>
              <xs:documentation>The AbsoluteMinimums element defines the list of minimum allowable linearities measuring devices must achieve.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="RelativeLinearityMinimum" type="xs:decimal">
            <xs:annotation>
              <xs:documentation>The RelativeLinearityMinimum element defines the minimum allowable relative linearity measuring devices must achieve.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd