blob: 754ba54156eef6744ef92a787c76c3dbdfc7a398 [file] [log] [blame]
Lev Walkin171487e2006-03-21 07:25:18 +00001ModuleParameterization1 { iso org(3) dod(6) internet(1) private(4)
Lev Walkina00d6b32006-03-21 03:40:38 +00002 enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 104 }
3DEFINITIONS ::=
4BEGIN
5
6Collection{T} ::= SET OF T
7-- Specializations list has 2 entries:
8-- REAL
9-- IA5String
10
11
12Bunch ::= SEQUENCE {
13 field-REAL Collection{ REAL},
14 field-IA5String Collection{ IA5String}
15}
16
17END