X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=z39.50%2Fz3950v3.asn;h=09185f1d29cfe4dbcc9e9b5799fbcbdc923fb543;hb=6011a7156d007b94abde4bfc3d427a1bd853cd86;hp=875e548cd8cc146caab827b8ddc49bc76fdfbc11;hpb=c34d71d35aceed27cf7e30e6b329a235b48b9ccd;p=yaz-moved-to-github.git diff --git a/z39.50/z3950v3.asn b/z39.50/z3950v3.asn index 875e548..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 @@ -140,7 +143,9 @@ IdAuthentication ::= type-2 [2] OCTET STRING, type-100 [100] OCTET STRING, type-101 [101] IMPLICIT RPNQuery, - type-102 [102] OCTET STRING} + type-102 [102] OCTET STRING, + type-104 [104] IMPLICIT EXTERNAL +} -- -- Definitions for RPN query RPNQuery ::= SEQUENCE{ @@ -353,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}