Added dlpath element for metaproxy struct.
[metaproxy-moved-to-github.git] / xml / schema / metaproxy.rnc
index 6efeeae..6c5686c 100644 (file)
@@ -30,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 }
     },