General User Information Format, UserInfo-1


The definition below is provided for use within the userInformationField parameter of the InitializeRequest or InitializeResponse APDUs, in situations where the otherInfo parameter cannot be used (specifically, when version 3 is not in force). The userInformationField parameter is defined simply as EXTERNAL, while the otherInfo parameter has a richer definition. The purpose of this definition is to register an object defined as identical to that richer definition, that the userInformationField parameter may assume.

UserInfoFormat-userInfo-1
{Z39-50-userInfoFormat userInfo-1 (3)} DEFINITIONS ::=
BEGIN
IMPORTS OtherInformation FROM Z39-50-APDU-1995;

UserInfo-1 ::= OtherInformation
--
-- That's it.  
-- Definition repeated below as comment, for information only.
--
--  OtherInformation ::= [201] IMPLICIT SEQUENCE OF SEQUENCE{
--      category                   [1]      IMPLICIT InfoCategory OPTIONAL, 
--      information              CHOICE{
--          characterInfo          [2]      IMPLICIT InternationalString,
--          binaryInfo             [3]      IMPLICIT OCTET STRING,
--          externallyDefinedInfo  [4]      IMPLICIT EXTERNAL,
--        oid                      [5]      IMPLICIT OBJECT IDENTIFIER}}
--
-- InfoCategory ::= SEQUENCE{
--      categoryTypeId  [1]  IMPLICIT OBJECT IDENTIFIER OPTIONAL,
--      categoryValue   [2]  IMPLICIT INTEGER}

END

Library of Congress
(05/02/97)