Showing:

Annotations
Diagrams
Source
Used by
Complex Type LessThanType
Annotations
The LessThanType defines a test if the first ArithmeticExpression element is less than the second ArithmeticExpression element. The LessThanType evaluates to true if the value of the first ArithmeticExpression element is less than or equal to the value of the second ArithmeticExpression element minus 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 LessThan
Children ArithmeticExpression
Source
<xs:complexType name="LessThanType">
  <xs:annotation>
    <xs:documentation>The LessThanType defines a test if the first ArithmeticExpression element is less than the second ArithmeticExpression element. The LessThanType evaluates to true if the value of the first ArithmeticExpression element is less than or equal to the value of the second ArithmeticExpression element minus 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