2.2.4.1 t:AndType Complex Type

The AndType complex type specifies a search expression that performs a Boolean AND operation between two or more search expressions. The result of the AND operation is TRUE if all the search expressions that are contained within the AndType complex type are true. The AndType complex type extends the MultipleOperandBooleanExpressionType complex type, as specified in section 2.2.4.24.

 <xs:complexType name="AndType">
   <xs:complexContent>
     <xs:extension
       base="t:MultipleOperandBooleanExpressionType"
      />
   </xs:complexContent>
 </xs:complexType>