|
|
1.1 root 1: -- P3 Defined Types (stub)
2:
3: -- $Header: /f/osi/pepy/RCS/P3.py,v 7.0 89/11/23 22:11:33 mrose Rel $
4: --
5: --
6: -- $Log: P3.py,v $
7: -- Revision 7.0 89/11/23 22:11:33 mrose
8: -- Release 6.0
9: --
10:
11: --
12: -- NOTICE
13: --
14: -- Acquisition, use, and distribution of this module and related
15: -- materials are subject to the restrictions of a license agreement.
16: -- Consult the Preface in the User's Manual for the full terms of
17: -- this agreement.
18: --
19: --
20:
21:
22: P3 DEFINITIONS ::=
23:
24: %{
25: #ifndef lint
26: static char *rcsid = "$Header: /f/osi/pepy/RCS/P3.py,v 7.0 89/11/23 22:11:33 mrose Rel $";
27: #endif
28: %}
29:
30: BEGIN
31:
32: PRINTER print
33:
34: DeliverEnvelope ::=
35: SET {
36: [0]
37: IMPLICIT P1.ContentType,
38:
39: originator
40: P1.ORName,
41:
42: original[1]
43: IMPLICIT P1.EncodedInformationTypes,
44:
45: P1.Priority DEFAULT normal,
46:
47: [2]
48: IMPLICIT DeliveryFlags,
49:
50: otherRecipients[3]
51: IMPLICIT SEQUENCE OF P1.ORName
52: OPTIONAL,
53:
54: thisRecipient[4]
55: IMPLICIT P1.ORName,
56:
57: intendedRecipient[5]
58: IMPLICIT P1.ORName
59: OPTIONAL,
60:
61: converted[6]
62: IMPLICIT P1.EncodedInformationTypes,
63:
64: submission[7]
65: IMPLICIT P1.Time
66: }
67:
68: DeliveryFlags ::=
69: BITSTRING { conversionProhibited(2) }
70:
71: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.