home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / iso / 1456 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.5 KB

  1. Path: sparky!uunet!gatech!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!sics.se!vall!news-mail-gateway
  2. From: jpalme@dsv.SU.SE (Jacob Palme DSV)
  3. Newsgroups: comp.protocols.iso
  4. Subject: Re: Question about the SET construct of ASN.1
  5. Message-ID: <226732*jpalme@su-kom.dsv.su.se>
  6. Date: 29 Dec 92 17:31:14 GMT
  7. References: <Dec.27.08.59.04.1992.12637@caip.rutgers.edu>
  8. Sender: daemon@vall.dsv.su.se
  9. Lines: 22
  10.  
  11. The reason for my question is that in group communication,
  12. we would like to have a format which is as closely aligned
  13. to the X.400 IPM format as possible. But we still need
  14. a way of referring to the individual links defined in
  15. the heading. By link I mean such attributes in the heading
  16. which refer to other objects, like primary-recipients and
  17. replied-to-IPM.
  18.  
  19. After your advice, I will now propose the following construct.
  20. Whether that construct will be liked by the other people
  21. in the standards group is something we will see at our next
  22. meeting, in Tokyo in the beginning of February.
  23.  
  24. LinkName ::= SEQUENCE { 
  25.         ipmid-part      IPMIdentifier, - - - as defined in X.420
  26.         link-type       INTEGER (authorizing-users(1), primary-recipients(2),
  27.                         copy-recipients(3), blind-copy-recipients(4), 
  28.                         replied-to-IPMs(5), obsoleted-IPMs(6),
  29.                         related-IPMs(7), reply-recipients(11)),
  30.         link-position   INTEGER (0<..MAX) DEFAULT 1 - -  position of link in
  31.                         - - sequences of more than one of the same type
  32.    }
  33.