X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Fretrievalinfo.rnc;h=e5df05f76b8bd33c43f19a6704b7b82e0b233f2f;hb=0060d2e66f5c63c26264c5507fe9defd47361add;hp=a20b220354c16133f8a8121ef683ad9de5a6adf2;hpb=13ededc67712ac2ecb30677b016b3f6cf4ad4eab;p=metaproxy-moved-to-github.git diff --git a/xml/schema/retrievalinfo.rnc b/xml/schema/retrievalinfo.rnc index a20b220..e5df05f 100644 --- a/xml/schema/retrievalinfo.rnc +++ b/xml/schema/retrievalinfo.rnc @@ -1,6 +1,6 @@ # Metaproxy XML config file schemas # -# Copyright (C) 2005-2012 Index Data. +# Copyright (C) 2005-2013 Index Data. # # See the LICENSE file for details # @@ -29,11 +29,17 @@ 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 { - attribute stylesheet { xsd:string } + attribute stylesheet { xsd:string }, + element y:param { + attribute name {xsd:string}, + attribute value {xsd:string} + }* } usemarcon = element y:usemarcon {