summaryrefslogtreecommitdiffstats
path: root/schemas/genshi.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-08-08 13:21:10 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-08-08 13:21:10 -0400
commitc23d3b238c20a9bedaab8ac3c5ef71b87a1bfb7e (patch)
tree86faa8b3a4fd6cb5fe638ba0fe680f17797e3d61 /schemas/genshi.xsd
parent7edcd2fc64c94f98bdacbaad99d00cfdef0a5a66 (diff)
downloadbcfg2-c23d3b238c20a9bedaab8ac3c5ef71b87a1bfb7e.tar.gz
bcfg2-c23d3b238c20a9bedaab8ac3c5ef71b87a1bfb7e.tar.bz2
bcfg2-c23d3b238c20a9bedaab8ac3c5ef71b87a1bfb7e.zip
fixed attribute form of genshi keywords
Diffstat (limited to 'schemas/genshi.xsd')
-rw-r--r--schemas/genshi.xsd24
1 files changed, 12 insertions, 12 deletions
diff --git a/schemas/genshi.xsd b/schemas/genshi.xsd
index d87c4a6e3..4d3ad0e31 100644
--- a/schemas/genshi.xsd
+++ b/schemas/genshi.xsd
@@ -82,17 +82,17 @@
<!-- genshi attributes -->
<xs:attributeGroup name="genshiAttrs">
- <xs:attribute name="ifAttr" type="xs:string"/>
- <xs:attribute name="chooseAttr" type="xs:string"/>
- <xs:attribute name="whenAttr" type="xs:string"/>
- <xs:attribute name="otherwiseAttr" type="xs:string"/>
- <xs:attribute name="forAttr" type="xs:string"/>
- <xs:attribute name="defAttr" type="xs:string"/>
- <xs:attribute name="matchAttr" type="xs:string"/>
- <xs:attribute name="withAttr" type="xs:string"/>
- <xs:attribute name="attrsAttr" type="xs:string"/>
- <xs:attribute name="contentAttr" type="xs:string"/>
- <xs:attribute name="replaceAttr" type="xs:string"/>
- <xs:attribute name="stripAttr" type="xs:string"/>
+ <xs:attribute name="if" type="xs:string" form="qualified"/>
+ <xs:attribute name="choose" type="xs:string" form="qualified"/>
+ <xs:attribute name="when" type="xs:string" form="qualified"/>
+ <xs:attribute name="otherwise" type="xs:string" form="qualified"/>
+ <xs:attribute name="for" type="xs:string" form="qualified"/>
+ <xs:attribute name="def" type="xs:string" form="qualified"/>
+ <xs:attribute name="match" type="xs:string" form="qualified"/>
+ <xs:attribute name="with" type="xs:string" form="qualified"/>
+ <xs:attribute name="attrs" type="xs:string" form="qualified"/>
+ <xs:attribute name="content" type="xs:string" form="qualified"/>
+ <xs:attribute name="replace" type="xs:string" form="qualified"/>
+ <xs:attribute name="strip" type="xs:string" form="qualified"/>
</xs:attributeGroup>
</xs:schema>