aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-17 18:20:46 +0000
committerRob Austein <sra@hactrn.net>2007-12-17 18:20:46 +0000
commit20117e771667afb88c77bfb64f2973edf7e10151 (patch)
treeccba756e4d5e5dc015903b574bffeb3a552471b5 /scripts
parent57a15624f75cc2c7d683a5ed2d8ca457bd54a8e2 (diff)
Add tag attributes to <list_resources/> and <report_error/>.
svn path=/scripts/left-right-schema.rnc; revision=1383
Diffstat (limited to 'scripts')
-rw-r--r--scripts/left-right-schema.rnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc
index 068634c7..44ae964f 100644
--- a/scripts/left-right-schema.rnc
+++ b/scripts/left-right-schema.rnc
@@ -189,8 +189,8 @@ ro_elt |= element route_origin { ctl_dr, self_id, ro_id }
# <list_resources/> element
list_resources_elt = element list_resources {
- ( attribute type { "query" }, self_id, child_id ) |
- ( attribute type { "reply" }, self_id, child_id,
+ ( attribute type { "query" }, tag, self_id, child_id ) |
+ ( attribute type { "reply" }, tag, self_id, child_id,
attribute valid_until { xsd:token { maxLength="1024" } },
attribute subject_name { xsd:token { maxLength="1024" } }?,
attribute as { xsd:token { maxLength="1024" } }?,
@@ -202,7 +202,7 @@ list_resources_elt = element list_resources {
# <report_error/> element
report_error_elt = element report_error {
- self_id,
+ tag, self_id,
attribute error_code { xsd:token { maxLength="1024" } },
xsd:string { maxLength="512000" }?
}