Hi all,

I have run across some syntax and am not quite sure how to apply the 
PER-visible constraints.  The syntax is as follows:

        Id ::= INTEGER (IdSet)

        IdSet INTEGER ::= { IDs, ... }

        IDs ::= INTEGER (0..65535)


My guess is that Id reduces to one of the two following expressions:

        Id ::= INTEGER (0..65535)

or

        Id ::= INTEGER (0..65535,...)


I know there are some rules as to whether the ellipsis is maintained or 
not when constraints like this are used.  I'm fuzzy as to how that 
applies in this case however.

Any help would be most appreciated.

Regards,

Ed Day
Principal Engineer
Objective Systems, Inc.
[EMAIL PROTECTED]
(610) 608-4930 (voice)
(610) 321-0361 (fax)
(877) 820-4164 (toll-free voicemail & fax)

Reply via email to