-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_schema.xml
126 lines (120 loc) · 4.74 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
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
<?xml version="1.0" encoding="UTF-8"?>
<dataSchema>
<ArchaeologicalElement name="Oral History">
<description>
An oral history recording form
</description>
<property type="string" name="Person" isIdentifier="true">
<description> Person </description>
<formatString><![CDATA[$2 - ]]></formatString>
</property>
<property type="string" name="Language Group" isIdentifier="true">
<description></description>
<formatString><![CDATA[$2 - ]]></formatString>
</property>
<property type="string" name="Clan Group">
<description></description>
</property>
<property type="string" name="Skin">
<description></description>
</property>
<property type="string" name="Birth Place">
<description></description>
</property>
<property type="string" name="Parents Birth Place">
<!-- test ' in name attr-->
<description></description>
</property>
<property type="string" name="Marriage Partner(s)">
<description></description>
</property>
<property type="string" name="Partner Skin">
<description></description>
</property>
<property type="string" name="Age Or Relationship To Known Events">
<description></description>
</property>
<property type="string" name="Places Theyve Lived In">
<!-- test ' in name attr-->
<description></description>
</property>
<property type="string" name="Date" isIdentifier="true">
<description></description>
<formatString><![CDATA[$2 - ]]></formatString>
</property>
<property type="string" name="Place" isIdentifier="true">
<description></description>
<formatString><![CDATA[$2]]></formatString>
</property>
<property type="string" name="Time">
<description></description>
</property>
<property type="string" name="Interviewer">
<description></description>
</property>
<property type="string" name="Recorded">
<description></description>
<lookup>
<term>Recorded</term>
<term>Notes Only</term>
<term>Other</term>
</lookup>
</property>
<property type="string" name="Main Subjects">
<description></description>
</property>
<property name="Latitude" type="float">
<description>The geographic latitude of the Special Find at the time of excavation.
</description>
</property>
<property name="Longitude" type="float">
<description>The geographic longitude of the Special Find at the time of excavation.
</description>
</property>
<property name="Northing" type="float">
<description>The geographic northing of the Special Find at the time of excavation.
</description>
</property>
<property name="Easting" type="float">
<description>The geographic easting of the Special Find at the time of excavation.
</description>
</property>
<property name="Oral History Audio" type="file" file="true" thumbnail="true">
<description>Use this button to record an audio file of your observations concerning this context/artefact</description>
</property>
<property name="Oral History Video" type="file" file="true" thumbnail="true">
<description>Use this button to record a video using the tablet of this context/artefact etc</description>
</property>
</ArchaeologicalElement>
<ArchaeologicalElement name="Diary">
<description/>
<property name="Timestamp" type="freetext" isIdentifier="true">
<description/>
<formatString><![CDATA[ $2 by: ]]></formatString>
</property>
<property name="CreatedName" type="freetext" isIdentifier="true">
<description/>
<formatString><![CDATA[$2 - Diary: ]]></formatString>
<appendCharacterString><![CDATA[-]]></appendCharacterString>
</property>
<property name="Title" type="freetext" isIdentifier="true">
<description/>
<formatString><![CDATA[$2]]></formatString>
</property>
<property name="Text" type="freetext">
<description/>
</property>
<property name="Audio" type="file" file="true" thumbnail="true">
<description>Use this button to record an audio file of your observations concerning this context/artefact</description>
</property>
<property name="Video" type="file" file="true" thumbnail="true">
<description>Use this button to record a video using the tablet of this context/artefact etc</description>
</property>
<property name="Photo" type="file" file="true" thumbnail="true">
<description>Use this button to take a photo of the context/artefact etc using the camera on the tablet</description>
</property>
<property name="FileAttach" type="file" file="true" thumbnail="true">
<description/>
</property>
</ArchaeologicalElement>
</dataSchema>