document (Domino DTD)
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;
Contains any one of the contents of the entities that represent the beginning and the end content of a note, respectively.
Attributes
<!ATTLIST document
parent |
%string; |
#IMPLIED |
response |
%boolean; |
"false" |
form |
%string; |
#IMPLIED |
conflict |
%boolean; |
"false" |
truncated |
%boolean; |
#IMPLIED |
>
conflict
If true, the current document is a save or replication conflict document.
form
Name of the form associated with the document.
parent
Universal id of the parent document, if the current document is a response or conflict document.
response
If true, the current document is a response document.
truncated
If true, the document was truncated during replication.