-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_schema.xml
62 lines (62 loc) · 2.08 KB
/
data_schema.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
<?xml version="1.0" encoding="UTF-8"?>
<dataSchema>
<ArchaeologicalElement name="Artefact">
<description></description>
<property name="Photo" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="Artefact Type" type="enum" isIdentifier="true">
<description/>
<lookup>
<term pictureURL="files/data/gallery/test1.png"> {Bucket}
<description/>
</term>
<term pictureURL="files/data/gallery/test2.png"> {Tower}
<description/>
</term>
<term pictureURL="files/data/gallery/test3.png"> {Tower_Pole}
<description/>
</term>
<term pictureURL="files/data/gallery/test4.png"> {Haul_Rope_Wheel_Frame}
<description/>
</term>
<term pictureURL="files/data/gallery/test5.png"> {Tower_Bolt}
<description/>
</term>
<term pictureURL="files/data/gallery/test6.png"> {Tension_Station}
<description/>
</term>
<term pictureURL="files/data/gallery/test7.png"> {Tension_Station_Bolt}
<description/>
</term>
<term pictureURL="files/data/gallery/test8.png"> {Track_Crossbar}
<description/>
</term>
<term pictureURL="files/data/gallery/test9.png"> {Track_Rope}
<description/>
</term>
<term pictureURL="files/data/gallery/test10.png"> {Haul_Rope}
<description/>
</term>
<term pictureURL="files/data/gallery/test11.png"> {Rope_Joiner}
<description/>
</term>
<term pictureURL="files/data/gallery/test12.png"> {Rope_Groove}
<description/>
</term>
<term pictureURL="files/data/gallery/test13.png"> {Other}
<description/>
</term>
</lookup>
</property>
<property name="Description" type="string">
<description/>
</property>
<property name="GPS_Accuracy" type="string">
<description/>
</property>
<property name="GPS_Heading" type="string">
<description/>
</property>
</ArchaeologicalElement>
</dataSchema>