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

...

ChildInformation ::=
	SET {
		Name
		%{
		    printf ("\nChild Information\nName: %s %s. %s\n",
			givenName, initial, familyName);
		%},

	    dateofBirth[0]
		Date
		%{ printf ("Date of Birth: %s\n", Date); %}
	}

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

		initial
		    IA5String [[s initial]],

		familyName
		    IA5String [[s familyName]]
	    }

EmployeeNumber ::=
	[APPLICATION 2]
	    IMPLICIT INTEGER
	    %{ printf ("Employee Number: %d\n", $$); %}

...

unix.superglobalmegacorp.com

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