diff options
Diffstat (limited to 'rpkid')
-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" }? } |