diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-03 06:35:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-03 06:35:19 +0000 |
commit | 79b720d4bed61a04b6f4e3067120f4e1e6d2dd9e (patch) | |
tree | c19e75da4cdadcdd0352f2192980c02da94cd9ff /scripts/up-down-schema.rnc | |
parent | 28123e3cbf7f48738150d8ab87808de053b6b5e5 (diff) |
Bring up to date with respect to APNIC Wiki
svn path=/scripts/up-down-schema.rnc; revision=922
Diffstat (limited to 'scripts/up-down-schema.rnc')
-rw-r--r-- | scripts/up-down-schema.rnc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/up-down-schema.rnc b/scripts/up-down-schema.rnc index 282697b3..e097883c 100644 --- a/scripts/up-down-schema.rnc +++ b/scripts/up-down-schema.rnc @@ -32,13 +32,13 @@ class = element class { attribute class_name { xsd:token { maxLength="1024" } }, - attribute cert_url { xsd:anyURI { maxLength="1024" } }, + attribute cert_url { xsd:string { maxLength="4096" } }, attribute resource_set_as { xsd:string { maxLength="512000" pattern="[\-,0-9]*" } }, attribute resource_set_ipv4 { xsd:string { maxLength="512000" pattern="[\-,/.0-9]*" } }, attribute resource_set_ipv6 { xsd:string { maxLength="512000" pattern="[\-,/:0-9a-fA-F]*" } }, - attribute suggested_sia_head { xsd:string { maxLength="1024" } }?, + attribute suggested_sia_head { xsd:anyURI { maxLength="1024" pattern="rsync://.+"} }?, element certificate { - attribute cert_url { xsd:anyURI { maxLength="1024" } }, + attribute cert_url { xsd:string { maxLength="4096" } }, attribute req_resource_set_as { xsd:string { maxLength="512000" pattern="[\-,0-9]*" } }?, attribute req_resource_set_ipv4 { xsd:string { maxLength="512000" pattern="[\-,/.0-9]*" } }?, attribute req_resource_set_ipv6 { xsd:string { maxLength="512000" pattern="[\-,/:0-9a-fA-F]*" } }?, |