blob: 26503cd06aab446f9dbda7af8205ca6fce27fb8a [file] [log] [blame]
Lev Walkinfb953d12007-06-23 20:06:04 +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-- .126
7
8ModulePERExtensions
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 126 }
11 DEFINITIONS AUTOMATIC TAGS ::=
12BEGIN
13
14 PDU ::= SEQUENCE {
15 ...,
16 str-o IA5String OPTIONAL,
Lev Walkinac6db372007-06-26 10:14:11 +000017 str-m IA5String,
18 singl Singleton,
19 pdu-2 PDU-2
20 }
21
22 Singleton ::= SEQUENCE {
23 mandatory IA5String DEFAULT "z"
24 }
25
26 PDU-2 ::= CHOICE {
27 str-p2 IA5String
Lev Walkinfb953d12007-06-23 20:06:04 +000028 }
29
30END