diff options
author | Rob Austein <sra@hactrn.net> | 2011-03-18 03:51:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-03-18 03:51:12 +0000 |
commit | 42b211b6aa4aff2c233aa5a6fe30f231a423e068 (patch) | |
tree | f137b4bbbe1dc73696211a03c38b270b015520fa /rpkid/left-right-schema.rng | |
parent | 94b7b05f1104c2350b41d63c09f35bde0f0a0b83 (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.rng')
-rw-r--r-- | rpkid/left-right-schema.rng | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/rpkid/left-right-schema.rng b/rpkid/left-right-schema.rng index 3f223b45..a3e74de6 100644 --- a/rpkid/left-right-schema.rng +++ b/rpkid/left-right-schema.rng @@ -7,7 +7,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 @@ -84,6 +84,9 @@ <ref name="list_roa_requests_query"/> </define> <define name="query_elt" combine="choice"> + <ref name="list_gbr_requests_query"/> + </define> + <define name="query_elt" combine="choice"> <ref name="list_resources_query"/> </define> <define name="query_elt" combine="choice"> @@ -115,6 +118,9 @@ <ref name="list_roa_requests_reply"/> </define> <define name="reply_elt" combine="choice"> + <ref name="list_gbr_requests_reply"/> + </define> + <define name="reply_elt" combine="choice"> <ref name="list_published_objects_reply"/> </define> <define name="reply_elt" combine="choice"> @@ -883,6 +889,22 @@ </optional> </element> </define> + <!-- <list_gbr_requests/> element --> + <define name="list_gbr_requests_query"> + <element name="list_gbr_requests"> + <ref name="tag"/> + <ref name="self_handle"/> + <ref name="parent_handle"/> + </element> + </define> + <define name="list_gbr_requests_reply"> + <element name="list_gbr_requests"> + <ref name="tag"/> + <ref name="self_handle"/> + <ref name="parent_handle"/> + <data type="string"/> + </element> + </define> <!-- <list_published_objects/> element --> <define name="list_published_objects_query"> <element name="list_published_objects"> |