diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-02 16:11:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-02 16:11:58 +0000 |
commit | 2f10c4e9536cc90d0ec3c43ae776b9e8553d6e69 (patch) | |
tree | d03bba1787c3cf13317aa4958dc34a9961bacfc1 /scripts/up-down-medium-schema.rnc | |
parent | 637d1040963e2650fcfa0969268127dd76a7b2c0 (diff) |
Update schema
svn path=/scripts/up-down-medium-schema.rnc; revision=704
Diffstat (limited to 'scripts/up-down-medium-schema.rnc')
-rw-r--r-- | scripts/up-down-medium-schema.rnc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/up-down-medium-schema.rnc b/scripts/up-down-medium-schema.rnc index 3fe2c00d..9c1766e6 100644 --- a/scripts/up-down-medium-schema.rnc +++ b/scripts/up-down-medium-schema.rnc @@ -12,8 +12,8 @@ grammar { start = element message { - attribute version { xsd:positiveInteger { maxInclusive="1" } }, - attribute sender { xsd:token { maxLength="1024" } }, + attribute version { xsd:positiveInteger { maxInclusive="1" } }, + attribute sender { xsd:token { maxLength="1024" } }, attribute recipient { xsd:token { maxLength="1024" } }, payload } @@ -64,7 +64,7 @@ } error_response = - element status { + element status { "1101" | # Already processing request "1102" | # version number error "1103" | # unrecognised request type |