2.2.5.6 SimilarToType

This type defines the format used when searching for similar results. The protocol client can use this type to indicate the most important terms for a search result.

 <s:simpleType name="SimilarToType">
   <s:restriction base="s:string">
     <s:pattern value="(\[([\w ])+,(([0-9]+)?\.)?[0-9]+\])+"/>
   </s:restriction>
 </s:simpleType>