Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element CriterionOutOfType / Numerator
Annotations
The Numerator element defines the numerator N.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="Numerator" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The Numerator element defines the numerator N.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CriterionOutOfType / Denominator
Annotations
The Denominator element defines the denominator M.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="Denominator" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The Denominator element defines the denominator M.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CriterionOutOfType / NumberAllowedExceptions
Annotations
The NumberAllowedExceptions element defines the number of items that can lie outside the limit without an issue existing.
Diagram
Diagram Statistics_xsd_Complex_Type_LimitingNumberType.tmp#LimitingNumberType_Count Statistics_xsd_Complex_Type_LimitingNumberType.tmp#LimitingNumberType_Fraction Statistics_xsd_Complex_Type_LimitingNumberType.tmp#LimitingNumberType
Type LimitingNumberType
Properties
content complex
minOccurs 0
Children Count, Fraction
Instance
<NumberAllowedExceptions xmlns="http://qifstandards.org/xsd/qif3">
  <Count>{1,1}</Count>
  <Fraction>{1,1}</Fraction>
</NumberAllowedExceptions>
Source
<xs:element name="NumberAllowedExceptions" type="LimitingNumberType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie outside the limit without an issue existing.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type CriterionOutOfType
Annotations
The CriterionOutOfType defines numerical limits to be used as a criterion as integer values outside of which an issue will exist. The limit is defined as N out of M, for example 2 out of 3, N being the numerator and M being the denominator. The limit can be optionally qualified to allow a number of items to exceed the limit.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionOutOfType.tmp#CriterionOutOfType_Numerator Statistics_xsd_Complex_Type_CriterionOutOfType.tmp#CriterionOutOfType_Denominator Statistics_xsd_Complex_Type_CriterionOutOfType.tmp#CriterionOutOfType_NumberAllowedExceptions
Used by
Children Denominator, NumberAllowedExceptions, Numerator
Source
<xs:complexType name="CriterionOutOfType">
  <xs:annotation>
    <xs:documentation>The CriterionOutOfType defines numerical limits to be used as a criterion as integer values outside of which an issue will exist. The limit is defined as N out of M, for example 2 out of 3, N being the numerator and M being the denominator. The limit can be optionally qualified to allow a number of items to exceed the limit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Numerator" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>The Numerator element defines the numerator N.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Denominator" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>The Denominator element defines the denominator M.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NumberAllowedExceptions" type="LimitingNumberType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie outside the limit without an issue existing.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd