IPIG-Additional-User-Error-Information DEFINITIONS {1 0 10161 13 6} ::= -- the object identifier for this definition, registered with the -- Interlibrary Loan Application Standards Maintenance Agency, -- is 1.0.10161.13.6 BEGIN IMPORTS ILL-String FROM ISO-10161-ILL-1; Additional-User-Error-Report-Info ::= SEQUENCE OF CHOICE { element-truncated [4] IMPLICIT Element-Truncated, missing-required-element [5] Identifier, unsupported-field-length [6] IMPLICIT Unsupported-Field-Length, unrecognized-data [7] IMPLICIT Unrecognized-Data, inconsistent-data [8] ILL-String, other [9] ILL-String } Element-Truncated ::= SEQUENCE { element [0] Identifier, truncated-value [1] ILL-String } Unsupported-Field-Length ::= SEQUENCE { element [0] Identifier, min-length [1] INTEGER OPTIONAL, max-length [2] INTEGER OPTIONAL } Unrecognized-Data ::= SEQUENCE { element [0] Identifier, data [1] ILL-String OPTIONAL, expected-format [2] ILL-String OPTIONAL, supported-values[3] ILL-String OPTIONAL } Identifier ::= ILL-String -- ILL-String should be formatted as follows: -- APDU-identifier[.identifier.[identifier...]] -- ILL-REQUEST.item-id.title END