Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ControlMethodsType / ControlMethod
Annotations
Each ControlMethod element defines a control method.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_id QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_AssignableCauseIds Primitives_xsd_Element_Attributes.tmp#Attributes QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_NumOutOfTolerance QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_CpThreshold QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_CpkThreshold QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_PpThreshold QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_PpkThreshold QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_NumOutOfControl QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_TrendGrouping QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_SkewGrouping QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_OneThirdGrouping QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_TwoThirdsGrouping QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_Oscillation QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_Stratification QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType_NumOutOfControlRng QIFStatistics_xsd_Complex_Type_ControlMethodType.tmp#ControlMethodType
Type ControlMethodType
Properties
content complex
maxOccurs unbounded
Children AssignableCauseIds, Attributes, CpThreshold, CpkThreshold, NumOutOfControl, NumOutOfControlRng, NumOutOfTolerance, OneThirdGrouping, Oscillation, PpThreshold, PpkThreshold, SkewGrouping, Stratification, TrendGrouping, TwoThirdsGrouping
Instance
<ControlMethod id="" xmlns="http://qifstandards.org/xsd/qif3">
  <AssignableCauseIds n="">{0,1}</AssignableCauseIds>
  <Attributes n="">{0,1}</Attributes>
  <NumOutOfTolerance>{1,1}</NumOutOfTolerance>
  <CpThreshold>{1,1}</CpThreshold>
  <CpkThreshold>{1,1}</CpkThreshold>
  <PpThreshold>{1,1}</PpThreshold>
  <PpkThreshold>{1,1}</PpkThreshold>
  <NumOutOfControl>{1,1}</NumOutOfControl>
  <TrendGrouping>{1,1}</TrendGrouping>
  <SkewGrouping>{1,1}</SkewGrouping>
  <OneThirdGrouping>{1,1}</OneThirdGrouping>
  <TwoThirdsGrouping>{1,1}</TwoThirdsGrouping>
  <Oscillation>{1,1}</Oscillation>
  <Stratification>{1,1}</Stratification>
  <NumOutOfControlRng>{1,1}</NumOutOfControlRng>
</ControlMethod>
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the control method,
used for referencing.
Source
<xs:element name="ControlMethod" type="ControlMethodType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ControlMethod element defines a control method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type ControlMethodsType
Annotations
The ControlMethodsType defines a list of control methods.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_ControlMethodsType.tmp#ControlMethodsType_n QIFStatistics_xsd_Complex_Type_ControlMethodsType.tmp#ControlMethodsType_ControlMethod
Used by
Children ControlMethod
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of control methods in the
list.
Source
<xs:complexType name="ControlMethodsType">
  <xs:annotation>
    <xs:documentation>The ControlMethodsType defines a list of control methods.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ControlMethod" type="ControlMethodType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ControlMethod element defines a control method.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of control methods in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Attribute ControlMethodsType / @n
Annotations
The required n attribute is the number of control methods in the
list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ControlMethodsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of control methods in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd