From 79b720d4bed61a04b6f4e3067120f4e1e6d2dd9e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 3 Sep 2007 06:35:19 +0000 Subject: Bring up to date with respect to APNIC Wiki svn path=/scripts/up-down-schema.rnc; revision=922 --- scripts/up-down-schema.rnc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/up-down-schema.rnc') 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]*" } }?, -- cgit v1.2.3