projects
/
yaz-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rpn2solr: reformat (same as "master").
[yaz-moved-to-github.git]
/
src
/
mterm2.asn
1
UserInfoFormat-multipleSearchTerms-2
2
{Z39-50-userInfoFormat MultipleSearchTerms-2 (5)} DEFINITIONS ::=
3
BEGIN
4
IMPORTS Term FROM Z39-50-APDU-1995;
5
6
MultipleSearchTerms-2 ::= SEQUENCE OF SEQUENCE{
7
term [1] Term,
8
flag [2] IMPLICIT BOOLEAN OPTIONAL}
9
10
END