Showing:

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