Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ExclusionsIdType / Exclusion
Annotations
Each Exclusion element signifies that a QIF id in the Ids array is to be excluded from a statistical evaluation with a reason.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionIdType.tmp#ExclusionIdType_Id Statistics_xsd_Complex_Type_ExclusionIdType.tmp#ExclusionIdType_Reason Statistics_xsd_Complex_Type_ExclusionIdType.tmp#ExclusionIdType
Type ExclusionIdType
Properties
content complex
maxOccurs unbounded
Children Id, Reason
Instance
<Exclusion xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
  <Reason>{1,1}</Reason>
</Exclusion>
Source
<xs:element name="Exclusion" type="ExclusionIdType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Exclusion element signifies that a QIF id in the Ids array is to be excluded from a statistical evaluation with a reason.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type ExclusionsIdType
Annotations
The ExclusionsIdType defines a list of measurement id exlusions.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionsIdType.tmp#ExclusionsIdType_n Statistics_xsd_Complex_Type_ExclusionsIdType.tmp#ExclusionsIdType_Exclusion
Used by
Children Exclusion
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of exclusions in the list.
Source
<xs:complexType name="ExclusionsIdType">
  <xs:annotation>
    <xs:documentation>The ExclusionsIdType defines a list of measurement id exlusions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Exclusion" type="ExclusionIdType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Exclusion element signifies that a QIF id in the Ids array is to be excluded from a statistical evaluation with a reason.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of exclusions in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute ExclusionsIdType / @n
Annotations
The required n attribute is the number of exclusions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ExclusionsIdType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of exclusions in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd