2.2.4.24 t:MultipleOperandBooleanExpressionType Complex Type

The MultipleOperandBooleanExpressionType complex type specifies the base type for search expressions that are formed by two or more Boolean operands. The MultipleOperandBooleanExpressionType complex type extends the SearchExpressionType complex type, as specified in section 2.2.4.31.

 <xs:complexType name="MultipleOperandBooleanExpressionType"
   abstract="true"
 > 
   <xs:complexContent>
     <xs:extension
       base="t:SearchExpressionType"
     >
       <xs:sequence>
         <xs:element
           minOccurs="1"
           maxOccurs="unbounded"
           ref="t:SearchExpression"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the MultipleOperandBooleanExpressionType complex type.

Element

Type

Description

SearchExpression

t:SearchExpression (section 2.2.3.15)

Specifies a search expression.