-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.xml
More file actions
153 lines (153 loc) · 5.65 KB
/
test.xml
File metadata and controls
153 lines (153 loc) · 5.65 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<report name="Test Resort"
updated="1490776200"
units="USC">
<operations resortStatus="Open"
openTime="08:30"
closeTime="16:30"/>
<currentConditions>
<resortwide totalArea="9.00"
totalLength="9.00"
totalAreaOpen="9.00"
totalLengthOpen="9.00"
numTrailsOpen="9"
numTrailsGroomed="0"
numTrailsSnowMaking="0"
numLiftsOpen="3"
numParksOpen="2"/>
<resortLocations>
<location name="Radius"
primarySurface="Packed Powder"
secondarySurface="Powder"
base="101"
snowOverNight="2"
snow12Hours="1"
snow24Hours="12"
snow48Hours="20"
snow72Hours="23"
snow7Days="40"
snowSeasonTotal="210"
weatherConditions="Clear"
temperature="40"
visibility="100"
windDirection="N"
windSpeed="3"/>
</resortLocations>
</currentConditions>
<forecast>
<day name="Wednesday"
high="45°F"
low="25°F"
weather="Mostly Sunny"
icon="1">Mostly Sunny, with a high near 45°F and a low near 25°F
</day>
<day name="Thursday"
high="44°F"
low="21°F"
weather="Mostly Sunny"
icon="1">Mostly Sunny, with a high near 44°F and a low near 21°F
</day>
<day name="Friday"
high="37°F"
low="30°F"
weather="Snow"
icon="5">Snow (77% chance), with a high near 37°F and a low near 30°F
</day>
<day name="Saturday"
high="36°F"
low="28°F"
weather="Chance Snow"
icon="5">Chance Snow (76%), with a high near 36°F and a low near 28°F
</day>
<day name="Sunday"
high="45°F"
low="26°F"
weather="Partly Sunny"
icon="4">Partly Sunny, with a high near 45°F and a low near 26°F
</day>
</forecast>
<comments>
<comment name="Weather">Great weather today</comment>
<comment name="Snow">Best snow in 10 years!</comment>
<comment name="Events">SnowFest on today.</comment>
</comments>
<facilities>
<areas>
<area name="Radius">
<lifts>
<lift name="Explorer"
status="Open"
waitTime="4"/>
<lift name="Headwaters"
status="Open"
waitTime="3"/>
<lift name="Challenger"
status="Open"
waitTime="2"/>
</lifts>
<trails>
<trail name="Crosscut"
status="Open"
groomed="No"
snowMaking="No"
difficulty="novice"/>
<trail name="Cruiser"
status="Open"
groomed="No"
snowMaking="No"
difficulty="novice"/>
<trail name="Sunset"
status="Open"
groomed="No"
snowMaking="No"
difficulty="novice"/>
<trail name="Big Dipper"
status="Open"
groomed="No"
snowMaking="No"
difficulty="intermediate"/>
<trail name="Exodus"
status="Open"
groomed="No"
snowMaking="No"
difficulty="intermediate"/>
<trail name="Gulch"
status="Open"
groomed="No"
snowMaking="No"
difficulty="intermediate"/>
<trail name="Safari"
status="Open"
groomed="No"
snowMaking="No"
difficulty="advanced"/>
<trail name="Silver Knife"
status="Open"
groomed="No"
snowMaking="No"
difficulty="advanced"/>
<trail name="Ambush"
status="Open"
groomed="No"
snowMaking="No"
difficulty="advanced"/>
</trails>
<freestyleTerrain>
<parks>
<park name="Boardercross"
status="Open"
groomedOrCut="Yes"/>
</parks>
<pipes>
<pipe name="Halfpipe"
status="Open"
groomedOrCut="Yes"/>
</pipes>
</freestyleTerrain>
<specialTerrain>
<terrain name="Tubing"
status="Open"/>
</specialTerrain>
</area>
</areas>
</facilities>
</report>