aboutsummaryrefslogtreecommitdiff
path: root/scripts/up-down-schema.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/up-down-schema.rnc')
-rw-r--r--scripts/up-down-schema.rnc10
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" } }?
}