2.2.4.38 t:HighlightTermType Complex Type

The HighlightTermType complex type specifies the terms that are highlighted when using AQS.<52> The Advanced Query Syntax (AQS) is used to help users and programmers better define and narrow their searches.

   <xs:complexType name="HighlightTermType">
     <xs:sequence>
       <xs:element name="Scope" type="xs:string" minOccurs="1" maxOccurs="1" />
       <xs:element name="Value" type="xs:string" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </xs:complexType>

The following table lists the child element of the HighlightTermType complex type.

Element name

Type

Description

Scope

xs:string ([XMLSCHEMA2])

Specifies the querystring token scope.

Value

xs:string

Specifies the querystring token value.