3.1.4.4.3.17 SearchRefinerItemType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The SearchRefinerItemType complex type specifies a search refiner item.
-
<xs:complexType name="SearchRefinerItemType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Name" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="Value" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="Count" type="xs:long"/> <xs:element minOccurs="1" maxOccurs="1" name="Token" type="xs:string"/> </xs:sequence> </xs:complexType>
Name: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the name of the search refiner.
Value: An element of type string that represents the search refiner value.
Count: An element of type long, as defined in [XMLSCHEMA2] section 3.3.16, that represents the item count in the search refiner.
Token: An element of type string that represents the search refiner token.