Version 1.3.53
[metaproxy-moved-to-github.git] / xml / schema / retrievalinfo.rnc
index b359e95..e5df05f 100644 (file)
@@ -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
 # 
@@ -35,7 +35,11 @@ marc = element y:marc {
 }
 
 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 {