update retrievalinfo schema
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Mar 2012 08:56:48 +0000 (09:56 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Mar 2012 08:56:48 +0000 (09:56 +0100)
Allow outputcharset (missing and supported for quite some time)
and leaderspec (new in YAZ 4.2.29).

xml/schema/retrievalinfo.rnc

index a20b220..b359e95 100644 (file)
@@ -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 {