blob: 353f15cc148eb6eb11720431f28c33e1321c92a6 [file] [log] [blame]
Lev Walkin4062b012013-10-11 14:29:38 -07001Module-asn1c-controls { iso org(3)
2 dod(6) internet(1) private(4)
3 enterprise(1) spelio(9363)
4 software(1) asn1c(5) test(1)
5 93 }
Lev Walkin4696c742005-08-22 12:23:54 +00006DEFINITIONS AUTOMATIC TAGS ::=
7BEGIN
8
9Sequence ::= SEQUENCE {
10 ainl [0] IMPLICIT INTEGER,
Lev Walkinef625402005-09-05 05:17:57 +000011 --<ASN1C.RepresentAsPointer>--
12 aptr [1] IMPLICIT INTEGER
Lev Walkin4696c742005-08-22 12:23:54 +000013}
14
15Set ::= SET {
16 ainl [0] IMPLICIT Sequence,
Lev Walkinef625402005-09-05 05:17:57 +000017 --<ASN1C.RepresentAsPointer>--
18 aptr [1] IMPLICIT Sequence
Lev Walkin4696c742005-08-22 12:23:54 +000019}
20
21Choice ::= CHOICE {
Lev Walkinef625402005-09-05 05:17:57 +000022 --<ASN1C.RepresentAsPointer>--
23 setof [0] IMPLICIT SET OF INTEGER,
24 --<ASN1C.RepresentAsPointer>--
25 aptr [1] IMPLICIT Sequence,
Lev Walkin4696c742005-08-22 12:23:54 +000026 ainl [2] IMPLICIT Sequence
27}
28
29END