diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-16 19:37:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-16 19:37:23 +0000 |
commit | 3b0c4bcd97d0af53239bfaed4a129a08858da4cf (patch) | |
tree | 57bfe3f5df22d600b174f903daf5f0081ff612a7 | |
parent | 3fe17b4c1a00774b6ec3cd2cf8444437005f13dc (diff) |
Cleanup
svn path=/scripts/up-down-schema.rnc; revision=974
-rw-r--r-- | scripts/up-down-schema.rnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/up-down-schema.rnc b/scripts/up-down-schema.rnc index e097883c..71dbfcac 100644 --- a/scripts/up-down-schema.rnc +++ b/scripts/up-down-schema.rnc @@ -34,7 +34,7 @@ attribute class_name { xsd:token { 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_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:anyURI { maxLength="1024" pattern="rsync://.+"} }?, element certificate { |