<!DOCTYPE CELLATTACHMENTS [ <!ELEMENT CELLATTACHMENTS ANY > <!ELEMENT DOCUMENTS (DOCUMENT*) > <!ELEMENT DOCUMENT EMPTY> <!ATTLIST DOCUMENT file CDATA #IMPLIED> <!ATTLIST DOCUMENT path CDATA #IMPLIED> ]>
Element
Description
CELLATTACHMENTS
The root element. <CELLATTACHMENTS> contains a <DOCUMENTS> tag, which in turn contains the cell attachment.
DOCUMENTS
Contains one <DOCUMENT> element per cell attachment.
DOCUMENT
Represents a cell attachment, and contains the following attributes:
file = The name of the attachment.
path = The path of the attachment.