domain Element (Search Connector Schema)
[This documentation is preliminary and is subject to change.]
The optional <domain> element specifies the URL of the search service used by this search connector. It is displayed in the details pane. This element has no child elements and no attributes.
Syntax
<!-- 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>
Element Information
Parent Element | Child Elements |
---|---|
searchConnectorDescriptionType Element (Search Connector Schema) |
Remarks
The URL should be the top-level domain for the search provider. For example, https://www.example.com.
Example
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<domain>https://www.adventureworks.com</domain>
...
</searchConnectionDescription>