Showing:

Annotations
Diagrams
Source
Used by
Complex Type StatsPassFailType
Annotations
The StatsPassFailType defines various results of statistical evaluations involving pass/fail conditions rather than numerical values.
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
Type extension of StatsBaseType
Type hierarchy
Used by
Children Attributes, CommonStatsValue, PassFailStatsValue
Source
<xs:complexType name="StatsPassFailType">
  <xs:annotation>
    <xs:documentation>The StatsPassFailType defines various results of statistical evaluations involving pass/fail conditions rather than numerical values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsBaseType">
      <xs:sequence>
        <xs:element ref="PassFailStatsValue" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Each PassFailStatsValue element is a statistical value for a pass-fail characteristic.</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