2.2.4.35 t:TwoOperandExpressionType Complex Type

The TwoOperandExpressionType complex type specifies the base type for derived classes that represent a restriction that is formed by comparing two values against one another. The TwoOperandExpressionType complex type extends the SearchExpressionType complex type, as specified in section 2.2.4.31.

 <xs:complexType name="TwoOperandExpressionType"
   abstract="true"
 > 
   <xs:complexContent>
     <xs:extension
       base="t:SearchExpressionType"
     >
       <xs:sequence>
         <xs:element
           ref="t:Path"
          />
         <xs:element name="FieldURIOrConstant"
           type="t:FieldURIOrConstantType"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the TwoOperandExpressionType complex type.

Element

Type

Description

Path

t:Path ([MS-OXWSCDATA] section 2.2.3.8)

Specifies the property path that is searched on for each item or folder in a search.

FieldURIOrConstant

t:FieldURIOrConstantType ([MS-OXWSCDATA] section 2.2.4.34)

Specifies the property or constant that is compared with each item or folder in a restriction.