formula (Domino DTD)

Represents an @function or @command in the formula language.

Containment Hierarchy

Contained by: %item.complex.types;, <keywords>, %simple.actions;, %code.types;, %field.types;, and %send.value.types;

Syntax

<!ELEMENT formula ( #PCDATA )>

Content

#PCDATA

Represents a formula as plain text.

Attributes

<!ATTLIST formula
Attribute    

compiled

%boolean;

#IMPLIED

>

compiled

Boolean value. If true, the formula contains Base64 compiled code instead of text.

Example

Example