선택적 <설명> 요소는 이 검색 커넥터에 대한 설명을 지정합니다. 이 요소에는 자식 요소가 없고 특성이 없습니다.
통사론
<!-- 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>