2.2.4.26 t:OrType Complex Type

The OrType complex type specifies a search expression that performs a logical OR on the search expression that it contains. The result of the OR operation is TRUE if any of the search expressions that are contained within the OrType complex type is true. The OrType complex type extends the MultipleOperandBooleanExpressionType complex type, as specified in section 2.2.4.24.

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