XML FOR DOMINO


itemdata element
Example

Contains the raw data for an item, encoded in Base64 as specified by MIME. This is utilized on export when the DTD does not yet support an item type, or when an option is selected to output items as uninterpreted data. For itemdata elements of type TYPE_OBJECT (file attachments, for instance), this element also contains the object data which is stored elsewhere in a Notes database.

Containment Hierarchy

Contained by: %simple.types;

Syntax

<!ELEMENT itemdata %binary;>

Content

%binary;


Attributes

<!ATTLIST itemdata
type%hex;#REQUIRED
>

type


Example
See Also