SearchResponseControl 扩展自 Control,并指示已找到了其他搜索结果
仅当 SearchControl 数据对象中指定的 countLimit 属性设置为大于 0 的值时,才会从 search API 调用返回 SearchResponseControl。
<<xsd:complexType name="SearchResponseControl">
<xsd:complexContent>
<xsd:extension base="Control">
<xsd:attribute name="hasMoreResults" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<wim:controls xsi:type="wim:SearchResponseControl" hasMoreResults="true"/>