summaryrefslogtreecommitdiffstats
path: root/schemas/privkey.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/privkey.xsd')
-rw-r--r--schemas/privkey.xsd17
1 files changed, 17 insertions, 0 deletions
diff --git a/schemas/privkey.xsd b/schemas/privkey.xsd
index b8d9e317d..f6de534c1 100644
--- a/schemas/privkey.xsd
+++ b/schemas/privkey.xsd
@@ -5,6 +5,8 @@
</xsd:documentation>
</xsd:annotation>
+ <xsd:include schemaLocation="types.xsd"/>
+
<xsd:complexType name="PrivateKeyGroupType">
<xsd:annotation>
<xsd:documentation>
@@ -133,6 +135,21 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute name="priority" type="xsd:positiveInteger" default="50">
+ <xsd:annotation>
+ <xsd:documentation>
+ Create group-specific keys with the given priority.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
+ <xsd:attribute name="decrypt" type="EncryptStrictnessEnum">
+ <xsd:annotation>
+ <xsd:documentation>
+ Override the global strict/lax decryption setting in
+ ``bcfg2.conf``.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:schema>