blob: b0604f7b1096d8d65f3d59fd0043c7cb473ad0e8 [file] [log] [blame]
Lev Walkin5b62ca82006-09-21 01:52:07 +00001
2-- OK: Everything is fine
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .118
7
8ModuleConstraintPrecedence
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 118 }
11 DEFINITIONS ::=
12BEGIN
13
Lev Walkin1bad1592006-09-21 01:58:24 +000014 C ::= IA5String (SIZE(10) ^ FROM("A".."D")
15 | SIZE(20) ^ FROM("D".."F"))
16
17 P ::= IA5String (FROM("AB") ^ SIZE(1..2)
18 | FROM("DE") ^ SIZE(3)
19 | FROM("AXE") ^ SIZE(1..5))
Lev Walkin5b62ca82006-09-21 01:52:07 +000020
21END