Elemento author (Esquema do Conector de Pesquisa)
O elemento autor> opcional <especifica o autor dessa biblioteca. Esse elemento não tem elementos filho nem atributos.
Sintaxe
<!-- 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>
Informações do elemento
Elemento pai | Elementos filho |
---|---|
Elemento searchConnectorDescriptionType (Esquema do Conector de Pesquisa) |
Exemplo
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<author>Joe Smith</author>
...
</searchConnectionDescription>