Commit c92a7464 authored by Lev Walkin's avatar Lev Walkin

testing of spaces in enumeration

parent 03850188
......@@ -31,17 +31,17 @@ Set ::= SET {
ExtensibleSet ::= SET {
string [0] IMPLICIT UTF8String OPTIONAL,
...
...,
enum [1] IMPLICIT ENUMERATED {
b(0),
a(1)
}
}
ExtensibleSequence ::= SEQUENCE {
string [0] IMPLICIT UTF8String OPTIONAL,
...,
integer [1] IMPLICIT INTEGER OPTIONAL,
enum [2] IMPLICIT ENUMERATED {
b(0),
a(1)
}
integer [1] IMPLICIT INTEGER OPTIONAL
}
SetOf ::= SET OF REAL
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment