aboutsummaryrefslogtreecommitdiff
path: root/rpkid/left-right-schema.rnc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-03-18 03:51:12 +0000
committerRob Austein <sra@hactrn.net>2011-03-18 03:51:12 +0000
commit42b211b6aa4aff2c233aa5a6fe30f231a423e068 (patch)
treef137b4bbbe1dc73696211a03c38b270b015520fa /rpkid/left-right-schema.rnc
parent94b7b05f1104c2350b41d63c09f35bde0f0a0b83 (diff)
Add @property decorators to a bunch of methods that are just syntactic
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725
Diffstat (limited to 'rpkid/left-right-schema.rnc')
-rw-r--r--rpkid/left-right-schema.rnc15
1 files changed, 14 insertions, 1 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc
index 28f26cae..85f2348a 100644
--- a/rpkid/left-right-schema.rnc
+++ b/rpkid/left-right-schema.rnc
@@ -5,7 +5,7 @@
# libxml2 (including xmllint) only groks the XML syntax of RelaxNG, so
# run the compact syntax through trang to get XML syntax.
#
-# Copyright (C) 2009-2010 Internet Systems Consortium ("ISC")
+# Copyright (C) 2009-2011 Internet Systems Consortium ("ISC")
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -50,6 +50,7 @@ query_elt |= parent_query
query_elt |= child_query
query_elt |= repository_query
query_elt |= list_roa_requests_query
+query_elt |= list_gbr_requests_query
query_elt |= list_resources_query
query_elt |= list_published_objects_query
query_elt |= list_received_resources_query
@@ -62,6 +63,7 @@ reply_elt |= child_reply
reply_elt |= repository_reply
reply_elt |= list_resources_reply
reply_elt |= list_roa_requests_reply
+reply_elt |= list_gbr_requests_reply
reply_elt |= list_published_objects_reply
reply_elt |= list_received_resources_reply
reply_elt |= report_error_reply
@@ -250,6 +252,17 @@ list_roa_requests_reply = element list_roa_requests {
attribute ipv6 { ipv6_list }?
}
+# <list_gbr_requests/> element
+
+list_gbr_requests_query = element list_gbr_requests {
+ tag, self_handle, parent_handle
+}
+
+list_gbr_requests_reply = element list_gbr_requests {
+ tag, self_handle, parent_handle,
+ xsd:string
+}
+
# <list_published_objects/> element
list_published_objects_query = element list_published_objects {