X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=z39.50%2Foclcui.asn;h=0cd6d54c45655358ff40171de6e5ddfbae373901;hb=29a22396d7d7b1219f5b83c35983c8fb1cd79e8f;hp=4f5e7da4bb4e846b33133e7a5bd7ab4699ecd7ff;hpb=759184a854d23a99ca8ac0d401d5e3886cfde45b;p=yaz-moved-to-github.git diff --git a/z39.50/oclcui.asn b/z39.50/oclcui.asn index 4f5e7da..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.2 2003-07-18 22:36:39 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 @@ -14,10 +14,13 @@ BEGIN -- as an Init diagnostic from fsz3950test.oclc.org:210. Adam further -- removed the SEQUENCE structure, changed failReason to a BOOLEAN and -- deleted diagnosticSetId altogether, to make the ASN.1 conform to --- what's actually returned on the wire. +-- what's actually returned on the wire. Finally, I removed the +-- OPTIONAL on failReason on the advice of OCLC's Keith Neibarger +-- (although he'd also advised me, wrongly, that I +-- 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 OPTIONAL, code [1] IMPLICIT INTEGER OPTIONAL,