次の方法で共有


description 要素 (Search Connector Schema)

省略可能な <description> 要素は、この検索コネクタの説明を指定します。 この要素には子要素がなく、属性もありません。

構文

<!-- description -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="description" 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 要素 (Search Connector スキーマ)  

 

解説

説明は、ツールヒントで使用される可能性があるため、わかりやすいものにする必要があります。

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
    ...
    <description>Search AdventureWorks.com</description>
    ...
</searchConnectionDescription>