2.2.5.5 t:InstantSearchItemType Simple Type

The InstantSearchItemType simple type is for internal use only.<11>

 <xs:simpleType name="InstantSearchItemType">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="MailItem"/>
         <xs:enumeration value="MailConversation"/>
         <xs:enumeration value="CalendarItem"/>
         <xs:enumeration value="Persona"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table lists the values of the InstantSearchItemType simple type.

Value

Meaning

None

For internal use only.

MailItem

For internal use only.

MailConversation

For internal use only.

CalendarItem

For internal use only.

Persona

For internal use only.