Bagikan melalui


Elemen domain (Skema Konektor Pencarian)

Elemen domain> opsional <menentukan URL layanan pencarian yang digunakan oleh konektor pencarian ini. Ini ditampilkan di panel detail. Elemen ini tidak memiliki elemen turunan dan tidak ada atribut.

Sintaks

<!-- domain -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="domain" type="xs:string" minOccurs="0"/>
            ...
        </xs:all>
        <xs:attribute name="publisher" type="xs:string"/>
        <xs:attribute name="product" type="xs:string"/>
    </xs:complexType>

Informasi Elemen

Elemen Induk Elemen Anak
SearchConnectorDescriptionType Element (Skema Konektor Pencarian)  

 

Keterangan

URL harus menjadi domain tingkat atas untuk penyedia pencarian. Contohnya:https://www.example.com

Contoh

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
    ...
    <domain>https://www.adventureworks.com</domain>
    ...
</searchConnectionDescription>