diff options
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 { |