2.2.5.12 ScopeRuleType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The ScopeRuleType simple type contains information about the type of search scope rule.

 <xs:simpleType name="ScopeRuleType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="AllContent"/>
     <xs:enumeration value="Url"/>
     <xs:enumeration value="PropertyQuery"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for ScopeRuleType:

Value

Meaning

AllContent

The search scope rule includes all items.

Url

The search scope rule includes items whose folder, host name, or subdomain matches the search scope rule value.

PropertyQuery

The search scope rule includes items whose managed property value matches the search scope rule value.