[Formed-commits] r419 - in trunk: . formed/formed/plugins/export
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 8 11:17:49 CET 2010
Author: roland
Date: 2010-11-08 11:17:48 +0100 (Mon, 08 Nov 2010)
New Revision: 419
Modified:
trunk/ChangeLog
trunk/formed/formed/plugins/export/xsd.py
Log:
validate formedtree.xml
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-11-08 09:07:41 UTC (rev 418)
+++ trunk/ChangeLog 2010-11-08 10:17:48 UTC (rev 419)
@@ -1,5 +1,9 @@
2010-11-08 Roland Geider <roland.geider at intevation.de>
+ * formed/formed/plugins/export/xsd.py: validate formedtree.xml
+
+2010-11-08 Roland Geider <roland.geider at intevation.de>
+
* formed/formed/model/data.py,
formed/formed/plugins/export/xsd.py,
formed/formed/config.py: issue1131: generate XSD for case exports
Modified: trunk/formed/formed/plugins/export/xsd.py
===================================================================
--- trunk/formed/formed/plugins/export/xsd.py 2010-11-08 09:07:41 UTC (rev 418)
+++ trunk/formed/formed/plugins/export/xsd.py 2010-11-08 10:17:48 UTC (rev 419)
@@ -126,6 +126,7 @@
<xs:element name="rule">
<xs:complexType>
<xs:attribute name="expr" type="xs:string"/>
+ <xs:attribute name="tag" type="xs:string"/>
<xs:attribute name="mark" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
More information about the Formed-commits
mailing list