Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CompositeSegmentStatsEvalBaseType / ValueStats
Annotations
The optional ValueStats element is the result of a statistical evaluation of measured values.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicWithTolStatsValue.tmp#NumericCharacteristicWithTolStatsValue Statistics_xsd_Complex_Type_StatsWithTolNumericalBaseType.tmp#StatsWithTolNumericalBaseType Statistics_xsd_Complex_Type_StatsWithTolLinearType.tmp#StatsWithTolLinearType_linearUnit Statistics_xsd_Complex_Type_StatsWithTolLinearType.tmp#StatsWithTolLinearType
Type StatsWithTolLinearType
Type hierarchy
Properties
content complex
minOccurs 0
Children Attributes, NumericCharacteristicWithTolStatsValue
Instance
<ValueStats linearUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <NumericCharacteristicWithTolStatsValue>{1,unbounded}</NumericCharacteristicWithTolStatsValue>
</ValueStats>
Attributes
QName Type Use Annotation
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by StatsWithTolLinearType.
Source
<xs:element name="ValueStats" type="StatsWithTolLinearType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ValueStats element is the result of a statistical evaluation of measured values.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CompositeSegmentStatsEvalBaseType / MaxValueStats
Annotations
The optional MaxValueStats element is the result of a statistical evaluation of the maxima of the measured values.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicStatsValue.tmp#NumericCharacteristicStatsValue Statistics_xsd_Complex_Type_StatsNumericalBaseType.tmp#StatsNumericalBaseType Statistics_xsd_Complex_Type_StatsLinearType.tmp#StatsLinearType_linearUnit Statistics_xsd_Complex_Type_StatsLinearType.tmp#StatsLinearType
Type StatsLinearType
Type hierarchy
Properties
content complex
minOccurs 0
Children Attributes, NumericCharacteristicStatsValue
Instance
<MaxValueStats linearUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <NumericCharacteristicStatsValue>{1,unbounded}</NumericCharacteristicStatsValue>
</MaxValueStats>
Attributes
QName Type Use Annotation
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="MaxValueStats" type="StatsLinearType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaxValueStats element is the result of a statistical evaluation of the maxima of the measured values.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CompositeSegmentStatsEvalBaseType / MinValueStats
Annotations
The optional MinValueStats element is the result of a statistical evaluation of the minima of the measured values.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicStatsValue.tmp#NumericCharacteristicStatsValue Statistics_xsd_Complex_Type_StatsNumericalBaseType.tmp#StatsNumericalBaseType Statistics_xsd_Complex_Type_StatsLinearType.tmp#StatsLinearType_linearUnit Statistics_xsd_Complex_Type_StatsLinearType.tmp#StatsLinearType
Type StatsLinearType
Type hierarchy
Properties
content complex
minOccurs 0
Children Attributes, NumericCharacteristicStatsValue
Instance
<MinValueStats linearUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <NumericCharacteristicStatsValue>{1,unbounded}</NumericCharacteristicStatsValue>
</MinValueStats>
Attributes
QName Type Use Annotation
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="MinValueStats" type="StatsLinearType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MinValueStats element is the result of a statistical evaluation of the minima of the measured values.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type CompositeSegmentStatsEvalBaseType
Annotations
The CompositeSegmentStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation of a measurement composite segment.
Diagram
Diagram Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_ValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MaxValueStats Statistics_xsd_Complex_Type_CompositeSegmentStatsEvalBaseType.tmp#CompositeSegmentStatsEvalBaseType_MinValueStats
Properties
abstract true
Used by
Children MaxValueStats, MinValueStats, ValueStats
Source
<xs:complexType name="CompositeSegmentStatsEvalBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The CompositeSegmentStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation of a measurement composite segment.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ValueStats" type="StatsWithTolLinearType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ValueStats element is the result of a statistical evaluation of measured values.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MaxValueStats" type="StatsLinearType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MaxValueStats element is the result of a statistical evaluation of the maxima of the measured values.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MinValueStats" type="StatsLinearType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MinValueStats element is the result of a statistical evaluation of the minima of the measured values.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd