File: mterm2.asn

package info (click to toggle)
yaz 5.27.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,184 kB
  • sloc: xml: 123,414; ansic: 72,530; sh: 5,007; tcl: 2,169; makefile: 1,321; yacc: 382
file content (10 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (9)
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