2.2.4.29 Synonym

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The Synonym complex type contains information about a keyword synonym.

 <xs:complexType name="Synonym">
   <xs:sequence>
     <xs:element minOccurs="0" name="term" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

term: The search term for the keyword synonym. This value MUST be present and MUST be a string with length greater than 0 and not more than 100 characters.