description 요소(Search 커넥터 스키마)
선택적 <description> 요소는 이 검색 커넥터에 대한 설명을 지정합니다. 이 요소에는 자식 요소가 없고 특성이 없습니다.
Syntax
<!-- 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 요소(Search 커넥터 스키마) |
설명
설명은 도구 설명에서 사용할 수 있으므로 사용자에게 친숙해야 합니다.
예제
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<description>Search AdventureWorks.com</description>
...
</searchConnectionDescription>