/[thuban]/branches/WIP-pyshapelib-bramz/Resources/XML/thuban-1.1.dtd
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Resources/XML/thuban-1.1.dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/thuban/Resources/XML/thuban-1.1.dtd revision 2371 by jan, Sun Oct 3 20:38:54 2004 UTC branches/WIP-pyshapelib-bramz/Resources/XML/thuban-1.1.dtd revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <!--    thuban-1.1.dtd  <!--    thuban-1.1.dtd
3    
4      Copyright (C) 2001, 2003, 2004 by Intevation GmbH      Copyright (C) 2001, 2003, 2004, 2005 by Intevation GmbH
5      Authors:      Authors:
6          Jan-Oliver Wagner <[email protected]>          Jan-Oliver Wagner <[email protected]>
7          Bernhard Herzog <[email protected]>          Bernhard Herzog <[email protected]>
# Line 164  identify the version of the file format. Line 164  identify the version of the file format.
164    
165  <!-- a rasterlayer represents an image that has some geographic data  <!-- a rasterlayer represents an image that has some geographic data
166      associated with it. The filename points to the image used.      associated with it. The filename points to the image used.
167    
168        The masktype should be one of "none", "bit" or "alpha".  
169        The opacity is the opacity as a decimal floating point number in the
170        range 0.0 ... 1.0
171  -->  -->
172  <!ELEMENT rasterlayer (projection?, classification?)>  <!ELEMENT rasterlayer (projection?, classification?)>
173  <!ATTLIST rasterlayer  <!ATTLIST rasterlayer
174          title    CDATA #REQUIRED          title    CDATA #REQUIRED
175          filename CDATA #REQUIRED          filename CDATA #REQUIRED
176            opacity CDATA #IMPLIED
177            masktype CDATA #IMPLIED
178          visible  (true|false) "true">          visible  (true|false) "true">
179    
180    
181  <!-- Classification data -->  <!-- Classification data -->
182  <!ELEMENT classification (clnull?, clpoint*, clrange*, clcont*)>  <!ELEMENT classification (clnull?, clpoint*, clrange*, clpattern*, clcont*)>
183  <!ATTLIST classification field CDATA #REQUIRED>  <!ATTLIST classification field CDATA>
184  <!ATTLIST classification field_type CDATA #REQUIRED>  <!ATTLIST classification field_type CDATA>
185    
186  <!ELEMENT clnull (cldata*)>  <!ELEMENT clnull (cldata*)>
187  <!ELEMENT clpoint (cldata*)>  <!ELEMENT clpoint (cldata*)>
188  <!ELEMENT clrange (cldata*)>  <!ELEMENT clrange (cldata*)>
189    <!ELEMENT clpattern (cldata*)>
190  <!ELEMENT clcont (cldata*)>  <!ELEMENT clcont (cldata*)>
191    
192  <!ATTLIST clnull label CDATA #IMPLIED>  <!ATTLIST clnull label CDATA #IMPLIED>
# Line 192  identify the version of the file format. Line 199  identify the version of the file format.
199  <!ATTLIST clrange range CDATA #IMPLIED>  <!ATTLIST clrange range CDATA #IMPLIED>
200  <!ATTLIST clrange label CDATA #IMPLIED>  <!ATTLIST clrange label CDATA #IMPLIED>
201    
202    <!ATTLIST clpattern pattern CDATA #REQUIRED>
203    <!ATTLIST clpattern label CDATA #IMPLIED>
204    
205  <!ATTLIST clcont rmin CDATA #REQUIRED>  <!ATTLIST clcont rmin CDATA #REQUIRED>
206  <!ATTLIST clcont rmax CDATA #REQUIRED>  <!ATTLIST clcont rmax CDATA #REQUIRED>
207  <!ATTLIST clcont dmin CDATA #REQUIRED>  <!ATTLIST clcont dmin CDATA #REQUIRED>

Legend:
Removed from v.2371  
changed lines
  Added in v.2734

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26