Bagikan melalui


propertyStore Element (Skema Konektor Pencarian)

Elemen propertyStore> opsional <menentukan lokasi IPropertyStore berbasis XML untuk menyimpan metadata terbuka untuk konektor pencarian ini. Elemen ini tidak memiliki atribut dan hanya satu elemen anak.

Sintaks

<!-- propertyStore -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
        ...
        <xs:element name="propertyStore" type="propertyStoreType" minOccurs="0">
            <xs:element name="property" minOccurs="0" maxOccurrs="unbounded"/>
        </xs:element>
        ...
        </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) properti Elemen propertiStore (Skema Konektor Pencarian)

 

Contoh

Contoh berikut menunjukkan <elemen propertyStore> dengan dua <elemen properti> .

<propertyStore>
    <property name="OpenSearchHTMLRolloverTemplate">https://www.adventureworks.com/Search/?Query={searchTerms}</property>
    <property name="isExternal" type="boolean">true</property>
</propertyStore>