From 20117e771667afb88c77bfb64f2973edf7e10151 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 17 Dec 2007 18:20:46 +0000 Subject: Add tag attributes to and . svn path=/scripts/left-right-schema.rnc; revision=1383 --- scripts/left-right-schema.rnc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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 } # 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 { # element report_error_elt = element report_error { - self_id, + tag, self_id, attribute error_code { xsd:token { maxLength="1024" } }, xsd:string { maxLength="512000" }? } -- cgit v1.2.3