fileUrl Attribute
Contains the Uniform Resource Locator (URL) of the .xml file.
Type
xsd:anyURI
Remarks
The fileUrl attribute is a required attribute of the xmlFileAdapter element.
Example
The following is an example of the fileUrl attribute as it is used in the xmlFileAdapter element:
<xsf:query>
<xsf:xmlFileAdapter fileUrl="currencies.xml" />
</xsf:query>