Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element SummaryStatsValuesType / SummaryType
Annotations
The SummaryType element defines the type of summary value to which the list of accumulated statistics applies.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_SummaryStatsValuesEnumType.tmp#SummaryStatsValuesEnumType
Type SummaryStatsValuesEnumType
Properties
content simple
Facets
enumeration AVG
enumeration MAX
enumeration MIN
enumeration RANGE
enumeration STDDEV
Source
<xs:element name="SummaryType" type="SummaryStatsValuesEnumType">
  <xs:annotation>
    <xs:documentation>The SummaryType element defines the type of summary value to which the list of accumulated statistics applies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element SummaryStatsValuesType / SummaryStats
Annotations
The SummaryStats element defines a list of statistical values to be included in the summary of a statistical value.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_SoftwareId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_StandardId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_AlgorithmId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType PrimitivesPMI_xsd_Complex_Type_ListSummaryStatsValuesType.tmp#ListSummaryStatsValuesType_Stats PrimitivesPMI_xsd_Complex_Type_ListSummaryStatsValuesType.tmp#ListSummaryStatsValuesType
Type ListSummaryStatsValuesType
Type hierarchy
Properties
content complex
Children AlgorithmId, SoftwareId, StandardId, Stats
Instance
<SummaryStats xmlns="http://qifstandards.org/xsd/qif3">
  <SoftwareId xId="">{1,1}</SoftwareId>
  <StandardId xId="">{1,1}</StandardId>
  <AlgorithmId xId="">{1,1}</AlgorithmId>
  <Stats>{1,1}</Stats>
</SummaryStats>
Source
<xs:element name="SummaryStats" type="ListSummaryStatsValuesType">
  <xs:annotation>
    <xs:documentation>The SummaryStats element defines a list of statistical values to be included in the summary of a statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type SummaryStatsValuesType
Annotations
The SummaryStatsValuesType defines the summary values to be accumulated for a statistical value. For example, the average Cpk and the worst (minimum) Cpk value over all characteristics may be summarized.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SummaryStatsValuesType.tmp#SummaryStatsValuesType_SummaryType PrimitivesPMI_xsd_Complex_Type_SummaryStatsValuesType.tmp#SummaryStatsValuesType_SummaryStats
Used by
Children SummaryStats, SummaryType
Source
<xs:complexType name="SummaryStatsValuesType">
  <xs:annotation>
    <xs:documentation>The SummaryStatsValuesType defines the summary values to be accumulated for a statistical value. For example, the average Cpk and the worst (minimum) Cpk value over all characteristics may be summarized.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SummaryType" type="SummaryStatsValuesEnumType">
      <xs:annotation>
        <xs:documentation>The SummaryType element defines the type of summary value to which the list of accumulated statistics applies.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SummaryStats" type="ListSummaryStatsValuesType">
      <xs:annotation>
        <xs:documentation>The SummaryStats element defines a list of statistical values to be included in the summary of a statistical value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd