author 元素 (搜尋連接器架構)
選擇性 < 的 author > 元素會指定此程式庫的作者。 這個專案沒有子專案,也沒有屬性。
Syntax
<!-- author -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="author" 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 元素 (搜尋連接器架構) |
範例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<author>Joe Smith</author>
...
</searchConnectionDescription>