Node:Article Information, Next:, Previous:Article Marks, Up:LysKOM Data Types



Article Information


        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
The time when the article was created.
author
The author of the article.
no-of-lines
The number of lines in the article.
no-of-chars
The number of characters in the article.
no-of-marks
The number of marks added to this article by persons.
misc-info
The Misc-Info list for this article.
aux-items
The list of aux items for this article.

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
Used to specify recipients of the article.
cc-recpt
Specifies recipients who have received a copy of the article but who will not receive comments.
comm-to
Specifies an article this article is a comment to.
comm-in
Specifies an article in which there are comments to this article.
footn-to
Specifies an article this article is a footnote to.
footn-in
Specifies an article to which this article is a footnote.
loc-no
Specifies the local text number of this article in the conference specified by recpt, cc-recpt or bcc-recpt.
rec-time
Specifies the time when this article was received by the conference specified by recpt, cc-recpt or bcc-recpt.
sent-by
Specifies who sent this article to the conference specified by recpt, cc-recpt or bcc-recpt.
sent-at
Specifies when the article was sent to the conference specified by recpt, cc-recpt or bcc-recpt.
bcc-recpt
Specifies a blind carbon copy recipient. This item is only accepted by protocol version 10 servers and is only sent in responses and messages introduced in protocol version 10 or later.