From: Adam Dickmeiss Date: Thu, 8 Mar 2012 08:56:48 +0000 (+0100) Subject: update retrievalinfo schema X-Git-Tag: v1.3.26~17 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=80dd43ea3bf2f69fda09584b60d8a0a5ce3f1dee update retrievalinfo schema Allow outputcharset (missing and supported for quite some time) and leaderspec (new in YAZ 4.2.29). --- 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 {