author, élément (schéma du connecteur de recherche)
L’élément author> facultatif <spécifie l’auteur de cette bibliothèque. Cet élément n’a pas d’éléments enfants ni d’attributs.
Syntaxe
<!-- 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>
Informations sur les éléments
Élément parent | Éléments enfants |
---|---|
searchConnectorDescriptionType, élément (schéma du connecteur de recherche) |
Exemple
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<author>Joe Smith</author>
...
</searchConnectionDescription>