Strip trailing white space
[metaproxy-moved-to-github.git] / xml / schema / retrievalinfo.rnc
index a20b220..d4a2573 100644 (file)
@@ -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 {