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