diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-10 16:50:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-10 16:50:49 +0000 |
commit | a806ae47d734e5b8bacddf979b0f74c1b3b7f009 (patch) | |
tree | 4d977bfa6c36607087d51cf9e44c7b26bc029b82 | |
parent | 45456b2ed205b4f72f44a818c5b4c4ff3b861e37 (diff) |
Can't require self_id in <report_error/>, <self action="create"/> can't supply it.
svn path=/rpkid/left-right-schema.rnc; revision=2416
-rw-r--r-- | rpkid/left-right-schema.rnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc index 1b410f36..4c1a0eb9 100644 --- a/rpkid/left-right-schema.rnc +++ b/rpkid/left-right-schema.rnc @@ -228,7 +228,7 @@ list_resources_reply = element list_resources { error = xsd:token { maxLength="1024" } report_error_reply = element report_error { - tag, self_id, + tag, self_id?, attribute error_code { error }, xsd:string { maxLength="512000" }? } |