blob: 26a81ef384eb8770985b1b0e290df1b0003dea23 [file] [log] [blame]
vlm0c6d3812006-03-21 03:40:38 +00001ModuleParametrization1 { iso org(3) dod(6) internet(1) private(4)
2 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