GroupProcessingDirective simpleType (SPS15XSDSearchSet4)
适用于: SharePoint Server 2013
类型信息
信息 | 位置 |
---|---|
基类型 |
xs:string |
命名空间 |
http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules |
架构文件 |
schema_Microsoft.Office.Server.Search.Query.Rules.xsd |
定义
<xs:simpleType name="GroupProcessingDirective">
<xs:restriction base="xs:string">
<xs:enumeration value="Stop" />
<xs:enumeration value="Continue" />
</xs:restriction>
</xs:simpleType>
枚举值
值 | 说明 |
---|---|
停止 |
|
继续 |