Commit 39cf9478 authored by Lev Walkin's avatar Lev Walkin

testing PER visible extensibility in constraints

parent 38d00171
......@@ -11,6 +11,11 @@ ModuleConstraintPrecedence
DEFINITIONS ::=
BEGIN
E1 ::= IA5String (SIZE(1..5, ...) ^ FROM("A".."Z"))
E2 ::= IA5String (SIZE(1..5,...,5)) (FROM("A".."Z"))
E3 ::= IA5String (SIZE(1..5) ^ FROM("A".."Z"),...)
E4 ::= IA5String (FROM("A".."Z"),...) (SIZE(1..5))
C ::= IA5String (SIZE(10) ^ FROM("A".."D")
| SIZE(20) ^ FROM("D".."F"))
......
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