Node:Article Information, Next:Who Information, Previous:Article Marks, Up:LysKOM Data Types
Misc-Info ::= SELECTION ( 0=recpt recipient : Conf-No; 1=cc-recpt cc-recipient : Conf-No; 2=comm-to comment-to : Text-No; 3=comm-in commented-in : Text-No; 4=footn-to footnote-to : Text-No; 5=footn-in footnoted-in : Text-No; 6=loc-no local-no : Local-Text-No; 7=rec-time received-at : Time; 8=sent-by sender : Pers-No; 9=sent-at sent-at : Time; 15=bcc-recpt bcc-recipient : Conf-No; ) Info-Type ::= ENUMERATION-OF(Misc-Info) Text-Stat-Old ::= ( creation-time : Time; author : Pers-No; no-of-lines : INT32; no-of-chars : INT32; no-of-marks : INT16; misc-info : ARRAY Misc-Info; ) Text-Stat ::= ( creation-time : Time; author : Pers-No; no-of-lines : INT32; no-of-chars : INT32; no-of-marks : INT16; misc-info : ARRAY Misc-Info; aux-items : ARRAY Aux-Item; )
These two structures contain information about a single article.
Text-Stat
contains core information about the article and
Misc-Info
contains miscellaneous information related to the
article.
A Text-Stat
consists of the following:
creation-time
author
no-of-lines
no-of-chars
no-of-marks
misc-info
Misc-Info
list for this article.
aux-items
Misc-Info
, when sent to the client, is sent in a particular order
(see The Misc-Info List). The variants Misc-Info
are
(briefly):
recpt
cc-recpt
comm-to
comm-in
footn-to
footn-in
loc-no
recpt
, cc-recpt
or bcc-recpt
.
rec-time
recpt
, cc-recpt
or bcc-recpt
.
sent-by
recpt
, cc-recpt
or bcc-recpt
.
sent-at
recpt
, cc-recpt
or bcc-recpt
.
bcc-recpt