Fix OID for record update command
[yaz-moved-to-github.git] / src / oclc-ill-req-ext.asn
1 CLCILLRequestExtension DEFINITIONS ::=
2 --The object identifier is 1.0.10161.13.2
3 BEGIN
4 IMPORTS ILL-String FROM ISO-10161-ILL-1;
5
6 OCLCILLRequestExtension ::=SEQUENCE {
7     clientDepartment [0] ILL-String OPTIONAL,
8     paymentMethod [1] ILL-String OPTIONAL,
9     uniformTitle [2] ILL-String OPTIONAL,
10     dissertation [3] ILL-String OPTIONAL,
11     issueNumber [4] ILL-String OPTIONAL,
12     volume [5] ILL-String OPTIONAL,
13     affiliations [6] ILL-String OPTIONAL,
14     source [7] ILL-String OPTIONAL
15 }
16 END
17