diff options
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> |