diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-29 20:01:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-29 20:01:08 +0000 |
commit | fc5f8ef9e4f7c09d9dc6428609c82fe90dd3d230 (patch) | |
tree | 63e8f8978006c236a01ec892e0fb2242f95fdd15 /scripts/up-down-schema.rnc | |
parent | d2efe7616d2684c27d36cff00a99e01770893520 (diff) |
Update schemas
svn path=/scripts/up-down-medium-schema.rnc; revision=698
Diffstat (limited to 'scripts/up-down-schema.rnc')
-rw-r--r-- | scripts/up-down-schema.rnc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/up-down-schema.rnc b/scripts/up-down-schema.rnc index 41921b21..f170d975 100644 --- a/scripts/up-down-schema.rnc +++ b/scripts/up-down-schema.rnc @@ -16,7 +16,6 @@ attribute version { xsd:positiveInteger { maxInclusive="1" } }, attribute sender { xsd:token { maxLength="1024" } }, attribute recipient { xsd:token { maxLength="1024" } }, - attribute msg_ref { xsd:positiveInteger { maxInclusive="999999999999999" } }, payload } @@ -34,23 +33,15 @@ class = element class { attribute class_name { xsd:token { maxLength="1024" } }, attribute cert_url { xsd:anyURI { maxLength="1024" } }, - attribute cert_ski { xsd:token { maxLength="1024" } }, attribute resource_set_as { xsd:string { maxLength="512000" } }, attribute resource_set_ipv4 { xsd:string { maxLength="512000" } }, attribute resource_set_ipv6 { xsd:string { maxLength="512000" } }, attribute suggested_sia_head { xsd:string { maxLength="1024" } }?, element certificate { attribute cert_url { xsd:anyURI { maxLength="1024" } }, - attribute cert_ski { xsd:token { maxLength="1024" } }, - attribute cert_aki { xsd:token { maxLength="1024" } }, - attribute cert_serial { xsd:positiveInteger }, - attribute resource_set_as { xsd:string { maxLength="512000" } }, - attribute resource_set_ipv4 { xsd:string { maxLength="512000" } }, - attribute resource_set_ipv6 { xsd:string { maxLength="512000" } }, attribute req_resource_set_as { xsd:string { maxLength="512000" } }?, attribute req_resource_set_ipv4 { xsd:string { maxLength="512000" } }?, attribute req_resource_set_ipv6 { xsd:string { maxLength="512000" } }?, - attribute status { "undersize" | "match" | "oversize" }, xsd:base64Binary { maxLength="512000" } }*, element issuer { xsd:base64Binary { maxLength="512000" } } @@ -75,6 +66,5 @@ error_response = element status { xsd:positiveInteger { maxInclusive="999999999999999" } }, - element last_msg_processed { xsd:positiveInteger { maxInclusive="999999999999999" } }?, element description { attribute xml:lang { xsd:language }, xsd:string { maxLength="1024" } }? } |