diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-16 19:36:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-16 19:36:47 +0000 |
commit | 323e6ecfe66a8bd5310a8c6e21a70fbaf1c61557 (patch) | |
tree | 3fdd4a4274bdf4611ff86e541b4ddacd56fbd650 | |
parent | 3b76341bb8e1cf3a75f945515755ed190f725468 (diff) |
regen
svn path=/myrpki/myrpki.rng; revision=2529
-rw-r--r-- | myrpki/myrpki.rng | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/myrpki/myrpki.rng b/myrpki/myrpki.rng index 09182fa9..c9bae70b 100644 --- a/myrpki/myrpki.rng +++ b/myrpki/myrpki.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: myrpki.rnc 2524 2009-06-16 03:30:14Z sra $ + $Id: myrpki.rnc 2528 2009-06-16 19:35:50Z sra $ RelaxNG Schema for MyRPKI XML messages @@ -71,9 +71,12 @@ <attribute name="asn"> <data type="positiveInteger"/> </attribute> - <attribute name="prefixes"> + <attribute name="v4"> <ref name="ipv4_list"/> </attribute> + <attribute name="v6"> + <ref name="ipv6_list"/> + </attribute> </element> </define> <define name="child"> @@ -92,10 +95,15 @@ </attribute> </optional> <optional> - <attribute name="prefixes"> + <attribute name="v4"> <ref name="ipv4_list"/> </attribute> </optional> + <optional> + <attribute name="v6"> + <ref name="ipv6_list"/> + </attribute> + </optional> </element> </define> <define name="bpki_ca_certificate"> |