What follows is the list of predefined document properties. To add a properties of the list:
| PROPERTY | INTERNAL NAME | TYPE | SIZE | MEANING |
| Document Name | DOCNAME | char | 16 | Document name |
| Document Revision | DOCPROG | integer | | Document revision number (1, 2, 3, ...) |
| Revision Label | DOCLABEL | character | 1 | Document revision label (a, b, c ...) |
| Release Date | DOCDATE | date | | Date the document reached the Released (Released) status |
| Document Status | DOCSTATE | character | 1 | Document status (WorkInProgress (Work In Progress), Published (Published), Released (Released), Suspended (Suspended), UnderChange (Under Change), Cancelled (Cancelled)) |
| Description | DOCDES | character | 64 | Document description |
| File Name | DOCFILE | character | 32 | File name |
| Folder | DOCPATH | character | 80 | File path |
| File Type | DOCEXTE | character | 4 | File extension |
| Inserted by | DOCOPEC | character | 32 | Name of the user who created the document |
| Modified by | DOCOPEM | character | 32 | Name of the user who last modified the document |
| Created on | DOCCDATE | date | | Date the document was created (format depending on the current language; see also "How to format a date property") |
| Last Modified on | DOCMDATE | date | | Date the document was last modified (format depending on the current language; see also "How to format a date property") |
| Comment | DOCCOMM | character | 64 | Comment |
| Main Scale | DOCPRSCALE | real | | Primary Document scale |
| Secondary Scale List | DOCSECSCALE | character | | List of scales used in the layout views different from the Main Scale |
| Small Entities Filter | DOCSEFILT | character | | List of values of the Filter entities smaller than: option and the view names it is associated with. For example: "1 (b,c), 1.5 (e)" means that views b and c filter entities smaller than 1 drawing unit, and view e filters entities smaller that 1.5 drawing units |