|
|
1.1 root 1: PERSONNEL DEFINITIONS ::=
2:
3: BEGIN
4:
5: PersonnelRecord ::=
6: [APPLICATION 0]
7: IMPLICIT SET {
8: Name,
9:
10: title[0]
11: IA5String,
12:
13: EmployeeNumber,
14:
15: dateOfHire[1]
16: Date,
17:
18: nameOfSpouse[2]
19: Name,
20:
21: [3]
22: IMPLICIT SEQUENCE OF ChildInformation DEFAULT {}
23: }
24:
25: ChildInformation ::=
26: SET {
27: Name,
28:
29: dateofBirth[0]
30: Date
31: }
32:
33: Name ::=
34: [APPLICATION 1]
35: IMPLICIT SEQUENCE {
36: givenName
37: IA5String,
38:
39: initial
40: IA5String,
41:
42: familyName
43: IA5String
44: }
45:
46: EmployeeNumber ::=
47: [APPLICATION 2]
48: IMPLICIT INTEGER
49:
50: Date ::=
51: [APPLICATION 3]
52: IMPLICIT IA5String -- YYYYMMDD --
53:
54: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.