source: trunk/gsdl/packages/yaz/z39.50/univres.asn@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 475 bytes
Line 
1ResourceReport-Format-Universe-1
2{Z39-50-resourceReport universe-1 (1000)} DEFINITIONS ::=
3BEGIN
4IMPORTS StringOrNumeric FROM Z39-50-APDU-1995;
5--
6
7UniverseReportHits ::= SEQUENCE {
8 database StringOrNumeric,
9 hits StringOrNumeric
10}
11
12UniverseReportDuplicate ::= SEQUENCE {
13 hitno StringOrNumeric
14}
15
16UniverseReport ::= SEQUENCE {
17 totalHits INTEGER,
18 report CHOICE {
19 databaseHits [0] IMPLICIT UniverseReportHits,
20 duplicate [1] IMPLICIT UniverseReportDuplicate
21 }
22}
23END
Note: See TracBrowser for help on using the repository browser.