blob: cd9d33e8e783b1fab38973b6fd79378280c09875 [file] [log] [blame]
vlm4baece12006-09-21 01:52:07 +00001ModuleConstraintPrecedence { iso org(3) dod(6) internet(1) private(4)
2 enterprise(1) spelio(9363) software(1) asn1c(5) test(1) 118 }
3DEFINITIONS ::=
4BEGIN
5
6C ::= IA5String (SIZE(10) ^ FROM("A".."D") | SIZE(20) ^ FROM("D".."F"))
7-- Combined constraints: (SIZE(10) ^ FROM("A".."D") | SIZE(20) ^ FROM("D".."F"))
8-- Practical constraints (C): (MIN..MAX) (SIZE(10 | 20)) (FROM("A".."F"))
9-- PER-visible constraints (C): (MIN..MAX) (SIZE(10 | 20)) (FROM("A".."F"))
10
11END