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.rng | |
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.rng')
-rw-r--r-- | scripts/up-down-schema.rng | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/up-down-schema.rng b/scripts/up-down-schema.rng index 50425637..19b89cf4 100644 --- a/scripts/up-down-schema.rng +++ b/scripts/up-down-schema.rng @@ -90,8 +90,8 @@ </data> </attribute> <attribute name="cert_url"> - <data type="anyURI"> - <param name="maxLength">1024</param> + <data type="string"> + <param name="maxLength">4096</param> </data> </attribute> <attribute name="resource_set_as"> @@ -114,16 +114,17 @@ </attribute> <optional> <attribute name="suggested_sia_head"> - <data type="string"> + <data type="anyURI"> <param name="maxLength">1024</param> + <param name="pattern">rsync://.+</param> </data> </attribute> </optional> <zeroOrMore> <element name="certificate"> <attribute name="cert_url"> - <data type="anyURI"> - <param name="maxLength">1024</param> + <data type="string"> + <param name="maxLength">4096</param> </data> </attribute> <optional> |