Range search. Not fully implemented yet.
[yaz-moved-to-github.git] / z39.50 / mterm2.asn
diff --git a/z39.50/mterm2.asn b/z39.50/mterm2.asn
new file mode 100644 (file)
index 0000000..eff29d7
--- /dev/null
@@ -0,0 +1,10 @@
+UserInfoFormat-multipleSearchTerms-2
+{Z39-50-userInfoFormat MultipleSearchTerms-2 (5)} DEFINITIONS ::=
+BEGIN
+IMPORTS Term FROM Z39-50-APDU-1995;
+
+MultipleSearchTerms-2 ::= SEQUENCE OF SEQUENCE{
+                             term  [1]   IMPLICIT Term,
+                             flag  [2]   IMPLICIT BOOLEAN OPTIONAL}
+
+END