diff options
Diffstat (limited to 'rpkid/left-right-schema.rnc')
-rw-r--r-- | rpkid/left-right-schema.rnc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rpkid/left-right-schema.rnc b/rpkid/left-right-schema.rnc index bcc29dff..b38abe03 100644 --- a/rpkid/left-right-schema.rnc +++ b/rpkid/left-right-schema.rnc @@ -226,10 +226,14 @@ list_resources_reply = element list_resources { # <report_error/> element +error = xsd:token { maxLength="1024" } + +any = element * { attribute * { text }*, ( text | any* ) } + report_error_reply = element report_error { tag, self_id, - attribute error_code { xsd:token { maxLength="1024" } }, - xsd:string { maxLength="512000" }? + attribute error_code { error }, + ( text | any* )? } # Local Variables: |