-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.xml
More file actions
39 lines (38 loc) · 1.01 KB
/
Copy pathsample.xml
File metadata and controls
39 lines (38 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE stations SYSTEM "copies.dtd">
<stations
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="copies.xsd"
>
<station StationID="ONSA">
</station>
<station StationID="GRAZ"/>
<station StationID="PAKO">
<year YearID="2016">
<doys>105,106</doys>
</year>
<year YearID="2015"/>
</station>
<station StationID="WIEN">
<year YearID="2015">
<doys processed="1">178,180</doys>
<doys>201,202</doys>
</year>
<year YearID="2016">
<doys>178,180</doys>
<doys>201,202</doys>
</year>
</station>
<station StationID="TRBG">
<year YearID="2016">
<doys>178,180</doys>
<doys>201,202</doys>
</year>
</station>
<station StationID="PFAN">
<year YearID="2016">
<doys>178,180</doys>
<doys>201,202</doys>
</year>
</station>
</stations>