Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element SymmetryCharacteristicStatsEvalType / CapabilityCalculationMethod
Annotations
The optional CapabilityCalculationMethod element is the method used to calculate process capability for this one-sided tolerance.
Diagram
Diagram Statistics_xsd_Simple_Type_OneSidedCapabilityCalculationEnumType.tmp#OneSidedCapabilityCalculationEnumType
Type OneSidedCapabilityCalculationEnumType
Properties
content simple
minOccurs 0
Facets
enumeration THREE_SIGMA
enumeration SIX_SIGMA
Source
<xs:element name="CapabilityCalculationMethod" type="OneSidedCapabilityCalculationEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CapabilityCalculationMethod element is the method used to calculate process capability for this one-sided tolerance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element SymmetryCharacteristicStatsEvalType / CompositeSegmentsStats
Annotations
The optional CompositeSegmentsStats element is the results of a statistical evaluation of measured composite segments.
Diagram
Diagram Statistics_xsd_Complex_Type_CompositeSegmentsSymmetryStatsEvalType.tmp#CompositeSegmentsSymmetryStatsEvalType_SecondCompositeSegmentSymmetryStats Statistics_xsd_Complex_Type_CompositeSegmentsSymmetryStatsEvalType.tmp#CompositeSegmentsSymmetryStatsEvalType_ThirdCompositeSegmentSymmetryStats Statistics_xsd_Complex_Type_CompositeSegmentsSymmetryStatsEvalType.tmp#CompositeSegmentsSymmetryStatsEvalType
Type CompositeSegmentsSymmetryStatsEvalType
Properties
content complex
minOccurs 0
Children SecondCompositeSegmentSymmetryStats, ThirdCompositeSegmentSymmetryStats
Instance
<CompositeSegmentsStats xmlns="http://qifstandards.org/xsd/qif3">
  <SecondCompositeSegmentSymmetryStats>{1,1}</SecondCompositeSegmentSymmetryStats>
  <ThirdCompositeSegmentSymmetryStats>{0,1}</ThirdCompositeSegmentSymmetryStats>
</CompositeSegmentsStats>
Source
<xs:element name="CompositeSegmentsStats" type="CompositeSegmentsSymmetryStatsEvalType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CompositeSegmentsStats element is the results of a statistical evaluation of measured composite segments.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SymmetryCharacteristicStatsEvalType
Annotations
The SymmetryCharacteristicStatsEvalType defines the results of a statistical evaluation of measured symmetry characteristics.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_SoftwareId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_StandardId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_AlgorithmId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_MeasuredIds Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_Subgroups Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_MeasuredValues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_SubgroupValues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_Status Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_StudyIssues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_DistributionTransformation Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType Statistics_xsd_Complex_Type_GeometricCharacteristicStatsEvalType.tmp#GeometricCharacteristicStatsEvalType_ValueStats Statistics_xsd_Complex_Type_GeometricCharacteristicStatsEvalType.tmp#GeometricCharacteristicStatsEvalType_MaxValueStats Statistics_xsd_Complex_Type_GeometricCharacteristicStatsEvalType.tmp#GeometricCharacteristicStatsEvalType_MinValueStats Statistics_xsd_Complex_Type_GeometricCharacteristicStatsEvalType.tmp#GeometricCharacteristicStatsEvalType Statistics_xsd_Complex_Type_LocationCharacteristicStatsEvalType.tmp#LocationCharacteristicStatsEvalType_DatumsOkStats Statistics_xsd_Complex_Type_LocationCharacteristicStatsEvalType.tmp#LocationCharacteristicStatsEvalType Statistics_xsd_Complex_Type_SymmetryCharacteristicStatsEvalType.tmp#SymmetryCharacteristicStatsEvalType_CapabilityCalculationMethod Statistics_xsd_Complex_Type_SymmetryCharacteristicStatsEvalType.tmp#SymmetryCharacteristicStatsEvalType_CompositeSegmentsStats
Type extension of LocationCharacteristicStatsEvalType
Type hierarchy
Used by
Children AlgorithmId, Attributes, CapabilityCalculationMethod, CompositeSegmentsStats, DatumsOkStats, DistributionTransformation, MaxValueStats, MeasuredIds, MeasuredValues, MinValueStats, SoftwareId, StandardId, Status, StudyIssues, SubgroupValues, Subgroups, ValueStats
Source
<xs:complexType name="SymmetryCharacteristicStatsEvalType">
  <xs:annotation>
    <xs:documentation>The SymmetryCharacteristicStatsEvalType defines the results of a statistical evaluation of measured symmetry characteristics.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LocationCharacteristicStatsEvalType">
      <xs:sequence>
        <xs:element name="CapabilityCalculationMethod" type="OneSidedCapabilityCalculationEnumType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CapabilityCalculationMethod element is the method used to calculate process capability for this one-sided tolerance.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CompositeSegmentsStats" type="CompositeSegmentsSymmetryStatsEvalType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CompositeSegmentsStats element is the results of a statistical evaluation of measured composite segments.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd