BSD 4_3_Net_2 release
[unix-history] / usr / src / contrib / isode / dsap / x500as / th.py
CommitLineData
53102063
C
1-- th-enc.py - Thorn and RARE defined attribute sytaxes
2
3-- $Header: /f/osi/dsap/x500as/RCS/th.py,v 7.1 91/02/22 09:22:20 mrose Interim $
4--
5--
6-- $Log: th.py,v $
7-- Revision 7.1 91/02/22 09:22:20 mrose
8-- Interim 6.8
9--
10-- Revision 7.0 90/12/06 07:35:05 mrose
11-- *** empty log message ***
12--
13-- Revision 7.0 89/11/23 21:50:54 mrose
14-- Release 6.0
15--
16
17--
18-- NOTICE
19--
20-- Acquisition, use, and distribution of this module and related
21-- materials are subject to the restrictions of a license agreement.
22-- Consult the Preface in the User's Manual for the full terms of
23-- this agreement.
24--
25--
26
27
28Thorn
29 {
30 ccitt
31 data(9)
32 pss(2342)
33 ucl(19200300)
34 thorn(100)
35 directoryDefinitions(1)
36 }
37
38DEFINITIONS ::=
39
40PREFIXES encode decode print
41
42BEGIN
43
44
45MailBox [[P struct mailbox *]]
46 ::=
47 SEQUENCE
48 {
49 mailboxType
50 PrintableString [[ s mtype ]],
51 mailbox
52 IA5String [[ s mbox ]]
53 }
54
55DocumentStoreSyntax [[P struct documentStore *]]
56 ::=
57 SEQUENCE {
58 method
59 INTEGER [[ i ds_method ]]
60 { ftp(0), ftam(1) },
61
62 textEncodedHostName
63 IA5String [[ s ds_host ]],
64
65 directoryName[0]
66 IA5String [[ s ds_dir ]]
67 OPTIONAL,
68
69 fileFsName
70 IA5String [[ s ds_file ]]
71 }
72
73END