Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CharacteristicStatsEvalBaseType / SoftwareId
Annotations
The SoftwareId element is the id of the software used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="SoftwareId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The SoftwareId element is the id of the software used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / StandardId
Annotations
The StandardId element is the id of the standard or specification used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="StandardId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The StandardId element is the id of the standard or specification used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / AlgorithmId
Annotations
The AlgorithmId element is the id of the algorithm used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="AlgorithmId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The AlgorithmId element is the id of the algorithm used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / MeasuredIds
Annotations
The MeasuredIds element contains a list of ids of the characteristic measurements used in this statistical evaluation and an optional set of exclusions from the list.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Ids Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Exclusions Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType
Type StatsArrayIdType
Properties
content complex
Children Exclusions, Ids
Instance
<MeasuredIds xmlns="http://qifstandards.org/xsd/qif3">
  <Ids n="">{1,1}</Ids>
  <Exclusions n="">{0,1}</Exclusions>
</MeasuredIds>
Source
<xs:element name="MeasuredIds" type="StatsArrayIdType">
  <xs:annotation>
    <xs:documentation>The MeasuredIds element contains a list of ids of the characteristic measurements used in this statistical evaluation and an optional set of exclusions from the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / Subgroups
Annotations
The Subgroups element contains a list of subgroups used in this statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_SubgroupsType.tmp#SubgroupsType_n Statistics_xsd_Complex_Type_SubgroupsType.tmp#SubgroupsType_Subgroup Statistics_xsd_Complex_Type_SubgroupsType.tmp#SubgroupsType
Type SubgroupsType
Properties
content complex
Children Subgroup
Instance
<Subgroups n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Subgroup id="">{1,unbounded}</Subgroup>
</Subgroups>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of subgroups in the list.
Source
<xs:element name="Subgroups" type="SubgroupsType">
  <xs:annotation>
    <xs:documentation>The Subgroups element contains a list of subgroups used in this statistical evaluation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / MeasuredValues
Annotations
The MeasuredValues element contains a list of characteristic measurement values used in this statistical evaluation and an optional set of exclusions from the list.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType_Values Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType_Exclusions Statistics_xsd_Complex_Type_StatsValuesType.tmp#StatsValuesType
Type StatsValuesType
Properties
content complex
Children Exclusions, Values
Instance
<MeasuredValues xmlns="http://qifstandards.org/xsd/qif3">
  <Values>{1,1}</Values>
  <Exclusions n="">{0,1}</Exclusions>
</MeasuredValues>
Source
<xs:element name="MeasuredValues" type="StatsValuesType">
  <xs:annotation>
    <xs:documentation>The MeasuredValues element contains a list of characteristic measurement values used in this statistical evaluation and an optional set of exclusions from the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / SubgroupValues
Annotations
The Subgroups element contains a list of subgrouped measurement values used in this statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_SubgroupValuesType.tmp#SubgroupValuesType_n Statistics_xsd_Complex_Type_SubgroupValuesType.tmp#SubgroupValuesType_Subgroup Statistics_xsd_Complex_Type_SubgroupValuesType.tmp#SubgroupValuesType
Type SubgroupValuesType
Properties
content complex
Children Subgroup
Instance
<SubgroupValues n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Subgroup>{1,unbounded}</Subgroup>
</SubgroupValues>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of subgroups in the list.
Source
<xs:element name="SubgroupValues" type="SubgroupValuesType">
  <xs:annotation>
    <xs:documentation>The Subgroups element contains a list of subgrouped measurement values used in this statistical evaluation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / Status
Annotations
The Status element is the overall status of the statistical evaluation of this characteristic.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsEvalStatusType.tmp#StatsEvalStatusType_StatsEvalStatusEnum Statistics_xsd_Complex_Type_StatsEvalStatusType.tmp#StatsEvalStatusType_OtherStatsEvalStatus Statistics_xsd_Complex_Type_StatsEvalStatusType.tmp#StatsEvalStatusType
Type StatsEvalStatusType
Properties
content complex
Children OtherStatsEvalStatus, StatsEvalStatusEnum
Instance
<Status xmlns="http://qifstandards.org/xsd/qif3">
  <StatsEvalStatusEnum>{1,1}</StatsEvalStatusEnum>
  <OtherStatsEvalStatus>{1,1}</OtherStatsEvalStatus>
</Status>
Source
<xs:element name="Status" type="StatsEvalStatusType">
  <xs:annotation>
    <xs:documentation>The Status element is the overall status of the statistical evaluation of this characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / StudyIssues
Annotations
The optional StudyIssues element contains a list of the details of issues encountered in this statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_StudyIssuesType.tmp#StudyIssuesType_n Statistics_xsd_Complex_Type_StudyIssuesType.tmp#StudyIssuesType_StudyIssue Statistics_xsd_Complex_Type_StudyIssuesType.tmp#StudyIssuesType
Type StudyIssuesType
Properties
content complex
minOccurs 0
Children StudyIssue
Instance
<StudyIssues n="" xmlns="http://qifstandards.org/xsd/qif3">
  <StudyIssue id="">{1,unbounded}</StudyIssue>
</StudyIssues>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of study issues in the list.
Source
<xs:element name="StudyIssues" type="StudyIssuesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional StudyIssues element contains a list of the details of issues encountered in this statistical evaluation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CharacteristicStatsEvalBaseType / DistributionTransformation
Annotations
The optional DistributionTransformation element defines any distribution transformation that was applied to the raw characteristic values.
Diagram
Diagram Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType_DistributionTransformationEnum Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType_BoxCoxTransformation Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType_OtherDistributionTransformation Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType
Type DistributionTransformationType
Properties
content complex
minOccurs 0
Children BoxCoxTransformation, DistributionTransformationEnum, OtherDistributionTransformation
Instance
<DistributionTransformation xmlns="http://qifstandards.org/xsd/qif3">
  <DistributionTransformationEnum>{1,1}</DistributionTransformationEnum>
  <BoxCoxTransformation>{1,1}</BoxCoxTransformation>
  <OtherDistributionTransformation>{1,1}</OtherDistributionTransformation>
</DistributionTransformation>
Source
<xs:element name="DistributionTransformation" type="DistributionTransformationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DistributionTransformation element defines any distribution transformation that was applied to the raw characteristic values.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type CharacteristicStatsEvalBaseType
Annotations
The CharacteristicStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation for a set of characteristic measurements.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_SoftwareId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_StandardId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_AlgorithmId Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_MeasuredIds Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_Subgroups Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_MeasuredValues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_SubgroupValues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_Status Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_StudyIssues Statistics_xsd_Complex_Type_CharacteristicStatsEvalBaseType.tmp#CharacteristicStatsEvalBaseType_DistributionTransformation
Properties
abstract true
Used by
Children AlgorithmId, Attributes, DistributionTransformation, MeasuredIds, MeasuredValues, SoftwareId, StandardId, Status, StudyIssues, SubgroupValues, Subgroups
Source
<xs:complexType name="CharacteristicStatsEvalBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The CharacteristicStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation for a set of characteristic measurements.</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:choice minOccurs="0">
      <xs:annotation>
        <xs:documentation>This optional compositor provides a choice between a reference to the software, standard or specification, or particular algorithm used in this statistical evaluation.</xs:documentation>
      </xs:annotation>
      <xs:element name="SoftwareId" type="QIFReferenceType">
        <xs:annotation>
          <xs:documentation>The SoftwareId element is the id of the software used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StandardId" type="QIFReferenceType">
        <xs:annotation>
          <xs:documentation>The StandardId element is the id of the standard or specification used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AlgorithmId" type="QIFReferenceType">
        <xs:annotation>
          <xs:documentation>The AlgorithmId element is the id of the algorithm used to evaluate the statistical values. This value overrides the value on the statistical study results and can be overridden by the value on any particular statistical value.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:choice minOccurs="0">
      <xs:annotation>
        <xs:documentation>This optional compositor provides a choice between references to measured characteristics or a list of measured characteristic values.</xs:documentation>
      </xs:annotation>
      <xs:choice>
        <xs:annotation>
          <xs:documentation>This compositor provides a choice between a simple set of characteristic measurement ids or a set of characteristic ids split into subgroups.</xs:documentation>
        </xs:annotation>
        <xs:element name="MeasuredIds" type="StatsArrayIdType">
          <xs:annotation>
            <xs:documentation>The MeasuredIds element contains a list of ids of the characteristic measurements used in this statistical evaluation and an optional set of exclusions from the list.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Subgroups" type="SubgroupsType">
          <xs:annotation>
            <xs:documentation>The Subgroups element contains a list of subgroups used in this statistical evaluation.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:choice>
        <xs:annotation>
          <xs:documentation>This compositor provides a choice between a simple set of characteristic measurement ids or a set of characteristic ids split into subgroups.</xs:documentation>
        </xs:annotation>
        <xs:element name="MeasuredValues" type="StatsValuesType">
          <xs:annotation>
            <xs:documentation>The MeasuredValues element contains a list of characteristic measurement values used in this statistical evaluation and an optional set of exclusions from the list.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SubgroupValues" type="SubgroupValuesType">
          <xs:annotation>
            <xs:documentation>The Subgroups element contains a list of subgrouped measurement values used in this statistical evaluation.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:choice>
    <xs:element name="Status" type="StatsEvalStatusType">
      <xs:annotation>
        <xs:documentation>The Status element is the overall status of the statistical evaluation of this characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StudyIssues" type="StudyIssuesType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional StudyIssues element contains a list of the details of issues encountered in this statistical evaluation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DistributionTransformation" type="DistributionTransformationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional DistributionTransformation element defines any distribution transformation that was applied to the raw characteristic values.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd