[Date Prev][Date Next] [Chronological] [Thread] [Top]

ASN.1 definitions in draft-ietf-ldapbis-syntaxes-01.txt



For any multipart syntax, could we include the ASN.1 definition, rather
than including it in prose?
I'm thinking of examples like Section 3.9 and 3.13.

For example, in 3.9, rather than "A value in this syntax is a set of
the ASN.1 enumerated INTEGER 
   values", we could have:

DeliveryMethod ::= SET OF ENUMERATED {
	any	(0),
	mhs	(1),
	physical	(2),
	telex	(3),
	teletex	(4),
	g3fax	(5),
	g4fax	(6),
	ia5	(7),
	videotex	(8),
	telephone	(9) }

(If that's actually what the statement means.)

Also, there are many multipart syntaxes that lack an ASN.1 definition,
do we plan to define the ASN.1 for these?

Jim