epb_view_models 2.0.11 → 2.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3557 @@
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="NI-21.0.0"
9
+ >
10
+ <xs:simpleType name="Percentage">
11
+ <xs:restriction base="xs:integer">
12
+ <xs:maxInclusive value="100"/>
13
+ <xs:minInclusive value="0"/>
14
+ </xs:restriction>
15
+ </xs:simpleType>
16
+ <xs:simpleType name="VentilationTypeCode">
17
+ <xs:restriction base="xs:string">
18
+ <xs:enumeration value="0">
19
+ <xs:annotation>
20
+ <xs:documentation>natural</xs:documentation>
21
+ </xs:annotation>
22
+ </xs:enumeration>
23
+ <xs:enumeration value="1">
24
+ <xs:annotation>
25
+ <xs:documentation>mechanical ventilation without heat recovery (MV)</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:enumeration>
28
+ <xs:enumeration value="2">
29
+ <xs:annotation>
30
+ <xs:documentation>mechanical extract, decentralised (MEV dc)</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:enumeration>
33
+ <xs:enumeration value="3">
34
+ <xs:annotation>
35
+ <xs:documentation>mechanical extract, centralised (MEV c)</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:enumeration>
38
+ <xs:enumeration value="4">
39
+ <xs:annotation>
40
+ <xs:documentation>mechanical ventilation with heat recovery (MVHR)</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:enumeration>
43
+ <xs:enumeration value="5">
44
+ <xs:annotation>
45
+ <xs:documentation>positive input from loft</xs:documentation>
46
+ </xs:annotation>
47
+ </xs:enumeration>
48
+ <xs:enumeration value="6">
49
+ <xs:annotation>
50
+ <xs:documentation>positive input from outside</xs:documentation>
51
+ </xs:annotation>
52
+ </xs:enumeration>
53
+ </xs:restriction>
54
+ </xs:simpleType>
55
+ <xs:simpleType name="SAP-DuctTypeCode">
56
+ <xs:annotation>
57
+ <xs:documentation>Code which indicates the type of duct.</xs:documentation>
58
+ </xs:annotation>
59
+ <xs:restriction base="xs:string">
60
+ <xs:enumeration value="1">
61
+ <xs:annotation>
62
+ <xs:documentation>flexible</xs:documentation>
63
+ </xs:annotation>
64
+ </xs:enumeration>
65
+ <xs:enumeration value="2">
66
+ <xs:annotation>
67
+ <xs:documentation>rigid</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:enumeration>
70
+ <xs:enumeration value="3">
71
+ <xs:annotation>
72
+ <xs:documentation>semi-rigid</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:enumeration>
75
+ </xs:restriction>
76
+ </xs:simpleType>
77
+ <xs:simpleType name="SAP-DuctPlacement">
78
+ <xs:annotation>
79
+ <xs:documentation>Code which indicates the duct placement.</xs:documentation>
80
+ </xs:annotation>
81
+ <xs:restriction base="xs:string">
82
+ <xs:enumeration value="1">
83
+ <xs:annotation>
84
+ <xs:documentation>inside heated envelope</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:enumeration>
87
+ <xs:enumeration value="2">
88
+ <xs:annotation>
89
+ <xs:documentation>outside heated envelope</xs:documentation>
90
+ </xs:annotation>
91
+ </xs:enumeration>
92
+ </xs:restriction>
93
+ </xs:simpleType>
94
+ <xs:simpleType name="SAP-DuctInsulationLevel">
95
+ <xs:annotation>
96
+ <xs:documentation>Code which indicates the level of duct insulation.</xs:documentation>
97
+ </xs:annotation>
98
+ <xs:restriction base="xs:string">
99
+ <xs:enumeration value="1">
100
+ <xs:annotation>
101
+ <xs:documentation>level 1</xs:documentation>
102
+ </xs:annotation>
103
+ </xs:enumeration>
104
+ <xs:enumeration value="2">
105
+ <xs:annotation>
106
+ <xs:documentation>level 2</xs:documentation>
107
+ </xs:annotation>
108
+ </xs:enumeration>
109
+ </xs:restriction>
110
+ </xs:simpleType>
111
+ <xs:simpleType name="SAP-DuctInsulationCode">
112
+ <xs:annotation>
113
+ <xs:documentation>Code which indicates the type of duct insulation.</xs:documentation>
114
+ </xs:annotation>
115
+ <xs:restriction base="xs:string">
116
+ <xs:enumeration value="1">
117
+ <xs:annotation>
118
+ <xs:documentation>not insulated</xs:documentation>
119
+ </xs:annotation>
120
+ </xs:enumeration>
121
+ <xs:enumeration value="2">
122
+ <xs:annotation>
123
+ <xs:documentation>insulated</xs:documentation>
124
+ </xs:annotation>
125
+ </xs:enumeration>
126
+ </xs:restriction>
127
+ </xs:simpleType>
128
+ <xs:simpleType name="HeatEmitterCode">
129
+ <xs:restriction base="xs:string">
130
+ <xs:enumeration value="0">
131
+ <xs:annotation>
132
+ <xs:documentation>not radiators or underfloor</xs:documentation>
133
+ </xs:annotation>
134
+ </xs:enumeration>
135
+ <xs:enumeration value="1">
136
+ <xs:annotation>
137
+ <xs:documentation>radiators</xs:documentation>
138
+ </xs:annotation>
139
+ </xs:enumeration>
140
+ <xs:enumeration value="2">
141
+ <xs:annotation>
142
+ <xs:documentation>underfloor</xs:documentation>
143
+ </xs:annotation>
144
+ </xs:enumeration>
145
+ <xs:enumeration value="3">
146
+ <xs:annotation>
147
+ <xs:documentation>fan coil units</xs:documentation>
148
+ </xs:annotation>
149
+ </xs:enumeration>
150
+ <xs:enumeration value="4">
151
+ <xs:annotation>
152
+ <xs:documentation>both radiators and underfloor</xs:documentation>
153
+ </xs:annotation>
154
+ </xs:enumeration>
155
+ </xs:restriction>
156
+ </xs:simpleType>
157
+ <xs:simpleType name="ConstructionDateCode">
158
+ <xs:restriction base="xs:string">
159
+ <xs:enumeration value="A">
160
+ <xs:annotation>
161
+ <xs:documentation>England and Wales: before 1900;
162
+ Scotland: before 1919;
163
+ Northern Ireland: before 1919</xs:documentation>
164
+ </xs:annotation>
165
+ </xs:enumeration>
166
+ <xs:enumeration value="B">
167
+ <xs:annotation>
168
+ <xs:documentation>England and Wales: 1900-1929;
169
+ Scotland: 1919-1929;
170
+ Northern Ireland: 1919-1929</xs:documentation>
171
+ </xs:annotation>
172
+ </xs:enumeration>
173
+ <xs:enumeration value="C">
174
+ <xs:annotation>
175
+ <xs:documentation>England and Wales: 1930-1949;
176
+ Scotland: 1930-1949;
177
+ Northern Ireland: 1930-1949</xs:documentation>
178
+ </xs:annotation>
179
+ </xs:enumeration>
180
+ <xs:enumeration value="D">
181
+ <xs:annotation>
182
+ <xs:documentation>England and Wales: 1950-1966;
183
+ Scotland: 1950-1964;
184
+ Northern Ireland: 1950-1973</xs:documentation>
185
+ </xs:annotation>
186
+ </xs:enumeration>
187
+ <xs:enumeration value="E">
188
+ <xs:annotation>
189
+ <xs:documentation>England and Wales: 1967-1975;
190
+ Scotland: 1965-1975;
191
+ Northern Ireland: 1974-1977</xs:documentation>
192
+ </xs:annotation>
193
+ </xs:enumeration>
194
+ <xs:enumeration value="F">
195
+ <xs:annotation>
196
+ <xs:documentation>England and Wales: 1976-1982;
197
+ Scotland: 1976-1983;
198
+ Northern Ireland: 1978-1985</xs:documentation>
199
+ </xs:annotation>
200
+ </xs:enumeration>
201
+ <xs:enumeration value="G">
202
+ <xs:annotation>
203
+ <xs:documentation>England and Wales: 1983-1990;
204
+ Scotland: 1984-1991;
205
+ Northern Ireland: 1986-1991</xs:documentation>
206
+ </xs:annotation>
207
+ </xs:enumeration>
208
+ <xs:enumeration value="H">
209
+ <xs:annotation>
210
+ <xs:documentation>England and Wales: 1991-1995;
211
+ Scotland: 1992-1998;
212
+ Northern Ireland: 1992-1999</xs:documentation>
213
+ </xs:annotation>
214
+ </xs:enumeration>
215
+ <xs:enumeration value="I">
216
+ <xs:annotation>
217
+ <xs:documentation>England and Wales: 1996-2002;
218
+ Scotland: 1999-2002;
219
+ Northern Ireland: 2000-2006</xs:documentation>
220
+ </xs:annotation>
221
+ </xs:enumeration>
222
+ <xs:enumeration value="J">
223
+ <xs:annotation>
224
+ <xs:documentation>England and Wales: 2003-2006;
225
+ Scotland: 2003-2007;
226
+ Northern Ireland: not applicable</xs:documentation>
227
+ </xs:annotation>
228
+ </xs:enumeration>
229
+ <xs:enumeration value="K">
230
+ <xs:annotation>
231
+ <xs:documentation>England and Wales: 2007-2011;
232
+ Scotland: 2008-2011;
233
+ Northern Ireland: 2007-2013</xs:documentation>
234
+ </xs:annotation>
235
+ </xs:enumeration>
236
+ <xs:enumeration value="L">
237
+ <xs:annotation>
238
+ <xs:documentation>England and Wales: 2012-2021;
239
+ Scotland: 2012-2022;
240
+ Northern Ireland: 2014 onwards</xs:documentation>
241
+ </xs:annotation>
242
+ </xs:enumeration>
243
+ <xs:enumeration value="M">
244
+ <xs:annotation>
245
+ <xs:documentation>England and Wales: 2022 onwards;
246
+ Scotland: 2024 onwards;
247
+ Northern Ireland: 2023 onwards</xs:documentation>
248
+ </xs:annotation>
249
+ </xs:enumeration>
250
+ <xs:enumeration value="0">
251
+ <xs:annotation>
252
+ <xs:documentation>Not applicable</xs:documentation>
253
+ </xs:annotation>
254
+ </xs:enumeration>
255
+ <xs:enumeration value="NR">
256
+ <xs:annotation>
257
+ <xs:documentation>Not recorded</xs:documentation>
258
+ </xs:annotation>
259
+ </xs:enumeration>
260
+ </xs:restriction>
261
+ </xs:simpleType>
262
+ <xs:simpleType name="SAP-GlazingTypeCode">
263
+ <xs:restriction base="xs:string">
264
+ <xs:enumeration value="1">
265
+ <xs:annotation>
266
+ <xs:documentation>double glazing installed before 2002 in EAW, 2003 in SCT, 2006 NI</xs:documentation>
267
+ </xs:annotation>
268
+ </xs:enumeration>
269
+ <xs:enumeration value="2">
270
+ <xs:annotation>
271
+ <xs:documentation>double glazing installed between 2002-2022 in EAW, 2003-2023 in SCT, 2006-2022 NI</xs:documentation>
272
+ </xs:annotation>
273
+ </xs:enumeration>
274
+ <xs:enumeration value="3">
275
+ <xs:annotation>
276
+ <xs:documentation>double glazing, unknown install date</xs:documentation>
277
+ </xs:annotation>
278
+ </xs:enumeration>
279
+ <xs:enumeration value="4">
280
+ <xs:annotation>
281
+ <xs:documentation>secondary glazing, unknown data</xs:documentation>
282
+ </xs:annotation>
283
+ </xs:enumeration>
284
+ <xs:enumeration value="5">
285
+ <xs:annotation>
286
+ <xs:documentation>single glazing</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:enumeration>
289
+ <xs:enumeration value="6">
290
+ <xs:annotation>
291
+ <xs:documentation>triple glazing, unknown install date</xs:documentation>
292
+ </xs:annotation>
293
+ </xs:enumeration>
294
+ <xs:enumeration value="7">
295
+ <xs:annotation>
296
+ <xs:documentation>double, known data</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:enumeration>
299
+ <xs:enumeration value="8">
300
+ <xs:annotation>
301
+ <xs:documentation>triple, known data</xs:documentation>
302
+ </xs:annotation>
303
+ </xs:enumeration>
304
+ <xs:enumeration value="ND">
305
+ <xs:annotation>
306
+ <xs:documentation>not defined</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:enumeration>
309
+ <xs:enumeration value="9">
310
+ <xs:annotation>
311
+ <xs:documentation>triple glazing, installed between 2002-2022 in EAW, 2003-2023 in SCT, 2006-2022 NI</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:enumeration>
314
+ <xs:enumeration value="10">
315
+ <xs:annotation>
316
+ <xs:documentation>triple glazing, installed before 2002 in EAW, 2003 in SCT, 2006 NI</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:enumeration>
319
+ <xs:enumeration value="11">
320
+ <xs:annotation>
321
+ <xs:documentation>secondary glazing, normal emissivity</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:enumeration>
324
+ <xs:enumeration value="12">
325
+ <xs:annotation>
326
+ <xs:documentation>secondary glazing, low emissivity</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:enumeration>
329
+ <xs:enumeration value="13">
330
+ <xs:annotation>
331
+ <xs:documentation>double glazing, installed during or after 2022 in EAW, 2023 in SCT, 2022 NI</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:enumeration>
334
+ <xs:enumeration value="14">
335
+ <xs:annotation>
336
+ <xs:documentation>triple glazing, installed during or after 2022 in EAW, 2023 in SCT, 2022 NI</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:enumeration>
339
+ <xs:enumeration value="15">
340
+ <xs:annotation>
341
+ <xs:documentation>single glazing, known data</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:enumeration>
344
+ </xs:restriction>
345
+ </xs:simpleType>
346
+ <xs:simpleType name="GlazedAreaCode">
347
+ <xs:restriction base="xs:string">
348
+ <xs:enumeration value="1">
349
+ <xs:annotation>
350
+ <xs:documentation>Normal</xs:documentation>
351
+ </xs:annotation>
352
+ </xs:enumeration>
353
+ <xs:enumeration value="2">
354
+ <xs:annotation>
355
+ <xs:documentation>More Than Typical</xs:documentation>
356
+ </xs:annotation>
357
+ </xs:enumeration>
358
+ <xs:enumeration value="3">
359
+ <xs:annotation>
360
+ <xs:documentation>Less Than Typical</xs:documentation>
361
+ </xs:annotation>
362
+ </xs:enumeration>
363
+ <xs:enumeration value="4">
364
+ <xs:annotation>
365
+ <xs:documentation>Much More Than Typical</xs:documentation>
366
+ </xs:annotation>
367
+ </xs:enumeration>
368
+ <xs:enumeration value="5">
369
+ <xs:annotation>
370
+ <xs:documentation>Much Less Than Typical</xs:documentation>
371
+ </xs:annotation>
372
+ </xs:enumeration>
373
+ <xs:enumeration value="ND">
374
+ <xs:annotation>
375
+ <xs:documentation>Not Defined</xs:documentation>
376
+ </xs:annotation>
377
+ </xs:enumeration>
378
+ </xs:restriction>
379
+ </xs:simpleType>
380
+ <xs:simpleType name="WallInsulationCode">
381
+ <xs:restriction base="xs:string">
382
+ <xs:enumeration value="1">
383
+ <xs:annotation>
384
+ <xs:documentation>external</xs:documentation>
385
+ </xs:annotation>
386
+ </xs:enumeration>
387
+ <xs:enumeration value="2">
388
+ <xs:annotation>
389
+ <xs:documentation>filled cavity</xs:documentation>
390
+ </xs:annotation>
391
+ </xs:enumeration>
392
+ <xs:enumeration value="3">
393
+ <xs:annotation>
394
+ <xs:documentation>internal</xs:documentation>
395
+ </xs:annotation>
396
+ </xs:enumeration>
397
+ <xs:enumeration value="4">
398
+ <xs:annotation>
399
+ <xs:documentation>as built</xs:documentation>
400
+ </xs:annotation>
401
+ </xs:enumeration>
402
+ <xs:enumeration value="5">
403
+ <xs:annotation>
404
+ <xs:documentation>unknown</xs:documentation>
405
+ </xs:annotation>
406
+ </xs:enumeration>
407
+ <xs:enumeration value="6">
408
+ <xs:annotation>
409
+ <xs:documentation>filled cavity + external</xs:documentation>
410
+ </xs:annotation>
411
+ </xs:enumeration>
412
+ <xs:enumeration value="7">
413
+ <xs:annotation>
414
+ <xs:documentation>filled cavity + internal</xs:documentation>
415
+ </xs:annotation>
416
+ </xs:enumeration>
417
+ </xs:restriction>
418
+ </xs:simpleType>
419
+ <xs:simpleType name="RoofInsulationThicknessCode">
420
+ <xs:restriction base="xs:string">
421
+ <xs:enumeration value="NI">
422
+ <xs:annotation>
423
+ <xs:documentation>unknown</xs:documentation>
424
+ </xs:annotation>
425
+ </xs:enumeration>
426
+ <xs:enumeration value="0">
427
+ <xs:annotation>
428
+ <xs:documentation>None</xs:documentation>
429
+ </xs:annotation>
430
+ </xs:enumeration>
431
+ <xs:enumeration value="12mm">
432
+ <xs:annotation>
433
+ <xs:documentation>12mm</xs:documentation>
434
+ </xs:annotation>
435
+ </xs:enumeration>
436
+ <xs:enumeration value="25mm">
437
+ <xs:annotation>
438
+ <xs:documentation>25mm</xs:documentation>
439
+ </xs:annotation>
440
+ </xs:enumeration>
441
+ <xs:enumeration value="50mm">
442
+ <xs:annotation>
443
+ <xs:documentation>50mm</xs:documentation>
444
+ </xs:annotation>
445
+ </xs:enumeration>
446
+ <xs:enumeration value="75mm">
447
+ <xs:annotation>
448
+ <xs:documentation>75mm</xs:documentation>
449
+ </xs:annotation>
450
+ </xs:enumeration>
451
+ <xs:enumeration value="100mm">
452
+ <xs:annotation>
453
+ <xs:documentation>100mm</xs:documentation>
454
+ </xs:annotation>
455
+ </xs:enumeration>
456
+ <xs:enumeration value="125mm">
457
+ <xs:annotation>
458
+ <xs:documentation>125mm</xs:documentation>
459
+ </xs:annotation>
460
+ </xs:enumeration>
461
+ <xs:enumeration value="150mm">
462
+ <xs:annotation>
463
+ <xs:documentation>150mm</xs:documentation>
464
+ </xs:annotation>
465
+ </xs:enumeration>
466
+ <xs:enumeration value="175mm">
467
+ <xs:annotation>
468
+ <xs:documentation>175mm</xs:documentation>
469
+ </xs:annotation>
470
+ </xs:enumeration>
471
+ <xs:enumeration value="200mm">
472
+ <xs:annotation>
473
+ <xs:documentation>200mm</xs:documentation>
474
+ </xs:annotation>
475
+ </xs:enumeration>
476
+ <xs:enumeration value="225mm">
477
+ <xs:annotation>
478
+ <xs:documentation>225mm</xs:documentation>
479
+ </xs:annotation>
480
+ </xs:enumeration>
481
+ <xs:enumeration value="250mm">
482
+ <xs:annotation>
483
+ <xs:documentation>250mm</xs:documentation>
484
+ </xs:annotation>
485
+ </xs:enumeration>
486
+ <xs:enumeration value="270mm">
487
+ <xs:annotation>
488
+ <xs:documentation>270mm</xs:documentation>
489
+ </xs:annotation>
490
+ </xs:enumeration>
491
+ <xs:enumeration value="300mm">
492
+ <xs:annotation>
493
+ <xs:documentation>300mm</xs:documentation>
494
+ </xs:annotation>
495
+ </xs:enumeration>
496
+ <xs:enumeration value="350mm">
497
+ <xs:annotation>
498
+ <xs:documentation>350mm</xs:documentation>
499
+ </xs:annotation>
500
+ </xs:enumeration>
501
+ <xs:enumeration value="400mm+">
502
+ <xs:annotation>
503
+ <xs:documentation>400mm or more</xs:documentation>
504
+ </xs:annotation>
505
+ </xs:enumeration>
506
+ <xs:enumeration value="ND">
507
+ <xs:annotation>
508
+ <xs:documentation>Not Defined</xs:documentation>
509
+ </xs:annotation>
510
+ </xs:enumeration>
511
+ </xs:restriction>
512
+ </xs:simpleType>
513
+ <xs:simpleType name="RoofRoomInsulationThicknessCode">
514
+ <xs:restriction base="xs:string">
515
+ <xs:enumeration value="AB">
516
+ <xs:annotation>
517
+ <xs:documentation>as built</xs:documentation>
518
+ </xs:annotation>
519
+ </xs:enumeration>
520
+ <xs:enumeration value="NI">
521
+ <xs:annotation>
522
+ <xs:documentation>unknown</xs:documentation>
523
+ </xs:annotation>
524
+ </xs:enumeration>
525
+ <xs:enumeration value="0">
526
+ <xs:annotation>
527
+ <xs:documentation>None</xs:documentation>
528
+ </xs:annotation>
529
+ </xs:enumeration>
530
+ <xs:enumeration value="12mm">
531
+ <xs:annotation>
532
+ <xs:documentation>12mm</xs:documentation>
533
+ </xs:annotation>
534
+ </xs:enumeration>
535
+ <xs:enumeration value="25mm">
536
+ <xs:annotation>
537
+ <xs:documentation>25mm</xs:documentation>
538
+ </xs:annotation>
539
+ </xs:enumeration>
540
+ <xs:enumeration value="50mm">
541
+ <xs:annotation>
542
+ <xs:documentation>50mm</xs:documentation>
543
+ </xs:annotation>
544
+ </xs:enumeration>
545
+ <xs:enumeration value="75mm">
546
+ <xs:annotation>
547
+ <xs:documentation>75mm</xs:documentation>
548
+ </xs:annotation>
549
+ </xs:enumeration>
550
+ <xs:enumeration value="100mm">
551
+ <xs:annotation>
552
+ <xs:documentation>100mm</xs:documentation>
553
+ </xs:annotation>
554
+ </xs:enumeration>
555
+ <xs:enumeration value="125mm">
556
+ <xs:annotation>
557
+ <xs:documentation>125mm</xs:documentation>
558
+ </xs:annotation>
559
+ </xs:enumeration>
560
+ <xs:enumeration value="150mm">
561
+ <xs:annotation>
562
+ <xs:documentation>150mm</xs:documentation>
563
+ </xs:annotation>
564
+ </xs:enumeration>
565
+ <xs:enumeration value="175mm">
566
+ <xs:annotation>
567
+ <xs:documentation>175mm</xs:documentation>
568
+ </xs:annotation>
569
+ </xs:enumeration>
570
+ <xs:enumeration value="200mm">
571
+ <xs:annotation>
572
+ <xs:documentation>200mm</xs:documentation>
573
+ </xs:annotation>
574
+ </xs:enumeration>
575
+ <xs:enumeration value="225mm">
576
+ <xs:annotation>
577
+ <xs:documentation>225mm</xs:documentation>
578
+ </xs:annotation>
579
+ </xs:enumeration>
580
+ <xs:enumeration value="250mm">
581
+ <xs:annotation>
582
+ <xs:documentation>250mm</xs:documentation>
583
+ </xs:annotation>
584
+ </xs:enumeration>
585
+ <xs:enumeration value="270mm">
586
+ <xs:annotation>
587
+ <xs:documentation>270mm</xs:documentation>
588
+ </xs:annotation>
589
+ </xs:enumeration>
590
+ <xs:enumeration value="300mm">
591
+ <xs:annotation>
592
+ <xs:documentation>300mm</xs:documentation>
593
+ </xs:annotation>
594
+ </xs:enumeration>
595
+ <xs:enumeration value="350mm">
596
+ <xs:annotation>
597
+ <xs:documentation>350mm</xs:documentation>
598
+ </xs:annotation>
599
+ </xs:enumeration>
600
+ <xs:enumeration value="400mm+">
601
+ <xs:annotation>
602
+ <xs:documentation>400mm or more</xs:documentation>
603
+ </xs:annotation>
604
+ </xs:enumeration>
605
+ <xs:enumeration value="ND">
606
+ <xs:annotation>
607
+ <xs:documentation>Not Defined</xs:documentation>
608
+ </xs:annotation>
609
+ </xs:enumeration>
610
+ </xs:restriction>
611
+ </xs:simpleType>
612
+ <xs:simpleType name="GableType">
613
+ <xs:restriction base="xs:string">
614
+ <xs:enumeration value="0">
615
+ <xs:annotation>
616
+ <xs:documentation>exposed</xs:documentation>
617
+ </xs:annotation>
618
+ </xs:enumeration>
619
+ <xs:enumeration value="1">
620
+ <xs:annotation>
621
+ <xs:documentation>party</xs:documentation>
622
+ </xs:annotation>
623
+ </xs:enumeration>
624
+ <xs:enumeration value="2">
625
+ <xs:annotation>
626
+ <xs:documentation>Sheltered</xs:documentation>
627
+ </xs:annotation>
628
+ </xs:enumeration>
629
+ <xs:enumeration value="3">
630
+ <xs:annotation>
631
+ <xs:documentation>connected or adjacent to heated space</xs:documentation>
632
+ </xs:annotation>
633
+ </xs:enumeration>
634
+ </xs:restriction>
635
+ </xs:simpleType>
636
+ <xs:simpleType name="RinRInsulationTypeCode">
637
+ <xs:restriction base="xs:string">
638
+ <xs:enumeration value="0">
639
+ <xs:annotation>
640
+ <xs:documentation>mineral wool or EPS slab</xs:documentation>
641
+ </xs:annotation>
642
+ </xs:enumeration>
643
+ <xs:enumeration value="1">
644
+ <xs:annotation>
645
+ <xs:documentation>PUR or PIR</xs:documentation>
646
+ </xs:annotation>
647
+ </xs:enumeration>
648
+ </xs:restriction>
649
+ </xs:simpleType>
650
+ <xs:simpleType name="RoofInsulationLocationCode">
651
+ <xs:restriction base="xs:string">
652
+ <xs:enumeration value="1">
653
+ <xs:annotation>
654
+ <xs:documentation>Rafters</xs:documentation>
655
+ </xs:annotation>
656
+ </xs:enumeration>
657
+ <xs:enumeration value="2">
658
+ <xs:annotation>
659
+ <xs:documentation>Joists</xs:documentation>
660
+ </xs:annotation>
661
+ </xs:enumeration>
662
+ <xs:enumeration value="3">
663
+ <xs:annotation>
664
+ <xs:documentation>No access.. This is retained for backwards compatibility only and should not be used. No access is covered by enum 5 of RoofTypeCode</xs:documentation>
665
+ </xs:annotation>
666
+ </xs:enumeration>
667
+ <xs:enumeration value="4">
668
+ <xs:annotation>
669
+ <xs:documentation>Unknown</xs:documentation>
670
+ </xs:annotation>
671
+ </xs:enumeration>
672
+ <xs:enumeration value="5">
673
+ <xs:annotation>
674
+ <xs:documentation>None; applicable only when Roof-Construction is 4, 5 or 6</xs:documentation>
675
+ </xs:annotation>
676
+ </xs:enumeration>
677
+ <xs:enumeration value="6">
678
+ <xs:annotation>
679
+ <xs:documentation>Flat roof insulation</xs:documentation>
680
+ </xs:annotation>
681
+ </xs:enumeration>
682
+ <xs:enumeration value="7">
683
+ <xs:annotation>
684
+ <xs:documentation>Sloping ceiling insulation</xs:documentation>
685
+ </xs:annotation>
686
+ </xs:enumeration>
687
+ <xs:enumeration value="ND">
688
+ <xs:annotation>
689
+ <xs:documentation>Not Defined</xs:documentation>
690
+ </xs:annotation>
691
+ </xs:enumeration>
692
+ </xs:restriction>
693
+ </xs:simpleType>
694
+ <xs:simpleType name="SAP-SolarCollectorTypeCode">
695
+ <xs:annotation>
696
+ <xs:documentation>Code which indicates the type of solar collector.</xs:documentation>
697
+ </xs:annotation>
698
+ <xs:restriction base="xs:string">
699
+ <xs:enumeration value="1">
700
+ <xs:annotation>
701
+ <xs:documentation>unglazed</xs:documentation>
702
+ </xs:annotation>
703
+ </xs:enumeration>
704
+ <xs:enumeration value="2">
705
+ <xs:annotation>
706
+ <xs:documentation>flat panel</xs:documentation>
707
+ </xs:annotation>
708
+ </xs:enumeration>
709
+ <xs:enumeration value="3">
710
+ <xs:annotation>
711
+ <xs:documentation>evacuated tube</xs:documentation>
712
+ </xs:annotation>
713
+ </xs:enumeration>
714
+ </xs:restriction>
715
+ </xs:simpleType>
716
+ <xs:simpleType name="SAP-SolarCollectorDataSourceCode">
717
+ <xs:annotation>
718
+ <xs:documentation>Code which indicates the source of solar collector data.</xs:documentation>
719
+ </xs:annotation>
720
+ <xs:restriction base="xs:string">
721
+ <xs:enumeration value="1">
722
+ <xs:annotation>
723
+ <xs:documentation>default</xs:documentation>
724
+ </xs:annotation>
725
+ </xs:enumeration>
726
+ <xs:enumeration value="2">
727
+ <xs:annotation>
728
+ <xs:documentation>declared values</xs:documentation>
729
+ </xs:annotation>
730
+ </xs:enumeration>
731
+ </xs:restriction>
732
+ </xs:simpleType>
733
+ <xs:simpleType name="ElectricMeterTypeCode">
734
+ <xs:restriction base="xs:string">
735
+ <xs:enumeration value="1">
736
+ <xs:annotation>
737
+ <xs:documentation>dual</xs:documentation>
738
+ </xs:annotation>
739
+ </xs:enumeration>
740
+ <xs:enumeration value="2">
741
+ <xs:annotation>
742
+ <xs:documentation>Single</xs:documentation>
743
+ </xs:annotation>
744
+ </xs:enumeration>
745
+ <xs:enumeration value="3">
746
+ <xs:annotation>
747
+ <xs:documentation>Unknown</xs:documentation>
748
+ </xs:annotation>
749
+ </xs:enumeration>
750
+ <xs:enumeration value="4">
751
+ <xs:annotation>
752
+ <xs:documentation>dual (24 hour)</xs:documentation>
753
+ </xs:annotation>
754
+ </xs:enumeration>
755
+ <xs:enumeration value="5">
756
+ <xs:annotation>
757
+ <xs:documentation>off-peak 18 hour</xs:documentation>
758
+ </xs:annotation>
759
+ </xs:enumeration>
760
+ <xs:enumeration value="6">
761
+ <xs:annotation>
762
+ <xs:documentation>off-peak 10 hour</xs:documentation>
763
+ </xs:annotation>
764
+ </xs:enumeration>
765
+ </xs:restriction>
766
+ </xs:simpleType>
767
+ <xs:simpleType name="CylinderThicknessCode">
768
+ <xs:restriction base="xs:string">
769
+ <xs:enumeration value="0">
770
+ <xs:annotation>
771
+ <xs:documentation>0mm</xs:documentation>
772
+ </xs:annotation>
773
+ </xs:enumeration>
774
+ <xs:enumeration value="12">
775
+ <xs:annotation>
776
+ <xs:documentation>12mm</xs:documentation>
777
+ </xs:annotation>
778
+ </xs:enumeration>
779
+ <xs:enumeration value="25">
780
+ <xs:annotation>
781
+ <xs:documentation>25 mm</xs:documentation>
782
+ </xs:annotation>
783
+ </xs:enumeration>
784
+ <xs:enumeration value="38">
785
+ <xs:annotation>
786
+ <xs:documentation>38 mm</xs:documentation>
787
+ </xs:annotation>
788
+ </xs:enumeration>
789
+ <xs:enumeration value="50">
790
+ <xs:annotation>
791
+ <xs:documentation>50 mm</xs:documentation>
792
+ </xs:annotation>
793
+ </xs:enumeration>
794
+ <xs:enumeration value="80">
795
+ <xs:annotation>
796
+ <xs:documentation>80 mm</xs:documentation>
797
+ </xs:annotation>
798
+ </xs:enumeration>
799
+ <xs:enumeration value="120">
800
+ <xs:annotation>
801
+ <xs:documentation>120mm</xs:documentation>
802
+ </xs:annotation>
803
+ </xs:enumeration>
804
+ <xs:enumeration value="160">
805
+ <xs:annotation>
806
+ <xs:documentation>160mm</xs:documentation>
807
+ </xs:annotation>
808
+ </xs:enumeration>
809
+ </xs:restriction>
810
+ </xs:simpleType>
811
+ <xs:simpleType name="SAP-StoreyFloorCode">
812
+ <xs:restriction base="xs:string">
813
+ <xs:enumeration value="0">
814
+ <xs:annotation>
815
+ <xs:documentation>lowest occupied</xs:documentation>
816
+ </xs:annotation>
817
+ </xs:enumeration>
818
+ <xs:enumeration value="1">
819
+ <xs:annotation>
820
+ <xs:documentation>lowest+1</xs:documentation>
821
+ </xs:annotation>
822
+ </xs:enumeration>
823
+ <xs:enumeration value="2">
824
+ <xs:annotation>
825
+ <xs:documentation>lowest+2</xs:documentation>
826
+ </xs:annotation>
827
+ </xs:enumeration>
828
+ <xs:enumeration value="3">
829
+ <xs:annotation>
830
+ <xs:documentation>lowest+3</xs:documentation>
831
+ </xs:annotation>
832
+ </xs:enumeration>
833
+ <xs:enumeration value="4">
834
+ <xs:annotation>
835
+ <xs:documentation>lowest+4</xs:documentation>
836
+ </xs:annotation>
837
+ </xs:enumeration>
838
+ <xs:enumeration value="5">
839
+ <xs:annotation>
840
+ <xs:documentation>lowest+5</xs:documentation>
841
+ </xs:annotation>
842
+ </xs:enumeration>
843
+ <xs:enumeration value="6">
844
+ <xs:annotation>
845
+ <xs:documentation>lowest+6</xs:documentation>
846
+ </xs:annotation>
847
+ </xs:enumeration>
848
+ <xs:enumeration value="99">
849
+ <xs:annotation>
850
+ <xs:documentation>roof rooms</xs:documentation>
851
+ </xs:annotation>
852
+ </xs:enumeration>
853
+ <xs:enumeration value="NR">
854
+ <xs:annotation>
855
+ <xs:documentation>not recorded</xs:documentation>
856
+ </xs:annotation>
857
+ </xs:enumeration>
858
+ </xs:restriction>
859
+ </xs:simpleType>
860
+ <xs:simpleType name="CylinderInsulationTypeCode">
861
+ <xs:restriction base="xs:string">
862
+ <xs:enumeration value="0">
863
+ <xs:annotation>
864
+ <xs:documentation>None</xs:documentation>
865
+ </xs:annotation>
866
+ </xs:enumeration>
867
+ <xs:enumeration value="1">
868
+ <xs:annotation>
869
+ <xs:documentation>factory-applied</xs:documentation>
870
+ </xs:annotation>
871
+ </xs:enumeration>
872
+ <xs:enumeration value="2">
873
+ <xs:annotation>
874
+ <xs:documentation>loose jacket</xs:documentation>
875
+ </xs:annotation>
876
+ </xs:enumeration>
877
+ </xs:restriction>
878
+ </xs:simpleType>
879
+ <xs:simpleType name="CylinderSizeCode">
880
+ <xs:restriction base="xs:string">
881
+ <xs:enumeration value="0">
882
+ <xs:annotation>
883
+ <xs:documentation>No Access</xs:documentation>
884
+ </xs:annotation>
885
+ </xs:enumeration>
886
+ <xs:enumeration value="1">
887
+ <xs:annotation>
888
+ <xs:documentation>No Cylinder</xs:documentation>
889
+ </xs:annotation>
890
+ </xs:enumeration>
891
+ <xs:enumeration value="2">
892
+ <xs:annotation>
893
+ <xs:documentation>Normal - up to 130 litres</xs:documentation>
894
+ </xs:annotation>
895
+ </xs:enumeration>
896
+ <xs:enumeration value="3">
897
+ <xs:annotation>
898
+ <xs:documentation>Medium - between 131 and 170 litres</xs:documentation>
899
+ </xs:annotation>
900
+ </xs:enumeration>
901
+ <xs:enumeration value="4">
902
+ <xs:annotation>
903
+ <xs:documentation>Large - greater than 170 litres.</xs:documentation>
904
+ </xs:annotation>
905
+ </xs:enumeration>
906
+ <xs:enumeration value="5">
907
+ <xs:annotation>
908
+ <xs:documentation>actual size included in Solar-Water-Heating-Details</xs:documentation>
909
+ </xs:annotation>
910
+ </xs:enumeration>
911
+ <xs:enumeration value="6">
912
+ <xs:annotation>
913
+ <xs:documentation>Exact cylinder volume if known</xs:documentation>
914
+ </xs:annotation>
915
+ </xs:enumeration>
916
+ </xs:restriction>
917
+ </xs:simpleType>
918
+ <xs:simpleType name="ImmersionHeatingTypeCode">
919
+ <xs:restriction base="xs:string">
920
+ <xs:enumeration value="1">
921
+ <xs:annotation>
922
+ <xs:documentation>Dual</xs:documentation>
923
+ </xs:annotation>
924
+ </xs:enumeration>
925
+ <xs:enumeration value="2">
926
+ <xs:annotation>
927
+ <xs:documentation>Single</xs:documentation>
928
+ </xs:annotation>
929
+ </xs:enumeration>
930
+ <xs:enumeration value="NA">
931
+ <xs:annotation>
932
+ <xs:documentation>not applicable</xs:documentation>
933
+ </xs:annotation>
934
+ </xs:enumeration>
935
+ </xs:restriction>
936
+ </xs:simpleType>
937
+ <xs:simpleType name="SAP-HeatingCode">
938
+ <xs:annotation>
939
+ <xs:documentation>A SAP Heating Code is a code specified in the RD/SAP specification to identify characteristics of the heating system. They are a numerical codes selected from a standard list detailed in the specification.</xs:documentation>
940
+ </xs:annotation>
941
+ <xs:restriction base="xs:string"/>
942
+ </xs:simpleType>
943
+ <xs:simpleType name="SAP-BuiltFormCode">
944
+ <xs:restriction base="xs:string">
945
+ <xs:enumeration value="1">
946
+ <xs:annotation>
947
+ <xs:documentation>Detached</xs:documentation>
948
+ </xs:annotation>
949
+ </xs:enumeration>
950
+ <xs:enumeration value="2">
951
+ <xs:annotation>
952
+ <xs:documentation>Semi-Detached</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:enumeration>
955
+ <xs:enumeration value="3">
956
+ <xs:annotation>
957
+ <xs:documentation>End-Terrace</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:enumeration>
960
+ <xs:enumeration value="4">
961
+ <xs:annotation>
962
+ <xs:documentation>Mid-Terrace</xs:documentation>
963
+ </xs:annotation>
964
+ </xs:enumeration>
965
+ <xs:enumeration value="5">
966
+ <xs:annotation>
967
+ <xs:documentation>Enclosed End-Terrace</xs:documentation>
968
+ </xs:annotation>
969
+ </xs:enumeration>
970
+ <xs:enumeration value="6">
971
+ <xs:annotation>
972
+ <xs:documentation>Enclosed Mid-Terrace</xs:documentation>
973
+ </xs:annotation>
974
+ </xs:enumeration>
975
+ <xs:enumeration value="NR">
976
+ <xs:annotation>
977
+ <xs:documentation>Not Recorded</xs:documentation>
978
+ </xs:annotation>
979
+ </xs:enumeration>
980
+ </xs:restriction>
981
+ </xs:simpleType>
982
+ <xs:simpleType name="BuildingPartCode">
983
+ <xs:restriction base="xs:string">
984
+ <xs:enumeration value="0">
985
+ <xs:annotation>
986
+ <xs:documentation>Main Property</xs:documentation>
987
+ </xs:annotation>
988
+ </xs:enumeration>
989
+ <xs:enumeration value="1">
990
+ <xs:annotation>
991
+ <xs:documentation>1st Extension</xs:documentation>
992
+ </xs:annotation>
993
+ </xs:enumeration>
994
+ <xs:enumeration value="2">
995
+ <xs:annotation>
996
+ <xs:documentation>2nd Extension</xs:documentation>
997
+ </xs:annotation>
998
+ </xs:enumeration>
999
+ <xs:enumeration value="3">
1000
+ <xs:annotation>
1001
+ <xs:documentation>3rd Extension</xs:documentation>
1002
+ </xs:annotation>
1003
+ </xs:enumeration>
1004
+ <xs:enumeration value="4">
1005
+ <xs:annotation>
1006
+ <xs:documentation>4th Extension</xs:documentation>
1007
+ </xs:annotation>
1008
+ </xs:enumeration>
1009
+ </xs:restriction>
1010
+ </xs:simpleType>
1011
+ <xs:simpleType name="ConservatoryHeightCode">
1012
+ <xs:annotation>
1013
+ <xs:documentation>Codes indicating average height of a room, storey or building part</xs:documentation>
1014
+ </xs:annotation>
1015
+ <xs:restriction base="xs:string">
1016
+ <xs:enumeration value="1">
1017
+ <xs:annotation>
1018
+ <xs:documentation>1 storey</xs:documentation>
1019
+ </xs:annotation>
1020
+ </xs:enumeration>
1021
+ <xs:enumeration value="1.5">
1022
+ <xs:annotation>
1023
+ <xs:documentation>1.5 storey</xs:documentation>
1024
+ </xs:annotation>
1025
+ </xs:enumeration>
1026
+ <xs:enumeration value="2">
1027
+ <xs:annotation>
1028
+ <xs:documentation>2 storey</xs:documentation>
1029
+ </xs:annotation>
1030
+ </xs:enumeration>
1031
+ <xs:enumeration value="2.5">
1032
+ <xs:annotation>
1033
+ <xs:documentation>2.5 storey</xs:documentation>
1034
+ </xs:annotation>
1035
+ </xs:enumeration>
1036
+ <xs:enumeration value="3">
1037
+ <xs:annotation>
1038
+ <xs:documentation>3 storey</xs:documentation>
1039
+ </xs:annotation>
1040
+ </xs:enumeration>
1041
+ </xs:restriction>
1042
+ </xs:simpleType>
1043
+ <xs:simpleType name="HeatLossCorridorCode">
1044
+ <xs:restriction base="xs:string">
1045
+ <xs:enumeration value="0">
1046
+ <xs:annotation>
1047
+ <xs:documentation>no corridor</xs:documentation>
1048
+ </xs:annotation>
1049
+ </xs:enumeration>
1050
+ <xs:enumeration value="1">
1051
+ <xs:annotation>
1052
+ <xs:documentation>heated corridor</xs:documentation>
1053
+ </xs:annotation>
1054
+ </xs:enumeration>
1055
+ <xs:enumeration value="2">
1056
+ <xs:annotation>
1057
+ <xs:documentation>unheated corridor</xs:documentation>
1058
+ </xs:annotation>
1059
+ </xs:enumeration>
1060
+ <xs:enumeration value="3">
1061
+ <xs:annotation>
1062
+ <xs:documentation>stairwell</xs:documentation>
1063
+ </xs:annotation>
1064
+ </xs:enumeration>
1065
+ </xs:restriction>
1066
+ </xs:simpleType>
1067
+ <xs:simpleType name="HeatLossFloorCode">
1068
+ <xs:restriction base="xs:string">
1069
+ <xs:enumeration value="1">
1070
+ <xs:annotation>
1071
+ <xs:documentation>exposed floor</xs:documentation>
1072
+ </xs:annotation>
1073
+ </xs:enumeration>
1074
+ <xs:enumeration value="2">
1075
+ <xs:annotation>
1076
+ <xs:documentation>semi-exposed upper floor to unheated space</xs:documentation>
1077
+ </xs:annotation>
1078
+ </xs:enumeration>
1079
+ <xs:enumeration value="3">
1080
+ <xs:annotation>
1081
+ <xs:documentation>semi-exposed upper floor to partially heated space</xs:documentation>
1082
+ </xs:annotation>
1083
+ </xs:enumeration>
1084
+ <xs:enumeration value="6">
1085
+ <xs:annotation>
1086
+ <xs:documentation>Other flat below</xs:documentation>
1087
+ </xs:annotation>
1088
+ </xs:enumeration>
1089
+ <xs:enumeration value="7">
1090
+ <xs:annotation>
1091
+ <xs:documentation>Ground floor</xs:documentation>
1092
+ </xs:annotation>
1093
+ </xs:enumeration>
1094
+ <xs:enumeration value="8">
1095
+ <xs:annotation>
1096
+ <xs:documentation>same dwelling below</xs:documentation>
1097
+ </xs:annotation>
1098
+ </xs:enumeration>
1099
+ </xs:restriction>
1100
+ </xs:simpleType>
1101
+ <xs:simpleType name="BoilerFlueTypeCode">
1102
+ <xs:restriction base="xs:string">
1103
+ <xs:enumeration value="1">
1104
+ <xs:annotation>
1105
+ <xs:documentation>open</xs:documentation>
1106
+ </xs:annotation>
1107
+ </xs:enumeration>
1108
+ <xs:enumeration value="2">
1109
+ <xs:annotation>
1110
+ <xs:documentation>room-sealed</xs:documentation>
1111
+ </xs:annotation>
1112
+ </xs:enumeration>
1113
+ </xs:restriction>
1114
+ </xs:simpleType>
1115
+ <xs:simpleType name="BoilerIgnitionCode">
1116
+ <xs:restriction base="xs:string">
1117
+ <xs:enumeration value="1">
1118
+ <xs:annotation>
1119
+ <xs:documentation>auto-ignition</xs:documentation>
1120
+ </xs:annotation>
1121
+ </xs:enumeration>
1122
+ <xs:enumeration value="2">
1123
+ <xs:annotation>
1124
+ <xs:documentation>permanent pilot light</xs:documentation>
1125
+ </xs:annotation>
1126
+ </xs:enumeration>
1127
+ </xs:restriction>
1128
+ </xs:simpleType>
1129
+ <xs:simpleType name="WindowTypeCode">
1130
+ <xs:restriction base="xs:string">
1131
+ <xs:enumeration value="1">
1132
+ <xs:annotation>
1133
+ <xs:documentation>window</xs:documentation>
1134
+ </xs:annotation>
1135
+ </xs:enumeration>
1136
+ <xs:enumeration value="2">
1137
+ <xs:annotation>
1138
+ <xs:documentation>roof-window</xs:documentation>
1139
+ </xs:annotation>
1140
+ </xs:enumeration>
1141
+ </xs:restriction>
1142
+ </xs:simpleType>
1143
+ <xs:simpleType name="WindowWallTypeCode">
1144
+ <xs:restriction base="xs:string">
1145
+ <xs:enumeration value="1">
1146
+ <xs:annotation>
1147
+ <xs:documentation>External wall type 1</xs:documentation>
1148
+ </xs:annotation>
1149
+ </xs:enumeration>
1150
+ <xs:enumeration value="2">
1151
+ <xs:annotation>
1152
+ <xs:documentation>Alternative wall 1</xs:documentation>
1153
+ </xs:annotation>
1154
+ </xs:enumeration>
1155
+ <xs:enumeration value="3">
1156
+ <xs:annotation>
1157
+ <xs:documentation>Alternative wall 2</xs:documentation>
1158
+ </xs:annotation>
1159
+ </xs:enumeration>
1160
+ <xs:enumeration value="4">
1161
+ <xs:annotation>
1162
+ <xs:documentation>Roof of Room in Roof</xs:documentation>
1163
+ </xs:annotation>
1164
+ </xs:enumeration>
1165
+ <xs:enumeration value="5">
1166
+ <xs:annotation>
1167
+ <xs:documentation>gable wall 1.</xs:documentation>
1168
+ </xs:annotation>
1169
+ </xs:enumeration>
1170
+ <xs:enumeration value="6">
1171
+ <xs:annotation>
1172
+ <xs:documentation>gable wall 2.</xs:documentation>
1173
+ </xs:annotation>
1174
+ </xs:enumeration>
1175
+ <xs:enumeration value="7">
1176
+ <xs:annotation>
1177
+ <xs:documentation>common wall 1 Only include for RR Type 2.</xs:documentation>
1178
+ </xs:annotation>
1179
+ </xs:enumeration>
1180
+ <xs:enumeration value="8">
1181
+ <xs:annotation>
1182
+ <xs:documentation>common wall 2 Only include for RR Type 2.</xs:documentation>
1183
+ </xs:annotation>
1184
+ </xs:enumeration>
1185
+ </xs:restriction>
1186
+ </xs:simpleType>
1187
+ <xs:simpleType name="BoilerDataSourceCode">
1188
+ <xs:restriction base="xs:string">
1189
+ <xs:enumeration value="1">
1190
+ <xs:annotation>
1191
+ <xs:documentation>database</xs:documentation>
1192
+ </xs:annotation>
1193
+ </xs:enumeration>
1194
+ <xs:enumeration value="2">
1195
+ <xs:annotation>
1196
+ <xs:documentation>SAP Table</xs:documentation>
1197
+ </xs:annotation>
1198
+ </xs:enumeration>
1199
+ </xs:restriction>
1200
+ </xs:simpleType>
1201
+ <xs:simpleType name="SAP-ImprovementMeasureCode">
1202
+ <xs:annotation>
1203
+ <xs:documentation>Code which indicates an improvement measure for a property.</xs:documentation>
1204
+ </xs:annotation>
1205
+ <xs:restriction base="xs:string">
1206
+ <xs:enumeration value="A">
1207
+ <xs:annotation>
1208
+ <xs:documentation>Loft Insulation</xs:documentation>
1209
+ </xs:annotation>
1210
+ </xs:enumeration>
1211
+ <xs:enumeration value="A2">
1212
+ <xs:annotation>
1213
+ <xs:documentation>Flat roof insulation</xs:documentation>
1214
+ </xs:annotation>
1215
+ </xs:enumeration>
1216
+ <xs:enumeration value="A3">
1217
+ <xs:annotation>
1218
+ <xs:documentation>Room-in-roof insulation</xs:documentation>
1219
+ </xs:annotation>
1220
+ </xs:enumeration>
1221
+ <xs:enumeration value="B">
1222
+ <xs:annotation>
1223
+ <xs:documentation>Cavity wall insulation</xs:documentation>
1224
+ </xs:annotation>
1225
+ </xs:enumeration>
1226
+ <xs:enumeration value="B4">
1227
+ <xs:annotation>
1228
+ <xs:documentation>Party wall insulation</xs:documentation>
1229
+ </xs:annotation>
1230
+ </xs:enumeration>
1231
+ <xs:enumeration value="C">
1232
+ <xs:annotation>
1233
+ <xs:documentation>Hot water cylinder insulation</xs:documentation>
1234
+ </xs:annotation>
1235
+ </xs:enumeration>
1236
+ <xs:enumeration value="D">
1237
+ <xs:annotation>
1238
+ <xs:documentation>Draughtproofing</xs:documentation>
1239
+ </xs:annotation>
1240
+ </xs:enumeration>
1241
+ <xs:enumeration value="E">
1242
+ <xs:annotation>
1243
+ <xs:documentation>Low energy lights</xs:documentation>
1244
+ </xs:annotation>
1245
+ </xs:enumeration>
1246
+ <xs:enumeration value="F">
1247
+ <xs:annotation>
1248
+ <xs:documentation>Cylinder thermostat</xs:documentation>
1249
+ </xs:annotation>
1250
+ </xs:enumeration>
1251
+ <xs:enumeration value="G">
1252
+ <xs:annotation>
1253
+ <xs:documentation>Heating controls for wet central heating system</xs:documentation>
1254
+ </xs:annotation>
1255
+ </xs:enumeration>
1256
+ <xs:enumeration value="G2">
1257
+ <xs:annotation>
1258
+ <xs:documentation>Water heating controls</xs:documentation>
1259
+ </xs:annotation>
1260
+ </xs:enumeration>
1261
+ <xs:enumeration value="H">
1262
+ <xs:annotation>
1263
+ <xs:documentation>Heating controls for warm air system</xs:documentation>
1264
+ </xs:annotation>
1265
+ </xs:enumeration>
1266
+ <xs:enumeration value="I">
1267
+ <xs:annotation>
1268
+ <xs:documentation>Upgrade boiler, same fuel</xs:documentation>
1269
+ </xs:annotation>
1270
+ </xs:enumeration>
1271
+ <xs:enumeration value="J">
1272
+ <xs:annotation>
1273
+ <xs:documentation>Biomass boiler</xs:documentation>
1274
+ </xs:annotation>
1275
+ </xs:enumeration>
1276
+ <xs:enumeration value="J2">
1277
+ <xs:annotation>
1278
+ <xs:documentation>Biomass boiler as alternative improvement</xs:documentation>
1279
+ </xs:annotation>
1280
+ </xs:enumeration>
1281
+ <xs:enumeration value="K">
1282
+ <xs:annotation>
1283
+ <xs:documentation>Biomass room heater with boiler</xs:documentation>
1284
+ </xs:annotation>
1285
+ </xs:enumeration>
1286
+ <xs:enumeration value="L">
1287
+ <xs:annotation>
1288
+ <xs:documentation>New or replacement fan-assisted storage heaters</xs:documentation>
1289
+ </xs:annotation>
1290
+ </xs:enumeration>
1291
+ <xs:enumeration value="L2">
1292
+ <xs:annotation>
1293
+ <xs:documentation>New or replacement high heat retention storage heaters</xs:documentation>
1294
+ </xs:annotation>
1295
+ </xs:enumeration>
1296
+ <xs:enumeration value="M">
1297
+ <xs:annotation>
1298
+ <xs:documentation>Replacement warm-air unit</xs:documentation>
1299
+ </xs:annotation>
1300
+ </xs:enumeration>
1301
+ <xs:enumeration value="N">
1302
+ <xs:annotation>
1303
+ <xs:documentation>Solar water heating</xs:documentation>
1304
+ </xs:annotation>
1305
+ </xs:enumeration>
1306
+ <xs:enumeration value="O">
1307
+ <xs:annotation>
1308
+ <xs:documentation>Replacement double glazed windows</xs:documentation>
1309
+ </xs:annotation>
1310
+ </xs:enumeration>
1311
+ <xs:enumeration value="O3">
1312
+ <xs:annotation>
1313
+ <xs:documentation>Replacement double glazing units</xs:documentation>
1314
+ </xs:annotation>
1315
+ </xs:enumeration>
1316
+ <xs:enumeration value="P">
1317
+ <xs:annotation>
1318
+ <xs:documentation>Secondary glazing</xs:documentation>
1319
+ </xs:annotation>
1320
+ </xs:enumeration>
1321
+ <xs:enumeration value="Q">
1322
+ <xs:annotation>
1323
+ <xs:documentation>Solid wall insulation</xs:documentation>
1324
+ </xs:annotation>
1325
+ </xs:enumeration>
1326
+ <xs:enumeration value="Q2">
1327
+ <xs:annotation>
1328
+ <xs:documentation>External insulation with cavity wall insulation</xs:documentation>
1329
+ </xs:annotation>
1330
+ </xs:enumeration>
1331
+ <xs:enumeration value="R">
1332
+ <xs:annotation>
1333
+ <xs:documentation>Condensing oil boiler</xs:documentation>
1334
+ </xs:annotation>
1335
+ </xs:enumeration>
1336
+ <xs:enumeration value="S">
1337
+ <xs:annotation>
1338
+ <xs:documentation>Change heating to Band A gas condensing boiler (no fuel switch)</xs:documentation>
1339
+ </xs:annotation>
1340
+ </xs:enumeration>
1341
+ <xs:enumeration value="T">
1342
+ <xs:annotation>
1343
+ <xs:documentation>Change heating to Band A gas condensing boiler (fuel switch)</xs:documentation>
1344
+ </xs:annotation>
1345
+ </xs:enumeration>
1346
+ <xs:enumeration value="T2">
1347
+ <xs:annotation>
1348
+ <xs:documentation>Flue gas heat recovery</xs:documentation>
1349
+ </xs:annotation>
1350
+ </xs:enumeration>
1351
+ <xs:enumeration value="U">
1352
+ <xs:annotation>
1353
+ <xs:documentation>Photovoltaics</xs:documentation>
1354
+ </xs:annotation>
1355
+ </xs:enumeration>
1356
+ <xs:enumeration value="U1">
1357
+ <xs:annotation>
1358
+ <xs:documentation>PV Battery</xs:documentation>
1359
+ </xs:annotation>
1360
+ </xs:enumeration>
1361
+ <xs:enumeration value="U2">
1362
+ <xs:annotation>
1363
+ <xs:documentation>PV Diverter</xs:documentation>
1364
+ </xs:annotation>
1365
+ </xs:enumeration>
1366
+ <xs:enumeration value="V">
1367
+ <xs:annotation>
1368
+ <xs:documentation>Wind turbine (roof mounted)</xs:documentation>
1369
+ </xs:annotation>
1370
+ </xs:enumeration>
1371
+ <xs:enumeration value="V2">
1372
+ <xs:annotation>
1373
+ <xs:documentation>Wind turbine (on mast)</xs:documentation>
1374
+ </xs:annotation>
1375
+ </xs:enumeration>
1376
+ <xs:enumeration value="W">
1377
+ <xs:annotation>
1378
+ <xs:documentation>Floor insulation; for backwards compatibility only, do not use</xs:documentation>
1379
+ </xs:annotation>
1380
+ </xs:enumeration>
1381
+ <xs:enumeration value="W1">
1382
+ <xs:annotation>
1383
+ <xs:documentation>Insulation of suspended floor</xs:documentation>
1384
+ </xs:annotation>
1385
+ </xs:enumeration>
1386
+ <xs:enumeration value="W2">
1387
+ <xs:annotation>
1388
+ <xs:documentation>Insulation of solid ground floor</xs:documentation>
1389
+ </xs:annotation>
1390
+ </xs:enumeration>
1391
+ <xs:enumeration value="X">
1392
+ <xs:annotation>
1393
+ <xs:documentation>Insulated doors</xs:documentation>
1394
+ </xs:annotation>
1395
+ </xs:enumeration>
1396
+ <xs:enumeration value="Y">
1397
+ <xs:annotation>
1398
+ <xs:documentation>Instantaneous waste water heat recovery</xs:documentation>
1399
+ </xs:annotation>
1400
+ </xs:enumeration>
1401
+ <xs:enumeration value="Y2">
1402
+ <xs:annotation>
1403
+ <xs:documentation>Storage waste water heat recovery</xs:documentation>
1404
+ </xs:annotation>
1405
+ </xs:enumeration>
1406
+ <xs:enumeration value="Z1">
1407
+ <xs:annotation>
1408
+ <xs:documentation>Air or ground source heat pump</xs:documentation>
1409
+ </xs:annotation>
1410
+ </xs:enumeration>
1411
+ <xs:enumeration value="Z2">
1412
+ <xs:annotation>
1413
+ <xs:documentation>Air or ground source heat pump with underfloor heating</xs:documentation>
1414
+ </xs:annotation>
1415
+ </xs:enumeration>
1416
+ <xs:enumeration value="Z3">
1417
+ <xs:annotation>
1418
+ <xs:documentation>Micro-CHP</xs:documentation>
1419
+ </xs:annotation>
1420
+ </xs:enumeration>
1421
+ <xs:enumeration value="NR">
1422
+ <xs:annotation>
1423
+ <xs:documentation>Not recorded</xs:documentation>
1424
+ </xs:annotation>
1425
+ </xs:enumeration>
1426
+ </xs:restriction>
1427
+ </xs:simpleType>
1428
+ <xs:simpleType name="SAP-InsulationThermalConductivityCode">
1429
+ <xs:restriction base="xs:string">
1430
+ <xs:enumeration value="1">
1431
+ <xs:annotation>
1432
+ <xs:documentation>0.04</xs:documentation>
1433
+ </xs:annotation>
1434
+ </xs:enumeration>
1435
+ <xs:enumeration value="2">
1436
+ <xs:annotation>
1437
+ <xs:documentation>0.03</xs:documentation>
1438
+ </xs:annotation>
1439
+ </xs:enumeration>
1440
+ <xs:enumeration value="3">
1441
+ <xs:annotation>
1442
+ <xs:documentation>0.025</xs:documentation>
1443
+ </xs:annotation>
1444
+ </xs:enumeration>
1445
+ </xs:restriction>
1446
+ </xs:simpleType>
1447
+ <xs:simpleType name="SAP-MainHeatingCategoryCode">
1448
+ <xs:restriction base="xs:string">
1449
+ <xs:enumeration value="1">
1450
+ <xs:annotation>
1451
+ <xs:documentation>none</xs:documentation>
1452
+ </xs:annotation>
1453
+ </xs:enumeration>
1454
+ <xs:enumeration value="2">
1455
+ <xs:annotation>
1456
+ <xs:documentation>boiler with radiators or underfloor heating</xs:documentation>
1457
+ </xs:annotation>
1458
+ </xs:enumeration>
1459
+ <xs:enumeration value="3">
1460
+ <xs:annotation>
1461
+ <xs:documentation>micro-cogeneration</xs:documentation>
1462
+ </xs:annotation>
1463
+ </xs:enumeration>
1464
+ <xs:enumeration value="4">
1465
+ <xs:annotation>
1466
+ <xs:documentation>heat pump with radiators or underfloor heating</xs:documentation>
1467
+ </xs:annotation>
1468
+ </xs:enumeration>
1469
+ <xs:enumeration value="5">
1470
+ <xs:annotation>
1471
+ <xs:documentation>heat pump with warm air distribution</xs:documentation>
1472
+ </xs:annotation>
1473
+ </xs:enumeration>
1474
+ <xs:enumeration value="6">
1475
+ <xs:annotation>
1476
+ <xs:documentation>community heating system</xs:documentation>
1477
+ </xs:annotation>
1478
+ </xs:enumeration>
1479
+ <xs:enumeration value="7">
1480
+ <xs:annotation>
1481
+ <xs:documentation>electric storage heaters</xs:documentation>
1482
+ </xs:annotation>
1483
+ </xs:enumeration>
1484
+ <xs:enumeration value="8">
1485
+ <xs:annotation>
1486
+ <xs:documentation>electric underfloor heating</xs:documentation>
1487
+ </xs:annotation>
1488
+ </xs:enumeration>
1489
+ <xs:enumeration value="9">
1490
+ <xs:annotation>
1491
+ <xs:documentation>warm air system (not heat pump)</xs:documentation>
1492
+ </xs:annotation>
1493
+ </xs:enumeration>
1494
+ <xs:enumeration value="10">
1495
+ <xs:annotation>
1496
+ <xs:documentation>room heaters</xs:documentation>
1497
+ </xs:annotation>
1498
+ </xs:enumeration>
1499
+ <xs:enumeration value="11">
1500
+ <xs:annotation>
1501
+ <xs:documentation>other system</xs:documentation>
1502
+ </xs:annotation>
1503
+ </xs:enumeration>
1504
+ <xs:enumeration value="12">
1505
+ <xs:annotation>
1506
+ <xs:documentation>not recorded</xs:documentation>
1507
+ </xs:annotation>
1508
+ </xs:enumeration>
1509
+ </xs:restriction>
1510
+ </xs:simpleType>
1511
+ <xs:simpleType name="SAP-TerrainTypeCode">
1512
+ <xs:annotation>
1513
+ <xs:documentation>Code which indicates the type of terrain.</xs:documentation>
1514
+ </xs:annotation>
1515
+ <xs:restriction base="xs:string">
1516
+ <xs:enumeration value="1">
1517
+ <xs:annotation>
1518
+ <xs:documentation>urban</xs:documentation>
1519
+ </xs:annotation>
1520
+ </xs:enumeration>
1521
+ <xs:enumeration value="2">
1522
+ <xs:annotation>
1523
+ <xs:documentation>suburban</xs:documentation>
1524
+ </xs:annotation>
1525
+ </xs:enumeration>
1526
+ <xs:enumeration value="3">
1527
+ <xs:annotation>
1528
+ <xs:documentation>rural</xs:documentation>
1529
+ </xs:annotation>
1530
+ </xs:enumeration>
1531
+ <xs:enumeration value="4">
1532
+ <xs:annotation>
1533
+ <xs:documentation>not recorded</xs:documentation>
1534
+ </xs:annotation>
1535
+ </xs:enumeration>
1536
+ </xs:restriction>
1537
+ </xs:simpleType>
1538
+ <xs:simpleType name="SAP-ConservatoryTypeCode">
1539
+ <xs:annotation>
1540
+ <xs:documentation>Code which indicates the type of conservatory.</xs:documentation>
1541
+ </xs:annotation>
1542
+ <xs:restriction base="xs:string">
1543
+ <xs:enumeration value="1">
1544
+ <xs:annotation>
1545
+ <xs:documentation>no conservatory</xs:documentation>
1546
+ </xs:annotation>
1547
+ </xs:enumeration>
1548
+ <xs:enumeration value="2">
1549
+ <xs:annotation>
1550
+ <xs:documentation>separated unheated conservatory</xs:documentation>
1551
+ </xs:annotation>
1552
+ </xs:enumeration>
1553
+ <xs:enumeration value="3">
1554
+ <xs:annotation>
1555
+ <xs:documentation>separated heated conservatory</xs:documentation>
1556
+ </xs:annotation>
1557
+ </xs:enumeration>
1558
+ <xs:enumeration value="4">
1559
+ <xs:annotation>
1560
+ <xs:documentation>not separated</xs:documentation>
1561
+ </xs:annotation>
1562
+ </xs:enumeration>
1563
+ <xs:enumeration value="5">
1564
+ <xs:annotation>
1565
+ <xs:documentation>not recorded - this is for backwards compatibility only and should not be used</xs:documentation>
1566
+ </xs:annotation>
1567
+ </xs:enumeration>
1568
+ </xs:restriction>
1569
+ </xs:simpleType>
1570
+ <xs:simpleType name="SAP-FloorConstructionCode">
1571
+ <xs:annotation>
1572
+ <xs:documentation>Code which indicates the type of floor construction.</xs:documentation>
1573
+ </xs:annotation>
1574
+ <xs:restriction base="xs:string">
1575
+ <xs:enumeration value="0">
1576
+ <xs:annotation>
1577
+ <xs:documentation>unknown</xs:documentation>
1578
+ </xs:annotation>
1579
+ </xs:enumeration>
1580
+ <xs:enumeration value="1">
1581
+ <xs:annotation>
1582
+ <xs:documentation>solid</xs:documentation>
1583
+ </xs:annotation>
1584
+ </xs:enumeration>
1585
+ <xs:enumeration value="2">
1586
+ <xs:annotation>
1587
+ <xs:documentation>suspended timber</xs:documentation>
1588
+ </xs:annotation>
1589
+ </xs:enumeration>
1590
+ <xs:enumeration value="3">
1591
+ <xs:annotation>
1592
+ <xs:documentation>suspended (not timber)</xs:documentation>
1593
+ </xs:annotation>
1594
+ </xs:enumeration>
1595
+ <xs:enumeration value="4">
1596
+ <xs:annotation>
1597
+ <xs:documentation>basement floor</xs:documentation>
1598
+ </xs:annotation>
1599
+ </xs:enumeration>
1600
+ </xs:restriction>
1601
+ </xs:simpleType>
1602
+ <xs:simpleType name="SAP-PressureTestCode">
1603
+ <xs:annotation>
1604
+ <xs:documentation>Code which indicates whether a pressure test has been done, or whether an assumed value is used.</xs:documentation>
1605
+ </xs:annotation>
1606
+ <xs:restriction base="xs:string">
1607
+ <xs:enumeration value="4">
1608
+ <xs:annotation>
1609
+ <xs:documentation>no test, SAP algorithm used</xs:documentation>
1610
+ </xs:annotation>
1611
+ </xs:enumeration>
1612
+ <xs:enumeration value="6">
1613
+ <xs:annotation>
1614
+ <xs:documentation>yes - measured at 50 Pa</xs:documentation>
1615
+ </xs:annotation>
1616
+ </xs:enumeration>
1617
+ <xs:enumeration value="7">
1618
+ <xs:annotation>
1619
+ <xs:documentation>yes - measured at 4 Pa</xs:documentation>
1620
+ </xs:annotation>
1621
+ </xs:enumeration>
1622
+ </xs:restriction>
1623
+ </xs:simpleType>
1624
+ <xs:simpleType name="Room-In-RoofTypeCode">
1625
+ <xs:restriction base="xs:string">
1626
+ <xs:enumeration value="1">
1627
+ <xs:annotation>
1628
+ <xs:documentation>RR1 Type</xs:documentation>
1629
+ </xs:annotation>
1630
+ </xs:enumeration>
1631
+ <xs:enumeration value="2">
1632
+ <xs:annotation>
1633
+ <xs:documentation>RR2 Type</xs:documentation>
1634
+ </xs:annotation>
1635
+ </xs:enumeration>
1636
+ </xs:restriction>
1637
+ </xs:simpleType>
1638
+ <xs:simpleType name="SAP-FloorInsulationCode">
1639
+ <xs:restriction base="xs:string">
1640
+ <xs:enumeration value="0">
1641
+ <xs:annotation>
1642
+ <xs:documentation>unknown</xs:documentation>
1643
+ </xs:annotation>
1644
+ </xs:enumeration>
1645
+ <xs:enumeration value="1">
1646
+ <xs:annotation>
1647
+ <xs:documentation>as built</xs:documentation>
1648
+ </xs:annotation>
1649
+ </xs:enumeration>
1650
+ <xs:enumeration value="2">
1651
+ <xs:annotation>
1652
+ <xs:documentation>retro-fitted</xs:documentation>
1653
+ </xs:annotation>
1654
+ </xs:enumeration>
1655
+ </xs:restriction>
1656
+ </xs:simpleType>
1657
+ <xs:simpleType name="SAP-RoomInRoofInsulationCode">
1658
+ <xs:annotation>
1659
+ <xs:documentation>Enumerations 3, 4, 5, 6 and NI relate to insulation of the roof other than of flat ceilings of the roof rooms. When enumerations 2, 3, 4, 5, 6 or NI apply, Roof-Insulation-Thickness must be included to indicate the insulation of flat ceilings of roof rooms.</xs:documentation>
1660
+ </xs:annotation>
1661
+ <xs:restriction base="xs:string">
1662
+ <xs:enumeration value="NI">
1663
+ <xs:annotation>
1664
+ <xs:documentation>insulation thickness unknown</xs:documentation>
1665
+ </xs:annotation>
1666
+ </xs:enumeration>
1667
+ <xs:enumeration value="ND">
1668
+ <xs:annotation>
1669
+ <xs:documentation>not determined</xs:documentation>
1670
+ </xs:annotation>
1671
+ </xs:enumeration>
1672
+ <xs:enumeration value="AB">
1673
+ <xs:annotation>
1674
+ <xs:documentation>as built (applies to whole roof room)</xs:documentation>
1675
+ </xs:annotation>
1676
+ </xs:enumeration>
1677
+ <xs:enumeration value="0">
1678
+ <xs:annotation>
1679
+ <xs:documentation>unknown</xs:documentation>
1680
+ </xs:annotation>
1681
+ </xs:enumeration>
1682
+ <xs:enumeration value="1">
1683
+ <xs:annotation>
1684
+ <xs:documentation>none; for backwards compatibility only, do not use</xs:documentation>
1685
+ </xs:annotation>
1686
+ </xs:enumeration>
1687
+ <xs:enumeration value="2">
1688
+ <xs:annotation>
1689
+ <xs:documentation>flat ceiling only</xs:documentation>
1690
+ </xs:annotation>
1691
+ </xs:enumeration>
1692
+ <xs:enumeration value="3">
1693
+ <xs:annotation>
1694
+ <xs:documentation>all elements 50mm</xs:documentation>
1695
+ </xs:annotation>
1696
+ </xs:enumeration>
1697
+ <xs:enumeration value="4">
1698
+ <xs:annotation>
1699
+ <xs:documentation>all elements 100mm</xs:documentation>
1700
+ </xs:annotation>
1701
+ </xs:enumeration>
1702
+ <xs:enumeration value="5">
1703
+ <xs:annotation>
1704
+ <xs:documentation>all elements 150mm</xs:documentation>
1705
+ </xs:annotation>
1706
+ </xs:enumeration>
1707
+ <xs:enumeration value="6">
1708
+ <xs:annotation>
1709
+ <xs:documentation>all elements as built</xs:documentation>
1710
+ </xs:annotation>
1711
+ </xs:enumeration>
1712
+ </xs:restriction>
1713
+ </xs:simpleType>
1714
+ <xs:simpleType name="SAP-LZCEnergySourceCode">
1715
+ <xs:annotation>
1716
+ <xs:documentation>Code which indicates a particular low or zero carbon energy source.</xs:documentation>
1717
+ </xs:annotation>
1718
+ <xs:restriction base="xs:string">
1719
+ <xs:enumeration value="1">
1720
+ <xs:annotation>
1721
+ <xs:documentation>Biomass main heating</xs:documentation>
1722
+ </xs:annotation>
1723
+ </xs:enumeration>
1724
+ <xs:enumeration value="2">
1725
+ <xs:annotation>
1726
+ <xs:documentation>Biomass community heating</xs:documentation>
1727
+ </xs:annotation>
1728
+ </xs:enumeration>
1729
+ <xs:enumeration value="3">
1730
+ <xs:annotation>
1731
+ <xs:documentation>Biomass community heating for some of heat generation</xs:documentation>
1732
+ </xs:annotation>
1733
+ </xs:enumeration>
1734
+ <xs:enumeration value="4">
1735
+ <xs:annotation>
1736
+ <xs:documentation>Biomass secondary heating</xs:documentation>
1737
+ </xs:annotation>
1738
+ </xs:enumeration>
1739
+ <xs:enumeration value="5">
1740
+ <xs:annotation>
1741
+ <xs:documentation>Geothermal heat source</xs:documentation>
1742
+ </xs:annotation>
1743
+ </xs:enumeration>
1744
+ <xs:enumeration value="6">
1745
+ <xs:annotation>
1746
+ <xs:documentation>Community combined heat and power</xs:documentation>
1747
+ </xs:annotation>
1748
+ </xs:enumeration>
1749
+ <xs:enumeration value="7">
1750
+ <xs:annotation>
1751
+ <xs:documentation>Ground source heat pump</xs:documentation>
1752
+ </xs:annotation>
1753
+ </xs:enumeration>
1754
+ <xs:enumeration value="8">
1755
+ <xs:annotation>
1756
+ <xs:documentation>Water source heat pump</xs:documentation>
1757
+ </xs:annotation>
1758
+ </xs:enumeration>
1759
+ <xs:enumeration value="9">
1760
+ <xs:annotation>
1761
+ <xs:documentation>Air source heat pump</xs:documentation>
1762
+ </xs:annotation>
1763
+ </xs:enumeration>
1764
+ <xs:enumeration value="10">
1765
+ <xs:annotation>
1766
+ <xs:documentation>Solar water heating</xs:documentation>
1767
+ </xs:annotation>
1768
+ </xs:enumeration>
1769
+ <xs:enumeration value="11">
1770
+ <xs:annotation>
1771
+ <xs:documentation>Solar photovoltaics</xs:documentation>
1772
+ </xs:annotation>
1773
+ </xs:enumeration>
1774
+ <xs:enumeration value="12">
1775
+ <xs:annotation>
1776
+ <xs:documentation>Wind turbine</xs:documentation>
1777
+ </xs:annotation>
1778
+ </xs:enumeration>
1779
+ <xs:enumeration value="13">
1780
+ <xs:annotation>
1781
+ <xs:documentation>Community heat pump</xs:documentation>
1782
+ </xs:annotation>
1783
+ </xs:enumeration>
1784
+ <xs:enumeration value="14">
1785
+ <xs:annotation>
1786
+ <xs:documentation>Hydro-electric generation</xs:documentation>
1787
+ </xs:annotation>
1788
+ </xs:enumeration>
1789
+ <xs:enumeration value="15">
1790
+ <xs:annotation>
1791
+ <xs:documentation>Micro-CHP</xs:documentation>
1792
+ </xs:annotation>
1793
+ </xs:enumeration>
1794
+ <xs:enumeration value="16">
1795
+ <xs:annotation>
1796
+ <xs:documentation>Exhaust air heat pump</xs:documentation>
1797
+ </xs:annotation>
1798
+ </xs:enumeration>
1799
+ <xs:enumeration value="17">
1800
+ <xs:annotation>
1801
+ <xs:documentation>Solar-assisted heat pump</xs:documentation>
1802
+ </xs:annotation>
1803
+ </xs:enumeration>
1804
+ </xs:restriction>
1805
+ </xs:simpleType>
1806
+ <xs:simpleType name="SAP-VersionCode">
1807
+ <xs:restriction base="xs:string">
1808
+ <xs:enumeration value="9.80">
1809
+ <xs:annotation>
1810
+ <xs:documentation>SAP 2005 version 9.80, dated October 2005</xs:documentation>
1811
+ </xs:annotation>
1812
+ </xs:enumeration>
1813
+ <xs:enumeration value="9.81">
1814
+ <xs:annotation>
1815
+ <xs:documentation>SAP version 9.81, dated January 2008</xs:documentation>
1816
+ </xs:annotation>
1817
+ </xs:enumeration>
1818
+ <xs:enumeration value="9.82">
1819
+ <xs:annotation>
1820
+ <xs:documentation>SAP version 9.82, dated Jun 2008</xs:documentation>
1821
+ </xs:annotation>
1822
+ </xs:enumeration>
1823
+ <xs:enumeration value="9.83">
1824
+ <xs:annotation>
1825
+ <xs:documentation>SAP version 9.83, dated Jun 2009</xs:documentation>
1826
+ </xs:annotation>
1827
+ </xs:enumeration>
1828
+ <xs:enumeration value="9.90">
1829
+ <xs:annotation>
1830
+ <xs:documentation>SAP version 9.90, dated March 2010</xs:documentation>
1831
+ </xs:annotation>
1832
+ </xs:enumeration>
1833
+ <xs:enumeration value="9.91">
1834
+ <xs:annotation>
1835
+ <xs:documentation>SAP version 9.91, dated January 2012</xs:documentation>
1836
+ </xs:annotation>
1837
+ </xs:enumeration>
1838
+ <xs:enumeration value="9.92">
1839
+ <xs:annotation>
1840
+ <xs:documentation>SAP version 9.92, dated Oct 2013</xs:documentation>
1841
+ </xs:annotation>
1842
+ </xs:enumeration>
1843
+ <xs:enumeration value="9.93">
1844
+ <xs:annotation>
1845
+ <xs:documentation>SAP version 9.93, dated Jun 2017</xs:documentation>
1846
+ </xs:annotation>
1847
+ </xs:enumeration>
1848
+ <xs:enumeration value="9.94">
1849
+ <xs:annotation>
1850
+ <xs:documentation>SAP version 9.94, dated Feb 2019</xs:documentation>
1851
+ </xs:annotation>
1852
+ </xs:enumeration>
1853
+ <xs:enumeration value="10.2">
1854
+ <xs:annotation>
1855
+ <xs:documentation>SAP version 10.2, dated April 2023</xs:documentation>
1856
+ </xs:annotation>
1857
+ </xs:enumeration>
1858
+ </xs:restriction>
1859
+ </xs:simpleType>
1860
+ <xs:simpleType name="SAP-WindTurbinesCount">
1861
+ <xs:restriction base="Count"/>
1862
+ </xs:simpleType>
1863
+ <xs:simpleType name="FlatLevelCode">
1864
+ <xs:annotation>
1865
+ <xs:documentation>Codes which indicates where a flat is located within a building.</xs:documentation>
1866
+ </xs:annotation>
1867
+ <xs:restriction base="xs:string">
1868
+ <xs:enumeration value="0">
1869
+ <xs:annotation>
1870
+ <xs:documentation>basement</xs:documentation>
1871
+ </xs:annotation>
1872
+ </xs:enumeration>
1873
+ <xs:enumeration value="1">
1874
+ <xs:annotation>
1875
+ <xs:documentation>ground floor</xs:documentation>
1876
+ </xs:annotation>
1877
+ </xs:enumeration>
1878
+ <xs:enumeration value="2">
1879
+ <xs:annotation>
1880
+ <xs:documentation>mid floor</xs:documentation>
1881
+ </xs:annotation>
1882
+ </xs:enumeration>
1883
+ <xs:enumeration value="3">
1884
+ <xs:annotation>
1885
+ <xs:documentation>top floor</xs:documentation>
1886
+ </xs:annotation>
1887
+ </xs:enumeration>
1888
+ <xs:enumeration value="99">
1889
+ <xs:annotation>
1890
+ <xs:documentation>for backward compatibility only, do not use.</xs:documentation>
1891
+ </xs:annotation>
1892
+ </xs:enumeration>
1893
+ </xs:restriction>
1894
+ </xs:simpleType>
1895
+ <xs:simpleType name="RafterInsulationThicknessCode">
1896
+ <xs:restriction base="xs:string">
1897
+ <xs:enumeration value="NI">
1898
+ <xs:annotation>
1899
+ <xs:documentation>insulation thickness unknown</xs:documentation>
1900
+ </xs:annotation>
1901
+ </xs:enumeration>
1902
+ <xs:enumeration value="AB">
1903
+ <xs:annotation>
1904
+ <xs:documentation>as built</xs:documentation>
1905
+ </xs:annotation>
1906
+ </xs:enumeration>
1907
+ <xs:enumeration value="12mm">
1908
+ <xs:annotation>
1909
+ <xs:documentation>12mm</xs:documentation>
1910
+ </xs:annotation>
1911
+ </xs:enumeration>
1912
+ <xs:enumeration value="25mm">
1913
+ <xs:annotation>
1914
+ <xs:documentation>25mm</xs:documentation>
1915
+ </xs:annotation>
1916
+ </xs:enumeration>
1917
+ <xs:enumeration value="50mm">
1918
+ <xs:annotation>
1919
+ <xs:documentation>50mm</xs:documentation>
1920
+ </xs:annotation>
1921
+ </xs:enumeration>
1922
+ <xs:enumeration value="75mm">
1923
+ <xs:annotation>
1924
+ <xs:documentation>75mm</xs:documentation>
1925
+ </xs:annotation>
1926
+ </xs:enumeration>
1927
+ <xs:enumeration value="100mm">
1928
+ <xs:annotation>
1929
+ <xs:documentation>100mm</xs:documentation>
1930
+ </xs:annotation>
1931
+ </xs:enumeration>
1932
+ <xs:enumeration value="125mm">
1933
+ <xs:annotation>
1934
+ <xs:documentation>125mm</xs:documentation>
1935
+ </xs:annotation>
1936
+ </xs:enumeration>
1937
+ <xs:enumeration value="150mm">
1938
+ <xs:annotation>
1939
+ <xs:documentation>150mm</xs:documentation>
1940
+ </xs:annotation>
1941
+ </xs:enumeration>
1942
+ <xs:enumeration value="175mm">
1943
+ <xs:annotation>
1944
+ <xs:documentation>175mm</xs:documentation>
1945
+ </xs:annotation>
1946
+ </xs:enumeration>
1947
+ <xs:enumeration value="200mm">
1948
+ <xs:annotation>
1949
+ <xs:documentation>200mm</xs:documentation>
1950
+ </xs:annotation>
1951
+ </xs:enumeration>
1952
+ <xs:enumeration value="225mm">
1953
+ <xs:annotation>
1954
+ <xs:documentation>225mm</xs:documentation>
1955
+ </xs:annotation>
1956
+ </xs:enumeration>
1957
+ <xs:enumeration value="250mm">
1958
+ <xs:annotation>
1959
+ <xs:documentation>250mm</xs:documentation>
1960
+ </xs:annotation>
1961
+ </xs:enumeration>
1962
+ <xs:enumeration value="270mm">
1963
+ <xs:annotation>
1964
+ <xs:documentation>270mm</xs:documentation>
1965
+ </xs:annotation>
1966
+ </xs:enumeration>
1967
+ <xs:enumeration value="300mm">
1968
+ <xs:annotation>
1969
+ <xs:documentation>300mm</xs:documentation>
1970
+ </xs:annotation>
1971
+ </xs:enumeration>
1972
+ <xs:enumeration value="350mm">
1973
+ <xs:annotation>
1974
+ <xs:documentation>350mm</xs:documentation>
1975
+ </xs:annotation>
1976
+ </xs:enumeration>
1977
+ <xs:enumeration value="400+mm">
1978
+ <xs:annotation>
1979
+ <xs:documentation>400+mm</xs:documentation>
1980
+ </xs:annotation>
1981
+ </xs:enumeration>
1982
+ </xs:restriction>
1983
+ </xs:simpleType>
1984
+ <xs:simpleType name="SlopedCeilingInsulationThicknessCode">
1985
+ <xs:restriction base="xs:string">
1986
+ <xs:enumeration value="NI">
1987
+ <xs:annotation>
1988
+ <xs:documentation>insulation thickness unknown</xs:documentation>
1989
+ </xs:annotation>
1990
+ </xs:enumeration>
1991
+ <xs:enumeration value="AB">
1992
+ <xs:annotation>
1993
+ <xs:documentation>as built</xs:documentation>
1994
+ </xs:annotation>
1995
+ </xs:enumeration>
1996
+ <xs:enumeration value="12mm">
1997
+ <xs:annotation>
1998
+ <xs:documentation>12mm</xs:documentation>
1999
+ </xs:annotation>
2000
+ </xs:enumeration>
2001
+ <xs:enumeration value="25mm">
2002
+ <xs:annotation>
2003
+ <xs:documentation>25mm</xs:documentation>
2004
+ </xs:annotation>
2005
+ </xs:enumeration>
2006
+ <xs:enumeration value="50mm">
2007
+ <xs:annotation>
2008
+ <xs:documentation>50mm</xs:documentation>
2009
+ </xs:annotation>
2010
+ </xs:enumeration>
2011
+ <xs:enumeration value="75mm">
2012
+ <xs:annotation>
2013
+ <xs:documentation>75mm</xs:documentation>
2014
+ </xs:annotation>
2015
+ </xs:enumeration>
2016
+ <xs:enumeration value="100mm">
2017
+ <xs:annotation>
2018
+ <xs:documentation>100mm</xs:documentation>
2019
+ </xs:annotation>
2020
+ </xs:enumeration>
2021
+ <xs:enumeration value="125mm">
2022
+ <xs:annotation>
2023
+ <xs:documentation>125mm</xs:documentation>
2024
+ </xs:annotation>
2025
+ </xs:enumeration>
2026
+ <xs:enumeration value="150mm">
2027
+ <xs:annotation>
2028
+ <xs:documentation>150mm</xs:documentation>
2029
+ </xs:annotation>
2030
+ </xs:enumeration>
2031
+ <xs:enumeration value="175mm">
2032
+ <xs:annotation>
2033
+ <xs:documentation>175mm</xs:documentation>
2034
+ </xs:annotation>
2035
+ </xs:enumeration>
2036
+ <xs:enumeration value="200mm">
2037
+ <xs:annotation>
2038
+ <xs:documentation>200mm</xs:documentation>
2039
+ </xs:annotation>
2040
+ </xs:enumeration>
2041
+ <xs:enumeration value="225mm">
2042
+ <xs:annotation>
2043
+ <xs:documentation>225mm</xs:documentation>
2044
+ </xs:annotation>
2045
+ </xs:enumeration>
2046
+ <xs:enumeration value="250mm">
2047
+ <xs:annotation>
2048
+ <xs:documentation>250mm</xs:documentation>
2049
+ </xs:annotation>
2050
+ </xs:enumeration>
2051
+ <xs:enumeration value="270mm">
2052
+ <xs:annotation>
2053
+ <xs:documentation>270mm</xs:documentation>
2054
+ </xs:annotation>
2055
+ </xs:enumeration>
2056
+ <xs:enumeration value="300mm">
2057
+ <xs:annotation>
2058
+ <xs:documentation>300mm</xs:documentation>
2059
+ </xs:annotation>
2060
+ </xs:enumeration>
2061
+ <xs:enumeration value="350mm">
2062
+ <xs:annotation>
2063
+ <xs:documentation>350mm</xs:documentation>
2064
+ </xs:annotation>
2065
+ </xs:enumeration>
2066
+ <xs:enumeration value="400+mm">
2067
+ <xs:annotation>
2068
+ <xs:documentation>400+mm</xs:documentation>
2069
+ </xs:annotation>
2070
+ </xs:enumeration>
2071
+ </xs:restriction>
2072
+ </xs:simpleType>
2073
+ <xs:simpleType name="FlatRoofInsulationThicknessCode">
2074
+ <xs:restriction base="xs:string">
2075
+ <xs:enumeration value="NI">
2076
+ <xs:annotation>
2077
+ <xs:documentation>insulation thickness unknown</xs:documentation>
2078
+ </xs:annotation>
2079
+ </xs:enumeration>
2080
+ <xs:enumeration value="AB">
2081
+ <xs:annotation>
2082
+ <xs:documentation>as built</xs:documentation>
2083
+ </xs:annotation>
2084
+ </xs:enumeration>
2085
+ <xs:enumeration value="12mm">
2086
+ <xs:annotation>
2087
+ <xs:documentation>12mm</xs:documentation>
2088
+ </xs:annotation>
2089
+ </xs:enumeration>
2090
+ <xs:enumeration value="25mm">
2091
+ <xs:annotation>
2092
+ <xs:documentation>25mm</xs:documentation>
2093
+ </xs:annotation>
2094
+ </xs:enumeration>
2095
+ <xs:enumeration value="50mm">
2096
+ <xs:annotation>
2097
+ <xs:documentation>50mm</xs:documentation>
2098
+ </xs:annotation>
2099
+ </xs:enumeration>
2100
+ <xs:enumeration value="75mm">
2101
+ <xs:annotation>
2102
+ <xs:documentation>75mm</xs:documentation>
2103
+ </xs:annotation>
2104
+ </xs:enumeration>
2105
+ <xs:enumeration value="100mm">
2106
+ <xs:annotation>
2107
+ <xs:documentation>100mm</xs:documentation>
2108
+ </xs:annotation>
2109
+ </xs:enumeration>
2110
+ <xs:enumeration value="125mm">
2111
+ <xs:annotation>
2112
+ <xs:documentation>125mm</xs:documentation>
2113
+ </xs:annotation>
2114
+ </xs:enumeration>
2115
+ <xs:enumeration value="150mm">
2116
+ <xs:annotation>
2117
+ <xs:documentation>150mm</xs:documentation>
2118
+ </xs:annotation>
2119
+ </xs:enumeration>
2120
+ <xs:enumeration value="175mm">
2121
+ <xs:annotation>
2122
+ <xs:documentation>175mm</xs:documentation>
2123
+ </xs:annotation>
2124
+ </xs:enumeration>
2125
+ <xs:enumeration value="200mm">
2126
+ <xs:annotation>
2127
+ <xs:documentation>200mm</xs:documentation>
2128
+ </xs:annotation>
2129
+ </xs:enumeration>
2130
+ <xs:enumeration value="225mm">
2131
+ <xs:annotation>
2132
+ <xs:documentation>225mm</xs:documentation>
2133
+ </xs:annotation>
2134
+ </xs:enumeration>
2135
+ <xs:enumeration value="250mm">
2136
+ <xs:annotation>
2137
+ <xs:documentation>250mm</xs:documentation>
2138
+ </xs:annotation>
2139
+ </xs:enumeration>
2140
+ <xs:enumeration value="270mm">
2141
+ <xs:annotation>
2142
+ <xs:documentation>270mm</xs:documentation>
2143
+ </xs:annotation>
2144
+ </xs:enumeration>
2145
+ <xs:enumeration value="300mm">
2146
+ <xs:annotation>
2147
+ <xs:documentation>300mm</xs:documentation>
2148
+ </xs:annotation>
2149
+ </xs:enumeration>
2150
+ <xs:enumeration value="350mm">
2151
+ <xs:annotation>
2152
+ <xs:documentation>350mm</xs:documentation>
2153
+ </xs:annotation>
2154
+ </xs:enumeration>
2155
+ <xs:enumeration value="400+mm">
2156
+ <xs:annotation>
2157
+ <xs:documentation>400+mm</xs:documentation>
2158
+ </xs:annotation>
2159
+ </xs:enumeration>
2160
+ </xs:restriction>
2161
+ </xs:simpleType>
2162
+ <xs:simpleType name="SAP-CompassDirectionCode">
2163
+ <xs:annotation>
2164
+ <xs:documentation>Code which indicates the compass direction. Like SAP-OrientationCode, but without the "unknown" and "horizontal" options.</xs:documentation>
2165
+ </xs:annotation>
2166
+ <xs:restriction base="xs:string">
2167
+ <xs:enumeration value="1">
2168
+ <xs:annotation>
2169
+ <xs:documentation>North</xs:documentation>
2170
+ </xs:annotation>
2171
+ </xs:enumeration>
2172
+ <xs:enumeration value="2">
2173
+ <xs:annotation>
2174
+ <xs:documentation>North East</xs:documentation>
2175
+ </xs:annotation>
2176
+ </xs:enumeration>
2177
+ <xs:enumeration value="3">
2178
+ <xs:annotation>
2179
+ <xs:documentation>East</xs:documentation>
2180
+ </xs:annotation>
2181
+ </xs:enumeration>
2182
+ <xs:enumeration value="4">
2183
+ <xs:annotation>
2184
+ <xs:documentation>South East</xs:documentation>
2185
+ </xs:annotation>
2186
+ </xs:enumeration>
2187
+ <xs:enumeration value="5">
2188
+ <xs:annotation>
2189
+ <xs:documentation>South</xs:documentation>
2190
+ </xs:annotation>
2191
+ </xs:enumeration>
2192
+ <xs:enumeration value="6">
2193
+ <xs:annotation>
2194
+ <xs:documentation>South West</xs:documentation>
2195
+ </xs:annotation>
2196
+ </xs:enumeration>
2197
+ <xs:enumeration value="7">
2198
+ <xs:annotation>
2199
+ <xs:documentation>West</xs:documentation>
2200
+ </xs:annotation>
2201
+ </xs:enumeration>
2202
+ <xs:enumeration value="8">
2203
+ <xs:annotation>
2204
+ <xs:documentation>North West</xs:documentation>
2205
+ </xs:annotation>
2206
+ </xs:enumeration>
2207
+ <xs:enumeration value="ND">
2208
+ <xs:annotation>
2209
+ <xs:documentation>To be used when the pitch is horizontal</xs:documentation>
2210
+ </xs:annotation>
2211
+ </xs:enumeration>
2212
+ </xs:restriction>
2213
+ </xs:simpleType>
2214
+ <xs:simpleType name="SAP-VerticalPitchCode">
2215
+ <xs:annotation>
2216
+ <xs:documentation>Code which indicates the vertical pitch (angle).</xs:documentation>
2217
+ </xs:annotation>
2218
+ <xs:restriction base="xs:string">
2219
+ <xs:enumeration value="1">
2220
+ <xs:annotation>
2221
+ <xs:documentation>horizontal</xs:documentation>
2222
+ </xs:annotation>
2223
+ </xs:enumeration>
2224
+ <xs:enumeration value="2">
2225
+ <xs:annotation>
2226
+ <xs:documentation>30 degrees</xs:documentation>
2227
+ </xs:annotation>
2228
+ </xs:enumeration>
2229
+ <xs:enumeration value="3">
2230
+ <xs:annotation>
2231
+ <xs:documentation>45 degrees</xs:documentation>
2232
+ </xs:annotation>
2233
+ </xs:enumeration>
2234
+ <xs:enumeration value="4">
2235
+ <xs:annotation>
2236
+ <xs:documentation>60 degrees</xs:documentation>
2237
+ </xs:annotation>
2238
+ </xs:enumeration>
2239
+ <xs:enumeration value="5">
2240
+ <xs:annotation>
2241
+ <xs:documentation>vertical</xs:documentation>
2242
+ </xs:annotation>
2243
+ </xs:enumeration>
2244
+ </xs:restriction>
2245
+ </xs:simpleType>
2246
+ <xs:simpleType name="SAP-SolarCollectorOvershadingCode">
2247
+ <xs:annotation>
2248
+ <xs:documentation>Code which indicates the amount of solar collector overshading.</xs:documentation>
2249
+ </xs:annotation>
2250
+ <xs:restriction base="xs:string">
2251
+ <xs:enumeration value="1">
2252
+ <xs:annotation>
2253
+ <xs:documentation>none or very little</xs:documentation>
2254
+ </xs:annotation>
2255
+ </xs:enumeration>
2256
+ <xs:enumeration value="2">
2257
+ <xs:annotation>
2258
+ <xs:documentation>modest</xs:documentation>
2259
+ </xs:annotation>
2260
+ </xs:enumeration>
2261
+ <xs:enumeration value="3">
2262
+ <xs:annotation>
2263
+ <xs:documentation>significant</xs:documentation>
2264
+ </xs:annotation>
2265
+ </xs:enumeration>
2266
+ <xs:enumeration value="4">
2267
+ <xs:annotation>
2268
+ <xs:documentation>heavy</xs:documentation>
2269
+ </xs:annotation>
2270
+ </xs:enumeration>
2271
+ <xs:enumeration value="5">
2272
+ <xs:annotation>
2273
+ <xs:documentation>severe</xs:documentation>
2274
+ </xs:annotation>
2275
+ </xs:enumeration>
2276
+ </xs:restriction>
2277
+ </xs:simpleType>
2278
+ <xs:simpleType name="ExtensionsCount">
2279
+ <xs:restriction base="xs:integer">
2280
+ <xs:minInclusive value="0"/>
2281
+ <xs:maxInclusive value="4"/>
2282
+ </xs:restriction>
2283
+ </xs:simpleType>
2284
+ <xs:simpleType name="SAP-OpeningDataSourceCode">
2285
+ <xs:restriction base="xs:integer">
2286
+ <xs:enumeration value="2">
2287
+ <xs:annotation>
2288
+ <xs:documentation>manufacturer data</xs:documentation>
2289
+ </xs:annotation>
2290
+ </xs:enumeration>
2291
+ <xs:enumeration value="4">
2292
+ <xs:annotation>
2293
+ <xs:documentation>BFRC data</xs:documentation>
2294
+ </xs:annotation>
2295
+ </xs:enumeration>
2296
+ </xs:restriction>
2297
+ </xs:simpleType>
2298
+ <xs:simpleType name="SAP-OrientationCode">
2299
+ <xs:annotation>
2300
+ <xs:documentation>Code which indicates the compass direction.</xs:documentation>
2301
+ </xs:annotation>
2302
+ <xs:restriction base="xs:string">
2303
+ <xs:enumeration value="0">
2304
+ <xs:annotation>
2305
+ <xs:documentation>unknown or unspecified</xs:documentation>
2306
+ </xs:annotation>
2307
+ </xs:enumeration>
2308
+ <xs:enumeration value="1">
2309
+ <xs:annotation>
2310
+ <xs:documentation>North</xs:documentation>
2311
+ </xs:annotation>
2312
+ </xs:enumeration>
2313
+ <xs:enumeration value="2">
2314
+ <xs:annotation>
2315
+ <xs:documentation>North East</xs:documentation>
2316
+ </xs:annotation>
2317
+ </xs:enumeration>
2318
+ <xs:enumeration value="3">
2319
+ <xs:annotation>
2320
+ <xs:documentation>East</xs:documentation>
2321
+ </xs:annotation>
2322
+ </xs:enumeration>
2323
+ <xs:enumeration value="4">
2324
+ <xs:annotation>
2325
+ <xs:documentation>South East</xs:documentation>
2326
+ </xs:annotation>
2327
+ </xs:enumeration>
2328
+ <xs:enumeration value="5">
2329
+ <xs:annotation>
2330
+ <xs:documentation>South</xs:documentation>
2331
+ </xs:annotation>
2332
+ </xs:enumeration>
2333
+ <xs:enumeration value="6">
2334
+ <xs:annotation>
2335
+ <xs:documentation>South West</xs:documentation>
2336
+ </xs:annotation>
2337
+ </xs:enumeration>
2338
+ <xs:enumeration value="7">
2339
+ <xs:annotation>
2340
+ <xs:documentation>West</xs:documentation>
2341
+ </xs:annotation>
2342
+ </xs:enumeration>
2343
+ <xs:enumeration value="8">
2344
+ <xs:annotation>
2345
+ <xs:documentation>North West</xs:documentation>
2346
+ </xs:annotation>
2347
+ </xs:enumeration>
2348
+ <xs:enumeration value="9">
2349
+ <xs:annotation>
2350
+ <xs:documentation>Horizontal (windows and roof windows only)</xs:documentation>
2351
+ </xs:annotation>
2352
+ </xs:enumeration>
2353
+ </xs:restriction>
2354
+ </xs:simpleType>
2355
+ <xs:simpleType name="WallInsulationThicknessCode">
2356
+ <xs:restriction base="xs:string">
2357
+ <xs:enumeration value="NI">
2358
+ <xs:annotation>
2359
+ <xs:documentation>unknown</xs:documentation>
2360
+ </xs:annotation>
2361
+ </xs:enumeration>
2362
+ <xs:enumeration value="10mm">
2363
+ <xs:annotation>
2364
+ <xs:documentation>10 mm</xs:documentation>
2365
+ </xs:annotation>
2366
+ </xs:enumeration>
2367
+ <xs:enumeration value="25mm">
2368
+ <xs:annotation>
2369
+ <xs:documentation>25 mm</xs:documentation>
2370
+ </xs:annotation>
2371
+ </xs:enumeration>
2372
+ <xs:enumeration value="50mm">
2373
+ <xs:annotation>
2374
+ <xs:documentation>50 mm</xs:documentation>
2375
+ </xs:annotation>
2376
+ </xs:enumeration>
2377
+ <xs:enumeration value="75mm">
2378
+ <xs:annotation>
2379
+ <xs:documentation>75 mm</xs:documentation>
2380
+ </xs:annotation>
2381
+ </xs:enumeration>
2382
+ <xs:enumeration value="100mm">
2383
+ <xs:annotation>
2384
+ <xs:documentation>100 mm</xs:documentation>
2385
+ </xs:annotation>
2386
+ </xs:enumeration>
2387
+ <xs:enumeration value="125mm">
2388
+ <xs:annotation>
2389
+ <xs:documentation>125 mm</xs:documentation>
2390
+ </xs:annotation>
2391
+ </xs:enumeration>
2392
+ <xs:enumeration value="150mm">
2393
+ <xs:annotation>
2394
+ <xs:documentation>150 mm</xs:documentation>
2395
+ </xs:annotation>
2396
+ </xs:enumeration>
2397
+ <xs:enumeration value="175mm">
2398
+ <xs:annotation>
2399
+ <xs:documentation>175 mm</xs:documentation>
2400
+ </xs:annotation>
2401
+ </xs:enumeration>
2402
+ <xs:enumeration value="200mm">
2403
+ <xs:annotation>
2404
+ <xs:documentation>200mm</xs:documentation>
2405
+ </xs:annotation>
2406
+ </xs:enumeration>
2407
+ <xs:enumeration value="measured">
2408
+ <xs:annotation>
2409
+ <xs:documentation>if wall insulation thickness is provided with precise measurement</xs:documentation>
2410
+ </xs:annotation>
2411
+ </xs:enumeration>
2412
+ </xs:restriction>
2413
+ </xs:simpleType>
2414
+ <xs:simpleType name="FloorInsulationThicknessCode">
2415
+ <xs:restriction base="xs:string">
2416
+ <xs:enumeration value="NI">
2417
+ <xs:annotation>
2418
+ <xs:documentation>unknown</xs:documentation>
2419
+ </xs:annotation>
2420
+ </xs:enumeration>
2421
+ <xs:enumeration value="25mm">
2422
+ <xs:annotation>
2423
+ <xs:documentation>25mm</xs:documentation>
2424
+ </xs:annotation>
2425
+ </xs:enumeration>
2426
+ <xs:enumeration value="50mm">
2427
+ <xs:annotation>
2428
+ <xs:documentation>50mm</xs:documentation>
2429
+ </xs:annotation>
2430
+ </xs:enumeration>
2431
+ <xs:enumeration value="75mm">
2432
+ <xs:annotation>
2433
+ <xs:documentation>75mm</xs:documentation>
2434
+ </xs:annotation>
2435
+ </xs:enumeration>
2436
+ <xs:enumeration value="100mm">
2437
+ <xs:annotation>
2438
+ <xs:documentation>100mm</xs:documentation>
2439
+ </xs:annotation>
2440
+ </xs:enumeration>
2441
+ <xs:enumeration value="125mm">
2442
+ <xs:annotation>
2443
+ <xs:documentation>125mm</xs:documentation>
2444
+ </xs:annotation>
2445
+ </xs:enumeration>
2446
+ <xs:enumeration value="150mm">
2447
+ <xs:annotation>
2448
+ <xs:documentation>150mm</xs:documentation>
2449
+ </xs:annotation>
2450
+ </xs:enumeration>
2451
+ <xs:enumeration value="175mm">
2452
+ <xs:annotation>
2453
+ <xs:documentation>175mm</xs:documentation>
2454
+ </xs:annotation>
2455
+ </xs:enumeration>
2456
+ <xs:enumeration value="200mm">
2457
+ <xs:annotation>
2458
+ <xs:documentation>200mm</xs:documentation>
2459
+ </xs:annotation>
2460
+ </xs:enumeration>
2461
+ </xs:restriction>
2462
+ </xs:simpleType>
2463
+ <xs:simpleType name="SolarPumpType">
2464
+ <xs:restriction base="xs:string">
2465
+ <xs:enumeration value="0">
2466
+ <xs:annotation>
2467
+ <xs:documentation>unknown</xs:documentation>
2468
+ </xs:annotation>
2469
+ </xs:enumeration>
2470
+ <xs:enumeration value="1">
2471
+ <xs:annotation>
2472
+ <xs:documentation>electrically powered</xs:documentation>
2473
+ </xs:annotation>
2474
+ </xs:enumeration>
2475
+ <xs:enumeration value="2">
2476
+ <xs:annotation>
2477
+ <xs:documentation>PV powered</xs:documentation>
2478
+ </xs:annotation>
2479
+ </xs:enumeration>
2480
+ </xs:restriction>
2481
+ </xs:simpleType>
2482
+ <xs:complexType name="Money">
2483
+ <xs:annotation>
2484
+ <xs:documentation>Extension of a Decimal value for use with monetary values where a currency code needs to
2485
+ be specified.
2486
+
2487
+ The currency code is actually metadata about the value so, in line with good XML practice, the Currency Code is declared as an XML-Attribute of the Money datatype rather than as a separate XML-Element.
2488
+
2489
+ The currency attribute should then include a list of valid currencies codes that are supported.</xs:documentation>
2490
+ </xs:annotation>
2491
+ <xs:simpleContent>
2492
+ <xs:extension base="xs:decimal">
2493
+ <xs:attribute name="currency" type="xs:string" use="optional"/>
2494
+ </xs:extension>
2495
+ </xs:simpleContent>
2496
+ </xs:complexType>
2497
+ <xs:simpleType name="Count">
2498
+ <xs:annotation>
2499
+ <xs:documentation>A count of the number of occurrences of something - must therefore be &gt;=0. This is the functional equivalent of the XML nonNegativeInteger datatype.</xs:documentation>
2500
+ </xs:annotation>
2501
+ <xs:restriction base="xs:nonNegativeInteger"/>
2502
+ </xs:simpleType>
2503
+ <xs:element name="Measurement" type="Measurement"/>
2504
+ <xs:complexType name="Measurement">
2505
+ <xs:annotation>
2506
+ <xs:documentation>A measurement of something such as a length or area. All measurements are to 2 decimal places and must be positive.</xs:documentation>
2507
+ </xs:annotation>
2508
+ <xs:simpleContent>
2509
+ <xs:extension base="xs:decimal">
2510
+ <xs:attribute name="quantity" type="xs:string" use="optional"/>
2511
+ </xs:extension>
2512
+ </xs:simpleContent>
2513
+ </xs:complexType>
2514
+ <xs:element name="IDString" type="IDString"/>
2515
+ <xs:complexType name="IDString">
2516
+ <xs:annotation>
2517
+ <xs:documentation>A string containing a unique identifier for something.
2518
+
2519
+ The underlying assumption is that each instance of a class or entity will have a unique identifier assigned to it which can then be assigned to any referencing entity as a reference to the entity instance.
2520
+
2521
+ This is a very similar concept to XML ID datatype but is locally defined because of the need to extend the datatype with domain specific attributes.</xs:documentation>
2522
+ </xs:annotation>
2523
+ <xs:simpleContent>
2524
+ <xs:extension base="xs:string"/>
2525
+ </xs:simpleContent>
2526
+ </xs:complexType>
2527
+ <xs:simpleType name="Flag">
2528
+ <xs:annotation>
2529
+ <xs:documentation>The Boolean datatype is a redefinition of the XML Schema defined "Boolean". The XSD version is a logical True / False datatype whereas from a data processing perspective it is more likely to be a string based Y/N value. This could be seen as an Enumerated Domain but "Boolean" is so common that it makes more sense to be a base datatype.
2530
+ </xs:documentation>
2531
+ </xs:annotation>
2532
+ <xs:restriction base="xs:string">
2533
+ <xs:enumeration value="Y">
2534
+ <xs:annotation>
2535
+ <xs:documentation>Yes</xs:documentation>
2536
+ </xs:annotation>
2537
+ </xs:enumeration>
2538
+ <xs:enumeration value="N">
2539
+ <xs:annotation>
2540
+ <xs:documentation>No</xs:documentation>
2541
+ </xs:annotation>
2542
+ </xs:enumeration>
2543
+ </xs:restriction>
2544
+ </xs:simpleType>
2545
+ <xs:simpleType name="ExtendedBoolean">
2546
+ <xs:annotation>
2547
+ <xs:documentation>An extended boolean type that also allows 'unknown' as a value.</xs:documentation>
2548
+ </xs:annotation>
2549
+ <xs:restriction base="xs:token">
2550
+ <xs:enumeration value="false"/>
2551
+ <xs:enumeration value="true"/>
2552
+ <xs:enumeration value="unknown"/>
2553
+ </xs:restriction>
2554
+ </xs:simpleType>
2555
+ <xs:simpleType name="LanguageCode">
2556
+ <xs:restriction base="xs:string">
2557
+ <xs:enumeration value="1">
2558
+ <xs:annotation>
2559
+ <xs:documentation>English</xs:documentation>
2560
+ </xs:annotation>
2561
+ </xs:enumeration>
2562
+ <xs:enumeration value="2">
2563
+ <xs:annotation>
2564
+ <xs:documentation>Welsh</xs:documentation>
2565
+ </xs:annotation>
2566
+ </xs:enumeration>
2567
+ </xs:restriction>
2568
+ </xs:simpleType>
2569
+ <xs:complexType name="Sentence">
2570
+ <xs:simpleContent>
2571
+ <xs:extension base="xs:string">
2572
+ <xs:attribute name="language" type="LanguageCode" use="optional">
2573
+ <xs:annotation>
2574
+ <xs:documentation>Identifies the language that the sentence is recorded in.</xs:documentation>
2575
+ </xs:annotation>
2576
+ </xs:attribute>
2577
+ </xs:extension>
2578
+ </xs:simpleContent>
2579
+ </xs:complexType>
2580
+ <xs:simpleType name="RoofTypeCode">
2581
+ <xs:annotation>
2582
+ <xs:documentation>Types of roof that a Property may have.</xs:documentation>
2583
+ </xs:annotation>
2584
+ <xs:restriction base="xs:string">
2585
+ <xs:enumeration value="0">
2586
+ <xs:annotation>
2587
+ <xs:documentation>None</xs:documentation>
2588
+ </xs:annotation>
2589
+ </xs:enumeration>
2590
+ <xs:enumeration value="1">
2591
+ <xs:annotation>
2592
+ <xs:documentation>Flat</xs:documentation>
2593
+ </xs:annotation>
2594
+ </xs:enumeration>
2595
+ <xs:enumeration value="2">
2596
+ <xs:annotation>
2597
+ <xs:documentation>Pitched. This is retained for backwards compatibility only and should not be used. A pitched roof should be 4, 5, 6 or 8</xs:documentation>
2598
+ </xs:annotation>
2599
+ </xs:enumeration>
2600
+ <xs:enumeration value="3">
2601
+ <xs:annotation>
2602
+ <xs:documentation>Another dwelling above</xs:documentation>
2603
+ </xs:annotation>
2604
+ </xs:enumeration>
2605
+ <xs:enumeration value="4">
2606
+ <xs:annotation>
2607
+ <xs:documentation>Pitched (slates or tiles), access to loft</xs:documentation>
2608
+ </xs:annotation>
2609
+ </xs:enumeration>
2610
+ <xs:enumeration value="5">
2611
+ <xs:annotation>
2612
+ <xs:documentation>Pitched (slates or tiles), no access to loft</xs:documentation>
2613
+ </xs:annotation>
2614
+ </xs:enumeration>
2615
+ <xs:enumeration value="6">
2616
+ <xs:annotation>
2617
+ <xs:documentation>Pitched (thatch)</xs:documentation>
2618
+ </xs:annotation>
2619
+ </xs:enumeration>
2620
+ <xs:enumeration value="7">
2621
+ <xs:annotation>
2622
+ <xs:documentation>Same dwelling above</xs:documentation>
2623
+ </xs:annotation>
2624
+ </xs:enumeration>
2625
+ <xs:enumeration value="8">
2626
+ <xs:annotation>
2627
+ <xs:documentation>Pitched roof with sloping ceiling</xs:documentation>
2628
+ </xs:annotation>
2629
+ </xs:enumeration>
2630
+ <xs:enumeration value="9">
2631
+ <xs:annotation>
2632
+ <xs:documentation>Non residential/unheated space</xs:documentation>
2633
+ </xs:annotation>
2634
+ </xs:enumeration>
2635
+ <xs:enumeration value="NR">
2636
+ <xs:annotation>
2637
+ <xs:documentation>Not recorded</xs:documentation>
2638
+ </xs:annotation>
2639
+ </xs:enumeration>
2640
+ </xs:restriction>
2641
+ </xs:simpleType>
2642
+ <xs:simpleType name="BlockStoreyCode">
2643
+ <xs:restriction base="xs:string">
2644
+ <xs:enumeration value="-1">
2645
+ <xs:annotation>
2646
+ <xs:documentation>Basement</xs:documentation>
2647
+ </xs:annotation>
2648
+ </xs:enumeration>
2649
+ <xs:enumeration value="00">
2650
+ <xs:annotation>
2651
+ <xs:documentation>Ground</xs:documentation>
2652
+ </xs:annotation>
2653
+ </xs:enumeration>
2654
+ <xs:enumeration value="01">
2655
+ <xs:annotation>
2656
+ <xs:documentation>1st</xs:documentation>
2657
+ </xs:annotation>
2658
+ </xs:enumeration>
2659
+ <xs:enumeration value="02">
2660
+ <xs:annotation>
2661
+ <xs:documentation>2nd</xs:documentation>
2662
+ </xs:annotation>
2663
+ </xs:enumeration>
2664
+ <xs:enumeration value="03">
2665
+ <xs:annotation>
2666
+ <xs:documentation>3rd</xs:documentation>
2667
+ </xs:annotation>
2668
+ </xs:enumeration>
2669
+ <xs:enumeration value="04">
2670
+ <xs:annotation>
2671
+ <xs:documentation>4th</xs:documentation>
2672
+ </xs:annotation>
2673
+ </xs:enumeration>
2674
+ <xs:enumeration value="05">
2675
+ <xs:annotation>
2676
+ <xs:documentation>5th</xs:documentation>
2677
+ </xs:annotation>
2678
+ </xs:enumeration>
2679
+ <xs:enumeration value="06">
2680
+ <xs:annotation>
2681
+ <xs:documentation>6th</xs:documentation>
2682
+ </xs:annotation>
2683
+ </xs:enumeration>
2684
+ <xs:enumeration value="07">
2685
+ <xs:annotation>
2686
+ <xs:documentation>7th</xs:documentation>
2687
+ </xs:annotation>
2688
+ </xs:enumeration>
2689
+ <xs:enumeration value="08">
2690
+ <xs:annotation>
2691
+ <xs:documentation>8th</xs:documentation>
2692
+ </xs:annotation>
2693
+ </xs:enumeration>
2694
+ <xs:enumeration value="09">
2695
+ <xs:annotation>
2696
+ <xs:documentation>9th</xs:documentation>
2697
+ </xs:annotation>
2698
+ </xs:enumeration>
2699
+ <xs:enumeration value="10">
2700
+ <xs:annotation>
2701
+ <xs:documentation>10th</xs:documentation>
2702
+ </xs:annotation>
2703
+ </xs:enumeration>
2704
+ <xs:enumeration value="11">
2705
+ <xs:annotation>
2706
+ <xs:documentation>11th</xs:documentation>
2707
+ </xs:annotation>
2708
+ </xs:enumeration>
2709
+ <xs:enumeration value="12">
2710
+ <xs:annotation>
2711
+ <xs:documentation>12th</xs:documentation>
2712
+ </xs:annotation>
2713
+ </xs:enumeration>
2714
+ <xs:enumeration value="13">
2715
+ <xs:annotation>
2716
+ <xs:documentation>13th</xs:documentation>
2717
+ </xs:annotation>
2718
+ </xs:enumeration>
2719
+ <xs:enumeration value="14">
2720
+ <xs:annotation>
2721
+ <xs:documentation>14th</xs:documentation>
2722
+ </xs:annotation>
2723
+ </xs:enumeration>
2724
+ <xs:enumeration value="15">
2725
+ <xs:annotation>
2726
+ <xs:documentation>15th</xs:documentation>
2727
+ </xs:annotation>
2728
+ </xs:enumeration>
2729
+ <xs:enumeration value="16">
2730
+ <xs:annotation>
2731
+ <xs:documentation>16th</xs:documentation>
2732
+ </xs:annotation>
2733
+ </xs:enumeration>
2734
+ <xs:enumeration value="17">
2735
+ <xs:annotation>
2736
+ <xs:documentation>17th</xs:documentation>
2737
+ </xs:annotation>
2738
+ </xs:enumeration>
2739
+ <xs:enumeration value="18">
2740
+ <xs:annotation>
2741
+ <xs:documentation>18th</xs:documentation>
2742
+ </xs:annotation>
2743
+ </xs:enumeration>
2744
+ <xs:enumeration value="19">
2745
+ <xs:annotation>
2746
+ <xs:documentation>19th</xs:documentation>
2747
+ </xs:annotation>
2748
+ </xs:enumeration>
2749
+ <xs:enumeration value="20">
2750
+ <xs:annotation>
2751
+ <xs:documentation>20th</xs:documentation>
2752
+ </xs:annotation>
2753
+ </xs:enumeration>
2754
+ <xs:enumeration value="20+">
2755
+ <xs:annotation>
2756
+ <xs:documentation>21st or above</xs:documentation>
2757
+ </xs:annotation>
2758
+ </xs:enumeration>
2759
+ </xs:restriction>
2760
+ </xs:simpleType>
2761
+ <xs:simpleType name="WallConstructionCode">
2762
+ <xs:restriction base="xs:string">
2763
+ <xs:enumeration value="1">
2764
+ <xs:annotation>
2765
+ <xs:documentation>stone (granite or whinstone)</xs:documentation>
2766
+ </xs:annotation>
2767
+ </xs:enumeration>
2768
+ <xs:enumeration value="2">
2769
+ <xs:annotation>
2770
+ <xs:documentation>stone (sandstone or limestone)</xs:documentation>
2771
+ </xs:annotation>
2772
+ </xs:enumeration>
2773
+ <xs:enumeration value="3">
2774
+ <xs:annotation>
2775
+ <xs:documentation>solid brick</xs:documentation>
2776
+ </xs:annotation>
2777
+ </xs:enumeration>
2778
+ <xs:enumeration value="4">
2779
+ <xs:annotation>
2780
+ <xs:documentation>cavity</xs:documentation>
2781
+ </xs:annotation>
2782
+ </xs:enumeration>
2783
+ <xs:enumeration value="5">
2784
+ <xs:annotation>
2785
+ <xs:documentation>timber frame</xs:documentation>
2786
+ </xs:annotation>
2787
+ </xs:enumeration>
2788
+ <xs:enumeration value="6">
2789
+ <xs:annotation>
2790
+ <xs:documentation>basement wall</xs:documentation>
2791
+ </xs:annotation>
2792
+ </xs:enumeration>
2793
+ <xs:enumeration value="7">
2794
+ <xs:annotation>
2795
+ <xs:documentation>curtain wall</xs:documentation>
2796
+ </xs:annotation>
2797
+ </xs:enumeration>
2798
+ <xs:enumeration value="8">
2799
+ <xs:annotation>
2800
+ <xs:documentation>system built</xs:documentation>
2801
+ </xs:annotation>
2802
+ </xs:enumeration>
2803
+ <xs:enumeration value="9">
2804
+ <xs:annotation>
2805
+ <xs:documentation>cob wall</xs:documentation>
2806
+ </xs:annotation>
2807
+ </xs:enumeration>
2808
+ <xs:enumeration value="10">
2809
+ <xs:annotation>
2810
+ <xs:documentation>park home wall</xs:documentation>
2811
+ </xs:annotation>
2812
+ </xs:enumeration>
2813
+ </xs:restriction>
2814
+ </xs:simpleType>
2815
+ <xs:simpleType name="MeasurementTypeCode">
2816
+ <xs:restriction base="xs:string">
2817
+ <xs:enumeration value="1">
2818
+ <xs:annotation>
2819
+ <xs:documentation>Internal</xs:documentation>
2820
+ </xs:annotation>
2821
+ </xs:enumeration>
2822
+ <xs:enumeration value="2">
2823
+ <xs:annotation>
2824
+ <xs:documentation>External</xs:documentation>
2825
+ </xs:annotation>
2826
+ </xs:enumeration>
2827
+ </xs:restriction>
2828
+ </xs:simpleType>
2829
+ <xs:simpleType name="PropertyTypeCode">
2830
+ <xs:restriction base="xs:string">
2831
+ <xs:enumeration value="0">
2832
+ <xs:annotation>
2833
+ <xs:documentation>House</xs:documentation>
2834
+ </xs:annotation>
2835
+ </xs:enumeration>
2836
+ <xs:enumeration value="1">
2837
+ <xs:annotation>
2838
+ <xs:documentation>Bungalow</xs:documentation>
2839
+ </xs:annotation>
2840
+ </xs:enumeration>
2841
+ <xs:enumeration value="2">
2842
+ <xs:annotation>
2843
+ <xs:documentation>Flat</xs:documentation>
2844
+ </xs:annotation>
2845
+ </xs:enumeration>
2846
+ <xs:enumeration value="3">
2847
+ <xs:annotation>
2848
+ <xs:documentation>Maisonette</xs:documentation>
2849
+ </xs:annotation>
2850
+ </xs:enumeration>
2851
+ <xs:enumeration value="4">
2852
+ <xs:annotation>
2853
+ <xs:documentation>Park home</xs:documentation>
2854
+ </xs:annotation>
2855
+ </xs:enumeration>
2856
+ </xs:restriction>
2857
+ </xs:simpleType>
2858
+ <xs:simpleType name="HeatingFuelTypeCode">
2859
+ <xs:annotation>
2860
+ <xs:documentation>Code which indicates the type of heating fuel, as defined in SAP table 12.</xs:documentation>
2861
+ </xs:annotation>
2862
+ <xs:restriction base="xs:string">
2863
+ <xs:enumeration value="0">
2864
+ <xs:annotation>
2865
+ <xs:documentation>To be used only when there is no heating/hot-water system or data is from a community network</xs:documentation>
2866
+ </xs:annotation>
2867
+ </xs:enumeration>
2868
+ <xs:enumeration value="1">
2869
+ <xs:annotation>
2870
+ <xs:documentation>mains gas - this is for backwards compatibility only and should not be used</xs:documentation>
2871
+ </xs:annotation>
2872
+ </xs:enumeration>
2873
+ <xs:enumeration value="2">
2874
+ <xs:annotation>
2875
+ <xs:documentation>LPG - this is for backwards compatibility only and should not be used</xs:documentation>
2876
+ </xs:annotation>
2877
+ </xs:enumeration>
2878
+ <xs:enumeration value="3">
2879
+ <xs:annotation>
2880
+ <xs:documentation>bottled LPG</xs:documentation>
2881
+ </xs:annotation>
2882
+ </xs:enumeration>
2883
+ <xs:enumeration value="4">
2884
+ <xs:annotation>
2885
+ <xs:documentation>oil - this is for backwards compatibility only and should not be used</xs:documentation>
2886
+ </xs:annotation>
2887
+ </xs:enumeration>
2888
+ <xs:enumeration value="5">
2889
+ <xs:annotation>
2890
+ <xs:documentation>anthracite</xs:documentation>
2891
+ </xs:annotation>
2892
+ </xs:enumeration>
2893
+ <xs:enumeration value="6">
2894
+ <xs:annotation>
2895
+ <xs:documentation>wood logs</xs:documentation>
2896
+ </xs:annotation>
2897
+ </xs:enumeration>
2898
+ <xs:enumeration value="7">
2899
+ <xs:annotation>
2900
+ <xs:documentation>bulk wood pellets</xs:documentation>
2901
+ </xs:annotation>
2902
+ </xs:enumeration>
2903
+ <xs:enumeration value="8">
2904
+ <xs:annotation>
2905
+ <xs:documentation>wood chips</xs:documentation>
2906
+ </xs:annotation>
2907
+ </xs:enumeration>
2908
+ <xs:enumeration value="9">
2909
+ <xs:annotation>
2910
+ <xs:documentation>dual fuel - mineral + wood</xs:documentation>
2911
+ </xs:annotation>
2912
+ </xs:enumeration>
2913
+ <xs:enumeration value="10">
2914
+ <xs:annotation>
2915
+ <xs:documentation>electricity - this is for backwards compatibility only and should not be used</xs:documentation>
2916
+ </xs:annotation>
2917
+ </xs:enumeration>
2918
+ <xs:enumeration value="11">
2919
+ <xs:annotation>
2920
+ <xs:documentation>waste combustion - this is for backwards compatibility only and should not be used</xs:documentation>
2921
+ </xs:annotation>
2922
+ </xs:enumeration>
2923
+ <xs:enumeration value="12">
2924
+ <xs:annotation>
2925
+ <xs:documentation>biomass - this is for backwards compatibility only and should not be used</xs:documentation>
2926
+ </xs:annotation>
2927
+ </xs:enumeration>
2928
+ <xs:enumeration value="13">
2929
+ <xs:annotation>
2930
+ <xs:documentation>biogas - landfill - this is for backwards compatibility only and should not be used</xs:documentation>
2931
+ </xs:annotation>
2932
+ </xs:enumeration>
2933
+ <xs:enumeration value="14">
2934
+ <xs:annotation>
2935
+ <xs:documentation>house coal - this is for backwards compatibility only and should not be used</xs:documentation>
2936
+ </xs:annotation>
2937
+ </xs:enumeration>
2938
+ <xs:enumeration value="15">
2939
+ <xs:annotation>
2940
+ <xs:documentation>smokeless coal</xs:documentation>
2941
+ </xs:annotation>
2942
+ </xs:enumeration>
2943
+ <xs:enumeration value="16">
2944
+ <xs:annotation>
2945
+ <xs:documentation>wood pellets in bags for secondary heating</xs:documentation>
2946
+ </xs:annotation>
2947
+ </xs:enumeration>
2948
+ <xs:enumeration value="17">
2949
+ <xs:annotation>
2950
+ <xs:documentation>LPG special condition</xs:documentation>
2951
+ </xs:annotation>
2952
+ </xs:enumeration>
2953
+ <xs:enumeration value="18">
2954
+ <xs:annotation>
2955
+ <xs:documentation>B30K (not community)</xs:documentation>
2956
+ </xs:annotation>
2957
+ </xs:enumeration>
2958
+ <xs:enumeration value="19">
2959
+ <xs:annotation>
2960
+ <xs:documentation>bioethanol</xs:documentation>
2961
+ </xs:annotation>
2962
+ </xs:enumeration>
2963
+ <xs:enumeration value="20">
2964
+ <xs:annotation>
2965
+ <xs:documentation>mains gas (community)</xs:documentation>
2966
+ </xs:annotation>
2967
+ </xs:enumeration>
2968
+ <xs:enumeration value="21">
2969
+ <xs:annotation>
2970
+ <xs:documentation>LPG (community)</xs:documentation>
2971
+ </xs:annotation>
2972
+ </xs:enumeration>
2973
+ <xs:enumeration value="22">
2974
+ <xs:annotation>
2975
+ <xs:documentation>oil (community)</xs:documentation>
2976
+ </xs:annotation>
2977
+ </xs:enumeration>
2978
+ <xs:enumeration value="23">
2979
+ <xs:annotation>
2980
+ <xs:documentation>B30D (community)</xs:documentation>
2981
+ </xs:annotation>
2982
+ </xs:enumeration>
2983
+ <xs:enumeration value="24">
2984
+ <xs:annotation>
2985
+ <xs:documentation>coal (community)</xs:documentation>
2986
+ </xs:annotation>
2987
+ </xs:enumeration>
2988
+ <xs:enumeration value="25">
2989
+ <xs:annotation>
2990
+ <xs:documentation>electricity (community)</xs:documentation>
2991
+ </xs:annotation>
2992
+ </xs:enumeration>
2993
+ <xs:enumeration value="26">
2994
+ <xs:annotation>
2995
+ <xs:documentation>mains gas (not community)</xs:documentation>
2996
+ </xs:annotation>
2997
+ </xs:enumeration>
2998
+ <xs:enumeration value="27">
2999
+ <xs:annotation>
3000
+ <xs:documentation>LPG (not community)</xs:documentation>
3001
+ </xs:annotation>
3002
+ </xs:enumeration>
3003
+ <xs:enumeration value="28">
3004
+ <xs:annotation>
3005
+ <xs:documentation>oil (not community)</xs:documentation>
3006
+ </xs:annotation>
3007
+ </xs:enumeration>
3008
+ <xs:enumeration value="29">
3009
+ <xs:annotation>
3010
+ <xs:documentation>electricity (not community)</xs:documentation>
3011
+ </xs:annotation>
3012
+ </xs:enumeration>
3013
+ <xs:enumeration value="30">
3014
+ <xs:annotation>
3015
+ <xs:documentation>waste combustion (community)</xs:documentation>
3016
+ </xs:annotation>
3017
+ </xs:enumeration>
3018
+ <xs:enumeration value="31">
3019
+ <xs:annotation>
3020
+ <xs:documentation>biomass (community)</xs:documentation>
3021
+ </xs:annotation>
3022
+ </xs:enumeration>
3023
+ <xs:enumeration value="32">
3024
+ <xs:annotation>
3025
+ <xs:documentation>biogas (community)</xs:documentation>
3026
+ </xs:annotation>
3027
+ </xs:enumeration>
3028
+ <xs:enumeration value="33">
3029
+ <xs:annotation>
3030
+ <xs:documentation>house coal (not community)</xs:documentation>
3031
+ </xs:annotation>
3032
+ </xs:enumeration>
3033
+ <xs:enumeration value="34">
3034
+ <xs:annotation>
3035
+ <xs:documentation>biodiesel from any biomass source</xs:documentation>
3036
+ </xs:annotation>
3037
+ </xs:enumeration>
3038
+ <xs:enumeration value="35">
3039
+ <xs:annotation>
3040
+ <xs:documentation>biodiesel from used cooking oil only</xs:documentation>
3041
+ </xs:annotation>
3042
+ </xs:enumeration>
3043
+ <xs:enumeration value="36">
3044
+ <xs:annotation>
3045
+ <xs:documentation>biodiesel from vegetable oil only (not community)</xs:documentation>
3046
+ </xs:annotation>
3047
+ </xs:enumeration>
3048
+ <xs:enumeration value="37">
3049
+ <xs:annotation>
3050
+ <xs:documentation>appliances able to use mineral oil or liquid biofuel</xs:documentation>
3051
+ </xs:annotation>
3052
+ </xs:enumeration>
3053
+ <xs:enumeration value="38">
3054
+ <xs:annotation>
3055
+ <xs:documentation>Gas: bottled LPG (for secondary heating)</xs:documentation>
3056
+ </xs:annotation>
3057
+ </xs:enumeration>
3058
+ <xs:enumeration value="51">
3059
+ <xs:annotation>
3060
+ <xs:documentation>biogas (not community)</xs:documentation>
3061
+ </xs:annotation>
3062
+ </xs:enumeration>
3063
+ <xs:enumeration value="56">
3064
+ <xs:annotation>
3065
+ <xs:documentation>heat from boilers that can use mineral oil or biodiesel (community)</xs:documentation>
3066
+ </xs:annotation>
3067
+ </xs:enumeration>
3068
+ <xs:enumeration value="57">
3069
+ <xs:annotation>
3070
+ <xs:documentation>heat from boilers using biodiesel from any biomass source (community)</xs:documentation>
3071
+ </xs:annotation>
3072
+ </xs:enumeration>
3073
+ <xs:enumeration value="58">
3074
+ <xs:annotation>
3075
+ <xs:documentation>biodiesel from vegetable oil only (community)</xs:documentation>
3076
+ </xs:annotation>
3077
+ </xs:enumeration>
3078
+ <xs:enumeration value="99">
3079
+ <xs:annotation>
3080
+ <xs:documentation>from heat network data (community)</xs:documentation>
3081
+ </xs:annotation>
3082
+ </xs:enumeration>
3083
+ </xs:restriction>
3084
+ </xs:simpleType>
3085
+ <xs:simpleType name="HeatingTypeCode">
3086
+ <xs:restriction base="xs:string">
3087
+ <xs:enumeration value="1">
3088
+ <xs:annotation>
3089
+ <xs:documentation>boiler</xs:documentation>
3090
+ </xs:annotation>
3091
+ </xs:enumeration>
3092
+ <xs:enumeration value="2">
3093
+ <xs:annotation>
3094
+ <xs:documentation>community heating</xs:documentation>
3095
+ </xs:annotation>
3096
+ </xs:enumeration>
3097
+ <xs:enumeration value="3">
3098
+ <xs:annotation>
3099
+ <xs:documentation>storage heaters</xs:documentation>
3100
+ </xs:annotation>
3101
+ </xs:enumeration>
3102
+ <xs:enumeration value="4">
3103
+ <xs:annotation>
3104
+ <xs:documentation>warm air</xs:documentation>
3105
+ </xs:annotation>
3106
+ </xs:enumeration>
3107
+ <xs:enumeration value="5">
3108
+ <xs:annotation>
3109
+ <xs:documentation>heat pump - wet system</xs:documentation>
3110
+ </xs:annotation>
3111
+ </xs:enumeration>
3112
+ <xs:enumeration value="6">
3113
+ <xs:annotation>
3114
+ <xs:documentation>heat pump - dry system</xs:documentation>
3115
+ </xs:annotation>
3116
+ </xs:enumeration>
3117
+ <xs:enumeration value="7">
3118
+ <xs:annotation>
3119
+ <xs:documentation>electric ceiling heating</xs:documentation>
3120
+ </xs:annotation>
3121
+ </xs:enumeration>
3122
+ <xs:enumeration value="8">
3123
+ <xs:annotation>
3124
+ <xs:documentation>electric underfloor heating</xs:documentation>
3125
+ </xs:annotation>
3126
+ </xs:enumeration>
3127
+ <xs:enumeration value="9">
3128
+ <xs:annotation>
3129
+ <xs:documentation>room heater</xs:documentation>
3130
+ </xs:annotation>
3131
+ </xs:enumeration>
3132
+ </xs:restriction>
3133
+ </xs:simpleType>
3134
+ <xs:simpleType name="SAP-HeatingDistributionCode">
3135
+ <xs:annotation>
3136
+ <xs:documentation>Code which indicates the type of heating distribution system.</xs:documentation>
3137
+ </xs:annotation>
3138
+ <xs:restriction base="xs:string">
3139
+ <xs:enumeration value="5">
3140
+ <xs:annotation>
3141
+ <xs:documentation>calculated</xs:documentation>
3142
+ </xs:annotation>
3143
+ </xs:enumeration>
3144
+ <xs:enumeration value="6">
3145
+ <xs:annotation>
3146
+ <xs:documentation>unknown</xs:documentation>
3147
+ </xs:annotation>
3148
+ </xs:enumeration>
3149
+ <xs:enumeration value="9">
3150
+ <xs:annotation>
3151
+ <xs:documentation>Two adjoining dwellings</xs:documentation>
3152
+ </xs:annotation>
3153
+ </xs:enumeration>
3154
+ </xs:restriction>
3155
+ </xs:simpleType>
3156
+ <xs:simpleType name="SAP-CHPElectricityGenerationCode">
3157
+ <xs:annotation>
3158
+ <xs:documentation>Code which indicates the CHP Electricity generation option (table 12f).</xs:documentation>
3159
+ </xs:annotation>
3160
+ <xs:restriction base="xs:string">
3161
+ <xs:enumeration value="81">
3162
+ <xs:annotation>
3163
+ <xs:documentation>New CHP, export only.</xs:documentation>
3164
+ </xs:annotation>
3165
+ </xs:enumeration>
3166
+ <xs:enumeration value="82">
3167
+ <xs:annotation>
3168
+ <xs:documentation>New CHP, flexible operation.</xs:documentation>
3169
+ </xs:annotation>
3170
+ </xs:enumeration>
3171
+ <xs:enumeration value="83">
3172
+ <xs:annotation>
3173
+ <xs:documentation>New CHP, standard.</xs:documentation>
3174
+ </xs:annotation>
3175
+ </xs:enumeration>
3176
+ <xs:enumeration value="84">
3177
+ <xs:annotation>
3178
+ <xs:documentation>Existing CHP (2015+), export only.</xs:documentation>
3179
+ </xs:annotation>
3180
+ </xs:enumeration>
3181
+ <xs:enumeration value="85">
3182
+ <xs:annotation>
3183
+ <xs:documentation>Existing CHP (2015+), flexible operation.</xs:documentation>
3184
+ </xs:annotation>
3185
+ </xs:enumeration>
3186
+ <xs:enumeration value="86">
3187
+ <xs:annotation>
3188
+ <xs:documentation>Existing CHP (2015+),standard.</xs:documentation>
3189
+ </xs:annotation>
3190
+ </xs:enumeration>
3191
+ <xs:enumeration value="87">
3192
+ <xs:annotation>
3193
+ <xs:documentation>Existing CHP (pre-2015), export only.</xs:documentation>
3194
+ </xs:annotation>
3195
+ </xs:enumeration>
3196
+ <xs:enumeration value="88">
3197
+ <xs:annotation>
3198
+ <xs:documentation>Existing CHP (pre-2015), flexible operation.</xs:documentation>
3199
+ </xs:annotation>
3200
+ </xs:enumeration>
3201
+ <xs:enumeration value="89">
3202
+ <xs:annotation>
3203
+ <xs:documentation>Existing CHP (pre-2015), standard.</xs:documentation>
3204
+ </xs:annotation>
3205
+ </xs:enumeration>
3206
+ </xs:restriction>
3207
+ </xs:simpleType>
3208
+ <xs:simpleType name="EmitterTemperatureCode">
3209
+ <xs:restriction base="xs:string">
3210
+ <xs:enumeration value="0">
3211
+ <xs:annotation>
3212
+ <xs:documentation>unknown</xs:documentation>
3213
+ </xs:annotation>
3214
+ </xs:enumeration>
3215
+ <xs:enumeration value="1">
3216
+ <xs:annotation>
3217
+ <xs:documentation>over 45°C</xs:documentation>
3218
+ </xs:annotation>
3219
+ </xs:enumeration>
3220
+ <xs:enumeration value="3">
3221
+ <xs:annotation>
3222
+ <xs:documentation>over 35°C and less than or equal to 45°C</xs:documentation>
3223
+ </xs:annotation>
3224
+ </xs:enumeration>
3225
+ <xs:enumeration value="4">
3226
+ <xs:annotation>
3227
+ <xs:documentation>less than or equal to 35°C</xs:documentation>
3228
+ </xs:annotation>
3229
+ </xs:enumeration>
3230
+ <xs:enumeration value="NA">
3231
+ <xs:annotation>
3232
+ <xs:documentation>not applicable for the heating system</xs:documentation>
3233
+ </xs:annotation>
3234
+ </xs:enumeration>
3235
+ </xs:restriction>
3236
+ </xs:simpleType>
3237
+ <xs:simpleType name="PumpAge">
3238
+ <xs:restriction base="xs:string">
3239
+ <xs:enumeration value="0">
3240
+ <xs:annotation>
3241
+ <xs:documentation>unknown</xs:documentation>
3242
+ </xs:annotation>
3243
+ </xs:enumeration>
3244
+ <xs:enumeration value="1">
3245
+ <xs:annotation>
3246
+ <xs:documentation>2012 or earlier</xs:documentation>
3247
+ </xs:annotation>
3248
+ </xs:enumeration>
3249
+ <xs:enumeration value="2">
3250
+ <xs:annotation>
3251
+ <xs:documentation>2013 or later</xs:documentation>
3252
+ </xs:annotation>
3253
+ </xs:enumeration>
3254
+ </xs:restriction>
3255
+ </xs:simpleType>
3256
+ <xs:simpleType name="PVConnectionCode">
3257
+ <xs:restriction base="xs:string">
3258
+ <xs:enumeration value="0">
3259
+ <xs:annotation>
3260
+ <xs:documentation>not applicable (FGHRS or no PV)</xs:documentation>
3261
+ </xs:annotation>
3262
+ </xs:enumeration>
3263
+ <xs:enumeration value="1">
3264
+ <xs:annotation>
3265
+ <xs:documentation>not connected to dwelling’s electricity meter</xs:documentation>
3266
+ </xs:annotation>
3267
+ </xs:enumeration>
3268
+ <xs:enumeration value="2">
3269
+ <xs:annotation>
3270
+ <xs:documentation>connected to dwelling’s electricity meter</xs:documentation>
3271
+ </xs:annotation>
3272
+ </xs:enumeration>
3273
+ <xs:enumeration value="NR">
3274
+ <xs:annotation>
3275
+ <xs:documentation>not recorded; for backwards compatibility only, do not use</xs:documentation>
3276
+ </xs:annotation>
3277
+ </xs:enumeration>
3278
+ </xs:restriction>
3279
+ </xs:simpleType>
3280
+ <xs:simpleType name="ShowerTypeCode">
3281
+ <xs:restriction base="xs:string">
3282
+ <xs:enumeration value="0">
3283
+ <xs:annotation>
3284
+ <xs:documentation>unknown – for backward compatibility only, do not use</xs:documentation>
3285
+ </xs:annotation>
3286
+ </xs:enumeration>
3287
+ <xs:enumeration value="1">
3288
+ <xs:annotation>
3289
+ <xs:documentation>non-electric shower(s) only</xs:documentation>
3290
+ </xs:annotation>
3291
+ </xs:enumeration>
3292
+ <xs:enumeration value="2">
3293
+ <xs:annotation>
3294
+ <xs:documentation>electric shower(s) only</xs:documentation>
3295
+ </xs:annotation>
3296
+ </xs:enumeration>
3297
+ <xs:enumeration value="3">
3298
+ <xs:annotation>
3299
+ <xs:documentation>both electric and non-electric showers</xs:documentation>
3300
+ </xs:annotation>
3301
+ </xs:enumeration>
3302
+ <xs:enumeration value="4">
3303
+ <xs:annotation>
3304
+ <xs:documentation>no shower</xs:documentation>
3305
+ </xs:annotation>
3306
+ </xs:enumeration>
3307
+ </xs:restriction>
3308
+ </xs:simpleType>
3309
+ <xs:simpleType name="ShowerWWHRSCode">
3310
+ <xs:restriction base="xs:string">
3311
+ <xs:enumeration value="1">
3312
+ <xs:annotation>
3313
+ <xs:documentation>none</xs:documentation>
3314
+ </xs:annotation>
3315
+ </xs:enumeration>
3316
+ <xs:enumeration value="2">
3317
+ <xs:annotation>
3318
+ <xs:documentation>Instantaneous WWHRS 1</xs:documentation>
3319
+ </xs:annotation>
3320
+ </xs:enumeration>
3321
+ <xs:enumeration value="3">
3322
+ <xs:annotation>
3323
+ <xs:documentation>Instantaneous WWHRS 2</xs:documentation>
3324
+ </xs:annotation>
3325
+ </xs:enumeration>
3326
+ <xs:enumeration value="4">
3327
+ <xs:annotation>
3328
+ <xs:documentation>Storage WWHRS</xs:documentation>
3329
+ </xs:annotation>
3330
+ </xs:enumeration>
3331
+ </xs:restriction>
3332
+ </xs:simpleType>
3333
+ <xs:simpleType name="ServiceProvisionCode">
3334
+ <xs:restriction base="xs:string">
3335
+ <xs:enumeration value="1">
3336
+ <xs:annotation>
3337
+ <xs:documentation>space and water heating</xs:documentation>
3338
+ </xs:annotation>
3339
+ </xs:enumeration>
3340
+ <xs:enumeration value="2">
3341
+ <xs:annotation>
3342
+ <xs:documentation>space heating only</xs:documentation>
3343
+ </xs:annotation>
3344
+ </xs:enumeration>
3345
+ <xs:enumeration value="3">
3346
+ <xs:annotation>
3347
+ <xs:documentation>water heating only</xs:documentation>
3348
+ </xs:annotation>
3349
+ </xs:enumeration>
3350
+ </xs:restriction>
3351
+ </xs:simpleType>
3352
+ <xs:simpleType name="PartyWallConstructionCode">
3353
+ <xs:restriction base="xs:string">
3354
+ <xs:enumeration value="0">
3355
+ <xs:annotation>
3356
+ <xs:documentation>unable to determine</xs:documentation>
3357
+ </xs:annotation>
3358
+ </xs:enumeration>
3359
+ <xs:enumeration value="1">
3360
+ <xs:annotation>
3361
+ <xs:documentation>solid masonry, timber frame or system built</xs:documentation>
3362
+ </xs:annotation>
3363
+ </xs:enumeration>
3364
+ <xs:enumeration value="2">
3365
+ <xs:annotation>
3366
+ <xs:documentation>cavity masonry, unfilled</xs:documentation>
3367
+ </xs:annotation>
3368
+ </xs:enumeration>
3369
+ <xs:enumeration value="3">
3370
+ <xs:annotation>
3371
+ <xs:documentation>cavity masonry, filled</xs:documentation>
3372
+ </xs:annotation>
3373
+ </xs:enumeration>
3374
+ <xs:enumeration value="4">
3375
+ <xs:annotation>
3376
+ <xs:documentation>cavity masonry, filled and sealed</xs:documentation>
3377
+ </xs:annotation>
3378
+ </xs:enumeration>
3379
+ <xs:enumeration value="NA">
3380
+ <xs:annotation>
3381
+ <xs:documentation>not applicable (detached property or no party wall in this building part)</xs:documentation>
3382
+ </xs:annotation>
3383
+ </xs:enumeration>
3384
+ <xs:enumeration value="NI">
3385
+ <xs:annotation>
3386
+ <xs:documentation>no information - pre-9.92 survey</xs:documentation>
3387
+ </xs:annotation>
3388
+ </xs:enumeration>
3389
+ </xs:restriction>
3390
+ </xs:simpleType>
3391
+ <xs:simpleType name="SAP-GlazingGapTypeCode">
3392
+ <xs:restriction base="xs:string">
3393
+ <xs:enumeration value="6">
3394
+ <xs:annotation>
3395
+ <xs:documentation>6mm</xs:documentation>
3396
+ </xs:annotation>
3397
+ </xs:enumeration>
3398
+ <xs:enumeration value="12">
3399
+ <xs:annotation>
3400
+ <xs:documentation>12mm</xs:documentation>
3401
+ </xs:annotation>
3402
+ </xs:enumeration>
3403
+ <xs:enumeration value="16+">
3404
+ <xs:annotation>
3405
+ <xs:documentation>16mm or more</xs:documentation>
3406
+ </xs:annotation>
3407
+ </xs:enumeration>
3408
+ </xs:restriction>
3409
+ </xs:simpleType>
3410
+ <xs:simpleType name="MainsGasCode">
3411
+ <xs:restriction base="xs:string">
3412
+ <xs:enumeration value="Y">
3413
+ <xs:annotation>
3414
+ <xs:documentation>mains gas available in the property</xs:documentation>
3415
+ </xs:annotation>
3416
+ </xs:enumeration>
3417
+ <xs:enumeration value="N">
3418
+ <xs:annotation>
3419
+ <xs:documentation>mains gas not available in the property</xs:documentation>
3420
+ </xs:annotation>
3421
+ </xs:enumeration>
3422
+ <xs:enumeration value="NR">
3423
+ <xs:annotation>
3424
+ <xs:documentation>not recorded; for backwards compatibility only, do not use</xs:documentation>
3425
+ </xs:annotation>
3426
+ </xs:enumeration>
3427
+ </xs:restriction>
3428
+ </xs:simpleType>
3429
+ <xs:simpleType name="AirChangeRateMonth">
3430
+ <xs:restriction base="xs:string">
3431
+ <xs:enumeration value="Jan"/>
3432
+ <xs:enumeration value="Feb"/>
3433
+ <xs:enumeration value="Mar"/>
3434
+ <xs:enumeration value="Apr"/>
3435
+ <xs:enumeration value="May"/>
3436
+ <xs:enumeration value="Jun"/>
3437
+ <xs:enumeration value="Jul"/>
3438
+ <xs:enumeration value="Aug"/>
3439
+ <xs:enumeration value="Sep"/>
3440
+ <xs:enumeration value="Oct"/>
3441
+ <xs:enumeration value="Nov"/>
3442
+ <xs:enumeration value="Dec"/>
3443
+ </xs:restriction>
3444
+ </xs:simpleType>
3445
+ <xs:simpleType name="PreviousEpcCheckedCode">
3446
+ <xs:restriction base="xs:string">
3447
+ <xs:enumeration value="Y">
3448
+ <xs:annotation>
3449
+ <xs:documentation>Confirm a check for the existence of an EPC before carrying out another energy assessment</xs:documentation>
3450
+ </xs:annotation>
3451
+ </xs:enumeration>
3452
+ <xs:enumeration value="NR">
3453
+ <xs:annotation>
3454
+ <xs:documentation>not recorded; for backwards compatibility only, do not use</xs:documentation>
3455
+ </xs:annotation>
3456
+ </xs:enumeration>
3457
+ </xs:restriction>
3458
+ </xs:simpleType>
3459
+ <xs:simpleType name="PreviousEpcExistsCode">
3460
+ <xs:restriction base="xs:string">
3461
+ <xs:enumeration value="Y">
3462
+ <xs:annotation>
3463
+ <xs:documentation>A previous EPC exists</xs:documentation>
3464
+ </xs:annotation>
3465
+ </xs:enumeration>
3466
+ <xs:enumeration value="N">
3467
+ <xs:annotation>
3468
+ <xs:documentation>A previous EPC does not exist</xs:documentation>
3469
+ </xs:annotation>
3470
+ </xs:enumeration>
3471
+ <xs:enumeration value="NR">
3472
+ <xs:annotation>
3473
+ <xs:documentation>not recorded; for backwards compatibility only, do not use</xs:documentation>
3474
+ </xs:annotation>
3475
+ </xs:enumeration>
3476
+ </xs:restriction>
3477
+ </xs:simpleType>
3478
+ <xs:simpleType name="PreviousEpcReasonCode">
3479
+ <xs:restriction base="xs:string">
3480
+ <xs:enumeration value="1">
3481
+ <xs:annotation>
3482
+ <xs:documentation>EPC has expired</xs:documentation>
3483
+ </xs:annotation>
3484
+ </xs:enumeration>
3485
+ <xs:enumeration value="2">
3486
+ <xs:annotation>
3487
+ <xs:documentation>Building fabric and/or services has changed since the last EPC assessment and a new EPC has been commissioned for that building</xs:documentation>
3488
+ </xs:annotation>
3489
+ </xs:enumeration>
3490
+ <xs:enumeration value="3">
3491
+ <xs:annotation>
3492
+ <xs:documentation>Assessor instructed to produce a new EPC upon request from building owner/tenant/landlord after confirming to the requestor that a valid EPC already exists</xs:documentation>
3493
+ </xs:annotation>
3494
+ </xs:enumeration>
3495
+ <xs:enumeration value="4">
3496
+ <xs:annotation>
3497
+ <xs:documentation>Duplicate EPC produced by systematic or human error</xs:documentation>
3498
+ </xs:annotation>
3499
+ </xs:enumeration>
3500
+ <xs:enumeration value="5">
3501
+ <xs:annotation>
3502
+ <xs:documentation>Replacement of an erroneous EPC where the original EPC has been marked 'not for issue'</xs:documentation>
3503
+ </xs:annotation>
3504
+ </xs:enumeration>
3505
+ <xs:enumeration value="6">
3506
+ <xs:annotation>
3507
+ <xs:documentation>Replacement of an erroneous EPC where the original EPC has not been marked 'not for issue'</xs:documentation>
3508
+ </xs:annotation>
3509
+ </xs:enumeration>
3510
+ <xs:enumeration value="7">
3511
+ <xs:annotation>
3512
+ <xs:documentation>Green Deal Advice Report: existing EPC pre-dates 1 April 2012</xs:documentation>
3513
+ </xs:annotation>
3514
+ </xs:enumeration>
3515
+ <xs:enumeration value="8">
3516
+ <xs:annotation>
3517
+ <xs:documentation>Green Deal Advice Report: previous EPC is inaccurate</xs:documentation>
3518
+ </xs:annotation>
3519
+ </xs:enumeration>
3520
+ <xs:enumeration value="9">
3521
+ <xs:annotation>
3522
+ <xs:documentation>Renewable Heat Incentive (RHI): existing EPC is more than 24 months old on the date of RHI application</xs:documentation>
3523
+ </xs:annotation>
3524
+ </xs:enumeration>
3525
+ <xs:enumeration value="10">
3526
+ <xs:annotation>
3527
+ <xs:documentation>Feed-In-Tariff: householder has chosen to undertake energy efficiency measures to improve the previous EPC rating before installing solar panels and applying for FITs</xs:documentation>
3528
+ </xs:annotation>
3529
+ </xs:enumeration>
3530
+ <xs:enumeration value="11">
3531
+ <xs:annotation>
3532
+ <xs:documentation>Rental purposes: existing EPC is more than 10 years old or is below an E rating</xs:documentation>
3533
+ </xs:annotation>
3534
+ </xs:enumeration>
3535
+ <xs:enumeration value="12">
3536
+ <xs:annotation>
3537
+ <xs:documentation>A valid EPC is required to demonstrate that the building has an EPC rating of E, F or G to determine if the householder is eligible for Energy Company Obligation scheme measures</xs:documentation>
3538
+ </xs:annotation>
3539
+ </xs:enumeration>
3540
+ <xs:enumeration value="13">
3541
+ <xs:annotation>
3542
+ <xs:documentation>A valid EPC is required to demonstrate that the building has an EPC rating of D to determine if the householder is eligible for Energy Company Obligation scheme innovation measures</xs:documentation>
3543
+ </xs:annotation>
3544
+ </xs:enumeration>
3545
+ <xs:enumeration value="14">
3546
+ <xs:annotation>
3547
+ <xs:documentation>A valid EPC is required to demonstrate that the building has an EPC rating of E, F or G to determine if the social housing tenant is eligible for the Energy Company Obligation scheme First Time Central Heating measures</xs:documentation>
3548
+ </xs:annotation>
3549
+ </xs:enumeration>
3550
+ <xs:enumeration value="15">
3551
+ <xs:annotation>
3552
+ <xs:documentation>A valid EPC less than 12 weeks old is needed to support production of a Home Report for the marketed sale of the dwelling</xs:documentation>
3553
+ </xs:annotation>
3554
+ </xs:enumeration>
3555
+ </xs:restriction>
3556
+ </xs:simpleType>
3557
+ </xs:schema>