Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ProductionStudyPlanType / SamplingMethod
Annotations
The SamplingMethod element defines a method of sample
selection.
Diagram
Diagram Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SampleSize Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SamplingPeriod Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SamplingFrequency Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType_SamplingInterval Statistics_xsd_Complex_Type_SamplingMethodType.tmp#SamplingMethodType
Type SamplingMethodType
Properties
content complex
Children SampleSize, SamplingFrequency, SamplingInterval, SamplingPeriod
Instance
<SamplingMethod xmlns="http://qifstandards.org/xsd/qif3">
  <SampleSize>{1,1}</SampleSize>
  <SamplingPeriod>{1,1}</SamplingPeriod>
  <SamplingFrequency>{1,1}</SamplingFrequency>
  <SamplingInterval>{1,1}</SamplingInterval>
</SamplingMethod>
Source
<xs:element name="SamplingMethod" type="SamplingMethodType">
  <xs:annotation>
    <xs:documentation>The SamplingMethod element defines a method of sample selection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element ProductionStudyPlanType / ControlMethods
Annotations
The ControlMethods element defines a list of control
methods to detect process instability or lack of
capability.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_ControlMethodsType.tmp#ControlMethodsType_n QIFStatistics_xsd_Complex_Type_ControlMethodsType.tmp#ControlMethodsType_ControlMethod QIFStatistics_xsd_Complex_Type_ControlMethodsType.tmp#ControlMethodsType
Type ControlMethodsType
Properties
content complex
Children ControlMethod
Instance
<ControlMethods n="" xmlns="http://qifstandards.org/xsd/qif3">
  <ControlMethod id="">{1,unbounded}</ControlMethod>
</ControlMethods>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of control methods in the
list.
Source
<xs:element name="ControlMethods" type="ControlMethodsType">
  <xs:annotation>
    <xs:documentation>The ControlMethods element defines a list of control methods to detect process instability or lack of capability.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type ProductionStudyPlanType
Annotations
The ProductionStudyPlanType defines information that is related to
an ongoing production statistical study where samples are measured
for statistical process control to ensure the ongoing stability or
capability of a manufacturing process.
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_MultipleProductInstanceStudyPlanBaseType.tmp#MultipleProductInstanceStudyPlanBaseType_NumberOfSamples QIFStatistics_xsd_Complex_Type_MultipleProductInstanceStudyPlanBaseType.tmp#MultipleProductInstanceStudyPlanBaseType_SubgroupSize QIFStatistics_xsd_Complex_Type_MultipleProductInstanceStudyPlanBaseType.tmp#MultipleProductInstanceStudyPlanBaseType QIFStatistics_xsd_Complex_Type_ProductionStudyPlanType.tmp#ProductionStudyPlanType_SamplingMethod QIFStatistics_xsd_Complex_Type_ProductionStudyPlanType.tmp#ProductionStudyPlanType_ControlMethods
Type extension of MultipleProductInstanceStudyPlanBaseType
Type hierarchy
Used by
Children Attributes, CalculateAverageFeatures, CharacteristicItemIds, ControlMethods, CorrectiveActionPlanId, Description, FeatureItemIds, Name, NumberOfSamples, PlanId, PreInspectionTraceability, SamplingMethod, SoftwareId, StandardId, StatsValuesPerChar, StatsValuesPerSubgroup, StatsValuesSummarys, SubgroupSize, 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="ProductionStudyPlanType">
  <xs:annotation>
    <xs:documentation>The ProductionStudyPlanType defines information that is related to an ongoing production statistical study where samples are measured for statistical process control to ensure the ongoing stability or capability of a manufacturing process.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MultipleProductInstanceStudyPlanBaseType">
      <xs:sequence>
        <xs:element name="SamplingMethod" type="SamplingMethodType">
          <xs:annotation>
            <xs:documentation>The SamplingMethod element defines a method of sample selection.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ControlMethods" type="ControlMethodsType">
          <xs:annotation>
            <xs:documentation>The ControlMethods element defines a list of control methods to detect process instability or lack of capability.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd