diff options
Diffstat (limited to 'rpkid/left-right-schema.rnc')
-rw-r--r-- | rpkid/left-right-schema.rnc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc index 044ebc6c..aa1c09ee 100644 --- a/rpkid/left-right-schema.rnc +++ b/rpkid/left-right-schema.rnc @@ -23,6 +23,7 @@ query_elt |= child_query query_elt |= repository_query query_elt |= list_roa_requests_query query_elt |= list_resources_query +query_elt |= list_published_objects_query # PDUs allowed in a reply reply_elt |= self_reply @@ -32,6 +33,7 @@ reply_elt |= child_reply reply_elt |= repository_reply reply_elt |= list_resources_reply reply_elt |= list_roa_requests_reply +reply_elt |= list_published_objects_reply reply_elt |= report_error_reply # Tag attributes for bulk operations @@ -218,6 +220,18 @@ list_roa_requests_reply = element list_roa_requests { attribute ipv6 { ipv6_list }? } +# <list_published_objects/> element + +list_published_objects_query = element list_published_objects { + tag, self_handle +} + +list_published_objects_reply = element list_published_objects { + tag, self_handle, + attribute uri { uri }, + base64 +} + # <report_error/> element error = xsd:token { maxLength="1024" } |