epb_view_models 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,885 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ xmlns="https://epbr.digital.communities.gov.uk/xsd/rdsap"
5
+ targetNamespace="https://epbr.digital.communities.gov.uk/xsd/rdsap"
6
+ elementFormDefault="qualified"
7
+ attributeFormDefault="unqualified"
8
+ version="21.0.0"
9
+ >
10
+ <xs:simpleType name="EnergyEfficiencySummaryCode">
11
+ <xs:restriction base="xs:string">
12
+ <xs:enumeration value="0">
13
+ <xs:annotation>
14
+ <xs:documentation>N/A</xs:documentation>
15
+ </xs:annotation>
16
+ </xs:enumeration>
17
+ <xs:enumeration value="1">
18
+ <xs:annotation>
19
+ <xs:documentation>Very Poor</xs:documentation>
20
+ </xs:annotation>
21
+ </xs:enumeration>
22
+ <xs:enumeration value="2">
23
+ <xs:annotation>
24
+ <xs:documentation>Poor</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:enumeration>
27
+ <xs:enumeration value="3">
28
+ <xs:annotation>
29
+ <xs:documentation>Average</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:enumeration>
32
+ <xs:enumeration value="4">
33
+ <xs:annotation>
34
+ <xs:documentation>Good</xs:documentation>
35
+ </xs:annotation>
36
+ </xs:enumeration>
37
+ <xs:enumeration value="5">
38
+ <xs:annotation>
39
+ <xs:documentation>Very Good</xs:documentation>
40
+ </xs:annotation>
41
+ </xs:enumeration>
42
+ </xs:restriction>
43
+ </xs:simpleType>
44
+ <xs:simpleType name="RecommendationCategoryCode">
45
+ <xs:restriction base="xs:string">
46
+ <xs:enumeration value="1">
47
+ <xs:annotation>
48
+ <xs:documentation>Lower cost - this is for backwards compatibility only and should not be used</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:enumeration>
51
+ <xs:enumeration value="2">
52
+ <xs:annotation>
53
+ <xs:documentation>Higher cost - this is for backwards compatibility only and should not be used</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:enumeration>
56
+ <xs:enumeration value="3">
57
+ <xs:annotation>
58
+ <xs:documentation>Further measure - this is for backwards compatibility only and should not be used</xs:documentation>
59
+ </xs:annotation>
60
+ </xs:enumeration>
61
+ <xs:enumeration value="4">
62
+ <xs:annotation>
63
+ <xs:documentation>Deselected. This is for backwards compatibility only and should not be used.</xs:documentation>
64
+ </xs:annotation>
65
+ </xs:enumeration>
66
+ <xs:enumeration value="5">
67
+ <xs:annotation>
68
+ <xs:documentation>Normal measure</xs:documentation>
69
+ </xs:annotation>
70
+ </xs:enumeration>
71
+ <xs:enumeration value="6">
72
+ <xs:annotation>
73
+ <xs:documentation>Alternative measure</xs:documentation>
74
+ </xs:annotation>
75
+ </xs:enumeration>
76
+ </xs:restriction>
77
+ </xs:simpleType>
78
+ <xs:simpleType name="AddendumCode">
79
+ <xs:restriction base="xs:string">
80
+ <xs:enumeration value="1">
81
+ <xs:annotation>
82
+ <xs:documentation>1. Wall type does not correspond to options available in RdSAP</xs:documentation>
83
+ </xs:annotation>
84
+ </xs:enumeration>
85
+ <xs:enumeration value="2">
86
+ <xs:annotation>
87
+ <xs:documentation>2. Room heater specified for water heating instead of a range cooker</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:enumeration>
90
+ <xs:enumeration value="3">
91
+ <xs:annotation>
92
+ <xs:documentation>3. Space heating from individual system and water heating from community system</xs:documentation>
93
+ </xs:annotation>
94
+ </xs:enumeration>
95
+ <xs:enumeration value="4">
96
+ <xs:annotation>
97
+ <xs:documentation>4. Dwelling has a swimming pool</xs:documentation>
98
+ </xs:annotation>
99
+ </xs:enumeration>
100
+ <xs:enumeration value="5">
101
+ <xs:annotation>
102
+ <xs:documentation>5. Dwelling has micro-CHP not found in database</xs:documentation>
103
+ </xs:annotation>
104
+ </xs:enumeration>
105
+ <xs:enumeration value="6">
106
+ <xs:annotation>
107
+ <xs:documentation>6. Storage heater or dual immersion, and single electric meter</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:enumeration>
110
+ <xs:enumeration value="7">
111
+ <xs:annotation>
112
+ <xs:documentation>7. Heating controlled by TRVs only</xs:documentation>
113
+ </xs:annotation>
114
+ </xs:enumeration>
115
+ <xs:enumeration value="8">
116
+ <xs:annotation>
117
+ <xs:documentation>8. PVs or wind turbine present on the property (England, Wales or Scotland)</xs:documentation>
118
+ </xs:annotation>
119
+ </xs:enumeration>
120
+ <xs:enumeration value="9">
121
+ <xs:annotation>
122
+ <xs:documentation>9. Two main heating systems and heating system upgrade is recommended</xs:documentation>
123
+ </xs:annotation>
124
+ </xs:enumeration>
125
+ <xs:enumeration value="10">
126
+ <xs:annotation>
127
+ <xs:documentation>10. Dual electricity meter selected but there is also an electricity meter for standard tariff</xs:documentation>
128
+ </xs:annotation>
129
+ </xs:enumeration>
130
+ <xs:enumeration value="11">
131
+ <xs:annotation>
132
+ <xs:documentation>11. Single electricity meter selected but there is also an electricity meter for an off-peak tariff</xs:documentation>
133
+ </xs:annotation>
134
+ </xs:enumeration>
135
+ <xs:enumeration value="12">
136
+ <xs:annotation>
137
+ <xs:documentation>12. Dwelling is using a biomass fuel that is not in the RdSAP fuel options</xs:documentation>
138
+ </xs:annotation>
139
+ </xs:enumeration>
140
+ <xs:enumeration value="13">
141
+ <xs:annotation>
142
+ <xs:documentation>13. Park Home</xs:documentation>
143
+ </xs:annotation>
144
+ </xs:enumeration>
145
+ <xs:enumeration value="14">
146
+ <xs:annotation>
147
+ <xs:documentation>14. Dwelling has a special energy saving feature</xs:documentation>
148
+ </xs:annotation>
149
+ </xs:enumeration>
150
+ </xs:restriction>
151
+ </xs:simpleType>
152
+ <xs:simpleType name="RecommendationSummaryCode">
153
+ <xs:restriction base="xs:string">
154
+ <xs:enumeration value="1">
155
+ <xs:annotation>
156
+ <xs:documentation>Insulate hot water cylinder with 80 mm jacket</xs:documentation>
157
+ </xs:annotation>
158
+ </xs:enumeration>
159
+ <xs:enumeration value="2">
160
+ <xs:annotation>
161
+ <xs:documentation>Increase hot water cylinder insulation</xs:documentation>
162
+ </xs:annotation>
163
+ </xs:enumeration>
164
+ <xs:enumeration value="3">
165
+ <xs:annotation>
166
+ <xs:documentation>Add additional 80 mm jacket to hot water cylinder</xs:documentation>
167
+ </xs:annotation>
168
+ </xs:enumeration>
169
+ <xs:enumeration value="4">
170
+ <xs:annotation>
171
+ <xs:documentation>Hot water cylinder thermostat</xs:documentation>
172
+ </xs:annotation>
173
+ </xs:enumeration>
174
+ <xs:enumeration value="5">
175
+ <xs:annotation>
176
+ <xs:documentation>Increase loft insulation to 270 mm</xs:documentation>
177
+ </xs:annotation>
178
+ </xs:enumeration>
179
+ <xs:enumeration value="6">
180
+ <xs:annotation>
181
+ <xs:documentation>Cavity wall insulation</xs:documentation>
182
+ </xs:annotation>
183
+ </xs:enumeration>
184
+ <xs:enumeration value="7">
185
+ <xs:annotation>
186
+ <xs:documentation>Internal or external wall insulation</xs:documentation>
187
+ </xs:annotation>
188
+ </xs:enumeration>
189
+ <xs:enumeration value="8">
190
+ <xs:annotation>
191
+ <xs:documentation>Replace single glazed windows with low-E double glazing</xs:documentation>
192
+ </xs:annotation>
193
+ </xs:enumeration>
194
+ <xs:enumeration value="9">
195
+ <xs:annotation>
196
+ <xs:documentation>Secondary glazing to single glazed windows</xs:documentation>
197
+ </xs:annotation>
198
+ </xs:enumeration>
199
+ <xs:enumeration value="10">
200
+ <xs:annotation>
201
+ <xs:documentation>Draught proofing</xs:documentation>
202
+ </xs:annotation>
203
+ </xs:enumeration>
204
+ <xs:enumeration value="11">
205
+ <xs:annotation>
206
+ <xs:documentation>Heating controls (programmer, room thermostat and TRVs)</xs:documentation>
207
+ </xs:annotation>
208
+ </xs:enumeration>
209
+ <xs:enumeration value="12">
210
+ <xs:annotation>
211
+ <xs:documentation>Heating controls (room thermostat and TRVs)</xs:documentation>
212
+ </xs:annotation>
213
+ </xs:enumeration>
214
+ <xs:enumeration value="13">
215
+ <xs:annotation>
216
+ <xs:documentation>Heating controls (thermostatic radiator valves)</xs:documentation>
217
+ </xs:annotation>
218
+ </xs:enumeration>
219
+ <xs:enumeration value="14">
220
+ <xs:annotation>
221
+ <xs:documentation>Heating controls (room thermostat)</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:enumeration>
224
+ <xs:enumeration value="15">
225
+ <xs:annotation>
226
+ <xs:documentation>Heating controls (programmer and TRVs)</xs:documentation>
227
+ </xs:annotation>
228
+ </xs:enumeration>
229
+ <xs:enumeration value="16">
230
+ <xs:annotation>
231
+ <xs:documentation>Heating controls (time and temperature zone control)</xs:documentation>
232
+ </xs:annotation>
233
+ </xs:enumeration>
234
+ <xs:enumeration value="17">
235
+ <xs:annotation>
236
+ <xs:documentation>Heating controls (programmer and room thermostat)</xs:documentation>
237
+ </xs:annotation>
238
+ </xs:enumeration>
239
+ <xs:enumeration value="18">
240
+ <xs:annotation>
241
+ <xs:documentation>Heating controls (room thermostat)</xs:documentation>
242
+ </xs:annotation>
243
+ </xs:enumeration>
244
+ <xs:enumeration value="19">
245
+ <xs:annotation>
246
+ <xs:documentation>Solar water heating</xs:documentation>
247
+ </xs:annotation>
248
+ </xs:enumeration>
249
+ <xs:enumeration value="20">
250
+ <xs:annotation>
251
+ <xs:documentation>Replace boiler with new condensing boiler</xs:documentation>
252
+ </xs:annotation>
253
+ </xs:enumeration>
254
+ <xs:enumeration value="21">
255
+ <xs:annotation>
256
+ <xs:documentation>Replace boiler with new condensing boiler</xs:documentation>
257
+ </xs:annotation>
258
+ </xs:enumeration>
259
+ <xs:enumeration value="22">
260
+ <xs:annotation>
261
+ <xs:documentation>Replace boiler with biomass boiler</xs:documentation>
262
+ </xs:annotation>
263
+ </xs:enumeration>
264
+ <xs:enumeration value="23">
265
+ <xs:annotation>
266
+ <xs:documentation>Wood pellet stove with boiler and radiators</xs:documentation>
267
+ </xs:annotation>
268
+ </xs:enumeration>
269
+ <xs:enumeration value="24">
270
+ <xs:annotation>
271
+ <xs:documentation>Fan assisted storage heaters and dual immersion cylinder</xs:documentation>
272
+ </xs:annotation>
273
+ </xs:enumeration>
274
+ <xs:enumeration value="25">
275
+ <xs:annotation>
276
+ <xs:documentation>Fan assisted storage heaters</xs:documentation>
277
+ </xs:annotation>
278
+ </xs:enumeration>
279
+ <xs:enumeration value="26">
280
+ <xs:annotation>
281
+ <xs:documentation>Replacement warm air unit</xs:documentation>
282
+ </xs:annotation>
283
+ </xs:enumeration>
284
+ <xs:enumeration value="27">
285
+ <xs:annotation>
286
+ <xs:documentation>Change heating to gas condensing boiler</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:enumeration>
289
+ <xs:enumeration value="28">
290
+ <xs:annotation>
291
+ <xs:documentation>Condensing oil boiler with radiators</xs:documentation>
292
+ </xs:annotation>
293
+ </xs:enumeration>
294
+ <xs:enumeration value="29">
295
+ <xs:annotation>
296
+ <xs:documentation>Change heating to gas condensing boiler</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:enumeration>
299
+ <xs:enumeration value="30">
300
+ <xs:annotation>
301
+ <xs:documentation>Fan assisted storage heaters and dual immersion cylinder</xs:documentation>
302
+ </xs:annotation>
303
+ </xs:enumeration>
304
+ <xs:enumeration value="31">
305
+ <xs:annotation>
306
+ <xs:documentation>Fan-assisted storage heaters</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:enumeration>
309
+ <xs:enumeration value="32">
310
+ <xs:annotation>
311
+ <xs:documentation>Change heating to gas condensing boiler</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:enumeration>
314
+ <xs:enumeration value="34">
315
+ <xs:annotation>
316
+ <xs:documentation>Solar photovoltaic panels, 2.5 kWp</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:enumeration>
319
+ <xs:enumeration value="35">
320
+ <xs:annotation>
321
+ <xs:documentation>Low energy lighting for all fixed outlets</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:enumeration>
324
+ <xs:enumeration value="36">
325
+ <xs:annotation>
326
+ <xs:documentation>Replace heating unit with condensing unit</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:enumeration>
329
+ <xs:enumeration value="37">
330
+ <xs:annotation>
331
+ <xs:documentation>Condensing boiler (separate from the range cooker)</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:enumeration>
334
+ <xs:enumeration value="38">
335
+ <xs:annotation>
336
+ <xs:documentation>Condensing boiler (separate from the range cooker)</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:enumeration>
339
+ <xs:enumeration value="39">
340
+ <xs:annotation>
341
+ <xs:documentation>Wood pellet stove with boiler and radiators</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:enumeration>
344
+ <xs:enumeration value="40">
345
+ <xs:annotation>
346
+ <xs:documentation>Change room heaters to condensing boiler</xs:documentation>
347
+ </xs:annotation>
348
+ </xs:enumeration>
349
+ <xs:enumeration value="41">
350
+ <xs:annotation>
351
+ <xs:documentation>Change room heaters to condensing boiler</xs:documentation>
352
+ </xs:annotation>
353
+ </xs:enumeration>
354
+ <xs:enumeration value="42">
355
+ <xs:annotation>
356
+ <xs:documentation>Replace heating unit with mains gas condensing unit</xs:documentation>
357
+ </xs:annotation>
358
+ </xs:enumeration>
359
+ <xs:enumeration value="43">
360
+ <xs:annotation>
361
+ <xs:documentation>Condensing oil boiler with radiators</xs:documentation>
362
+ </xs:annotation>
363
+ </xs:enumeration>
364
+ <xs:enumeration value="44">
365
+ <xs:annotation>
366
+ <xs:documentation>Wind turbine</xs:documentation>
367
+ </xs:annotation>
368
+ </xs:enumeration>
369
+ <xs:enumeration value="45">
370
+ <xs:annotation>
371
+ <xs:documentation>Flat roof or sloping ceiling insulation</xs:documentation>
372
+ </xs:annotation>
373
+ </xs:enumeration>
374
+ <xs:enumeration value="46">
375
+ <xs:annotation>
376
+ <xs:documentation>Room-in-roof insulation</xs:documentation>
377
+ </xs:annotation>
378
+ </xs:enumeration>
379
+ <xs:enumeration value="47">
380
+ <xs:annotation>
381
+ <xs:documentation>Floor insulation</xs:documentation>
382
+ </xs:annotation>
383
+ </xs:enumeration>
384
+ <xs:enumeration value="48">
385
+ <xs:annotation>
386
+ <xs:documentation>High performance external doors</xs:documentation>
387
+ </xs:annotation>
388
+ </xs:enumeration>
389
+ <xs:enumeration value="49">
390
+ <xs:annotation>
391
+ <xs:documentation>Heat recovery system for mixer showers</xs:documentation>
392
+ </xs:annotation>
393
+ </xs:enumeration>
394
+ <xs:enumeration value="50">
395
+ <xs:annotation>
396
+ <xs:documentation>Flue gas heat recovery device in conjunction with boiler</xs:documentation>
397
+ </xs:annotation>
398
+ </xs:enumeration>
399
+ <xs:enumeration value="51">
400
+ <xs:annotation>
401
+ <xs:documentation>Air or ground source heat pump</xs:documentation>
402
+ </xs:annotation>
403
+ </xs:enumeration>
404
+ <xs:enumeration value="52">
405
+ <xs:annotation>
406
+ <xs:documentation>Air or ground source heat pump with underfloor heating</xs:documentation>
407
+ </xs:annotation>
408
+ </xs:enumeration>
409
+ <xs:enumeration value="53">
410
+ <xs:annotation>
411
+ <xs:documentation>Micro CHP</xs:documentation>
412
+ </xs:annotation>
413
+ </xs:enumeration>
414
+ <xs:enumeration value="54">
415
+ <xs:annotation>
416
+ <xs:documentation>Biomass boiler (Exempted Appliance if in Smoke Control Area)</xs:documentation>
417
+ </xs:annotation>
418
+ </xs:enumeration>
419
+ <xs:enumeration value="55">
420
+ <xs:annotation>
421
+ <xs:documentation>External insulation with cavity wall insulation</xs:documentation>
422
+ </xs:annotation>
423
+ </xs:enumeration>
424
+ <xs:enumeration value="56">
425
+ <xs:annotation>
426
+ <xs:documentation>Replacement glazing units</xs:documentation>
427
+ </xs:annotation>
428
+ </xs:enumeration>
429
+ <xs:enumeration value="57">
430
+ <xs:annotation>
431
+ <xs:documentation>Suspended floor insulation</xs:documentation>
432
+ </xs:annotation>
433
+ </xs:enumeration>
434
+ <xs:enumeration value="58">
435
+ <xs:annotation>
436
+ <xs:documentation>Solid floor insulation</xs:documentation>
437
+ </xs:annotation>
438
+ </xs:enumeration>
439
+ <xs:enumeration value="59">
440
+ <xs:annotation>
441
+ <xs:documentation>High heat retention storage heaters and dual immersion cylinder</xs:documentation>
442
+ </xs:annotation>
443
+ </xs:enumeration>
444
+ <xs:enumeration value="60">
445
+ <xs:annotation>
446
+ <xs:documentation>High heat retention storage heaters</xs:documentation>
447
+ </xs:annotation>
448
+ </xs:enumeration>
449
+ <xs:enumeration value="61">
450
+ <xs:annotation>
451
+ <xs:documentation>High heat retention storage heaters and dual immersion cylinder</xs:documentation>
452
+ </xs:annotation>
453
+ </xs:enumeration>
454
+ <xs:enumeration value="62">
455
+ <xs:annotation>
456
+ <xs:documentation>High heat retention storage heaters</xs:documentation>
457
+ </xs:annotation>
458
+ </xs:enumeration>
459
+ <xs:enumeration value="63">
460
+ <xs:annotation>
461
+ <xs:documentation>Party wall insulation</xs:documentation>
462
+ </xs:annotation>
463
+ </xs:enumeration>
464
+ </xs:restriction>
465
+ </xs:simpleType>
466
+ <xs:simpleType name="GreenDealCategoryCode">
467
+ <xs:restriction base="xs:string">
468
+ <xs:enumeration value="1">
469
+ <xs:annotation>
470
+ <xs:documentation>1. Not eligible for Green Deal</xs:documentation>
471
+ </xs:annotation>
472
+ </xs:enumeration>
473
+ <xs:enumeration value="2">
474
+ <xs:annotation>
475
+ <xs:documentation>2. Eligible with additional finance</xs:documentation>
476
+ </xs:annotation>
477
+ </xs:enumeration>
478
+ <xs:enumeration value="3">
479
+ <xs:annotation>
480
+ <xs:documentation>3. Eligible without additional finance</xs:documentation>
481
+ </xs:annotation>
482
+ </xs:enumeration>
483
+ <xs:enumeration value="NI">
484
+ <xs:annotation>
485
+ <xs:documentation>Not assessed. Use for alternative measures</xs:documentation>
486
+ </xs:annotation>
487
+ </xs:enumeration>
488
+ <xs:enumeration value="NR">
489
+ <xs:annotation>
490
+ <xs:documentation>Not recorded</xs:documentation>
491
+ </xs:annotation>
492
+ </xs:enumeration>
493
+ </xs:restriction>
494
+ </xs:simpleType>
495
+ <xs:simpleType name="RRNType">
496
+ <xs:annotation>
497
+ <xs:documentation>The Report Reference Number is a 20-digit unique identifier assigned to each Home Condition Report. It is formatted as five blocks of four digits i.e. 9999-9999-9999-9999-9999 and generayted by an algorithm described in Appendix A "Report ID Generation" of Section 18 "Transformation Rules" of the Technical Standards.</xs:documentation>
498
+ </xs:annotation>
499
+ <xs:restriction base="xs:string">
500
+ <xs:pattern value="[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}"/>
501
+ </xs:restriction>
502
+ </xs:simpleType>
503
+ <xs:simpleType name="UKCountryCode">
504
+ <xs:annotation>
505
+ <xs:documentation>Code which indicates the country within the UK, taken from BS 6879.</xs:documentation>
506
+ </xs:annotation>
507
+ <xs:restriction base="xs:string">
508
+ <xs:enumeration value="ENG">
509
+ <xs:annotation>
510
+ <xs:documentation>England</xs:documentation>
511
+ </xs:annotation>
512
+ </xs:enumeration>
513
+ <xs:enumeration value="WLS">
514
+ <xs:annotation>
515
+ <xs:documentation>Wales</xs:documentation>
516
+ </xs:annotation>
517
+ </xs:enumeration>
518
+ <xs:enumeration value="SCT">
519
+ <xs:annotation>
520
+ <xs:documentation>Scotland</xs:documentation>
521
+ </xs:annotation>
522
+ </xs:enumeration>
523
+ <xs:enumeration value="NIR">
524
+ <xs:annotation>
525
+ <xs:documentation>Northern Ireland</xs:documentation>
526
+ </xs:annotation>
527
+ </xs:enumeration>
528
+ <xs:enumeration value="IOM">
529
+ <xs:annotation>
530
+ <xs:documentation>Isle of Man</xs:documentation>
531
+ </xs:annotation>
532
+ </xs:enumeration>
533
+ <xs:enumeration value="NR">
534
+ <xs:annotation>
535
+ <xs:documentation>for backwards compatibility only – do not use</xs:documentation>
536
+ </xs:annotation>
537
+ </xs:enumeration>
538
+ </xs:restriction>
539
+ </xs:simpleType>
540
+ <xs:simpleType name="UKRegionCode">
541
+ <xs:annotation>
542
+ <xs:documentation>Code which indicates the region within the UK.</xs:documentation>
543
+ </xs:annotation>
544
+ <xs:restriction base="xs:string">
545
+ <xs:enumeration value="1">
546
+ <xs:annotation>
547
+ <xs:documentation>Borders</xs:documentation>
548
+ </xs:annotation>
549
+ </xs:enumeration>
550
+ <xs:enumeration value="2">
551
+ <xs:annotation>
552
+ <xs:documentation>East Anglia</xs:documentation>
553
+ </xs:annotation>
554
+ </xs:enumeration>
555
+ <xs:enumeration value="3">
556
+ <xs:annotation>
557
+ <xs:documentation>East Pennines</xs:documentation>
558
+ </xs:annotation>
559
+ </xs:enumeration>
560
+ <xs:enumeration value="4">
561
+ <xs:annotation>
562
+ <xs:documentation>East Scotland</xs:documentation>
563
+ </xs:annotation>
564
+ </xs:enumeration>
565
+ <xs:enumeration value="5">
566
+ <xs:annotation>
567
+ <xs:documentation>Highland</xs:documentation>
568
+ </xs:annotation>
569
+ </xs:enumeration>
570
+ <xs:enumeration value="6">
571
+ <xs:annotation>
572
+ <xs:documentation>Midlands</xs:documentation>
573
+ </xs:annotation>
574
+ </xs:enumeration>
575
+ <xs:enumeration value="7">
576
+ <xs:annotation>
577
+ <xs:documentation>North East England</xs:documentation>
578
+ </xs:annotation>
579
+ </xs:enumeration>
580
+ <xs:enumeration value="8">
581
+ <xs:annotation>
582
+ <xs:documentation>North East Scotland</xs:documentation>
583
+ </xs:annotation>
584
+ </xs:enumeration>
585
+ <xs:enumeration value="9">
586
+ <xs:annotation>
587
+ <xs:documentation>North West England / South West Scotland</xs:documentation>
588
+ </xs:annotation>
589
+ </xs:enumeration>
590
+ <xs:enumeration value="10">
591
+ <xs:annotation>
592
+ <xs:documentation>Northern Ireland</xs:documentation>
593
+ </xs:annotation>
594
+ </xs:enumeration>
595
+ <xs:enumeration value="11">
596
+ <xs:annotation>
597
+ <xs:documentation>Orkney</xs:documentation>
598
+ </xs:annotation>
599
+ </xs:enumeration>
600
+ <xs:enumeration value="12">
601
+ <xs:annotation>
602
+ <xs:documentation>Severn Valley</xs:documentation>
603
+ </xs:annotation>
604
+ </xs:enumeration>
605
+ <xs:enumeration value="13">
606
+ <xs:annotation>
607
+ <xs:documentation>Shetland</xs:documentation>
608
+ </xs:annotation>
609
+ </xs:enumeration>
610
+ <xs:enumeration value="14">
611
+ <xs:annotation>
612
+ <xs:documentation>South East England</xs:documentation>
613
+ </xs:annotation>
614
+ </xs:enumeration>
615
+ <xs:enumeration value="15">
616
+ <xs:annotation>
617
+ <xs:documentation>South West England</xs:documentation>
618
+ </xs:annotation>
619
+ </xs:enumeration>
620
+ <xs:enumeration value="16">
621
+ <xs:annotation>
622
+ <xs:documentation>Southern England</xs:documentation>
623
+ </xs:annotation>
624
+ </xs:enumeration>
625
+ <xs:enumeration value="17">
626
+ <xs:annotation>
627
+ <xs:documentation>Thames Valley</xs:documentation>
628
+ </xs:annotation>
629
+ </xs:enumeration>
630
+ <xs:enumeration value="18">
631
+ <xs:annotation>
632
+ <xs:documentation>Wales</xs:documentation>
633
+ </xs:annotation>
634
+ </xs:enumeration>
635
+ <xs:enumeration value="19">
636
+ <xs:annotation>
637
+ <xs:documentation>West Pennines</xs:documentation>
638
+ </xs:annotation>
639
+ </xs:enumeration>
640
+ <xs:enumeration value="20">
641
+ <xs:annotation>
642
+ <xs:documentation>West Scotland</xs:documentation>
643
+ </xs:annotation>
644
+ </xs:enumeration>
645
+ <xs:enumeration value="21">
646
+ <xs:annotation>
647
+ <xs:documentation>Western Isles</xs:documentation>
648
+ </xs:annotation>
649
+ </xs:enumeration>
650
+ <xs:enumeration value="22">
651
+ <xs:annotation>
652
+ <xs:documentation>Jersey</xs:documentation>
653
+ </xs:annotation>
654
+ </xs:enumeration>
655
+ <xs:enumeration value="23">
656
+ <xs:annotation>
657
+ <xs:documentation>Guernsey</xs:documentation>
658
+ </xs:annotation>
659
+ </xs:enumeration>
660
+ <xs:enumeration value="24">
661
+ <xs:annotation>
662
+ <xs:documentation>Isle of Man</xs:documentation>
663
+ </xs:annotation>
664
+ </xs:enumeration>
665
+ <xs:enumeration value="NR">
666
+ <xs:annotation>
667
+ <xs:documentation>for backwards compatibility only – do not use</xs:documentation>
668
+ </xs:annotation>
669
+ </xs:enumeration>
670
+ </xs:restriction>
671
+ </xs:simpleType>
672
+ <xs:simpleType name="TransactionType">
673
+ <xs:restriction base="xs:string">
674
+ <xs:enumeration value="1">
675
+ <xs:annotation>
676
+ <xs:documentation>marketed sale</xs:documentation>
677
+ </xs:annotation>
678
+ </xs:enumeration>
679
+ <xs:enumeration value="2">
680
+ <xs:annotation>
681
+ <xs:documentation>non marketed sale</xs:documentation>
682
+ </xs:annotation>
683
+ </xs:enumeration>
684
+ <xs:enumeration value="3">
685
+ <xs:annotation>
686
+ <xs:documentation>rental (social) - this is for backwards compatibility only and should not be used</xs:documentation>
687
+ </xs:annotation>
688
+ </xs:enumeration>
689
+ <xs:enumeration value="4">
690
+ <xs:annotation>
691
+ <xs:documentation>rental (private) - this is for backwards compatibility only and should not be used</xs:documentation>
692
+ </xs:annotation>
693
+ </xs:enumeration>
694
+ <xs:enumeration value="5">
695
+ <xs:annotation>
696
+ <xs:documentation>none of the above</xs:documentation>
697
+ </xs:annotation>
698
+ </xs:enumeration>
699
+ <xs:enumeration value="6">
700
+ <xs:annotation>
701
+ <xs:documentation>new dwelling</xs:documentation>
702
+ </xs:annotation>
703
+ </xs:enumeration>
704
+ <xs:enumeration value="7">
705
+ <xs:annotation>
706
+ <xs:documentation>not recorded - this is for backwards compatibility only and should not be used</xs:documentation>
707
+ </xs:annotation>
708
+ </xs:enumeration>
709
+ <xs:enumeration value="8">
710
+ <xs:annotation>
711
+ <xs:documentation>rental</xs:documentation>
712
+ </xs:annotation>
713
+ </xs:enumeration>
714
+ <xs:enumeration value="9">
715
+ <xs:annotation>
716
+ <xs:documentation>assessment for green deal - this is for backwards compatibility only and should not be used</xs:documentation>
717
+ </xs:annotation>
718
+ </xs:enumeration>
719
+ <xs:enumeration value="10">
720
+ <xs:annotation>
721
+ <xs:documentation>following green deal - this is for backwards compatibility only and should not be used</xs:documentation>
722
+ </xs:annotation>
723
+ </xs:enumeration>
724
+ <xs:enumeration value="11">
725
+ <xs:annotation>
726
+ <xs:documentation>FiT application - this is for backwards compatibility only and should not be used</xs:documentation>
727
+ </xs:annotation>
728
+ </xs:enumeration>
729
+ <xs:enumeration value="12">
730
+ <xs:annotation>
731
+ <xs:documentation>RHI application - this is for backwards compatibility only and should not be used</xs:documentation>
732
+ </xs:annotation>
733
+ </xs:enumeration>
734
+ <xs:enumeration value="13">
735
+ <xs:annotation>
736
+ <xs:documentation>ECO assessment - this is for backwards compatibility only and should not be used</xs:documentation>
737
+ </xs:annotation>
738
+ </xs:enumeration>
739
+ <xs:enumeration value="14">
740
+ <xs:annotation>
741
+ <xs:documentation>Stock condition survey</xs:documentation>
742
+ </xs:annotation>
743
+ </xs:enumeration>
744
+ <xs:enumeration value="15">
745
+ <xs:annotation>
746
+ <xs:documentation>Grant scheme (ECO, RHI, etc.)</xs:documentation>
747
+ </xs:annotation>
748
+ </xs:enumeration>
749
+ <xs:enumeration value="16">
750
+ <xs:annotation>
751
+ <xs:documentation>Non-grant scheme (e.g. MEES)</xs:documentation>
752
+ </xs:annotation>
753
+ </xs:enumeration>
754
+ <xs:enumeration value="17">
755
+ <xs:annotation>
756
+ <xs:documentation>re-mortgaging</xs:documentation>
757
+ </xs:annotation>
758
+ </xs:enumeration>
759
+ </xs:restriction>
760
+ </xs:simpleType>
761
+ <xs:simpleType name="DisclosureCode">
762
+ <xs:annotation>
763
+ <xs:documentation>Code indicating any potential conflicts of interest or commercial relationships with other parties.</xs:documentation>
764
+ </xs:annotation>
765
+ <xs:restriction base="xs:string">
766
+ <xs:enumeration value="1">
767
+ <xs:annotation>
768
+ <xs:documentation>No related party</xs:documentation>
769
+ </xs:annotation>
770
+ </xs:enumeration>
771
+ <xs:enumeration value="2">
772
+ <xs:annotation>
773
+ <xs:documentation>Relative of homeowner or of occupier of the property</xs:documentation>
774
+ </xs:annotation>
775
+ </xs:enumeration>
776
+ <xs:enumeration value="3">
777
+ <xs:annotation>
778
+ <xs:documentation>Residing at the property</xs:documentation>
779
+ </xs:annotation>
780
+ </xs:enumeration>
781
+ <xs:enumeration value="4">
782
+ <xs:annotation>
783
+ <xs:documentation>Financial interest in the property</xs:documentation>
784
+ </xs:annotation>
785
+ </xs:enumeration>
786
+ <xs:enumeration value="5">
787
+ <xs:annotation>
788
+ <xs:documentation>Owner or Director of the organisation dealing with the property transaction</xs:documentation>
789
+ </xs:annotation>
790
+ </xs:enumeration>
791
+ <xs:enumeration value="6">
792
+ <xs:annotation>
793
+ <xs:documentation>Employed by the professional dealing with the property transaction</xs:documentation>
794
+ </xs:annotation>
795
+ </xs:enumeration>
796
+ <xs:enumeration value="7">
797
+ <xs:annotation>
798
+ <xs:documentation>Relative of the professional dealing with the property transaction</xs:documentation>
799
+ </xs:annotation>
800
+ </xs:enumeration>
801
+ </xs:restriction>
802
+ </xs:simpleType>
803
+ <xs:simpleType name="TenureCode">
804
+ <xs:restriction base="xs:string">
805
+ <xs:enumeration value="1">
806
+ <xs:annotation>
807
+ <xs:documentation>owner-occupied</xs:documentation>
808
+ </xs:annotation>
809
+ </xs:enumeration>
810
+ <xs:enumeration value="2">
811
+ <xs:annotation>
812
+ <xs:documentation>rented (social)</xs:documentation>
813
+ </xs:annotation>
814
+ </xs:enumeration>
815
+ <xs:enumeration value="3">
816
+ <xs:annotation>
817
+ <xs:documentation>rented (private)</xs:documentation>
818
+ </xs:annotation>
819
+ </xs:enumeration>
820
+ <xs:enumeration value="ND">
821
+ <xs:annotation>
822
+ <xs:documentation>unknown</xs:documentation>
823
+ </xs:annotation>
824
+ </xs:enumeration>
825
+ </xs:restriction>
826
+ </xs:simpleType>
827
+ <xs:simpleType name="ReportTypeCode">
828
+ <xs:restriction base="xs:string">
829
+ <xs:enumeration value="2">
830
+ <xs:annotation>
831
+ <xs:documentation>RdSAP Energy Performance Certificate</xs:documentation>
832
+ </xs:annotation>
833
+ </xs:enumeration>
834
+ <xs:enumeration value="3">
835
+ <xs:annotation>
836
+ <xs:documentation>Full SAP Energy Performance Certificate</xs:documentation>
837
+ </xs:annotation>
838
+ </xs:enumeration>
839
+ <xs:enumeration value="4">
840
+ <xs:annotation>
841
+ <xs:documentation>Interim RdSAP Energy Performance Certificate (to be superseded by SAP EPC)</xs:documentation>
842
+ </xs:annotation>
843
+ </xs:enumeration>
844
+ </xs:restriction>
845
+ </xs:simpleType>
846
+ <xs:simpleType name="ReportStatusCode">
847
+ <xs:restriction base="xs:string">
848
+ <xs:enumeration value="cancelled">
849
+ <xs:annotation>
850
+ <xs:documentation>Cancelled</xs:documentation>
851
+ </xs:annotation>
852
+ </xs:enumeration>
853
+ <xs:enumeration value="entered">
854
+ <xs:annotation>
855
+ <xs:documentation>entered on the register</xs:documentation>
856
+ </xs:annotation>
857
+ </xs:enumeration>
858
+ <xs:enumeration value="appeal">
859
+ <xs:annotation>
860
+ <xs:documentation>under appeal</xs:documentation>
861
+ </xs:annotation>
862
+ </xs:enumeration>
863
+ <xs:enumeration value="removed">
864
+ <xs:annotation>
865
+ <xs:documentation>removed</xs:documentation>
866
+ </xs:annotation>
867
+ </xs:enumeration>
868
+ <xs:enumeration value="rejected">
869
+ <xs:annotation>
870
+ <xs:documentation>rejected</xs:documentation>
871
+ </xs:annotation>
872
+ </xs:enumeration>
873
+ <xs:enumeration value="under investigation">
874
+ <xs:annotation>
875
+ <xs:documentation>under investigation</xs:documentation>
876
+ </xs:annotation>
877
+ </xs:enumeration>
878
+ <xs:enumeration value="not for issue">
879
+ <xs:annotation>
880
+ <xs:documentation>not for issue</xs:documentation>
881
+ </xs:annotation>
882
+ </xs:enumeration>
883
+ </xs:restriction>
884
+ </xs:simpleType>
885
+ </xs:schema>