aboutsummaryrefslogtreecommitdiff
path: root/schemas/relaxng/left-right.rnc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-10-20 19:21:37 +0000
committerRob Austein <sra@hactrn.net>2015-10-20 19:21:37 +0000
commit27f348a24f69eb575f494ab8b00b1a3099d39de8 (patch)
tree2049db90406a0e41f22e990858a319f3a52d9756 /schemas/relaxng/left-right.rnc
parentd13d71f385c7147ff1594bb1cce2bd1cd364e4b3 (diff)
Fat fingers broke schema in previous revision.
svn path=/branches/tk705/; revision=6137
Diffstat (limited to 'schemas/relaxng/left-right.rnc')
-rw-r--r--schemas/relaxng/left-right.rnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/relaxng/left-right.rnc b/schemas/relaxng/left-right.rnc
index 977fe7d7..1d132443 100644
--- a/schemas/relaxng/left-right.rnc
+++ b/schemas/relaxng/left-right.rnc
@@ -26,6 +26,8 @@ version = "1"
# Top level PDU
start = element msg {
+ attribute version { xsd:positiveInteger { maxInclusive="1" } },
+ ( (attribute type { "query" }, query_elt*) |
(attribute type { "reply" }, reply_elt*) )
}