blob: f4fe9aaa704d52a2440c0a991ee20c89635b85c9 [file] [log] [blame]
Lev Walkin9c70e742013-10-17 13:03:36 -07001ModuleTestWithComponents { iso org(3) dod(6) internet(1) private(4)
2 enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 82 }
Lev Walkindebca6c2005-03-28 15:01:58 +00003DEFINITIONS ::=
4BEGIN
5
6BunchOfStrings ::= SEQUENCE OF VisibleString
7
8Address ::= BunchOfStrings (SIZE(1..6))(WITH COMPONENT (SIZE(1..32)))
9
10Type ::= SEQUENCE {
11 one INTEGER DEFAULT 1
12} (WITH COMPONENTS { ..., one (1) PRESENT })
13
14END