Commit 96829de3 authored by Lev Walkin's avatar Lev Walkin

more XER testing

parent e77d4565
......@@ -19,8 +19,10 @@ BEGIN
sequence Sequence,
set Set,
setOf SetOf,
seqOf SeqOf,
extensibleSet ExtensibleSet
sequenceOf SequenceOf,
extensibleSet ExtensibleSet,
extensibleSequence ExtensibleSequence,
...
}
Sequence ::= SEQUENCE {
......@@ -40,7 +42,13 @@ BEGIN
...
}
ExtensibleSequence ::= SEQUENCE {
string UTF8String OPTIONAL,
...,
integer INTEGER OPTIONAL
}
SetOf ::= SET OF REAL
SeqOf ::= SEQUENCE OF id INTEGER
SequenceOf ::= SEQUENCE OF id INTEGER
END
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