XML FOR DOMINO


subform element
Represents a subform as a named design element. A subform is a shared resource that saves several form elements as a single object. For instance, you can create a subform that contains fields that display a company logo or copyright information and can insert the subform into several different forms that require this standard information.

Containment Hierarchy

Contained by: %design.elements;

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

Syntax

<!ELEMENT subform ( %named.design.note.prolog;, globals?, code*, actionbar?, body, %note.epilog; )>

Content

%named.design.note.prolog;, globals?, code*, actionbar?, body, %note.epilog;


Attributes

<!ATTLIST subform
%named.design.note.attrs;
>

See Also