zoom: timeout is configurable
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.rnc
index 08fb6f6..d15ebd6 100644 (file)
@@ -66,6 +66,9 @@ filter_zoom =
   }?,
   element mp:log {
     attribute apdu { xsd:boolean }?
+  }?,
+  element mp:zoom {
+    attribute timeout { xsd:integer }?
   }?