Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MultipleProductInstanceStudyPlanBaseType / NumberOfSamples
Annotations
The NumberOfSamples element specifies the number of samples
to be used in the statistical study.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="NumberOfSamples" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The NumberOfSamples element specifies the number of samples to be used in the statistical study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element MultipleProductInstanceStudyPlanBaseType / SubgroupSize
Annotations
The optional SubgroupSize element defines the size of each
subgroup. The number of subgroups is determined by dividing
the number of samples by the subgroup size. The subgroup
size must be specified if control limits, Cp, Cpk or the
estimated standard deviation are to be calculated.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="SubgroupSize" type="xs:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SubgroupSize element defines the size of each subgroup. The number of subgroups is determined by dividing the number of samples by the subgroup size. The subgroup size must be specified if control limits, Cp, Cpk or the estimated standard deviation are to be calculated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type MultipleProductInstanceStudyPlanBaseType
Annotations
The MultipleProductInstanceStudyPlanBaseType is the abstract
base type that defines information common to all statistical
studies involving multiple part measurements.
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
Type extension of StatisticalStudyPlanBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, CalculateAverageFeatures, CharacteristicItemIds, CorrectiveActionPlanId, Description, FeatureItemIds, Name, NumberOfSamples, PlanId, PreInspectionTraceability, 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="MultipleProductInstanceStudyPlanBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The MultipleProductInstanceStudyPlanBaseType is the abstract base type that defines information common to all statistical studies involving multiple part measurements.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatisticalStudyPlanBaseType">
      <xs:sequence>
        <xs:element name="NumberOfSamples" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfSamples element specifies the number of samples to be used in the statistical study.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SubgroupSize" type="xs:positiveInteger" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SubgroupSize element defines the size of each subgroup. The number of subgroups is determined by dividing the number of samples by the subgroup size. The subgroup size must be specified if control limits, Cp, Cpk or the estimated standard deviation are to be calculated.</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