Share via


davAdapterExtension Element

Specifies the extended information for the corresponding davAdapter element in the manifest.xsf.

Usage

  
<davAdapterExtension
	ref="xsf:xdTitle"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
dataConnections Contains elements that specify data connections.

Child Elements

Element Description
connectoid Specifies information that describes a data connection file.

Attributes

Attribute Type Required Description Possible Values
ref xdTitle Required Specifies the name attribute of the davAdapter element in the manifest.xsf that is extended by information in this element.

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.
String

Definition

  
<xsd:element name="davAdapterExtension">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="xsd:connectoid" minOccurs="0" />
      </xsd:sequence>
      <xsd:attribute name="ref" type="xsf:xdTitle" use="required" />
    </xsd:complexType>
</xsd:element>

Remarks

Microsoft Office InfoPath adds the davAdapterExtension element to the manifest.xsf file when a database data connection for submitting to a SharePoint document library is defined by using settings that are specified from a data connection file (.udcx) in a data connection library.

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.

Example

The following is an example of the davAdapterExtension element.

  
<xsf2:davAdapterExtension ref="SharePoint Library Submit">
   <xsf2:connectoid name="SharePoint Library Submit" connectionLinkType="relative" siteCollection="http://www.example.com/sites/" source="InfoPath Data Connections/SharePoint Library Submit.udcx" />
</xsf2:davAdapterExtension>