1 |
bh |
1754 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
|
|
<!-- projfile.dtd |
3 |
|
|
|
4 |
|
|
Copyright (C) 2003 by Intevation GmbH |
5 |
|
|
Authors: |
6 |
|
|
Bernhard Herzog <[email protected]> |
7 |
|
|
|
8 |
|
|
This program is free software under the GPL (>=v2) |
9 |
|
|
Read the file COPYING coming with Thuban for details. |
10 |
|
|
|
11 |
|
|
$Revision$ |
12 |
|
|
$Source$ |
13 |
|
|
$Id$ |
14 |
|
|
--> |
15 |
|
|
|
16 |
|
|
<!-- a projfile is a list of projections. The projections are stored in |
17 |
|
|
the same way as in a .thuban file |
18 |
|
|
--> |
19 |
|
|
|
20 |
|
|
<!ELEMENT projectionlist (projection*)> |
21 |
|
|
|
22 |
|
|
<!ELEMENT projection (parameter*)> |
23 |
bh |
1817 |
<!ATTLIST projection |
24 |
|
|
name CDATA "" |
25 |
|
|
epsg CDATA #IMPLIED > |
26 |
bh |
1754 |
|
27 |
|
|
<!ELEMENT parameter EMPTY> |
28 |
|
|
<!ATTLIST parameter value CDATA #REQUIRED> |