summaryrefslogtreecommitdiff
path: root/doc/editor_configs
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-04 00:12:43 +0200
committerDirk Baechle <dl9obn@darc.de>2013-05-04 00:12:43 +0200
commit834fbd437ab038737b5853e2e45763d2ff2317d8 (patch)
tree4b70034aed93544cd27f4ca39b1b3816d9f4554e /doc/editor_configs
parent804fe7d2dbf24ddf65c1d9dac087d88edc281019 (diff)
downloadscons-834fbd437ab038737b5853e2e45763d2ff2317d8.tar.gz
- added first version of the SCons XSD
- rewrote User Guide XML files, such that they are valid against it
Diffstat (limited to 'doc/editor_configs')
-rw-r--r--doc/editor_configs/xmlmind/addon/config/scons/scons_xsd/dbpoolx.xsd4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_xsd/dbpoolx.xsd b/doc/editor_configs/xmlmind/addon/config/scons/scons_xsd/dbpoolx.xsd
index ab32eab5..3c937ee6 100644
--- a/doc/editor_configs/xmlmind/addon/config/scons/scons_xsd/dbpoolx.xsd
+++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_xsd/dbpoolx.xsd
@@ -2230,6 +2230,7 @@
<xs:attributeGroup ref="common.attrib"/>
<xs:attributeGroup ref="scons_example.role.attrib"/>
<xs:attribute name="name" type="xs:string" use="required" />
+ <xs:attribute name="printme" type="xs:int" use="optional" />
</xs:attributeGroup>
<!-- end of scons_example.attlist -->
<!-- end of scons_example.module -->
@@ -2345,7 +2346,8 @@
<xs:attributeGroup name="scons_output.attlist">
<xs:attributeGroup ref="common.attrib"/>
<xs:attributeGroup ref="scons_output.role.attrib"/>
- <xs:attribute name="name" type="xs:string" use="required" />
+ <xs:attribute name="name" type="xs:string" />
+ <xs:attribute name="tools" type="xs:string" />
<xs:attribute name="example" type="xs:string" use="required" />
</xs:attributeGroup>
<!-- end of scons_output.attlist -->