[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Empty Directory String - is it legal?



At 06:32 AM 2001-09-11, Jeroen Haak wrote:
>Could you please tell me where in the X.500 I can find that the
>Directory String must not be empty?

X.520:
  DirectoryString { INTEGER : maxSize } ::= CHOICE {
    teletexString TeletexString (SIZE (1..maxSize)),
    printableString PrintableString (SIZE (1..maxSize)),
    bmpString BMPString (SIZE (1..maxSize)),
    universalString UniversalString (SIZE (1..maxSize)) }

Note the SIZE restriction.