aboutsummaryrefslogtreecommitdiff
path: root/myrpki/schema.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-08-24 19:10:15 +0000
committerRob Austein <sra@hactrn.net>2009-08-24 19:10:15 +0000
commit70dc13c6d25e5438b0de7fbe1a4a333b87592e64 (patch)
tree86a35045a352bd33e450e42efbb820d281598435 /myrpki/schema.py
parent825d1d2d870ba1d7b5375c366aacb5066c3caf5d (diff)
regen
svn path=/myrpki/schema.py; revision=2701
Diffstat (limited to 'myrpki/schema.py')
-rw-r--r--myrpki/schema.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/myrpki/schema.py b/myrpki/schema.py
index c3fc3306..726f2a97 100644
--- a/myrpki/schema.py
+++ b/myrpki/schema.py
@@ -1,7 +1,7 @@
import lxml.etree
myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: schema.rnc 2625 2009-07-16 04:32:25Z sra $
+ $Id: schema.rnc 2700 2009-08-24 19:09:24Z sra $
RelaxNG Schema for MyRPKI XML messages
@@ -140,6 +140,11 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encodin
</attribute>
</optional>
<optional>
+ <attribute name="sia_base">
+ <ref name="uri"/>
+ </attribute>
+ </optional>
+ <optional>
<element name="bpki_cms_certificate">
<ref name="base64"/>
</element>