Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ExclusionsIndexType / Exclusion
Annotations
Each Exclusion element signifies that measured value in the Values list is to be excluded from a statistical evaluation with a reason.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionIndexType.tmp#ExclusionIndexType_Index Statistics_xsd_Complex_Type_ExclusionIndexType.tmp#ExclusionIndexType_Reason Statistics_xsd_Complex_Type_ExclusionIndexType.tmp#ExclusionIndexType
Type ExclusionIndexType
Properties
content complex
maxOccurs unbounded
Children Index, Reason
Instance
<Exclusion xmlns="http://qifstandards.org/xsd/qif3">
  <Index>{1,1}</Index>
  <Reason>{1,1}</Reason>
</Exclusion>
Source
<xs:element name="Exclusion" type="ExclusionIndexType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Exclusion element signifies that measured value in the Values list 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 ExclusionsIndexType
Annotations
The ExclusionsIndexType defines a list of measured value indexes exlusions.
Diagram
Diagram Statistics_xsd_Complex_Type_ExclusionsIndexType.tmp#ExclusionsIndexType_n Statistics_xsd_Complex_Type_ExclusionsIndexType.tmp#ExclusionsIndexType_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="ExclusionsIndexType">
  <xs:annotation>
    <xs:documentation>The ExclusionsIndexType defines a list of measured value indexes exlusions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Exclusion" type="ExclusionIndexType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Exclusion element signifies that measured value in the Values list 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 ExclusionsIndexType / @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 ExclusionsIndexType
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