aboutsummaryrefslogtreecommitdiff
path: root/rpkid/left-right-schema.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/left-right-schema.rnc')
-rw-r--r--rpkid/left-right-schema.rnc4
1 files changed, 1 insertions, 3 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc
index b38abe03..f24dbb90 100644
--- a/rpkid/left-right-schema.rnc
+++ b/rpkid/left-right-schema.rnc
@@ -228,12 +228,10 @@ list_resources_reply = element list_resources {
error = xsd:token { maxLength="1024" }
-any = element * { attribute * { text }*, ( text | any* ) }
-
report_error_reply = element report_error {
tag, self_id,
attribute error_code { error },
- ( text | any* )?
+ xsd:string { maxLength="512000" }?
}
# Local Variables: