2.2.4.30 t:RestrictionType Complex Type

The RestrictionType complex type specifies a search restriction or query for a FindItem operation, as specified in section 3.1.4.2, or a FindFolder operation, as specified in section 3.1.4.1.

 <xs:complexType name="RestrictionType">
   <xs:sequence>
     <xs:element
       ref="t:SearchExpression"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element

Type

Description

SearchExpression

t:SearchExpression (section 2.2.3.15)

Specifies the search term that defines the restriction.