blob: 5288379f4215f7eff9e9612ca3906abf946f6306 [file] [log] [blame]
Lev Walkin9c70e742013-10-17 13:03:36 -07001Module-asn1c-controls { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2 spelio(9363) software(1) asn1c(5) test(1) 93 }
Lev Walkin4696c742005-08-22 12:23:54 +00003DEFINITIONS AUTOMATIC TAGS ::=
4BEGIN
5
6Sequence ::= SEQUENCE {
7 ainl [0] IMPLICIT INTEGER,
Lev Walkinef625402005-09-05 05:17:57 +00008 --<ASN1C.RepresentAsPointer>--
9 aptr [1] IMPLICIT INTEGER
Lev Walkin4696c742005-08-22 12:23:54 +000010}
11
12Set ::= SET {
13 ainl [0] IMPLICIT Sequence,
Lev Walkinef625402005-09-05 05:17:57 +000014 --<ASN1C.RepresentAsPointer>--
15 aptr [1] IMPLICIT Sequence
Lev Walkin4696c742005-08-22 12:23:54 +000016}
17
18Choice ::= CHOICE {
Lev Walkinef625402005-09-05 05:17:57 +000019 --<ASN1C.RepresentAsPointer>--
20 setof [0] IMPLICIT SET OF INTEGER,
21 --<ASN1C.RepresentAsPointer>--
22 aptr [1] IMPLICIT Sequence,
Lev Walkin4696c742005-08-22 12:23:54 +000023 ainl [2] IMPLICIT Sequence
24}
25
26END