-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_schema.xml
720 lines (716 loc) · 41.9 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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<?xml version="1.0" encoding="UTF-8"?>
<dataSchema name="hdb_guest_HistoricalArchitecture" preparer="Heurist user:guest guest">
<!-- ****** -->
<!--FAIMS Database Schema generated by Heurist Vsn 3.1.6, Wednesday 26th of February 2014 03:37:58 AM-->
<!-- ****** -->
<RelationshipElement name="BuildingDate">
<description>Defines a 1:N relationship between a Building and related Dates</description>
</RelationshipElement>
<RelationshipElement name="BuildingAlteration">
<description>Defines a 1:N relationship between a Building and related Alterations</description>
</RelationshipElement>
<!--Archaeological elements correspond with Heurist record types-->
<!--BUILDING-->
<ArchaeologicalElement name="Building">
<description>Building</description>
<property type="freetext" name="Street Address" isIdentifier="true">
<description>Please note the suburb and postcode if you know it.</description>
</property>
<property type="freetext" name="Suburb">
<description>Please note the suburb and postcode if you know it</description>
</property>
<property type="float" name="Postcode">
<description>Please note the suburb and postcode if you know it</description>
</property>
<property type="enum" name="Original purpose">
<description>Original_Purpose</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Commercial}<description/></term>
<term>{Domestic/private}<description/></term>
<term>{Educational}<description/></term>
<term>{Religious}<description/></term>
<term>{State/government}<description/></term>
<term>{Other}<description/></term>
</lookup>
</property>
<property type="enum" name="Change of purpose">
<description>Change of purpose</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{No}<description/></term>
<term>{Yes}<description/></term>
</lookup>
</property>
<property type="enum" name="Has Alterations">
<description>Does the building have alterations?</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{No}<description>No</description></term>
<term>{Yes}<description>Yes</description></term>
</lookup>
</property>
<property type="enum" name="Scale">
<description>Scale</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Single_storey}<description/></term>
<term>{Double_storey}<description/></term>
<term>{Multi_storey}<description/></term>
</lookup>
</property>
<property type="float" name="Percentage of grounds">
<description>The grounds is the block of land on which the building is constructed. This asks you to estimate how large the building is in relation to the block it is built on, e.g. is the block twice as large as the building, or is the building so large that it takes up most of its block? Write this estimate as a percentage, e.g. if the block is twice as large, write 50% (the building is half the size of the grounds). If the block and building are nearly the same size, write 90% (the block is only 10% larger than the building).</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Less_than_50}<description/></term>
<term>{50-75}<description/></term>
<term>{75-90}<description/></term>
<term>{Greater_than_90}<description/></term>
</lookup>
</property>
<property type="enum" name="Qualities">
<description>Qualities</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Asymmetry}<description>The quality of exact balance of all parts of a design on each side of a centre line. </description></term>
<term>{Symmetry}<description>The absence of symmetry, though not necessarily of balance.</description></term>
</lookup>
</property>
<property type="freetext" name="Plan">
<description>Note which façade you are recording. In most cases the façade will be the ‘front’, or public entry to the building. Some buildings may have more than one ‘front’, in which case you will have to choose which façade to record. Indicate on the plan where the ‘front’, or the façade you have chosen is located.</description>
<lookup>
<term pictureURL="files/data/gallery/Plan/Square.png">Square<description>Plan</description></term>
<term pictureURL="files/data/gallery/Plan/Rectangle.png">Rectangle<description>Plan</description></term>
<term pictureURL="files/data/gallery/Plan/Lshape.png">L Shape<description>Plan</description></term>
<term pictureURL="files/data/gallery/Plan/Ushape.png">U Shape<description>Plan</description></term>
<term pictureURL="files/data/gallery/Plan/Tshape.png">T Shape<description>Plan</description></term>
<term pictureURL="files/data/gallery/Plan/Combi.png">Combination<description>Plan</description></term>
</lookup>
</property>
<property type="file" name="Plan sketch" file="true" thumbnail="true">
<description>Plan Sketch</description>
</property>
<property type="enum" name="Orientation of facade">
<description>Orientation of facade</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{North}<description/></term>
<term>{North_East}<description/></term>
<term>{East}<description/></term>
<term>{South_East}<description/></term>
<term>{South}<description/></term>
<term>{South_West}<description/></term>
<term>{West}<description/></term>
<term>{North_West}<description/></term>
</lookup>
</property>
<property type="enum" name="Orientation facade faces">
<description>Orientation facade faces</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Park/Open_space}<description/></term>
<term>{Rear/side_of_other_building}<description/></term>
<term>{Road}<description/></term>
<term>{Other}<description/></term>
</lookup>
</property>
<property type="enum" name="Has Verandah">
<description>An open area attached to a building, with a roof supported by the building on one side and posts or columns on the other.</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{No}<description>No</description></term>
<term>{Yes}<description>Yes</description></term>
</lookup>
</property>
<property type="file" name="Photo" file="true" thumbnail="true">
<description>Photo</description>
</property>
<property type="blocktext" name="Comments">
<description>Comments</description>
</property>
<property type="enum" name="Forecourt space">
<description>Forecourt space</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Fenced_garden_space}<description/></term>
<term>{None_(entry_directly_from_footpath)}<description/></term>
<term>{Unfenced_garden_space}<description/></term>
</lookup>
</property>
<property type="enum" name="Forecourt decoration">
<description>Forecourt decoration</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{None}<description/></term>
<term>{Avenue/drive}<description/></term>
<term>{Formal_plantings}<description/></term>
<term>{Informal_plantings}<description/></term>
<term>{Piers_flanking_steps}<description/></term>
<term>{Steps/stairs}<description/></term>
</lookup>
</property>
<property type="enum" name="Outbuildings">
<description>Outbuildings</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{None}<description/></term>
<term>{Other}<description/></term>
<term>{Outhouse}<description/></term>
<term>{Shed}<description/></term>
</lookup>
</property>
<property type="freetext" name="Problems with recording">
<description>Problems with recording</description>
</property>
<property type="freetext" name="Roof form">
<description>Note that in some cases it may be difficult if not impossible to tell and ‘M’ roof from a well roof from ground level. Just do the best you can.</description>
<lookup>
<term pictureURL="files/data/gallery/Roof/Gable.png">Gabled (1840-present)<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/HalfGabled.png">Half-gabled<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/Mansard.png">Mansard<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/Hipped.png">Hipped (1840-present)<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/HalfHip.png">Half-hipped (or jerkin head)<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/Skillion.png">Skillion<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/Flat.png">Flat<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/Butterfly.png">Butterfly<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/Bellcast.png">Bellcast<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/MRoof.png">M Roof (until 1890)<description>Roof</description></term>
<term pictureURL="files/data/gallery/Roof/WellRoof.png">Well Roof(1890-1905)<description>Roof</description></term>
</lookup>
</property>
<property type="float" name="Number of gables">
<description>Number of gables</description>
</property>
<property type="float" name="Number of gablets">
<description>Number of gablets</description>
</property>
<property type="enum" name="Gable detail bargeboard">
<description>Gable detail bargeboard</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{None}<description/></term>
<term>{Fretted_(cut_timber)}<description/></term>
<term>{Plain}<description/></term>
</lookup>
</property>
<property type="enum" name="Finial">
<description>Finial</description>
<lookup>
<term>{None}<description/></term>
<term pictureURL="files/data/gallery/Finial/montage.png" >{Yes}<description/>
<term pictureURL="files/data/gallery/Finial/Ball.png" >{Ball_or_Spike_and_Ball_(1900_-_1911)}<description/></term>
<term pictureURL="files/data/gallery/Finial/GooseNeck.png" >{Goose_neck_(1908_-_1920)}<description/></term>
<term pictureURL="files/data/gallery/Finial/Spiked.png" >{Spiked_(1890-1905)}<description/></term>
</term>
</lookup>
</property>
<property type="file" name="Finial other" file="true" thumbnail="true">
<description>Finial other</description>
</property>
<property type="freetext" name="Gable form">
<description>Gable form</description>
<lookup>
<term pictureURL="files/data/gallery/Gableform/Plain.png">Plain<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/Dutch or curvilinear.png">Dutch or curvilinear<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/Battened.png">Battened<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/Bracket.png">Bracket<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/FrettedBargeboard.png">FrettedBargeboard<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/HalfTimber.png">HalfTimber<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/Shingled.png">Shingled<description>Gable form</description></term>
<term pictureURL="files/data/gallery/Gableform/RoughCast.png">RoughCast<description>Gable form</description></term>
</lookup>
</property>
<property type="file" name="Gable form other" file="true" thumbnail="true">
<description>Gable form other</description>
</property>
<property type="float" name="Number of chimneys">
<description>Number of chimneys</description>
</property>
<property type="vocab" name="Chimney form">
<description>Chimney form</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>Chimney not observed<description/></term>
<term>Colonial (c1840)<description>c1840</description></term>
<term>Early Victorian (c1850)<description>c1850</description></term>
<term>Edwardian (c1901)<description>c1901</description></term>
<term>English vernacular Revival (c1910)<description>c1910</description></term>
<term>Late Victorian (c1890)<description>c1890</description></term>
<term>Mid Victorian (c1870)<description>c1870</description></term>
</lookup>
</property>
<property type="enum" name="Chimney orientation">
<description>Chimney orientation</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Diagonally_set}<description>Sides at 45 degrees to walls</description></term>
<term>{Square_set}<description>Sides parallel with walls</description></term>
</lookup>
</property>
<property type="enum" name="Chimney decorative detail">
<description>Chimney decorative detail</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Chimney_pot}<description>Protective covering over the top of a chimney</description></term>
<term>{Moulding}<description>Protective covering over the top of a chimney</description></term>
<term>{Roughcast}<description>Protective covering over the top of a chimney</description></term>
<term>{Simple_corbel}<description>Projecting course of masonry to throw off the weather</description></term>
<term>{Stepped_corbel}<description>Projecting course of masonry to throw off the weather</description></term>
<term>{Strapwork}<description>Compositions of vertical and horizontal bands of projecting brickwork.</description></term>
</lookup>
</property>
<property type="float" name="Number of verandahs">
<description>Number of verandahs</description>
</property>
<property type="float" name="Number of porticos">
<description>A porch supported by columns and open on at least one side. Often a portico has a pediment a and forms the central part of a façade.</description>
</property>
<property type="enum" name="Location">
<description>Location</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Ground_floor}<description/></term>
<term>{Upper_floor}<description/></term>
</lookup>
</property>
<property type="enum" name="Verandah status">
<description>Verandah status</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Possibly_original}<description/></term>
<term>{Replacement/reproduction}<description/></term>
</lookup>
</property>
<property type="freetext" name="Verandah roof form">
<description>Verandah Roof Form</description>
<lookup>
<term pictureURL="files/data/gallery/Verandah Roof Form/Concave.png">Concave (c1840)<description>Verandah</description></term>
<term pictureURL="files/data/gallery/Verandah Roof Form/Convex.png">Convex (c1857)<description>Verandah</description></term>
<term pictureURL="files/data/gallery/Verandah Roof Form/Sshaped.png">Ogee (1860-1880)<description>Verandah</description></term>
<term pictureURL="files/data/gallery/Verandah Roof Form/Bullnose.png">Bullnose (1890+)<description>Verandah</description></term>
<term pictureURL="files/data/gallery/Verandah Roof Form/Single.png">Single Pitch<description>Verandah</description></term>
</lookup>
</property>
<property type="file" name="Verandah roof form other" file="true" thumbnail="true">
<description>Verandah roof form other</description>
</property>
<property type="enum" name="Verandah decorative detail">
<description>Verandah decorative detail</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Balustrade}<description/></term>
<term>{Brackets}<description/></term>
<term>{Freize}<description/></term>
<term>{Fringe}<description/></term>
</lookup>
</property>
<property type="enum" name="Verandah posts">
<description>Verandah posts</description>
<lookup>
<term pictureURL="files/data/gallery/Verandah Posts/Masonry/Brick or stone square.png">Brick/Stone Square<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Masonry/Brick or stone tapered.png">Brick/stone tapered<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Masonry/Masonry and timber c1915.png">Masonry and timber c1915<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Cast/Flat c1870.png">Flat c1870<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Cast/Round and classical c1890.png">Round and classical c1890<description>Verandah Posts</description></term>
<term>{Combination}<description/></term>
<term pictureURL="files/data/gallery/Verandah Posts/Masonry/Brick or stone square.png">Brick/Stone Square<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Masonry/Brick or stone tapered.png">Brick/stone tapered<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Masonry/Masonry and timber c1915.png">Masonry and timber c1915<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Timber/Half turned half square c1895.png">Half turned and half square c1895<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Timber/Square chamfered.png">Square chamfered<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Timber/Square panelled c1850.png">Square panelled c1850<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Timber/Square plain.png">Square plain<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Timber/Square tapered.png">Square tapered<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Timber/Turned c1905.png">Turned c1905<description>Verandah Posts</description></term>
<term pictureURL="files/data/gallery/Verandah Posts/Wrought iron.png" >{Wrought_iron}<description>Decorative iron work that is produced by twisting or bending it into a pattern.</description></term>
</lookup>
</property>
<property type="file" name="Verandah posts other" file="true" thumbnail="true">
<description>Verandah posts other</description>
</property>
<property type="enum" name="Wall material">
<description>Wall material</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Brick}<description/></term>
<term>{Combination}<description/></term>
<term>{Corrugated_iron}<description/></term>
<term>{Stone}<description/></term>
<term>{Timber}<description/></term>
<term>{Other}<description/></term>
</lookup>
</property>
<property type="freetext" name="Wall brick">
<description>Are recognised by the pattern of stretchers (brick sides) and headers (brick ends) that can be seen on the face of a wall.</description>
<lookup>
<term pictureURL="files/data/gallery/Walls/Brick Masonry/Colonial.png">Colonial<description>Brick Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Brick Masonry/English.png">English<description>Brick Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Brick Masonry/Flemish.png">Flemish<description>Brick Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Brick Masonry/Stretcher.png">Stretcher<description>Brick Walls</description></term>
</lookup>
</property>
<property type="enum" name="Wall rendered">
<description>Is the wall rendered?</description>
<lookup>
<term>{No_Observation}<description/></term>
<term>{Yes}<description/></term>
<term>{No}<description/></term>
</lookup>
</property>
<property type="freetext" name="Wall timber">
<description>The type of component in timber wall, eg 'weatherboard'. </description>
<lookup>
<term pictureURL="">{No_Observation}<description></description></term>
<term pictureURL="">{Clapboard}<description></description></term>
<term pictureURL="">{Weatherboard}<description></description></term>
<term pictureURL="">{Other}<description></description></term>
</lookup>
</property>
<property type="freetext" name="Wall masonry">
<description>The method of overlapping stones to form a wall. </description>
<lookup>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Ashlar.png">Ashlar<description>Stone Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Irregular.png">Irregular<description>Stone Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Random coursed.png">Random coursed<description>Stone Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Random.png">Random<description>Stone Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Regular.png">Regular<description>Stone Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Square random coursed.png">Square random coursed<description>Stone Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Stone Masonry/Square random.png">Square random<description>Stone Walls</description></term>
</lookup>
</property>
<property type="freetext" name="Wall quoins">
<description>Corner stones at the angles of a building.</description>
<lookup>
<term pictureURL="files/data/gallery/Walls/Quoin/Alternate patterned.png">Alternate patterned (1895-1920)<description>Quoin Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Quoin/Alternate picked.png">Alternate picked (1890-1900)<description>Quoin Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Quoin/Brick.png">Brick (1840-1875)<description>Quoin Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Quoin/Patterned.png">Patterned (1895-1920)<description>Quoin Walls</description></term>
<term pictureURL="files/data/gallery/Walls/Quoin/Smooth rendered.png">Smooth rendered (1875-1895)<description>Quoin Walls</description></term>
</lookup>
</property>
<property type="enum" name="Window sash">
<description>Window Sash</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{None}<description/></term>
<term>{Single_pane}<description/></term>
<term>{Double_pane}<description/></term>
<term>{Multi-pane_(4_or_more)}<description/></term>
</lookup>
</property>
<property type="float" name="Number of sashes">
<description>Number of sashes</description>
</property>
<property type="enum" name="Window casement">
<description>Window Casement</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{None}<description/></term>
<term>{Single_pane}<description/></term>
<term>{Double_pane}<description/></term>
<term>{Multi-pane_(4_or_more)}<description/></term>
</lookup>
</property>
<property type="float" name="Number of casements">
<description>Number of casements</description>
</property>
<property type="enum" name="Window bay">
<description>Window Bay</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{None}<description/></term>
<term>{Single_pane}<description/></term>
<term>{Double_pane}<description/></term>
<term>{Multi-pane_(4_or_more)}<description/></term>
</lookup>
</property>
<property type="float" name="Number of bays">
<description>Number of bays</description>
</property>
<property type="enum" name="Bay form">
<description>Bay form</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Facetted}<description/></term>
<term>{In_upper_storey_only_(oriel_window)}<description/></term>
<term>{Round_(bow)}<description/></term>
<term>{Square}<description/></term>
</lookup>
</property>
<property type="enum" name="Window dormer">
<description>Window dormer</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{None}<description/></term>
<term>{Single_pane}<description/></term>
<term>{Double_pane}<description/></term>
<term>{Multi-pane_(4_or_more)}<description/></term>
</lookup>
</property>
<property type="float" name="Number of dormers">
<description>Number of dormers</description>
</property>
<property type="file" name="Windows other" file="true" thumbnail="true">
<description>Windows other</description>
</property>
<property type="enum" name="Replacements">
<description>Replacements</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Possibly_original}<description/></term>
<term>{Replacement}<description/></term>
<term>{Reproduction}<description/></term>
</lookup>
</property>
<property type="float" name="Total number of replacement windows">
<description>Total number of replacement windows</description>
</property>
<property type="enum" name="Window arch lintel">
<description>The shape of the arch above the window</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Flat}<description/></term>
<term>{Gothic_Arch}<description/></term>
<term>{Semi_circular_Arch}<description/></term>
<term>{Shallow_Arch}<description/></term>
<term>{Solid}<description/></term>
<term>{Other}<description/></term>
</lookup>
</property>
<property type="file" name="Window arch lintel other" file="true" thumbnail="true">
<description>Window Arch Lintel Other</description>
</property>
<property type="freetext" name="Window head">
<description>Window head</description>
<lookup>
<term pictureURL="files/data/gallery/WindowHead/Gothic.png">Gothic<description>Window Head</description></term>
<term pictureURL="files/data/gallery/WindowHead/SemiCircular.png">Semi Circular<description>Window Head</description></term>
<term pictureURL="files/data/gallery/WindowHead/Shallow.png">Shallow<description>Window Head</description></term>
<term pictureURL="files/data/gallery/WindowHead/Square.png">Square<description>Window Head</description></term>
</lookup>
</property>
<property type="file" name="Window head other" file="true" thumbnail="true">
<description>Window head other</description>
</property>
<property type="enum" name="Window decorative detail">
<description>Window decorative detail</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{None}<description/></term>
<term>{Bracketted_sill}<description/></term>
<term>{Keystone}<description/></term>
<term>{Label_mould}<description>Projecting moulding across the top of a doorway or window</description></term>
<term>{Louvred_shutters}<description/></term>
<term>{Pilasters}<description/></term>
<term>{Solid_shutters}<description/></term>
<term>{Other_(specify)}<description/></term>
</lookup>
</property>
<property type="enum" name="Window glazing">
<description>Window glazing</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Etched}<description/></term>
<term>{Leadlight}<description/></term>
<term>{Plain}<description/></term>
<term>{Ripple_glass}<description/></term>
<term>{Stained_glass_(figurative/geometric_panel)}<description/></term>
<term>{Stained_glass_(single_colour_panes)}<description/></term>
</lookup>
</property>
<property type="float" name="Door single">
<description>Door single</description>
</property>
<property type="float" name="Door french">
<description>Door french</description>
</property>
<property type="enum" name="Door lintel/arch">
<description>Door lintel/arch</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Brick}<description/><term>{Rendered}<description/></term><term>{Unrendered}<description/></term></term>
<term>{Stone}<description/><term>{Rendered}<description/></term><term>{Unrendered}<description/></term></term>
<term>{Gothic_arch}<description/></term>
<term>{Other_(specify)}<description/></term>
<term>{Semi-circular}<description/></term>
<term>{Shallow_arch}<description/></term>
<term>{Solid_block}<description/></term>
</lookup>
</property>
<property type="enum" name="Door lintel form">
<description>Door lintel form</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Gothic_arch}<description/></term>
<term>{Other_(specify)}<description/></term>
<term>{Semi-circular}<description/></term>
<term>{Shallow_arch}<description/></term>
<term>{Solid_block}<description/></term>
</lookup>
</property>
<property type="enum" name="Door form">
<description>Door form</description>
<lookup>
<term pictureURL="files/data/gallery/Door/Colonial.png">Colonial (Low waisted, 6-panelled) c1840<description>Door</description></term>
<term pictureURL="files/data/gallery/Door/HighWaist.png">High waisted (c1915 onwards)<description>Door</description></term>
<term pictureURL="files/data/gallery/Door/Victorian.png">Victorian (Low waisted, 4 panelled) c1850-1900<description>Door</description></term>
<term pictureURL="files/data/gallery/Door/Solid.png">Solid<description>Door</description></term>
</lookup>
</property>
<property type="enum" name="Decorative Timber">
<description>Decorative elements in the timber wall.</description>
<lookup>
<term pictureURL="files/data/gallery/Wall/1.png">{No_Observation}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/2.png">{Clapboard}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/3.png">{Weatherboard}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/7.png">{Other}<description>Wall</description></term>
</lookup>
</property>
<property type="enum" name="Window Type">
<description>The type of window, eg 'sash', 'casement'.</description>
<lookup>
<term pictureURL="files/data/gallery/Wall/1.png">{No_Observation}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/2.png">{Sash}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/3.png">{Casement}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/4.png">{Louvres}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/5.png">{Bay}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/6.png">{Dormer}<description>Wall</description></term>
<term pictureURL="files/data/gallery/Wall/7.png">{Other}<description>Wall</description></term>
</lookup>
</property>
<property type="file" name="Door form other" file="true" thumbnail="true">
<description>Door form other</description>
</property>
<property type="enum" name="Door glazing">
<description>Door glazing</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{Fanlight_(pane_above_door)}<description>Window incorporated into a doorcase above the door</description></term>
<term>{Glazed_panels_in_door}<description>Colonial buildings usually had clear glass panes, Gothic-style (1850) and later buildings began to use solid panes of glass as margin panes (narrow panes of glass beside the main panes) in stair and feature windows. Painted, embossed and etched glass began to be used after this time.</description></term>
<term>None<description/></term>
<term>{Sidelights_(narrow_panes_on_either_side_of_door)}<description>Glazed part of a doorway at the side of the door and below the fanlight</description></term>
</lookup>
</property>
<property type="enum" name="Door glazing detail">
<description>Colonial buildings usually had clear glass panes, Gothic-style (1850) and later buildings began to use solid panes of glass as margin panes (narrow panes of glass beside the main panes) in stair and feature windows. Painted, embossed and etched glass began to be used after this time.
Plain glazing means clear, see-through glass.</description>
<lookup>
<term>{Clear}<description/></term>
<term>{Etched}<description> Patterns produced by acid-etching designs into clear glass and then grinding the remainder of the surface with a stone. </description></term>
<term>{Leadlight}<description>Thin strips of leading separating individual panes of clear or frosted glass. In Tudor revival buildings, for example, the small panes are often diamond-shaped and separated by strips of lead.</description></term>
<term>{Ripple_glass}<description>Thicker glass moulded into wavelike ripples.</description></term>
<term>{Stained_glass_(figurative_panels)}<description>Glass that has had colour added to the pane. Can be a single solid pane of colour, or incorporated into a geometrical or figurative design. Note that some sources also refer to this as ‘leadlight’.</description></term>
<term>{Stained_glass_(single_panes)}<description>Glass that has had colour added to the pane. Can be a single solid pane of colour, or incorporated into a geometrical or figurative design. Note that some sources also refer to this as ‘leadlight’.</description></term>
</lookup>
</property>
<property type="enum" name="Archaeological materials">
<description>This is your assessment of the likelihood that good subsurface deposits may still exist in situ. You will base this on the extent of ground disturbance to the block, the age of the building (structures built after 1880 are more likely to have been part of municipal rubbish disposal systems (i.e. public dumps), rather than disposing of rubbish in back yard deposits. Very early rubbish disposal practices tended to bury rubbish in small pits in the back yard), and whether you think there are likely to be good excavate-able deposits (remember that pit toilets and wells usually contain the best and stratified material).</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{No}<description>No</description></term>
<term>{Yes}<description>Yes</description></term>
</lookup>
</property>
<property type="enum" name="Heritage listed">
<description>Check the online databases and any other sources, and make sure you note the level of its listing if possible. Local governments, like city councils, often keep their own records, separate to the State government.</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{No}<description/></term>
<term>{Yes}<description/><term>{Local_listing}<description/></term>
<term>{National/Commonwealth_listing}<description/></term>
<term>{State_listing}<description/></term></term>
</lookup>
</property>
<property type="enum" name="Substantially original">
<description>Substantially original</description>
<lookup>
<term>{No_Observation}<description></description></term>
<term>{No}<description>No</description></term>
<term>{Yes}<description>Yes</description></term>
</lookup>
</property>
<property type="freetext" name="Who paid construction">
<description>Who paid construction</description>
</property>
<property type="freetext" name="Payer profession">
<description>Payer profession</description>
</property>
<property type="freetext" name="Architect">
<description>Architect</description>
</property>
<property type="freetext" name="Association historical figures">
<description>Association historical figures</description>
</property>
<property type="freetext" name="Association historical events">
<description>Association historical events</description>
</property>
<property type="freetext" name="Sources">
<description>Sources</description>
</property>
<property type="date" name="Best fit date of construction">
<description>Best fit date of construction</description>
</property>
<property type="date" name="Date of alterations">
<description>Date of alterations</description>
</property>
<property type="freetext" name="Date of Recording">
<description>Date of recording</description>
</property>
</ArchaeologicalElement>
<!--ALTERATIONS-->
<ArchaeologicalElement name="Alteration">
<description>Describes an alteration made to a historical building</description>
<property name="Alteration" type="enum" isIdentifier="true">
<description>Denomination of cemetery</description>
<lookup>
<term>Extensions to the main building<description>Extensions to the main building</description></term>
<term>Extensions to facade<description>Extensions to facade (e.g. added verandah)</description></term>
<term>Replacement of facade<description>Replacement of facade</description></term>
<term>Replacement of roof/guttering<description>Replacement of roof/guttering</description></term>
<term>Replacement of windows/doors<description>Replacement of windows/doors</description></term>
<term>Restoration<description>Restoration</description></term>
<term>Other<description>Other alterations</description></term>
</lookup>
</property>
<property name="Alteration Description" type="freetext">
<description>Description of the alteration made</description>
</property>
<property type="freetext" name="Timestamp">
<description/>
</property>
</ArchaeologicalElement>
<!--DATE-->
<ArchaeologicalElement name="Date">
<description>Describes an important date regarding </description>
<property name="Date" type="enum" isIdentifier="true">
<description> These are any and all stylistic dates that you have been able to obtain by looking at the various elements that make up the building. Some of these may be more precise than others; in many situations you may not be able to come up with any good dates at all just by looking at style (but see also ‘Major Architectural Influences’ below). If you found dates for construction or alteration from other sources, then include all of this information here.</description>
<lookup>
<term>Date obtained from roof form:<description>Date obtained from roof form</description></term>
<term>Date obtained from window arches:<description>Date obtained from window arches</description></term>
<term>Date obtained from finials:<description>Date obtained from finials</description></term>
<term>Date obtained from doors:<description>Date obtained from doors</description></term>
<term>Date obtained from verandah roof form:<description>Date obtained from verandah roof form</description></term>
<term>Date obtained from door arches:<description>Date obtained from door arches</description></term>
<term>Date obtained from verandah posts:<description>Date obtained from verandah posts</description></term>
<term>Date obtained from historical sources:<description>Date obtained from historical sources</description></term>
<term>Date obtained from quoins:<description>Date obtained from quoins</description></term>
<term>Date obtained from chimneys:<description>Date obtained from chimneys</description></term>
<term>Date obtained from windows:<description>Date obtained from windows</description></term>
<term>Any other dateable features:<description>Any other dateable features</description></term>
</lookup>
</property>
<property name="Date Description" type="freetext" isIdentifier="true">
<description>Description of significant date</description>
</property>
<property name="Min date" type="freetext" isIdentifier="true">
<description>Mininum date in date range</description>
</property>
<property name="Max date" type="freetext" isIdentifier="true">
<description>Maximum date in date range</description>
</property>
<property type="freetext" name="Timestamp">
<description/>
</property>
</ArchaeologicalElement>
</dataSchema>