asn1c/tests/tests-asn1c-compiler/82-with-comps-OK.asn1.-EF

15 lines
368 B
Plaintext
Raw Normal View History

2013-10-17 20:03:36 +00:00
ModuleTestWithComponents { iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 82 }
2005-03-28 15:01:58 +00:00
DEFINITIONS ::=
BEGIN
BunchOfStrings ::= SEQUENCE OF VisibleString
2017-09-07 05:15:08 +00:00
Address ::= BunchOfStrings (SIZE(1..6)) (WITH COMPONENT (SIZE(1..32)))
2005-03-28 15:01:58 +00:00
Type ::= SEQUENCE {
one INTEGER DEFAULT 1
} (WITH COMPONENTS { ..., one (1) PRESENT })
END