diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-15 19:34:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-15 19:34:32 +0000 |
commit | a35ce7f496890d47b2c116efb15da992b7622d40 (patch) | |
tree | 94bfeac62f94f5769b0bb0ce18611c2b5132271b /schemas/relaxng/publication.rnc | |
parent | 5d343deb9a0f5c437fa05642f59d4a31f67ea798 (diff) | |
parent | b3a6a36b0ba3fbe7dd4d5bc5ddf98a36b6f87a56 (diff) |
Checkpoint. Merge changes from trunk. Add hash-based withdrawal
checks and <list/> command to publication protocol.
svn path=/branches/tk705/; revision=5896
Diffstat (limited to 'schemas/relaxng/publication.rnc')
-rw-r--r-- | schemas/relaxng/publication.rnc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/schemas/relaxng/publication.rnc b/schemas/relaxng/publication.rnc index 8c129546..f3d1f94e 100644 --- a/schemas/relaxng/publication.rnc +++ b/schemas/relaxng/publication.rnc @@ -58,8 +58,8 @@ start |= element msg { # PDUs allowed in queries and replies. -query_elt = publish_query | withdraw_query -reply_elt = publish_reply | withdraw_reply | report_error_reply +query_elt = publish_query | withdraw_query | list_query +reply_elt = publish_reply | withdraw_reply | list_reply | report_error_reply # Tag attributes for bulk operations. @@ -91,6 +91,11 @@ publish_reply = element publish { tag?, uri } withdraw_query = element withdraw { tag?, uri, hash } withdraw_reply = element withdraw { tag?, uri } +# <list/> element + +list_query = element list { tag? } +list_reply = element list { tag?, uri, hash } + # <report_error/> element report_error_reply = element report_error { |