diff options
author | Rob Austein <sra@hactrn.net> | 2010-02-23 18:11:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-02-23 18:11:21 +0000 |
commit | 56c24c456796cb9f8ca494897c5a5907b2d5464c (patch) | |
tree | 4e987c5b7e2c1959329e1d0b6087cf05ad29ea81 | |
parent | 129e0f60d4a7072f6deb50e8a2f1ca6823563767 (diff) |
Add <list_received_resources/> (not yet tested)
svn path=/rpkid/left-right-schema.rnc; revision=2995
-rw-r--r-- | rpkid/left-right-schema.rnc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc index 1a1e3ad8..7c8fd2cc 100644 --- a/rpkid/left-right-schema.rnc +++ b/rpkid/left-right-schema.rnc @@ -234,6 +234,24 @@ list_published_objects_reply = element list_published_objects { base64 } +# <list_received_resources/> element + +list_received_resources_query = element list_received_resources { + tag, self_handle +} + +list_received_resources_reply = element list_received_resources { + tag, self_handle, + attribute asn { xsd:positiveInteger }, + attribute ipv4 { ipv4_list }, + attribute ipv6 { ipv6_list }, + attribute uri { uri }, + attribute sia_uri { uri }, + attribute aia_uri { uri }, + attribute notBefore { xsd:dateTime { pattern=".*Z" } }, + attribute notAfter { xsd:dateTime { pattern=".*Z" } } +} + # <report_error/> element error = xsd:token { maxLength="1024" } |