Added dlpath element for metaproxy struct.
[metaproxy-moved-to-github.git] / xml / schema / metaproxy.rnc
index cc3d648..6c5686c 100644 (file)
@@ -1,7 +1,6 @@
 # Metaproxy XML config file schemas
-#  $Id: metaproxy.rnc,v 1.23 2008-02-27 21:31:57 adam Exp $
 # 
-#   Copyright (c) 2005-2008, Index Data.
+#   Copyright (c) 2005-2008 Index Data.
 # 
 #   See the LICENSE file for details
 # 
@@ -31,6 +30,7 @@ any = (text | element * { attribute * { text }*, any })*
 metaproxy =
   element mp:metaproxy {
     attribute version { "1.0" },
+    element mp:dlpath { xsd:string }?,
     element mp:start {
             attribute route { xsd:NCName }
     },