summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-01-23 13:53:33 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-01-23 13:53:33 -0500
commitadcd396e3dad04030ccbbff5c77c56df566dacab (patch)
tree4ea980b3583b5fc00faefdf7450397ef9f879e91 /schemas/bundle.xsd
parent514e8f4bb75da4e75cd64c55697efe770427403d (diff)
downloadbcfg2-adcd396e3dad04030ccbbff5c77c56df566dacab.tar.gz
bcfg2-adcd396e3dad04030ccbbff5c77c56df566dacab.tar.bz2
bcfg2-adcd396e3dad04030ccbbff5c77c56df566dacab.zip
cleaned up genshi schema
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd16
1 files changed, 2 insertions, 14 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 6b32434be..1e67e1f3a 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -119,13 +119,7 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element ref="py:def"/>
- <xsd:element ref="py:match"/>
- <xsd:element ref="py:choose"/>
- <xsd:element ref="py:for"/>
- <xsd:element ref="py:if"/>
- <xsd:element ref="py:with"/>
- <xsd:element ref="py:replace"/>
+ <xsd:group ref="py:genshiElements"/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='name' use='required'>
<xsd:annotation>
@@ -235,13 +229,7 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:element ref="py:def"/>
- <xsd:element ref="py:match"/>
- <xsd:element ref="py:choose"/>
- <xsd:element ref="py:for"/>
- <xsd:element ref="py:if"/>
- <xsd:element ref="py:with"/>
- <xsd:element ref="py:replace"/>
+ <xsd:group ref="py:genshiElements"/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='description' />
<xsd:attribute type='xsd:string' name='name'/>