次の方法で共有


domain 要素 (Search Connector スキーマ)

省略可能な <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>

要素情報

Parent 要素 子要素
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>