Showing:

Annotations
Diagrams
Source
Used by
Complex Type BooleanEqualType
Annotations
The BooleanEqualType defines a test of whether two Boolean expressions are the same. The BooleanEqualType evaluates to true if the two BooleanExpression elements both evaluate to true or both evaluate to false. Otherwise, the BooleanEqualType evaluates to false.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression GenericExpressions_xsd_Complex_Type_BinaryBooleanExpressionBaseType.tmp#BinaryBooleanExpressionBaseType
Type extension of BinaryBooleanExpressionBaseType
Type hierarchy
Used by
Element BooleanEqual
Children BooleanExpression
Source
<xs:complexType name="BooleanEqualType">
  <xs:annotation>
    <xs:documentation>The BooleanEqualType defines a test of whether two Boolean expressions are the same. The BooleanEqualType evaluates to true if the two BooleanExpression elements both evaluate to true or both evaluate to false. Otherwise, the BooleanEqualType evaluates to false.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BinaryBooleanExpressionBaseType"/>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd