propertyStore 요소(Search 커넥터 스키마)
선택적 <propertyStore> 요소는 이 검색 커넥터에 대한 열린 메타데이터를 저장할 XML 기반 IPropertyStore의 위치를 지정합니다. 이 요소에는 특성이 없고 하나의 자식 요소만 있습니다.
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>
요소 정보
부모 요소 | 자식 요소 |
---|---|
searchConnectorDescriptionType 요소(Search 커넥터 스키마) | propertyStore의 property 요소(Search 커넥터 스키마) |
예제
다음 예제에서는 두 개의 <속성 요소가 있는 <propertyStore>> 요소를 보여줍니다.
<propertyStore>
<property name="OpenSearchHTMLRolloverTemplate">https://www.adventureworks.com/Search/?Query={searchTerms}</property>
<property name="isExternal" type="boolean">true</property>
</propertyStore>