File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / doc / manual / grind4-1.py
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

PERSONNEL DEFINITIONS	::=

BEGIN

PersonnelRecord ::=
	[APPLICATION 0]
	    IMPLICIT SET {
		    Name,

		title[0]
		    IA5String,

		    EmployeeNumber,

		dateOfHire[1]
		    Date,

		nameOfSpouse[2]
		    Name,

		[3]
		    IMPLICIT SEQUENCE OF ChildInformation DEFAULT {}
	    }

ChildInformation ::=
	SET {
		Name,

	    dateofBirth[0]
		Date
	}

Name ::=
	[APPLICATION 1]
	    IMPLICIT SEQUENCE {
		givenName
		    IA5String,

		initial
		    IA5String,

		familyName
		    IA5String
	    }

EmployeeNumber ::=
	[APPLICATION 2]
	    IMPLICIT INTEGER

Date ::=
	[APPLICATION 3]
	    IMPLICIT IA5String -- YYYYMMDD --

END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.