Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type AndType
Annotations
The AndType defines an 'and' Boolean expression. The AndType evaluates to true if all of the BooleanExpression elements it contains evaluate to true. Otherwise, it evaluates to false. The BooleanExpression elements must be evaluated in order. If any BooleanExpression element evaluates to false, the remaining BooleanExpression elements must not be evaluated.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType GenericExpressions_xsd_Complex_Type_AndType.tmp#AndType_n GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression
Type extension of BooleanExpressionBaseType
Type hierarchy
Used by
Element And
Children BooleanExpression
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of boolean expressions in the AndType expression.
Source
<xs:complexType name="AndType">
  <xs:annotation>
    <xs:documentation>The AndType defines an 'and' Boolean expression. The AndType evaluates to true if all of the BooleanExpression elements it contains evaluate to true. Otherwise, it evaluates to false. The BooleanExpression elements must be evaluated in order. If any BooleanExpression element evaluates to false, the remaining BooleanExpression elements must not be evaluated.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BooleanExpressionBaseType">
      <xs:sequence>
        <xs:element ref="BooleanExpression" minOccurs="2" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Each Boolean Expression element is one of the Boolean expressions in the AndType expression.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="n" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required n attribute is the number of boolean expressions in the AndType expression.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd
Attribute AndType / @n
Annotations
The required n attribute is the number of boolean expressions in the AndType expression.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AndType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of boolean expressions in the AndType expression.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd