Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element StatsValuesType / Values
Annotations
The Values element is a list of measurement values.
Diagram
Diagram Primitives_xsd_Simple_Type_ListTokenType.tmp#ListTokenType
Type ListTokenType
Properties
content simple
Source
<xs:element name="Values" type="ListTokenType">
  <xs:annotation>
    <xs:documentation>The Values element is a list of measurement values.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element StatsValuesType / Exclusions
Annotations
The optional Exclusions element defines a list of indexes of measured values in the Values list that is to be excluded from a statistical evaluation with reasons.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionsIndexType.tmp#ExclusionsIndexType_n Statistics_xsd_Complex_Type_ExclusionsIndexType.tmp#ExclusionsIndexType_Exclusion Statistics_xsd_Complex_Type_ExclusionsIndexType.tmp#ExclusionsIndexType
Type ExclusionsIndexType
Properties
content complex
minOccurs 0
Children Exclusion
Instance
<Exclusions n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Exclusion>{1,unbounded}</Exclusion>
</Exclusions>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of exclusions in the list.
Source
<xs:element name="Exclusions" type="ExclusionsIndexType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Exclusions element defines a list of indexes of measured values in the Values list that is to be excluded from a statistical evaluation with reasons.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type StatsValuesType
Annotations
The StatsValuesType defines the set of measurement values used in a statistical evaluation. The type and units of the values are determined by the type of the characteristic evaluation, e.g. linear, angular, etc.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType_Values Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType_Exclusions
Used by
Children Exclusions, Values
Source
<xs:complexType name="StatsValuesType">
  <xs:annotation>
    <xs:documentation>The StatsValuesType defines the set of measurement values used in a statistical evaluation. The type and units of the values are determined by the type of the characteristic evaluation, e.g. linear, angular, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Values" type="ListTokenType">
      <xs:annotation>
        <xs:documentation>The Values element is a list of measurement values.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Exclusions" type="ExclusionsIndexType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Exclusions element defines a list of indexes of measured values in the Values list that is to be excluded from a statistical evaluation with reasons.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd