2.2.5.8 t:QueryOptionsType Simple Type

The QueryOptionsType simple type is for internal use only.<13>

 <xs:simpleType name="QueryOptionsType">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="Suggestions"/>
         <xs:enumeration value="Results"/>
         <xs:enumeration value="Refiners"/>
         <xs:enumeration value="SearchTerms"/>
         <xs:enumeration value="ExplicitSearch"/>
         <xs:enumeration value="SuggestionsPrimer"/>
         <xs:enumeration value="AllowFuzzing"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

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

Value

Meaning

None.

For internal use only.

Suggestions

For internal use only.

Results

For internal use only.

Refiners

For internal use only.

SearchTerms

For internal use only.

ExplicitSearch

For internal use only.

SuggestionsPrimer

For internal use only.

AllowFuzzing

For internal use only.