[GRASS-SVN] r31008 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 15 11:03:19 EDT 2008


Author: martinl
Date: 2008-04-15 11:03:19 -0400 (Tue, 15 Apr 2008)
New Revision: 31008

Modified:
   grass/trunk/gui/wxpython/xml/grass-gxw.dtd
Log:
wxGUI (xml): workspace DTD updated

Modified: grass/trunk/gui/wxpython/xml/grass-gxw.dtd
===================================================================
--- grass/trunk/gui/wxpython/xml/grass-gxw.dtd	2008-04-15 15:01:27 UTC (rev 31007)
+++ grass/trunk/gui/wxpython/xml/grass-gxw.dtd	2008-04-15 15:03:19 UTC (rev 31008)
@@ -22,23 +22,23 @@
         render, mode and showCompExtent (added 2004/08)
 -->
 <!ELEMENT display ((group|layer)*)>
-<!ATTLIST display  render	   CDATA #IMPLIED>
-<!ATTLIST display  mode            CDATA #IMPLIED>
-<!ATTLIST display  showCompExtent  CDATA #IMPLIED>
+<!ATTLIST display  render	   (0 | 1) #IMPLIED>
+<!ATTLIST display  mode            (0 | 1 | 2 | 3 | 4 | 5 | 6) #IMPLIED>
+<!ATTLIST display  showCompExtent  (0 | 1) #IMPLIED>
 
 <!--    group of map layers
 -->
 <!ELEMENT group (layer*)>
-<!ATTLIST group	name	CDATA #REQUIRED>
-<!ATTLIST group	checked CDATA #REQUIRED>
+<!ATTLIST group	name	CDATA   #REQUIRED>
+<!ATTLIST group	checked (0 | 1) #REQUIRED>
 
 <!--    map layer
 -->
 <!ELEMENT layer (selected?, task?)>
-<!ATTLIST layer	type	CDATA #REQUIRED>
-<!ATTLIST layer	name	CDATA #REQUIRED>
-<!ATTLIST layer	checked CDATA #REQUIRED>
-<!ATTLIST layer	opacity	CDATA #IMPLIED>
+<!ATTLIST layer	type	CDATA   #REQUIRED>
+<!ATTLIST layer	name	CDATA   #REQUIRED>
+<!ATTLIST layer	checked (0 | 1) #REQUIRED>
+<!ATTLIST layer	opacity	CDATA   #IMPLIED>
 
 <!--	task describes the interface of a single
 	GRASS command. 



More information about the grass-commit mailing list