Showing:

Annotations
Diagrams
Source
Used by
Complex Type NotType
Annotations
The NotType defines a Boolean expression that negates another Boolean expression. The NotType evaluates to true if the BooleanExpression element evaluates to false, and the NotType evaluates to false if the BooleanExpression element evaluates to true.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression
Type extension of BooleanExpressionBaseType
Type hierarchy
Used by
Element Not
Children BooleanExpression
Source
<xs:complexType name="NotType">
  <xs:annotation>
    <xs:documentation>The NotType defines a Boolean expression that negates another Boolean expression. The NotType evaluates to true if the BooleanExpression element evaluates to false, and the NotType evaluates to false if the BooleanExpression element evaluates to true.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BooleanExpressionBaseType">
      <xs:sequence>
        <xs:element ref="BooleanExpression">
          <xs:annotation>
            <xs:documentation>The BooleanExpression element is the expression that is negated.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd