Contains the name of the xmlFileAdapter element.
xsf:xdTitle
Element | Description |
---|---|
xmlFileAdapter | Defines an .xml file data adapter that retrieves data from an .xml file for the specified data object. |
<xsd:attribute name="name" type="xsf:xdTitle" use="optional" ></xsd:attribute>
The name attribute is an optional attribute of the xmlFileAdapter element.
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>