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

Re: REVISED protocol review notes [LONG]




Jim,

Jim Sermersheim wrote:
>>> Steven Legg <steven.legg@adacel.com.au> 10/22/03 1:17:00 AM >>>
>Yes, but you could also do this:
>
>PartialAttribute ::= SEQUENCE {
>type AttributeDescription,
>vals SET OF AttributeValue }
>
>Attribute ::= PartialAttribute(WITH COMPONENTS {..., vals (SIZE(1..MAX))})
Wow. This looks cool... but having never seen such a thing, I had to do a double take.

You might like to add an ASN.1 comment for good measure since the notation is infrequently used, e.g.

    -- must contain at least one attribute value --

Regards,
Steven