IPIG-ILL-Request-Extension DEFINITIONS ::= -- the object identifier for this extension, registered -- with the Interlibrary Loan Application Standards -- Maintenance Agency, is 1.0.10161.13.9 BEGIN IMPORTS ILL-String FROM ISO-10161-ILL-1; IPIG-ILL-Request-Extension ::= SEQUENCE OF CHOICE { uniform-title [0] ILLString, material-type [1] Requested-Material-Format, responder-specific-info [2] ILL-String, dissertation-thesis [3] Dissertation-Thesis, volume [4] ILL-String, issue-number [5] ILL-String, affiliations [6] ILL-String, requested-material-language [7] Item-Language, form-content-info [8] ILL-String, payment-method [9] Payment-Type, this-edition-only [10] IMPLICIT NULL, unique-item-iD [11] ILL-String, rights-info [12] Rights-Information } Requested-Material-Format ::= ENUMERATED { archival-material (1), audio-cassette (2), audio-cD (3), computer-software (4), conference-proceedings (5), dVD (6), film(8mm) (7), film(16-32mm) (8), government-document (9), kit (10), legal-document (11), machine-readable-computer-file (12), manuscript (13), map (14), microform (15), monograph-bound (16), monograph-unbound (17), monograph-electronic (18), monograph-braille (19), music-score (20), newspaper-bound (21), newspaper-unbound (22), newspaper-film (23), official-publication (24), patent (25), phD-dissertation-own-institution (26), phD-dissertation-other-institution (27), photograph (28), serial-bound (29), serial-unbound (30), serial-microfilm (31), serial-microfiche (32), serial-opaque (33), serial-electonic (34), special-collection (35), standard (36), technical-report (37), thesis-own-institution (38), thesis-other-institution (39), translation (40), videocassette (41), videodisc (42), videorecording (43), videotape (44), other (45) } Dissertation-Thesis ::= SEQUENCE { type [1] CHOICE { phD-dissertation [1] IMPLICIT NULL, masters-thesis [2] IMPLICIT NULL, undergraduate-honors-thesis [3] IMPLICIT NULL, other [4] ILL-String } OPTIONAL, details [2] IMPLICIT Dissertation-Thesis-Details } Dissertation-Thesis-Details ::= SEQUENCE { granting-institution [1] ILL-String OPTIONAL, date-granted [2] ILL-String OPTIONAL } Item-Language ::= SEQUENCE OF ILL-String -- this sequence is in order of preference, using -- values defined in ISO 639-2:1998 or "ANY" Payment-Type ::= SEQUENCE OF CHOICE { --order implies preferred order reciprocal-agreement [1] IMPLICIT NULL, prepaid [2] IMPLICIT NULL, uNESCO-voucher [3] IMPLICIT NULL, aLIA-voucher [4] IMPLICIT NULL, iFLA-voucher [5] IMPLICIT NULL, other-voucher-or-coupon [6] ILL-String, rLG-shares [7] IMPLICIT NULL, oCLC-iFM [8] IMPLICIT NULL, other-payment-scheme [9] ILL-String, cash [10] IMPLICIT NULL, check [11] IMPLICIT NULL, credit-card [12] IMPLICIT SEQUENCE { type [1] CHOICE { visa [1] IMPLICIT NULL, master-card [2] IMPLICIT NULL, American-express [3] IMPLICIT NULL diners-club [4] IMPLICIT NULL other [5] ILL-String }, card-number [2] ILL-String, expiry-date [3] ILL-String, name-on-card [4] ILL-String }, deposit-account [13] IMPLICIT SEQUENCE { account-name [1] ILL-String, account-number [2] ILL-String }, bank-electronic-payment [14] IMPLICIT SEQUENCE { bank-name [1] ILL-String, bank-address [2] ILL-String, routing-number [3] ILL-String, account-number [4] ILL-String }, other-payment-type [15] ILL-String } Rights-Information ::= SEQUENCE { rights-information-country [1] ILL-String, rights-information-type [2] ILL-String, rights-information-value [3] ILL-String } END