Added ASN.1 and CODEC for OCLC ILL Request Extension.
[yaz-moved-to-github.git] / src / oclc-ill-req-ext.asn
diff --git a/src/oclc-ill-req-ext.asn b/src/oclc-ill-req-ext.asn
new file mode 100644 (file)
index 0000000..6b44cbc
--- /dev/null
@@ -0,0 +1,17 @@
+CLCILLRequestExtension DEFINITIONS ::=
+--The object identifier is 1.0.10161.13.2
+BEGIN
+IMPORTS ILL-String FROM ISO-10161-ILL-1;
+
+OCLCILLRequestExtension ::=SEQUENCE {
+    clientDepartment [0] ILL-String OPTIONAL,
+    paymentMethod [1] ILL-String OPTIONAL,
+    uniformTitle [2] ILL-String OPTIONAL,
+    dissertation [3] ILL-String OPTIONAL,
+    issueNumber [4] ILL-String OPTIONAL,
+    volume [5] ILL-String OPTIONAL,
+    affiliations [6] ILL-String OPTIONAL,
+    source [7] ILL-String OPTIONAL
+}
+END
+