updated XML config files to use Xinclude, and to conform to new <retrievalinfo>...
[metaproxy-moved-to-github.git] / xml / schema / metaproxy.rnc
index 4757eef..56f403d 100644 (file)
@@ -1,5 +1,5 @@
 # Metaproxy XML config file schemas
-#  $Id: metaproxy.rnc,v 1.10 2006-11-30 23:10:26 marc Exp $
+#  $Id: metaproxy.rnc,v 1.11 2006-12-01 12:37:26 marc Exp $
 # 
 #   Copyright (c) 2005-2006, Index Data.
 # 
@@ -127,7 +127,9 @@ filter_query_rewrite =
   attribute type { "query_rewrite" },
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
-  element mp:xslt { xsd:string }
+  element mp:xslt { 
+        attribute stylesheet { xsd:string }
+  }
 
 filter_record_transform =
   attribute type { "record_transform" },