appletresource (Domino DTD)

Represents an applet resource design element, sometimes called a Java resource. Its single code element contains a javaproject element which contains the individual files that comprise the applet resource. This element is different from a rich text <javaapplet> element.

Containment Hierarchy

Contained by: %design.elements;

Contains: <code>, %named.design.note.prolog;, %note.epilog;

Syntax

<!ELEMENT appletresource ( %named.design.note.prolog;, code, %note.epilog; )>

Content

%named.design.note.prolog;, code , %note.epilog;

Contains any of the options of the %named.design.note.prolog entity, followed by a code element (which contains a <javaproject> element), and any of the options of the %note.epilog; entity.

Attributes

<!ATTLIST appletresource
Attribute
%named.design.note.attrs;
>