From 80dd43ea3bf2f69fda09584b60d8a0a5ce3f1dee Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Mar 2012 09:56:48 +0100 Subject: [PATCH] update retrievalinfo schema Allow outputcharset (missing and supported for quite some time) and leaderspec (new in YAZ 4.2.29). --- xml/schema/retrievalinfo.rnc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/schema/retrievalinfo.rnc b/xml/schema/retrievalinfo.rnc index a20b220..b359e95 100644 --- a/xml/schema/retrievalinfo.rnc +++ b/xml/schema/retrievalinfo.rnc @@ -29,7 +29,9 @@ start |= retrievalinfo marc = element y:marc { attribute inputformat { xsd:string }, attribute outputformat { xsd:string }, - attribute inputcharset { xsd:string } + attribute inputcharset { xsd:string }, + attribute outputcharset { xsd:string }?, + attribute leaderspec { xsd:string }? } xslt = element y:xslt { -- 1.7.10.4