blob: 577a14266d404d37949778dcab3e7c6fa41b7771 [file] [log] [blame]
Lev Walkin8e81b762006-10-21 05:54:08 +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-- .124
7
8ModuleMultiConstraint
9 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 124 }
11 DEFINITIONS AUTOMATIC TAGS ::=
12BEGIN
13
14 T ::= VisibleString (PATTERN "^[a-z]+$") (CONSTRAINED BY { ... })
15
16END