POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This extension adds an attribute to store the binary contents of an electronic document (i.e., the file itself).
CHANGE ESM_electronic_document_content ALTER ENTITY electronic_document; ADD digital_file : OPTIONAL ndt_binary (*<desc> This is the digital document itself.*); END_ENTITY; END_CHANGE;