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

ExtensibleSet

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