9258e5b2c73e786c4c3d5e2f506fbeb18945d243
[com/asn1c.git] / tests / tests-asn1c-compiler / 58-param-OK.asn1.-EF
1 ModuleTestParam { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 58 }
3 DEFINITIONS ::=
4 BEGIN
5
6 DirectoryString{INTEGER:maxSize} ::= CHOICE {
7     teletexString        TeletexString (SIZE(1..maxSize)),
8     utf8String   UTF8String (SIZE(1..maxSize))
9 }
10
11 DS1 ::= DirectoryString{ub-name}
12
13 ub-name INTEGER ::= 128
14
15 END