XML FOR DOMINO


fieldchoice element
Represents a field within a modifybyformaction or modifybyfield search. The content of the element, either made up of a simple or complex data type, is the value of the field.

Containment Hierarchy

Contained by: <modifybyformaction> , <formfieldschoice>

Contains: %simple.types;, %item.complex.types;

Syntax

<!ELEMENT fieldchoice ( %simple.types; | %item.complex.types; )>

Content

%simple.types; | %item.complex.types;


Attributes

<!ATTLIST fieldchoice
name%string;#REQUIRED
>

name


See Also