From: Adam Dickmeiss Date: Tue, 3 Jul 2012 10:53:16 +0000 (+0200) Subject: filter log: update schema for category "line" X-Git-Tag: v1.3.38~13 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=845d8d73fc7b8d6815073ddcfaba3b0ee0a26b0c;p=metaproxy-moved-to-github.git filter log: update schema for category "line" --- diff --git a/xml/schema/filter_log.rnc b/xml/schema/filter_log.rnc index 407061c..b78ac0f 100644 --- a/xml/schema/filter_log.rnc +++ b/xml/schema/filter_log.rnc @@ -36,6 +36,7 @@ filter_log = attribute session { xsd:boolean }?, attribute apdu { xsd:boolean }?, attribute request-apdu { xsd:boolean }?, - attribute response-apdu { xsd:boolean }? + attribute response-apdu { xsd:boolean }?, + attribute line { xsd:boolean }? }?