Windows: use Boost 1.59, msvc 14.0
[metaproxy-moved-to-github.git] / xml / schema / filter_multi.rnc
index 6ef36e1..2f6a3c1 100644 (file)
@@ -7,7 +7,8 @@ filter_multi =
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
   element mp:target {
-    attribute route { xsd:string },
+    attribute route { xsd:string }?,
+    attribute auth { xsd:string }?,
     xsd:string
   }*,
   element mp:hideunavailable { empty }?,