noteinfo (Domino DTD)

Contains identity information for a note.

Containment Hierarchy

Contained by: %note.prolog;

Contains: <created>, <modified>, <revised>, <lastaccessed>, <addedtofile>

Syntax

<!ELEMENT noteinfo ( created?, modified?, revised?, lastaccessed?, addedtofile? )>

Content

created? , modified? , revised? , lastaccessed? , addedtofile?

An optional <created> element, followed by optional <modified>, <revised>, <lastaccessed>, and <addedtofile> elements.

Attributes

<!ATTLIST noteinfo

unid

%unid;

#IMPLIED

noteid

%noteid;

#IMPLIED

sequence

%integer;

#IMPLIED

>

noteid

NoteID of the note.

sequence

Number of times the note has been edited. This attribute is used to resolve replication conflicts.

unid

Universal ID of the note.

Example

Example