Partager via


3.1.4.4.3.11 ArrayOfKeywordStatisticsSearchResultsType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The ArrayOfKeywordStatisticsSearchResultsType complex type specifies an array of keyword statistics in the search result.

 <xs:complexType name="ArrayOfKeywordStatisticsSearchResultsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="KeywordStat" type="t:KeywordStatisticsSearchResultType"/>
   </xs:sequence>
 </xs:complexType>

KeywordStat: An element of type KeywordStatisticsSearchResultType, as defined in section 3.1.4.4.3.12, that represents keyword statistics information.