summaryrefslogtreecommitdiffstats
path: root/doc/editor_configs
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:12:43 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:12:43 (GMT)
commite70f1133e2725460290ec719351a33dd28c1df3e (patch)
treeb37d71196a6afd7eeb3271c651e86bf3d810dbcd /doc/editor_configs
parent9e7cf970a730549348fd22a0921ea0ed2e894a69 (diff)
downloadSCons-e70f1133e2725460290ec719351a33dd28c1df3e.zip
SCons-e70f1133e2725460290ec719351a33dd28c1df3e.tar.gz
SCons-e70f1133e2725460290ec719351a33dd28c1df3e.tar.bz2
- 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 ab32eab..3c937ee 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 -->