domain 元素 (搜索连接器架构)
可选的 <domain> 元素指定此搜索连接器使用的搜索服务的 URL。 它显示在详细信息窗格中。 此元素没有子元素,也没有属性。
语法
<!-- domain -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="domain" type="xs:string" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
元素信息
父元素 | 子元素 |
---|---|
searchConnectorDescriptionType 元素 (搜索连接器架构) |
备注
URL 应为搜索提供程序的顶级域。 例如,https://www.example.com。
示例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<domain>https://www.adventureworks.com</domain>
...
</searchConnectionDescription>