blob: 5625d7fd74f4e7a0cc236c423e8848d918d7abec [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
2-- OK: Everything is fine
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .16
7
8ModuleTestConstraint
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 16 }
11 DEFINITIONS ::=
12BEGIN
13
14 -- external reference
15 Type1 ::= IA5String (SIZE(1..10,...))(FROM("a".."z"|"#"))
16 Type2 ::= IA5String (SIZE (MIN..4)|FROM ("abc"))
17 Type3 ::= BMPString (SIZE(1))
18 Type4 ::= INTEGER (1..MAX)
19 Type5 ::= BOOLEAN (TRUE|FALSE)
20
21 v1 Type1 ::= "#value wi
22 th ""double quotes"""
23END