Source restructure. yaz-marcdump part of installation
[yaz-moved-to-github.git] / z39.50 / univres.asn
diff --git a/z39.50/univres.asn b/z39.50/univres.asn
deleted file mode 100644 (file)
index f83320d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-ResourceReport-Format-Universe-1
-{Z39-50-resourceReport universe-1 (1000)} DEFINITIONS ::=
-BEGIN
-IMPORTS StringOrNumeric FROM Z39-50-APDU-1995;
---
-
-UniverseReportHits ::= SEQUENCE {
-       database        StringOrNumeric,
-       hits    StringOrNumeric
-}
-
-UniverseReportDuplicate ::= SEQUENCE {
-       hitno StringOrNumeric
-}
-
-UniverseReport ::= SEQUENCE {
-       totalHits INTEGER,
-       report CHOICE {
-               databaseHits    [0] IMPLICIT UniverseReportHits,
-               duplicate               [1] IMPLICIT UniverseReportDuplicate
-       }
-}
-END