From: Adam Dickmeiss Date: Mon, 26 Apr 2004 21:23:24 +0000 (+0000) Subject: Update ASN.1 for UserInfoFormat-multipleSearchTerms-2. X-Git-Tag: YAZ.2.0.20~29 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=552daed9f1e10b6979346194fe4ce781298b4b0d Update ASN.1 for UserInfoFormat-multipleSearchTerms-2. --- diff --git a/src/mterm2.asn b/src/mterm2.asn index eff29d7..6ec951d 100644 --- a/src/mterm2.asn +++ b/src/mterm2.asn @@ -4,7 +4,7 @@ BEGIN IMPORTS Term FROM Z39-50-APDU-1995; MultipleSearchTerms-2 ::= SEQUENCE OF SEQUENCE{ - term [1] IMPLICIT Term, + term [1] Term, flag [2] IMPLICIT BOOLEAN OPTIONAL} END