XFA Specification
Chapter 16, Config Specification
Config Element Reference
680
The agent element
This element is a container for all options for one particular XFA application.
<agent
Properties:
desc="cdata"
name="xml-id"
>
<common>
[0..1]
</agent>
The agent element is used within the following other elements:
config
The common property
This element is a container for options used by many or all XFA applications.
For more information see "The
The desc property
An attribute to hold human-readable metadata.
The name property
The value for this attribute, hence the name of the node in the Configuration DOM, is
implementation-defined.
This allows for multiple applications to share a configuration document
without interfering with each other. To ensure that there are no name collisions the value used should be a
unique URI based on a registered domain. Such URIs may contain characters that are not supported in
names within XFA-SOM expressions, hence the application may have to carry out additional processing,
such as searching through all sibling agent nodes, to find its own configuration information.