Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element StatsArrayIdType / Ids
Annotations
The Ids element is an array of QIF ids of measurements.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
Children Id
Instance
<Ids n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</Ids>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="Ids" type="ArrayReferenceType">
  <xs:annotation>
    <xs:documentation>The Ids element is an array of QIF ids of measurements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element StatsArrayIdType / Exclusions
Annotations
The optional Exclusions element defines a list of QIF ids in the Ids array that is to be excluded from a statistical evaluation with reasons.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionsIdType.tmp#ExclusionsIdType_n Statistics_xsd_Complex_Type_ExclusionsIdType.tmp#ExclusionsIdType_Exclusion Statistics_xsd_Complex_Type_ExclusionsIdType.tmp#ExclusionsIdType
Type ExclusionsIdType
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="ExclusionsIdType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Exclusions element defines a list of QIF ids in the Ids array 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 StatsArrayIdType
Annotations
The StatsArrayIdType defines the set of QIF ids of measurements used in a statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Ids Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Exclusions
Used by
Children Exclusions, Ids
Source
<xs:complexType name="StatsArrayIdType">
  <xs:annotation>
    <xs:documentation>The StatsArrayIdType defines the set of QIF ids of measurements used in a statistical evaluation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Ids" type="ArrayReferenceType">
      <xs:annotation>
        <xs:documentation>The Ids element is an array of QIF ids of measurements.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Exclusions" type="ExclusionsIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Exclusions element defines a list of QIF ids in the Ids array 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