Re: [ASN.1] Dynamic ObjectSets

2001-11-23 Thread John Larmouth
Yes. John L John Birrell wrote: G'day, If I have ObjectSets 'A', 'B' and 'C' defined: A SOMECLASS ::= { a1 | a2 | a3, ... } B SOMECLASS ::= { b1 | b2 | b3, ... } C SOMECLASS ::= { A ^ B } I understand that ObjectSet 'C' inherits the dynamic nature of 'A' and 'B'. Does this mean

RE: [ASN.1] Dynamic ObjectSets

2001-11-20 Thread Gyorgy Rethy (ETH)
PROTECTED] Subject: Re: [ASN.1] Dynamic ObjectSets On Mon, 19 Nov 2001, John Birrell wrote: G'day, If I have ObjectSets 'A', 'B' and 'C' defined: A SOMECLASS ::= { a1 | a2 | a3, ... } B SOMECLASS ::= { b1 | b2 | b3, ... } C SOMECLASS ::= { A ^ B } I understand that ObjectSet 'C' inherits

Re: [ASN.1] Dynamic ObjectSets

2001-11-19 Thread Bancroft Scott
On Mon, 19 Nov 2001, John Birrell wrote: G'day, If I have ObjectSets 'A', 'B' and 'C' defined: A SOMECLASS ::= { a1 | a2 | a3, ... } B SOMECLASS ::= { b1 | b2 | b3, ... } C SOMECLASS ::= { A ^ B } I understand that ObjectSet 'C' inherits the dynamic nature of 'A' and 'B'. Does this