diff options
author | Rob Austein <sra@hactrn.net> | 2009-08-18 01:44:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-08-18 01:44:41 +0000 |
commit | d870481707c8434b95be290e9dfbef05b06f43d2 (patch) | |
tree | 1b75f2957e7cdca0898481a2a3a1f3bf4a0b351f /myrpki/schema.py | |
parent | 74ecf6fc44d057f7c6126685d47a04c17415ff27 (diff) |
Per-parent handles
svn path=/myrpki/myirbe.py; revision=2690
Diffstat (limited to 'myrpki/schema.py')
-rw-r--r-- | myrpki/schema.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/myrpki/schema.py b/myrpki/schema.py index bed5e0df..c3fc3306 100644 --- a/myrpki/schema.py +++ b/myrpki/schema.py @@ -135,6 +135,11 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encodin </attribute> </optional> <optional> + <attribute name="myhandle"> + <ref name="object_handle"/> + </attribute> + </optional> + <optional> <element name="bpki_cms_certificate"> <ref name="base64"/> </element> |