name Attribute (xmlFileAdapter Element)

Microsoft Office InfoPath

name Attribute (xmlFileAdapter Element)

Contains the name of the xmlFileAdapter element.

Type

xsf:xdTitle

Parent Elements

Element Description
xmlFileAdapter Defines an .xml file data adapter that retrieves data from an .xml file for the specified data object.

Definition

    <xsd:attribute name="name" type="xsf:xdTitle" use="optional" ></xsd:attribute>
  

Remarks

The name attribute is an optional attribute of the xmlFileAdapter element.

Example

The following is an example of the name attribute as it is used in the xmlFileAdapter element:

    <xsf:query>
   <xsf:xmlFileAdapter name="CurrencyInfo" fileUrl="currencies.xml" />
</xsf:query>