projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d1304
)
filter log: update schema for category "line"
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Jul 2012 10:53:16 +0000
(12:53 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Jul 2012 10:53:16 +0000
(12:53 +0200)
xml/schema/filter_log.rnc
patch
|
blob
|
history
diff --git
a/xml/schema/filter_log.rnc
b/xml/schema/filter_log.rnc
index
407061c
..
b78ac0f
100644
(file)
--- 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 }?
}?