Showing:

Annotations
Diagrams
Source
Used by
Complex Type LessOrEqualType
Annotations
The LessOrEqualType defines a test if the first ArithmeticExpression element is less than or equal to the second ArithmeticExpression element. The LessOrEqualType evaluates to true if the value of the first ArithmeticExpression element is less than the value of the second ArithmeticExpression element plus ComparisonTiny. Otherwise, it evaluates to false.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression GenericExpressions_xsd_Complex_Type_ArithmeticComparisonBaseType.tmp#ArithmeticComparisonBaseType
Type extension of ArithmeticComparisonBaseType
Type hierarchy
Used by
Element LessOrEqual
Children ArithmeticExpression
Source
<xs:complexType name="LessOrEqualType">
  <xs:annotation>
    <xs:documentation>The LessOrEqualType defines a test if the first ArithmeticExpression element is less than or equal to the second ArithmeticExpression element. The LessOrEqualType evaluates to true if the value of the first ArithmeticExpression element is less than the value of the second ArithmeticExpression element plus ComparisonTiny. Otherwise, it evaluates to false.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticComparisonBaseType"/>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd