Commit 815331ce authored by Lev Walkin's avatar Lev Walkin

ExtensibleSet

parent f4069d22
......@@ -19,7 +19,8 @@ BEGIN
sequence Sequence,
set Set,
setOf SetOf,
seqOf SeqOf
seqOf SeqOf,
extensibleSet ExtensibleSet
}
Sequence ::= SEQUENCE {
......@@ -34,6 +35,11 @@ BEGIN
opaque OCTET STRING OPTIONAL
}
ExtensibleSet ::= SET {
string UTF8String OPTIONAL,
...
}
SetOf ::= SET OF REAL
SeqOf ::= SEQUENCE OF id INTEGER
......
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