ExtensibleSet

This commit is contained in:
Lev Walkin 2005-02-18 09:08:20 +00:00
parent f4069d22f0
commit 815331cefd
1 changed files with 7 additions and 1 deletions

View File

@ -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