summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/packages.xsd')
-rw-r--r--schemas/packages.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index e01093c56..e57280527 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -240,6 +240,14 @@
<xsd:element name="Source" type="SourceType"/>
<xsd:element name="Sources" type="SourcesType"/>
</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:attribute ref="xml:base"/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>