Showing:

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