The keywords attribute is a text attribute that has one line for each keyword in the following format:
<keyword name><white space><attribute name or value>
The following table lists the default keywords that are defined in the keywords attribute.
| Keyword | Replace by attribute value | Example |
|---|---|---|
| base_name | File name minus the extension | foo |
| created_by | Creator of the object | jsmith |
| cvtype | Name of the object type | csrc |
| date_created | Creation date | Mon Aug 24 12:05:11 1998 |
| derived_by | Owner of the object | jdoe |
| display_name | Name of the object ("." is replaced by "_") | foo_c |
| filespec | name<delimiter>version | foo.c-2.1 |
| full_filespec | Four-part object spec | foo.c-2.1:csrc:1 |
| full_name | Four-part object name | 1/csrc/foo.c/2.1 |
| instance | Instance of the object | 1 |
| name | Name of the object | foo.c |
| subsystem | Subsystem of the object (same as instance) | 1 |
| version | Version of the object | 2.1 |