-- dse.py - X.500 PresentationAddress syntax

-- $Header: /a/vulcan/xtel/isode/isode-master/acsap/RCS/dse.py,v 8.0 91/07/17 12:15:55 isode Rel $
--
--
-- $Log:	dse.py,v $
-- Revision 8.0  91/07/17  12:15:55  isode
-- Release 7.0
-- 
--

--
--				  NOTICE
--
--    Acquisition, use, and distribution of this module and related
--    materials are subject to the restrictions of a license agreement.
--    Consult the Preface in the User's Manual for the full terms of
--    this agreement.
--
--


DSE DEFINITIONS ::=

%{
#ifndef	lint
static char *rcsid = "$Header: /a/vulcan/xtel/isode/isode-master/acsap/RCS/dse.py,v 8.0 91/07/17 12:15:55 isode Rel $";
#endif
%}

BEGIN

PSAPaddr ::=
	SEQUENCE {
	    pSelector[0]
		OCTET STRING
		OPTIONAL,

	    sSelector[1]
		OCTET STRING
		OPTIONAL,

	    tSelector[2]
		OCTET STRING
		OPTIONAL,

	    nAddress[3]
		SET OF
		    OCTET STRING
	}

END
