itemdata (Domino DTD)

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;

Contains binary data encoded in Base64 as specified by MIME.

Attributes

<!ATTLIST itemdata

Attribute

type

%hex;

#REQUIRED

>

type

Helps define the item data by identifying its data type constant. For example, TYPE_USERDATA is the data type constant for data entered by a user into an editable field on a form.

Example