blob: bf4e396042de3d7f6fa5781f286ae64bcfda48e7 [file] [log] [blame]
Lev Walkin5bbff1e2004-06-28 21:13:22 +00001
2ModuleTestConstr {iso(-1) org(3) dod(6) internet(1) private(4)
3 enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
4 20 }
5DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
6BEGIN
7
8ConstructedType1 ::= SEQUENCE {
9 a [1] IMPLICIT INTEGER,
10 b [2] IMPLICIT INTEGER,
11 d UTF8String,
12 ...!ex1,
13 c IA5String
14}
15
16ConstructedType2 ::= SET {
17 a [1] IMPLICIT INTEGER,
18 b [2] IMPLICIT INTEGER,
19 ...
20}
21
22ex1 INTEGER ::= 1
23
24END