2.2.5.5 SuggestionType

The SuggestionType simple type is an enumeration that specifies the type of suggestion.

       <s:simpleType name="SuggestionType">
         <s:restriction base="s:string">
           <s:enumeration value="Colleague" />
           <s:enumeration value="Keyword" />
         </s:restriction>
       </s:simpleType>

Value

Meaning

Colleague

The Suggestion corresponds to a Colleague that is specified by a string with either an accountName or email value.

Keyword

The Suggestion corresponds to a keyword that is specified by a string.