X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2Foclcui.asn;fp=z39.50%2Foclcui.asn;h=0cd6d54c45655358ff40171de6e5ddfbae373901;hp=2c7aee71cf537243b204d3855d0c6eaf0a9dc2d9;hb=f06ca89e9eb0d0205a5ed97154d81e0064942d02;hpb=4b3d1e197d75fcb2607be8d86d244f20c4180000 diff --git a/z39.50/oclcui.asn b/z39.50/oclcui.asn index 2c7aee7..0cd6d54 100644 --- a/z39.50/oclcui.asn +++ b/z39.50/oclcui.asn @@ -2,7 +2,7 @@ UserInfoFormat-oclcUserInformation {Z39-50-userInfoFormat OCLCUserInformation (7)} DEFINITIONS ::= BEGIN --- $Id: oclcui.asn,v 1.3 2003-08-25 19:53:33 mike Exp $ +-- $Id: oclcui.asn,v 1.4 2003-09-04 17:44:49 adam Exp $ -- -- This format is returned from the server at -- fsz3950test.oclc.org:210 @@ -20,9 +20,9 @@ BEGIN -- could remove the OPTIONAL on dblist). OCLC-UserInformation ::= SEQUENCE { - motd [1] IMPLICIT VisibleString, + motd [1] IMPLICIT VisibleString OPTIONAL, dblist SEQUENCE OF DBName OPTIONAL, - failReason [3] IMPLICIT BOOLEAN, + failReason [3] IMPLICIT BOOLEAN OPTIONAL, code [1] IMPLICIT INTEGER OPTIONAL, text [2] IMPLICIT VisibleString OPTIONAL }