X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fz3950v3.asn;h=a8d83c29fc1133aee210cfe4d3e60f6252aa073d;hp=98cf885c66662c6bcbe048302c5667f0eca0ea69;hb=7efed25c2ed807d32001e749f87f2eb300548c22;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/src/z3950v3.asn b/src/z3950v3.asn index 98cf885..a8d83c2 100644 --- a/src/z3950v3.asn +++ b/src/z3950v3.asn @@ -249,7 +249,9 @@ SearchResponse ::= SEQUENCE{ resultSetStatus [26] IMPLICIT INTEGER{ subset (1), interim (2), - none (3)} OPTIONAL, + none (3), + estimate(4) + } OPTIONAL, presentStatus PresentStatus OPTIONAL, records Records OPTIONAL, -- Following two parameters may be used only if version 3 is in force. @@ -650,7 +652,7 @@ ExtendedServicesResponse ::= SEQUENCE{ otherInfo OtherInformation OPTIONAL} Permissions ::= SEQUENCE OF SEQUENCE{ - userId [1] IMPLICIT InternationalString, + userId [1] IMPLICIT InternationalString OPTIONAL, allowableFunctions [2] IMPLICIT SEQUENCE OF INTEGER{ delete (1), modifyContents (2), @@ -2418,7 +2420,7 @@ TargetPart ::= SEQUENCE{ globalDiagnostics [2] IMPLICIT SEQUENCE OF DiagRec OPTIONAL, -- These are non-surrogate diagnostics relating to the task, -- not to individual records. - taskPackageRecords [3] IMPLICIT SEQUENCE OF TaskPackageRecordStructure + taskPackageRecords [3] IMPLICIT SEQUENCE OF TaskPackageRecordStructure OPTIONAL -- There should be a TaskPackageRecordStructure for every record -- supplied. The target should create such a structure for every -- record immediately upon creating the task package to include