/usr/share/yaz/z39.50/univres.asn is in libyaz4-dev 4.2.30-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 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
|