X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2Funivres.asn;fp=z39.50%2Funivres.asn;h=0000000000000000000000000000000000000000;hp=f83320dd697bbaf5e73d009e8d0d472febb02f36;hb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;hpb=c71d717ada2a9ef730d527f161eb5ba9aa641a9f diff --git a/z39.50/univres.asn b/z39.50/univres.asn deleted file mode 100644 index f83320d..0000000 --- a/z39.50/univres.asn +++ /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