blob: 8df3402690c4ea70212365e918684c5c81b9f990 [file] [log] [blame]
Lev Walkin4696c742005-08-22 12:23:54 +00001Module-asn1c-controls { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2 spelio(9363) software(1) asn1c(5) test(1) 93 }
3DEFINITIONS AUTOMATIC TAGS ::=
4BEGIN
5
6Sequence ::= SEQUENCE {
7 ainl [0] IMPLICIT INTEGER,
8 aptr [1] IMPLICIT INTEGER /* <asn1c:pointer> */
9}
10
11Set ::= SET {
12 ainl [0] IMPLICIT Sequence,
13 aptr [1] IMPLICIT Sequence /* <asn1c:pointer> */
14}
15
16Choice ::= CHOICE {
17 setof [0] IMPLICIT SET OF INTEGER, /* <asn1c:pointer> */
18 aptr [1] IMPLICIT Sequence, /* <asn1c:pointer> */
19 ainl [2] IMPLICIT Sequence
20}
21
22END