summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-12-08 21:19:57 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-12-09 07:17:30 -0500
commit9a1f8dd769327cdb5aab86655780646bf1946516 (patch)
tree58e8c32d74f442a612221b89258dbb488c86dec6 /schemas
parenta7807ac87aa39b2cd4dbb210a5d64a5a553e86f1 (diff)
downloadbcfg2-9a1f8dd769327cdb5aab86655780646bf1946516.tar.gz
bcfg2-9a1f8dd769327cdb5aab86655780646bf1946516.tar.bz2
bcfg2-9a1f8dd769327cdb5aab86655780646bf1946516.zip
schemas: allow genshi elements inside Path tags
This is particularly useful for Augeas commands.
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 49690489f..836cfa38e 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -270,6 +270,7 @@
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='ACL' type='ACLType'/>
<xsd:group ref="augeasCommands"/>
+ <xsd:group ref="py:genshiElements"/>
</xsd:choice>
<xsd:attribute type="PathTypeEnum" name="type">
<xsd:annotation>