filename

Identifies the name of an enclosed file. This name appears in the list of enclosed files.

Syntax

   <filename>name of file</filename>
Table 1. filename parameters
Parameter Type Description
name of file string the name of the enclosed file

Available In

data

Example

This sample specifies the name of an enclosed file:

   <filename>std_logo.xfd</filename>

Usage details

  1. Default: none
  2. To ensure cross-platform compatibility, limit filenames to the following set of characters: lowercase letters from a to z, uppercase letters from A to Z, the integers 0 through 9, and the underscore (_).
  3. To ensure cross-platform compatibility, limit form names to a maximum of eight characters, followed by a .xfd extension.