Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element SummaryStatisticsType / TypeOfSummary
Annotations
The TypeOfSummary element is the type of statistical value being summarized.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_StatsValuesEnumType.tmp#StatsValuesEnumType
Type StatsValuesEnumType
Properties
content simple
Facets
enumeration TOTNUM
enumeration EFFNUM
enumeration NUMSUB
enumeration AVG
enumeration DIFF
enumeration RMS
enumeration MAX
enumeration MIN
enumeration RANGE
enumeration AVGRNG
enumeration STDDEV
enumeration SKEW
enumeration KURT
enumeration NORM
enumeration PROVAR
enumeration ESTSTDV
enumeration UCL
enumeration LCL
enumeration UCLRNG
enumeration LCLRNG
enumeration NUMOOC
enumeration NUMOOT
enumeration NOOTHI
enumeration NOOTLO
enumeration CP
enumeration CPK
enumeration PP
enumeration PPK
enumeration CM
enumeration CMK
enumeration CPM
enumeration AV
enumeration REL_AV
enumeration EV
enumeration REL_EV
enumeration INTERACTION
enumeration REL_INTERACTION
enumeration RANDR
enumeration REL_RANDR
enumeration PV
enumeration REL_PV
enumeration TV
enumeration REL_TV
enumeration LNRTY
enumeration BIAS
enumeration REL_LNRTY
enumeration REL_BIAS
enumeration R_SQR
enumeration SLOPE
enumeration INTCPT
enumeration UPRCONFLIM
enumeration LWRCONFLIM
enumeration TDIST
Source
<xs:element name="TypeOfSummary" type="StatsValuesEnumType">
  <xs:annotation>
    <xs:documentation>The TypeOfSummary element is the type of statistical value being summarized.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SummaryStatisticsType
Annotations
The SummaryStatisticsType defines a summary of a single unitless statistical value and is the base class for summary values with units.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_SummaryStatisticsType.tmp#SummaryStatisticsType_TypeOfSummary Statistics_xsd_Element_SummaryStatsValue.tmp#SummaryStatsValue
Used by
Children Attributes, SummaryStatsValue, TypeOfSummary
Source
<xs:complexType name="SummaryStatisticsType">
  <xs:annotation>
    <xs:documentation>The SummaryStatisticsType defines a summary of a single unitless statistical value and is the base class for summary values with units.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TypeOfSummary" type="StatsValuesEnumType">
      <xs:annotation>
        <xs:documentation>The TypeOfSummary element is the type of statistical value being summarized.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="SummaryStatsValue" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SummaryStatsValue element is a summary statistical value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd