Arbortext Command Language > set Command Options > set ditakeynamequalifier
  
set ditakeynamequalifier
set ditakeynamequalifier=qualifier
This option contains a string that is automatically added as a prefix or suffix to the key names you enter from the Resource Manager’s Key Definition tab. This helps ensure that your key names are unique. This option has document scope.
Whether the qualifier is added as a prefix or suffix is determined by how the qualifier string begins or ends. The following rules apply for key name qualifiers:
If a qualifier begins with a . or -, the qualifier is a suffix.
If a qualifier ends with a . or -, the qualifier is a prefix.
if a qualifier neither ends nor begins with a . or -, the qualifier is a suffix.
It is recommended that you use a suffix as the name qualifier and that you use a . to separate the parts of the qualifier.
Examples
If you set ditakeynamequalifier to the following value:
set ditakeynamequalifier=.dita.acme.com
Your key names will have a name qualifier suffix:
keyname.dita.acme.com
If you set ditakeynamequalifier to the following value:
set ditakeynamequalifier=com.dita.acme.
Your key names will have a name qualifier prefix:
com.dita.acme.keyname
Related Topics
Using keys and key references