<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> |