Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ExclusionIdType / Id
Annotations
The Id element is the QIF id of the measurement to be excluded.
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="Id" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The Id element is the QIF id of the measurement to be excluded.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element ExclusionIdType / 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 ExclusionIdType
Annotations
The ExclusionIdType defines the QIF id of a measurement to be excluded from a statistical evaluation and the reason for that exclusion.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionIdType.tmp#ExclusionIdType_Id Statistics_xsd_Complex_Type_ExclusionIdType.tmp#ExclusionIdType_Reason
Used by
Children Id, Reason
Source
<xs:complexType name="ExclusionIdType">
  <xs:annotation>
    <xs:documentation>The ExclusionIdType defines the QIF id of a measurement to be excluded from a statistical evaluation and the reason for that exclusion.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Id" type="QIFReferenceType">
      <xs:annotation>
        <xs:documentation>The Id element is the QIF id of the measurement 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