summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-27 10:36:02 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-27 10:42:32 -0400
commit02783685f003b740b2ced28566833a46d3da07f1 (patch)
treed3fe5092a1c2d93c983fc635a04011c39bb4ec6d /schemas/packages.xsd
parentd2be8c33d02eedc6787c6106e9526f916a2234b6 (diff)
downloadbcfg2-02783685f003b740b2ced28566833a46d3da07f1.tar.gz
bcfg2-02783685f003b740b2ced28566833a46d3da07f1.tar.bz2
bcfg2-02783685f003b740b2ced28566833a46d3da07f1.zip
Options: schema changes for changes made for new parser
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>