description 元素 (搜索连接器架构)

可选 <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>

元素信息

父元素 子元素
searchConnectorDescriptionType 元素 (搜索连接器架构)  

 

备注

说明应是用户友好的,因为它可以在工具提示中使用。

示例

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