OCLC-ILL-Request-Extension DEFINITIONS ::= -- the object identifier for this extension, -- registered with the ISO Interlibrary Loan -- Application Standards Maintenance Agency, -- is 1.0.10161.13.2 BEGIN IMPORTS ILL-String FROM ISO-10161-ILL-1; OCLC-ILL-Request-Extension ::= SEQUENCE { client-department [0] ILL-String OPTIONAL, payment-method [1] ILL-String OPTIONAL, uniform-title [2] ILL-String OPTIONAL, dissertation [3] ILL-String OPTIONAL, issue-number [4] ILL-String OPTIONAL, volume [5] ILL-String OPTIONAL, affiliations [6] ILL-String OPTIONAL, source [7] ILL-String OPTIONAL } END