XML FOR DOMINO


document element
Example

Represents a data note interpreted as a document. The DXL Exporter can interpret more of the items contained in a note when the note is transformed into DXL as a document element instead of as a note element.

For example, when represented as a document element, the form associated with the document is specified in the form attribute. When represented as a note element, the form information is specified via an item element with the form name being specified in the name attribute.

Containment Hierarchy

Contained by: %note.types;

Contains: %note.prolog;, %note.epilog;

Syntax

<!ELEMENT document ( %note.prolog; , %note.epilog; )>

Content

%note.prolog; , %note.epilog;


Attributes

<!ATTLIST document

%note.attrs;
parent%string;#IMPLIED
response%boolean;"false"
form%string;#IMPLIED
conflict%boolean;"false"
truncated%boolean;#IMPLIED
>

conflict


form
parent
response
truncated
Example
See Also