-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathactivity.xml
More file actions
49 lines (44 loc) · 817 Bytes
/
activity.xml
File metadata and controls
49 lines (44 loc) · 817 Bytes
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
<?xml version="1.0"?>
<activity>
<outdoor_facility>
<toy>
<bouncy></bouncy>
<sandbox></sandbox>
<climbing_frame>
<swing></swing>
<slide></slide>
</climbing_frame>
<flight_toy>
<kite></kite>
<balloons></balloons>
</flight_toy>
</toy>
<party>
<gril></gril>
<tent></tent>
<table></table>
</party>
</outdoor_facility>
<sport>
<outdoor_tools>
<artifical>
<shovel></shovel>
<pail></pail>
</artifical>
<nature>
<fire></fire>
</nature>
</outdoor_tools>
<ball_sport>
<football></football>
<baseball></baseball>
<beachball></beachball>
<basketball></basketball>
<soccerball></soccerball>
<tennisball></tennisball>
</ball_sport>
<disc_sport>
<frisbee></frisbee>
</disc_sport>
</sport>
</activity>