Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element CriterionIntegerType / Limit
Annotations
The Limit element defines a limit outside of which an issue will exist.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="Limit" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The Limit element defines a limit outside of which an issue will exist.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CriterionIntegerType / NumberAllowedExceptions
Annotations
The NumberAllowedExceptions element defines the number of items that can lie between the limit and the extreme 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
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">
  <xs:annotation>
    <xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie between the limit and the extreme limit without an issue existing.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element CriterionIntegerType / ExtremeLimit
Annotations
The optional ExtremeLimit element defines the extreme limit outside of which no item can lie or an issue will exist.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="ExtremeLimit" type="xs:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ExtremeLimit element defines the extreme limit outside of which no item can lie or an issue will exist.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type CriterionIntegerType
Annotations
The CriterionIntegerType defines a numerical limit to be used as a criterion as an integer value outside of which an issue will exist. The limit can be optionally qualified to allow a number of items to exceed the limit as long as none are outside a specified extreme limit.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionIntegerType.tmp#CriterionIntegerType_Limit Statistics_xsd_Complex_Type_CriterionIntegerType.tmp#CriterionIntegerType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionIntegerType.tmp#CriterionIntegerType_ExtremeLimit
Used by
Children ExtremeLimit, Limit, NumberAllowedExceptions
Source
<xs:complexType name="CriterionIntegerType">
  <xs:annotation>
    <xs:documentation>The CriterionIntegerType defines a numerical limit to be used as a criterion as an integer value outside of which an issue will exist. The limit can be optionally qualified to allow a number of items to exceed the limit as long as none are outside a specified extreme limit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Limit" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>The Limit element defines a limit outside of which an issue will exist.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:sequence minOccurs="0">
      <xs:element name="NumberAllowedExceptions" type="LimitingNumberType">
        <xs:annotation>
          <xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie between the limit and the extreme limit without an issue existing.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExtremeLimit" type="xs:positiveInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The optional ExtremeLimit element defines the extreme limit outside of which no item can lie or an issue will exist.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd