aboutsummaryrefslogtreecommitdiff
path: root/rpkid/left-right-schema.rnc
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-05-22 17:23:07 +0000
committerRob Austein <sra@hactrn.net>2008-05-22 17:23:07 +0000
commit80cd5c75f520561adcc7de3f4f76d161f150c5b5 (patch)
tree77a5e22b132c8e54fcc17d41d25974b713b81707 /rpkid/left-right-schema.rnc
parentefc5613903579cf375a5495fb78e03235d780d44 (diff)
Back out excessively fancy RelaxNG, per previous log message
svn path=/rpkid/left-right-protocol-samples.xml; revision=1813
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: