Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element ExclusionIndexType / Index
Annotations
The Index element is the index of the measuremed value to be excluded.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="Index" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The Index element is the index of the measuremed value to be excluded.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element ExclusionIndexType / Reason
Annotations
Each Reason element gives the reason why this measurement is being excluded.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionReasonType.tmp#ExclusionReasonType_ExclusionReasonEnum Statistics_xsd_Complex_Type_ExclusionReasonType.tmp#ExclusionReasonType_OtherExclusionReason Statistics_xsd_Complex_Type_ExclusionReasonType.tmp#ExclusionReasonType
Type ExclusionReasonType
Properties
content complex
Children ExclusionReasonEnum, OtherExclusionReason
Instance
<Reason xmlns="http://qifstandards.org/xsd/qif3">
  <ExclusionReasonEnum>{1,1}</ExclusionReasonEnum>
  <OtherExclusionReason>{1,1}</OtherExclusionReason>
</Reason>
Source
<xs:element name="Reason" type="ExclusionReasonType">
  <xs:annotation>
    <xs:documentation>Each Reason element gives the reason why this measurement is being excluded.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type ExclusionIndexType
Annotations
The ExclusionIndexType defines the index of a measured value in a list to be excluded from a statistical evaluation and the reason for that exclusion. Index values start at 1.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionIndexType.tmp#ExclusionIndexType_Index Statistics_xsd_Complex_Type_ExclusionIndexType.tmp#ExclusionIndexType_Reason
Used by
Children Index, Reason
Source
<xs:complexType name="ExclusionIndexType">
  <xs:annotation>
    <xs:documentation>The ExclusionIndexType defines the index of a measured value in a list to be excluded from a statistical evaluation and the reason for that exclusion. Index values start at 1.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Index" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>The Index element is the index of the measuremed value to be excluded.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Reason" type="ExclusionReasonType">
      <xs:annotation>
        <xs:documentation>Each Reason element gives the reason why this measurement is being excluded.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd