SearchConnectorDescription Element (Skema Pustaka)
Elemen <searchConnectorDescription> adalah elemen kontainer tingkat atas dari definisi konektor pencarian. Elemen <searchConnectorDescription> adalah ekstensi dari <jenis elemen searchConnectorDescriptionType> yang terkait dengan konektor Windows Federated Search; namun, Anda tidak dapat menyertakan konektor pencarian untuk Windows Federated Search atau penangan protokol dalam pustaka.
Sintaks
<!-- searchConnectorDescription -->
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
<xs:element name="isSearchOnlyItem" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="isDefaultSaveLocation" type="xs:boolean" minOccurs="0"/>
<xs:element name="isDefaultNonOwnerSaveLocation" type="xs:boolean" minOccurs="0"/
<xs:element name="description" type="xs:string" minOccurs="0"/>
<xs:element name="iconReference" type="xs:string" minOccurs="0"/>
<xs:element name="imageLink" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="url" type="xs:anyURI"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="author" type="xs:string" minOccurs="0"/>
<xs:element name="dateCreated" type="xs:dateTime" minOccurs="0"/>
<xs:element name="templateInfo" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="folderType" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="simpleLocation" type="shellLinkType" minOccurs="0"/>
<xs:element name="locationProvider" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="propertyBag" type="propertyStoreType" minOccurs="0"/>
</xs:all>
<xs:attribute name="clsid" use="required"/>
<xs:attribute name="codebase" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="scope" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="scopeItem" maxOccurs="unbounded">
<xs:complexType>
<xs:all>
<xs:element name="mode" default="Include">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Include"/>
<xs:enumeration value="Exclude"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="depth" default="Shallow" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Shallow"/>
<xs:enumeration value="Deep"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="url" type="xs:anyURI"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="propertyStore" type="propertyStoreType" minOccurs="0"/>
<xs:element name="includeInStartMenuScope" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="domain" type="xs:string" minOccurs="0"/>
<xs:element name="supportsAdvancedQuerySyntax" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="isIndexed" type="xs:boolean" minOccurs="0"/>
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
</xs:schema>
Informasi Elemen
Lihat dokumentasi skema di Windows Search
Elemen Induk | Elemen Anak |
---|---|
SearchConnectorDescriptionList Element (Skema Pustaka) | <isSearchOnlyI.tem> |
<Deskripsi> | |
<iconReference> | |
<imageLink> | |
<Penulis> | |
<dateCreated> | |
<templateInfo> | |
<locationProvider> | |
<Lingkup> | |
<propertyStore> | |
<Domain> | |
<mendukungAdvancedQuerySyntax> | |
<isDefaultSaveLocation> | |
<isDefaultNonOwnerSaveLocation> | |
<isIndexed> | |
<simpleLocation> | |
<includeInStartMenu> |
Atribut
Atribut | Deskripsi |
---|---|
penerbit | Opsional. Nama tampilan penerbit yang menyediakan konektor pencarian. |
produk | Opsional. Nama tampilan produk tempat konektor pencarian diterapkan. |
Keterangan
Elemen <searchConnectorDescription> pustaka menggunakan definisi skema yang sama dengan <searchConnectorDescription> untuk Windows Federated Search. Meskipun mereka menggunakan skema yang sama, konektor pencarian untuk pencarian Federasi Windows tidak dapat disertakan dalam pustaka.
Topik terkait