[Thuban-commits] r2842 - in trunk/thuban: . Resources/XML
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jun 2 21:16:02 CEST 2008
Author: bh
Date: 2008-06-02 21:16:01 +0200 (Mon, 02 Jun 2008)
New Revision: 2842
Modified:
trunk/thuban/ChangeLog
trunk/thuban/Resources/XML/thuban-1.1.dtd
trunk/thuban/Resources/XML/thuban-1.2.1.dtd
Log:
* Resources/XML/thuban-1.2.1.dtd, Resources/XML/thuban-1.1.dtd:
Declare the attributes field and field_type of the element
classification as optional in the syntactically correct way.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2008-05-23 12:24:56 UTC (rev 2841)
+++ trunk/thuban/ChangeLog 2008-06-02 19:16:01 UTC (rev 2842)
@@ -1,3 +1,9 @@
+2008-06-02 Bernhard Herzog <bh at intevation.de>
+
+ * Resources/XML/thuban-1.2.1.dtd, Resources/XML/thuban-1.1.dtd:
+ Declare the attributes field and field_type of the element
+ classification as optional in the syntactically correct way.
+
2008-05-23 Bernhard Reiter <bernhard at intevation.de>
* README: Added a hint that the requirements need to be installed
Modified: trunk/thuban/Resources/XML/thuban-1.1.dtd
===================================================================
--- trunk/thuban/Resources/XML/thuban-1.1.dtd 2008-05-23 12:24:56 UTC (rev 2841)
+++ trunk/thuban/Resources/XML/thuban-1.1.dtd 2008-06-02 19:16:01 UTC (rev 2842)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- thuban-1.1.dtd
- Copyright (C) 2001, 2003, 2004, 2005 by Intevation GmbH
+ Copyright (C) 2001, 2003, 2004, 2005, 2008 by Intevation GmbH
Authors:
Jan-Oliver Wagner <jan at intevation.de>
Bernhard Herzog <bh at intevation.de>
@@ -180,8 +180,8 @@
<!-- Classification data -->
<!ELEMENT classification (clnull?, clpoint*, clrange*, clpattern*, clcont*)>
-<!ATTLIST classification field CDATA>
-<!ATTLIST classification field_type CDATA>
+<!ATTLIST classification field CDATA #IMPLIED>
+<!ATTLIST classification field_type CDATA #IMPLIED>
<!ELEMENT clnull (cldata*)>
<!ELEMENT clpoint (cldata*)>
Modified: trunk/thuban/Resources/XML/thuban-1.2.1.dtd
===================================================================
--- trunk/thuban/Resources/XML/thuban-1.2.1.dtd 2008-05-23 12:24:56 UTC (rev 2841)
+++ trunk/thuban/Resources/XML/thuban-1.2.1.dtd 2008-06-02 19:16:01 UTC (rev 2842)
@@ -177,8 +177,8 @@
<!-- Classification data -->
<!ELEMENT classification (clnull?, clpoint*, clrange*, clpattern*, clcont*)>
-<!ATTLIST classification field CDATA>
-<!ATTLIST classification field_type CDATA>
+<!ATTLIST classification field CDATA #IMPLIED>
+<!ATTLIST classification field_type CDATA #IMPLIED>
<!ELEMENT clnull (cldata*)>
<!ELEMENT clpoint (cldata*)>
More information about the Thuban-commits
mailing list