author 要素 (Search Connector スキーマ)
省略可能な <author> 要素は、このライブラリの作成者を指定します。 この要素には子要素がなく、属性もありません。
構文
<!-- 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 要素 (Search Connector スキーマ) |
例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<author>Joe Smith</author>
...
</searchConnectionDescription>