dataConnections Element

Contains elements that specify data connections.

Usage

  
<dataConnections />

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionDefinition Root element for the elements defined in the xsf2 namespace. Specifies new properties and features that have been added to Microsoft Office InfoPath 2007 form templates.

Child Elements

Element Description
useHttpHandlerExtension Specifies the extended information for the corresponding useHttpHandler element in the manifest.xsf.
davAdapterExtension Specifies the extended information for the corresponding davAdapter element in the manifest.xsf.
adoAdapterExtension Specifies the extended information for the corresponding adoAdapter element in the manifest.xsf.
webServiceAdapterExtension Specifies the extended information for the corresponding webServiceAdapter element in the manifest.xsf.
emailAdapterExtension Specifies the extended information for the corresponding emailAdapter element in the manifest.xsf.
xmlFileAdapterExtension Specifies the extended information for the corresponding xmlFileAdapter element in the manifest.xsf.
sharepointListAdapterExtension Specifies the extended information for the corresponding sharepointListAdapter element in the manifest.xsf.

Attributes

None

Definition

  
<xsd:element name="dataConnections">
    <xsd:complexType>
       <xsd:sequence>
          <xsd:element ref="xsd:useHttpHandlerExtension" type="useHttpHandlerExtensionType" minOccurs="0" />
          <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element ref="xsf2:davAdapterExtension" minOccurs="0" maxOccurs="unbounded" />
             <xsd:element ref="xsf2:adoAdapterExtension" minOccurs="0" maxOccurs="unbounded" />
             <xsd:element ref="xsf2:webServiceAdapterExtension" minOccurs="0" maxOccurs="unbounded" />
             <xsd:element ref="xsf2:emailAdapterExtension" minOccurs="0" maxOccurs="unbounded" />
             <xsd:element ref="xsf2:xmlFileAdapterExtension" minOccurs="0" maxOccurs="unbounded" />
             <xsd:element ref="xsf2:sharepointListAdapterExtension" minOccurs="0" maxOccurs="unbounded" />
          </xsd:choice>
       </xsd:sequence>
    </xsd:complexType>
</xsd:element>

Remarks

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.