2.2.3.12 tns:Or Element

The Or element specifies a search expression that performs a logical OR on the search expressions that it contains and evaluates to true if any of the search expressions evaluate to true.

 <xs:element name="Or"
   type="t:OrType"
   substitutionGroup="t:SearchExpression"
 />