blob: 754ba54156eef6744ef92a787c76c3dbdfc7a398 [file] [log] [blame]
Lev Walkin9c70e742013-10-17 13:03:36 -07001ModuleParameterization1 { iso org(3) dod(6) internet(1) private(4)
2 enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 104 }
Lev Walkina00d6b32006-03-21 03:40:38 +00003DEFINITIONS ::=
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