X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2Fz3950v3.asn;fp=z39.50%2Fz3950v3.asn;h=09185f1d29cfe4dbcc9e9b5799fbcbdc923fb543;hp=42c7ee86d8e2131705ce05bb5ddf135f99fa370d;hb=c620a713f1418315efcd4e6fab225e036775d365;hpb=06670a04cc9789bc938174a5e99ddaff97386867 diff --git a/z39.50/z3950v3.asn b/z39.50/z3950v3.asn index 42c7ee8..09185f1 100644 --- a/z39.50/z3950v3.asn +++ b/z39.50/z3950v3.asn @@ -101,7 +101,7 @@ IdAuthentication ::= accessCtrl (6), scan (7), sort (8), - -- (9) (reserved) + -- (not used) (9), extendedServices (10), level-1Segmentation (11), level-2Segmentation (12), @@ -109,9 +109,12 @@ IdAuthentication ::= namedResultSets (14), encapsulation (15), resultCount (16), - negotiationModel (17), - duplicateDetection (18), - queryType104 (19)} + negotiationModel (17), + duplicateDetection (18), + queryType104 (19), + pQESCorrection (20), + stringSchema (21) +} -- end auxiliary definitions for Init PDUs @@ -355,7 +358,10 @@ SearchResponse ::= SEQUENCE{ -- selectAlternativeSyntax is 'true'. } Specification ::= SEQUENCE{ - schema [1] IMPLICIT OBJECT IDENTIFIER OPTIONAL, + schema CHOICE { + oid [1] IMPLICIT OBJECT IDENTIFIER, + uri [300] IMPLICIT InternationalString + } OPTIONAL, elementSpec [2] CHOICE{ elementSetName [1] IMPLICIT InternationalString, externalEspec [2] IMPLICIT EXTERNAL} OPTIONAL}