Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element WeldCharacteristicStatsEvalBaseType / WeldStats
Annotations
The optional WeldStats element is the result of a statistical evaluation of the pass/fail condition of measured welds.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_CommonStatsValue.tmp#CommonStatsValue Statistics_xsd_Complex_Type_StatsBaseType.tmp#StatsBaseType Statistics_xsd_Element_PassFailStatsValue.tmp#PassFailStatsValue Statistics_xsd_Complex_Type_StatsPassFailType.tmp#StatsPassFailType
Type StatsPassFailType
Type hierarchy
Properties
content complex
minOccurs 0
Children Attributes, CommonStatsValue, PassFailStatsValue
Instance
<WeldStats xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <CommonStatsValue>{1,unbounded}</CommonStatsValue>
  <PassFailStatsValue>{1,unbounded}</PassFailStatsValue>
</WeldStats>
Source
<xs:element name="WeldStats" type="StatsPassFailType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional WeldStats element is the result of a statistical evaluation of the pass/fail condition of measured welds.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type WeldCharacteristicStatsEvalBaseType
Annotations
The WeldCharacteristicStatsEvalBaseType is the abstract base type for the results of a statistical evaluation of weld 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_WeldCharacteristicStatsEvalBaseType.tmp#WeldCharacteristicStatsEvalBaseType_WeldStats
Type extension of CharacteristicStatsEvalBaseType
Type hierarchy
Properties
abstract true
Used by
Children AlgorithmId, Attributes, DistributionTransformation, MeasuredIds, MeasuredValues, SoftwareId, StandardId, Status, StudyIssues, SubgroupValues, Subgroups, WeldStats
Source
<xs:complexType name="WeldCharacteristicStatsEvalBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The WeldCharacteristicStatsEvalBaseType is the abstract base type for the results of a statistical evaluation of weld characteristics.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicStatsEvalBaseType">
      <xs:sequence>
        <xs:element name="WeldStats" type="StatsPassFailType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional WeldStats element is the result of a statistical evaluation of the pass/fail condition of measured welds.</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