-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
236 lines (236 loc) · 7.1 KB
/
module.xml
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<?xml version="1.0" ?>
<module>
<Login f="nodata">
<Login>
<Users t="dropdown" f="user nocertainty noannotation"/>
<Log_in t="button" ll="Control"/>
<Sign_up t="button" l="signup"/>
</Login>
</Login>
<Control f="nodata">
<Main f="noscroll">
<Create_New_Site t="button" f="nocertainty noannotation" l="Site"/>
<Existing_Sites t="list" f="nocertainty noannotation" e="Site"/>
</Main>
<search/>
<Map f="noscroll">
<Map t="map"/>
</Map>
</Control>
<Site>
<Location>
<author f="nocertainty noannotation">
</author>
<timestamp f="nocertainty noannotation">
Site Recorded at
</timestamp>
<State t="dropdown">
<opts>
<opt>NSW</opt>
<opt>QLD</opt>
<opt>VIC</opt>
<opt>WA</opt>
<opt>NT</opt>
<opt>SA</opt>
<opt>TAS</opt>
<opt>ACT</opt>
</opts>
</State>
<Nearest_Town_Surburb b="string" f="id">
Nearest Town / Surburb
<str>
<pos>1</pos>
<fmt>$2:</fmt>
</str>
</Nearest_Town_Surburb>
<gps>
GPS Coordinates
</gps>
<Other_Location_Info b="string"/>
<Access_Instructions b="string"/>
<Site_Name_Aboriginal b="string" f="id">
<str>
<pos>2</pos>
<fmt>$2-</fmt>
</str>
</Site_Name_Aboriginal>
<Site_Name_English b="string" f="id">
<str>
<pos>3</pos>
<fmt>$2</fmt>
</str>
</Site_Name_English>
<Access_is_this_site t="dropdown">
Access / Is this site...
<opts>
<opt>Open to independent (self-guided) visitors?</opt>
<opt>Accessible only with a guide (exclusive to one tourism operator)</opt>
<opt>Accessible only with a guide (choice/more than one tourism operator)</opt>
</opts>
</Access_is_this_site>
</Location>
<Description>
<Site_Type t="checkbox">
<opts>
<opt>Rock Art - paintings</opt>
<opt>Rock Art - Engravings</opt>
<opt>Human remains/Burials</opt>
<opt>Artefact Scatter</opt>
<opt>Place of cultural significance</opt>
<opt>Other</opt>
</opts>
</Site_Type>
<Site_Size b="decimal">
Site Size (estimate)
</Site_Size>
<Number_of_Shelters b="decimal"/>
<Number_of_Panels b="decimal"/>
<Number_of_Motifs b="decimal">
Number of Motifs (total)
</Number_of_Motifs>
<Site_Condition t="dropdown">
<opts>
<opt>Excellent</opt>
<opt>Good</opt>
<opt>Fair</opt>
<opt>Poor</opt>
<opt>Very Poor</opt>
</opts>
</Site_Condition>
<Conservation_Issues b="string"/>
</Description>
<Infrastructure>
<Encouraging_Access t="checkbox">
<opts>
<opt>Toilets</opt>
<opt>Boardwalk/viewing platform</opt>
<opt>Fencing (protecting humans)</opt>
<opt>Interpretive signs</opt>
<opt>Stairs</opt>
<opt>Wheelchair access</opt>
<opt>Picnic shelter</opt>
<opt>Carpark</opt>
<opt>Kiosk</opt>
<opt>Water</opt>
<opt>Road signs/direction signs to site</opt>
</opts>
</Encouraging_Access>
<Protecting_Site t="checkbox">
<opts>
<opt>Boardwalk/viewing platform</opt>
<opt>Fencing (protecting rock art)</opt>
<opt>Fencing (protecting other aspects of site)</opt>
<opt>Interpretive signs</opt>
</opts>
</Protecting_Site>
<Photos t="camera"/>
</Infrastructure>
<Visit f="noscroll">
<New_Visit t="button" f="nocertainty noannotation" lc="Site_Visit"/>
<Existing_visits t="list" f="nocertainty noannotation" ec="Site_Visit"/>
</Visit>
<Tourism f="noscroll">
<New_Tourism_Company t="button" f="nocertainty noannotation" lc="Tourism_Company"/>
<Existing_Tourism_Companies t="list" f="nocertainty noannotation" ec="Tourism_Company"/>
</Tourism>
</Site>
<Site_Visit>
<Experience>
<Site_Name f="id nocertainty noannotation" i="Site/Location/Site_Name_English">
<str>
<pos>1</pos>
<fmt>$2:</fmt>
</str>
</Site_Name>
<author f="id nocertainty noannotation">
<str>
<pos>2</pos>
<fmt>$2-</fmt>
</str>
</author>
<timestamp f="id nocertainty noannotation">
Site Visited
<str>
<pos>3</pos>
<fmt>$2</fmt>
</str>
</timestamp>
<Type_of_Visit t="dropdown">
<opts>
<opt>Independently/ Self-Guided</opt>
<opt>Guided by an Indigenous Guide</opt>
<opt>Guided by a non-Indigenous Guide</opt>
<opt>Other</opt>
</opts>
</Type_of_Visit>
<Guide_Type t="dropdown">
<opts>
<opt>Indigenous Guide</opt>
<opt>Non Indigenous Guide</opt>
<opt>Unsure</opt>
</opts>
</Guide_Type>
<Interpretation t="checkbox">
<opts>
<opt>Talked about motifs</opt>
<opt>Talked about method/materials/how created</opt>
<opt>Talked about culture</opt>
<opt>Talked about contemporary life</opt>
<opt>Connect rock-art to other ideas/events/landscapes/plants and animals</opt>
<opt>Bushfoods</opt>
<opt>Sang songs</opt>
<opt>Danced</opt>
<opt>Demonstrated something</opt>
<opt>Used humour</opt>
<opt>Was serious</opt>
<opt>Talked to ancestors</opt>
<opt>Introduced visitors to country</opt>
</opts>
</Interpretation>
<Overall_Quality b="string"/>
<Overall_Satisfaction b="string"/>
<Notes b="string"/>
</Experience>
<Facilities>
<Access_Encouragement t="checkbox">
<opts>
<opt>Appropriate for site</opt>
<opt>Inappropriate for site</opt>
<opt>Effective at encouraging visitors</opt>
<opt>Ineffective at encouraging visitors</opt>
</opts>
</Access_Encouragement>
<Encouragement_Comments b="string"/>
<Site_Protection t="checkbox">
<opts>
<opt>Appropriate for site</opt>
<opt>Inappropriate for site</opt>
<opt>Effective at protecting site</opt>
<opt>Ineffective at protecting site</opt>
</opts>
</Site_Protection>
<Protection_Comments b="string"/>
<General_Notes b="string"/>
<Photos t="camera"/>
</Facilities>
</Site_Visit>
<Tourism_Company>
<General>
<Company_Name b="string" f="id">
<str>
<pos>1</pos>
<fmt>$2</fmt>
</str>
</Company_Name>
<Degree_of_Aboriginal_Involvement t="checkbox">
<opts>
<opt>Aboriginal Owned</opt>
<opt>Employs Aboriginal Guides</opt>
<opt>Unknown / Unsufficient Information</opt>
</opts>
</Degree_of_Aboriginal_Involvement>
<Contact_Details b="string"/>
<Company_Comments b="string"/>
</General>
</Tourism_Company>
</module>