author-Element (Search Connector Schema)
Das optionale <author-Element> gibt den Autor dieser Bibliothek an. Dieses Element verfügt über keine untergeordneten Elemente und keine Attribute.
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>
Elementinformationen
Übergeordnetes Element | Untergeordnete Elemente |
---|---|
searchConnectorDescriptionType-Element (Search Connector Schema) |
Beispiel
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<author>Joe Smith</author>
...
</searchConnectionDescription>