summaryrefslogtreecommitdiffstats
path: root/schemas/genshi.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-17 13:56:30 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-17 13:56:30 -0600
commit1a4148626871df43d2d207db551536813868713e (patch)
tree059dfea496f19c7b8edbb1a3dba1936b884b730c /schemas/genshi.xsd
parent5391b24947e11019094df98dad1f58e4b080d019 (diff)
downloadbcfg2-1a4148626871df43d2d207db551536813868713e.tar.gz
bcfg2-1a4148626871df43d2d207db551536813868713e.tar.bz2
bcfg2-1a4148626871df43d2d207db551536813868713e.zip
schemas: fixed genshi choose test attribute
Diffstat (limited to 'schemas/genshi.xsd')
-rw-r--r--schemas/genshi.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/genshi.xsd b/schemas/genshi.xsd
index 0131363be..418304511 100644
--- a/schemas/genshi.xsd
+++ b/schemas/genshi.xsd
@@ -182,7 +182,7 @@
<xs:element name="otherwise" type="py:otherwiseType"
minOccurs="0"/>
</xs:sequence>
- <xs:attribute name="test" type="xs:string" use="required">
+ <xs:attribute name="test" type="xs:string">
<xs:annotation>
<xs:documentation>
If ``test`` is set, the child :xml:element:`py:when`