Catalog attribute files can have any name, but must have an .ini
file suffix. They can be readily maintained using any text editor.
Catalog attribute files consist of a set of text records, separated by a single <CR>
(ASCII code 0xD), a single <LF>
(ASCII code 0xA), or a <CR><LF>
pair. Each record consists of an attribute name and one or more comma-separated attribute values:
*
name*= *
value**[, *
value*]{<CR>|<LF>|<CR><LF>}
name |
Attribute name; may consist of one or more letters, number, '-', and '_'; not case sensitive. |
value |
Attribute value; must not include <CR> , or <LF> characters, unless escaped by a single backslash just before the newline character. |