2.2.3.1 tns:And Element

The And element specifies a search expression that performs a Boolean AND operation between two or more search expressions. The AND operation evaluates to TRUE if all the search expressions that are contained within the And element are TRUE.

  
 <xs:element name="And" 
    type="t:AndType"
    substitutionGroup="t:SearchExpression"
 />