diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-20 19:12:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-20 19:12:19 +0000 |
commit | d13d71f385c7147ff1594bb1cce2bd1cd364e4b3 (patch) | |
tree | 354f452c187e01c3e1ddbe781b15e463f9adbf3c /schemas/relaxng | |
parent | f16aa58ab1cbe234091aee40b674e751bb5cd18c (diff) |
Left-right test cases updated to track [6120].
svn path=/branches/tk705/; revision=6136
Diffstat (limited to 'schemas/relaxng')
-rw-r--r-- | schemas/relaxng/left-right.rnc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/schemas/relaxng/left-right.rnc b/schemas/relaxng/left-right.rnc index 91e3be28..977fe7d7 100644 --- a/schemas/relaxng/left-right.rnc +++ b/schemas/relaxng/left-right.rnc @@ -26,8 +26,6 @@ version = "1" # Top level PDU start = element msg { - attribute version { xsd:positiveInteger { maxInclusive="1" } }, - ( (attribute type { "query" }, query_elt*) | (attribute type { "reply" }, reply_elt*) ) } @@ -154,7 +152,7 @@ parent_bool = (attribute rekey { "yes" }?, attribute reissue { "yes" }?, attribute revoke { "yes" }?, attribute revoke_forgotten { "yes" }?, - attribute clear_replay_protection { "yes" }?) + attribute clear_replay_protection { "yes" }?) parent_payload = (attribute peer_contact_uri { uri }?, attribute sia_base { uri }?, |