summaryrefslogtreecommitdiffstats
path: root/schemas/info.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/info.xsd')
-rw-r--r--schemas/info.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index 9b898a168..5291562c1 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -135,6 +135,14 @@
<xsd:element name='Path' type='InfoGroupType'/>
<xsd:element name='Info' type='InfoType'/>
</xsd:choice>
+ <xsd:attribute name="lax_decryption" type="xsd:boolean">
+ <xsd:annotation>
+ <xsd:documentation>
+ Override the global lax_decryption setting in
+ ``bcfg2.conf``.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
<xsd:element name='FileInfo' type="FileInfoType"/>