Commit c92a7464 authored by Lev Walkin's avatar Lev Walkin

testing of spaces in enumeration

parent 03850188
...@@ -31,17 +31,17 @@ Set ::= SET { ...@@ -31,17 +31,17 @@ Set ::= SET {
ExtensibleSet ::= SET { ExtensibleSet ::= SET {
string [0] IMPLICIT UTF8String OPTIONAL, string [0] IMPLICIT UTF8String OPTIONAL,
... ...,
enum [1] IMPLICIT ENUMERATED {
b(0),
a(1)
}
} }
ExtensibleSequence ::= SEQUENCE { ExtensibleSequence ::= SEQUENCE {
string [0] IMPLICIT UTF8String OPTIONAL, string [0] IMPLICIT UTF8String OPTIONAL,
..., ...,
integer [1] IMPLICIT INTEGER OPTIONAL, integer [1] IMPLICIT INTEGER OPTIONAL
enum [2] IMPLICIT ENUMERATED {
b(0),
a(1)
}
} }
SetOf ::= SET OF REAL 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