/usr/share/yaz/z39.50/mterm2.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 | 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] Term,
flag [2] IMPLICIT BOOLEAN OPTIONAL}
END
|