summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-12-05 14:46:46 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-12-05 14:46:46 -0500
commit5e0501ee6b9414b506c903696251a73975524907 (patch)
tree7a3fc224c52bcf79bdc6d82bc1622ed8c14345db /schemas
parente707a8efc798950bb4151686766b14fccf913632 (diff)
downloadbcfg2-5e0501ee6b9414b506c903696251a73975524907.tar.gz
bcfg2-5e0501ee6b9414b506c903696251a73975524907.tar.bz2
bcfg2-5e0501ee6b9414b506c903696251a73975524907.zip
schemas: fixed augeasCommands group in Path entries
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index ee4f13ea9..49690489f 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -269,7 +269,7 @@
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='ACL' type='ACLType'/>
- <xsd:group name="augeasCommands"/>
+ <xsd:group ref="augeasCommands"/>
</xsd:choice>
<xsd:attribute type="PathTypeEnum" name="type">
<xsd:annotation>