propertyStore-Element (Connectorschema suchen)
Das < optionale propertyStore-Element gibt den Speicherort eines > XML-basierten IPropertyStore an, um offene Metadaten für diesen Suchconnector zu speichern. Dieses Element verfügt über keine Attribute und nur über ein untergeordnetes Element.
Syntax
<!-- 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>
Elementinformationen
| Übergeordnetes Element | Untergeordnete Elemente |
|---|---|
| searchConnectorDescriptionType-Element (Search Connector Schema) | property-Element von propertyStore (Connectorschema suchen) |
Beispiel
Das folgende Beispiel zeigt ein < propertyStore-Element > mit zwei < > Eigenschaftenelementen.
<propertyStore>
<property name="OpenSearchHTMLRolloverTemplate">https://www.adventureworks.com/Search/?Query={searchTerms}</property>
<property name="isExternal" type="boolean">true</property>
</propertyStore>