From 552daed9f1e10b6979346194fe4ce781298b4b0d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 26 Apr 2004 21:23:24 +0000 Subject: [PATCH] Update ASN.1 for UserInfoFormat-multipleSearchTerms-2. --- src/mterm2.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4