diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-22 08:37:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-22 08:37:55 +0000 |
commit | ab4daef3183d9932c6afd92370536b04cbcf29d3 (patch) | |
tree | 5b263582f7ea0e0a260482d42a68d484bb2c1ee7 /scripts/left-right-schema.rnc | |
parent | 4558bc18c2a72ba0ef42c70febe2502ad03b0e42 (diff) |
list_resources child_id attribute no longer optional, per discussion
with Randy and Tim.
svn path=/docs/left-right-protocol; revision=1182
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r-- | scripts/left-right-schema.rnc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc index 831cd4a6..31c6348c 100644 --- a/scripts/left-right-schema.rnc +++ b/scripts/left-right-schema.rnc @@ -182,8 +182,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" }, self_id, child_id ) | + ( attribute type { "reply" }, self_id, child_id, attribute valid_until { xsd:token { maxLength="1024" } }?, attribute subject_name { xsd:token { maxLength="1024" } }?, attribute as { xsd:token { maxLength="1024" } }?, |