leíráselem (Keresési összekötő sémája)
Az opcionális <leírás> elem adja meg a keresési összekötő leírását. Ez az elem nem rendelkezik gyermekelemekkel és attribútumokkal.
Szintaxis
<!-- description -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="description" type="xs:string" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
Eleminformációk
Szülőelem | Gyermekelemek |
---|---|
searchConnectorDescriptionType elem (keresési összekötő sémája) |
Megjegyzések
A leírásnak felhasználóbarátnak kell lennie, mivel az elemleírásokban is használható.
Példa
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<description>Search AdventureWorks.com</description>
...
</searchConnectionDescription>