blob: 2aeb4f723373a3c852f47e0aef6e5e3702957ed1 [file] [log] [blame]
Lev Walkin59b176e2005-11-26 11:25:14 +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-- .95
7
8ModuleCHOICE-PER-Ordering
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 95 }
11 DEFINITIONS ::=
12BEGIN
13
14 Choice ::= CHOICE {
15 roid RELATIVE-OID,
16 bitstr BIT STRING,
17 ch CHOICE {
18 null NULL,
19 int INTEGER
20 },
21 ...,
22 bool BOOLEAN
23 }
24
25 Choice2 ::= CHOICE {
26 bitstr [0] BIT STRING,
27 roid [1] RELATIVE-OID
28 }
29
30END