epb_view_models 2.0.13 → 2.0.14

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,3139 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema
3
+ xmlns="https://epbr.digital.communities.gov.uk/xsd/sap"
4
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
5
+ targetNamespace="https://epbr.digital.communities.gov.uk/xsd/sap"
6
+ elementFormDefault="qualified"
7
+ attributeFormDefault="unqualified"
8
+ version="19.0.0"
9
+ >
10
+ <xs:simpleType name="SAP-StoreyFloorCode">
11
+ <xs:annotation>
12
+ <xs:documentation>Code which identifies a particular storey in a building part.</xs:documentation>
13
+ </xs:annotation>
14
+ <xs:restriction base="xs:string">
15
+ <xs:enumeration value="-1">
16
+ <xs:annotation>
17
+ <xs:documentation>Lower ground</xs:documentation>
18
+ </xs:annotation>
19
+ </xs:enumeration>
20
+ <xs:enumeration value="0">
21
+ <xs:annotation>
22
+ <xs:documentation>Ground</xs:documentation>
23
+ </xs:annotation>
24
+ </xs:enumeration>
25
+ <xs:enumeration value="1">
26
+ <xs:annotation>
27
+ <xs:documentation>1st</xs:documentation>
28
+ </xs:annotation>
29
+ </xs:enumeration>
30
+ <xs:enumeration value="2">
31
+ <xs:annotation>
32
+ <xs:documentation>2nd</xs:documentation>
33
+ </xs:annotation>
34
+ </xs:enumeration>
35
+ <xs:enumeration value="3">
36
+ <xs:annotation>
37
+ <xs:documentation>3rd</xs:documentation>
38
+ </xs:annotation>
39
+ </xs:enumeration>
40
+ <xs:enumeration value="4">
41
+ <xs:annotation>
42
+ <xs:documentation>4th</xs:documentation>
43
+ </xs:annotation>
44
+ </xs:enumeration>
45
+ <xs:enumeration value="5">
46
+ <xs:annotation>
47
+ <xs:documentation>5th</xs:documentation>
48
+ </xs:annotation>
49
+ </xs:enumeration>
50
+ <xs:enumeration value="6">
51
+ <xs:annotation>
52
+ <xs:documentation>6th</xs:documentation>
53
+ </xs:annotation>
54
+ </xs:enumeration>
55
+ <xs:enumeration value="99">
56
+ <xs:annotation>
57
+ <xs:documentation>Roof rooms</xs:documentation>
58
+ </xs:annotation>
59
+ </xs:enumeration>
60
+ </xs:restriction>
61
+ </xs:simpleType>
62
+ <xs:simpleType name="SAP-ImprovementMeasureCode">
63
+ <xs:annotation>
64
+ <xs:documentation>Code which indicates an improvement measure for a property.</xs:documentation>
65
+ </xs:annotation>
66
+ <xs:restriction base="xs:string">
67
+ <xs:enumeration value="A">
68
+ <xs:annotation>
69
+ <xs:documentation>Loft insulation</xs:documentation>
70
+ </xs:annotation>
71
+ </xs:enumeration>
72
+ <xs:enumeration value="A2">
73
+ <xs:annotation>
74
+ <xs:documentation>Flat roof insulation</xs:documentation>
75
+ </xs:annotation>
76
+ </xs:enumeration>
77
+ <xs:enumeration value="A3">
78
+ <xs:annotation>
79
+ <xs:documentation>Room-in-roof insulation</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:enumeration>
82
+ <xs:enumeration value="B">
83
+ <xs:annotation>
84
+ <xs:documentation>Cavity wall insulation</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:enumeration>
87
+ <xs:enumeration value="C">
88
+ <xs:annotation>
89
+ <xs:documentation>Hot water cylinder insulation</xs:documentation>
90
+ </xs:annotation>
91
+ </xs:enumeration>
92
+ <xs:enumeration value="D">
93
+ <xs:annotation>
94
+ <xs:documentation>Draughtproofing</xs:documentation>
95
+ </xs:annotation>
96
+ </xs:enumeration>
97
+ <xs:enumeration value="E">
98
+ <xs:annotation>
99
+ <xs:documentation>Low energy lights</xs:documentation>
100
+ </xs:annotation>
101
+ </xs:enumeration>
102
+ <xs:enumeration value="F">
103
+ <xs:annotation>
104
+ <xs:documentation>Cylinder thermostat</xs:documentation>
105
+ </xs:annotation>
106
+ </xs:enumeration>
107
+ <xs:enumeration value="G">
108
+ <xs:annotation>
109
+ <xs:documentation>Heating controls for wet central heating system</xs:documentation>
110
+ </xs:annotation>
111
+ </xs:enumeration>
112
+ <xs:enumeration value="H">
113
+ <xs:annotation>
114
+ <xs:documentation>Heating controls for warm air system</xs:documentation>
115
+ </xs:annotation>
116
+ </xs:enumeration>
117
+ <xs:enumeration value="I">
118
+ <xs:annotation>
119
+ <xs:documentation>Upgrade boiler, same fuel</xs:documentation>
120
+ </xs:annotation>
121
+ </xs:enumeration>
122
+ <xs:enumeration value="J">
123
+ <xs:annotation>
124
+ <xs:documentation>Biomass boiler</xs:documentation>
125
+ </xs:annotation>
126
+ </xs:enumeration>
127
+ <xs:enumeration value="J2">
128
+ <xs:annotation>
129
+ <xs:documentation>Biomass boiler as alternative improvement</xs:documentation>
130
+ </xs:annotation>
131
+ </xs:enumeration>
132
+ <xs:enumeration value="K">
133
+ <xs:annotation>
134
+ <xs:documentation>Biomass room heater with boiler</xs:documentation>
135
+ </xs:annotation>
136
+ </xs:enumeration>
137
+ <xs:enumeration value="L">
138
+ <xs:annotation>
139
+ <xs:documentation>New or replacement fan-assisted storage heaters</xs:documentation>
140
+ </xs:annotation>
141
+ </xs:enumeration>
142
+ <xs:enumeration value="L2">
143
+ <xs:annotation>
144
+ <xs:documentation>New or replacement high heat retention storage heaters</xs:documentation>
145
+ </xs:annotation>
146
+ </xs:enumeration>
147
+ <xs:enumeration value="M">
148
+ <xs:annotation>
149
+ <xs:documentation>Replacement warm-air unit</xs:documentation>
150
+ </xs:annotation>
151
+ </xs:enumeration>
152
+ <xs:enumeration value="N">
153
+ <xs:annotation>
154
+ <xs:documentation>Solar water heating</xs:documentation>
155
+ </xs:annotation>
156
+ </xs:enumeration>
157
+ <xs:enumeration value="O">
158
+ <xs:annotation>
159
+ <xs:documentation>Replacement double glazed windows</xs:documentation>
160
+ </xs:annotation>
161
+ </xs:enumeration>
162
+ <xs:enumeration value="O3">
163
+ <xs:annotation>
164
+ <xs:documentation>Replacement double glazing units</xs:documentation>
165
+ </xs:annotation>
166
+ </xs:enumeration>
167
+ <xs:enumeration value="P">
168
+ <xs:annotation>
169
+ <xs:documentation>Secondary glazing</xs:documentation>
170
+ </xs:annotation>
171
+ </xs:enumeration>
172
+ <xs:enumeration value="Q">
173
+ <xs:annotation>
174
+ <xs:documentation>Solid wall insulation</xs:documentation>
175
+ </xs:annotation>
176
+ </xs:enumeration>
177
+ <xs:enumeration value="Q2">
178
+ <xs:annotation>
179
+ <xs:documentation>External insulation with cavity wall insulation</xs:documentation>
180
+ </xs:annotation>
181
+ </xs:enumeration>
182
+ <xs:enumeration value="R">
183
+ <xs:annotation>
184
+ <xs:documentation>Condensing oil boiler</xs:documentation>
185
+ </xs:annotation>
186
+ </xs:enumeration>
187
+ <xs:enumeration value="S">
188
+ <xs:annotation>
189
+ <xs:documentation>Change heating to Band A gas condensing boiler (no fuel switch)</xs:documentation>
190
+ </xs:annotation>
191
+ </xs:enumeration>
192
+ <xs:enumeration value="T">
193
+ <xs:annotation>
194
+ <xs:documentation>Change heating to Band A gas condensing boiler (fuel switch)</xs:documentation>
195
+ </xs:annotation>
196
+ </xs:enumeration>
197
+ <xs:enumeration value="T2">
198
+ <xs:annotation>
199
+ <xs:documentation>Flue gas heat recovery</xs:documentation>
200
+ </xs:annotation>
201
+ </xs:enumeration>
202
+ <xs:enumeration value="U">
203
+ <xs:annotation>
204
+ <xs:documentation>Photovoltaics</xs:documentation>
205
+ </xs:annotation>
206
+ </xs:enumeration>
207
+ <xs:enumeration value="V">
208
+ <xs:annotation>
209
+ <xs:documentation>Wind turbine (roof mounted)</xs:documentation>
210
+ </xs:annotation>
211
+ </xs:enumeration>
212
+ <xs:enumeration value="V2">
213
+ <xs:annotation>
214
+ <xs:documentation>Wind turbine (on mast)</xs:documentation>
215
+ </xs:annotation>
216
+ </xs:enumeration>
217
+ <xs:enumeration value="W">
218
+ <xs:annotation>
219
+ <xs:documentation>Floor insulation</xs:documentation>
220
+ </xs:annotation>
221
+ </xs:enumeration>
222
+ <xs:enumeration value="X">
223
+ <xs:annotation>
224
+ <xs:documentation>Insulated doors</xs:documentation>
225
+ </xs:annotation>
226
+ </xs:enumeration>
227
+ <xs:enumeration value="Y">
228
+ <xs:annotation>
229
+ <xs:documentation>Instantaneous waste water heat recovery</xs:documentation>
230
+ </xs:annotation>
231
+ </xs:enumeration>
232
+ <xs:enumeration value="Y2">
233
+ <xs:annotation>
234
+ <xs:documentation>Storage waste water heat recovery</xs:documentation>
235
+ </xs:annotation>
236
+ </xs:enumeration>
237
+ <xs:enumeration value="Z1">
238
+ <xs:annotation>
239
+ <xs:documentation>Air or ground source heat pump</xs:documentation>
240
+ </xs:annotation>
241
+ </xs:enumeration>
242
+ <xs:enumeration value="Z2">
243
+ <xs:annotation>
244
+ <xs:documentation>Air or ground source heat pump with underfloor heating</xs:documentation>
245
+ </xs:annotation>
246
+ </xs:enumeration>
247
+ <xs:enumeration value="Z3">
248
+ <xs:annotation>
249
+ <xs:documentation>Micro-CHP</xs:documentation>
250
+ </xs:annotation>
251
+ </xs:enumeration>
252
+ </xs:restriction>
253
+ </xs:simpleType>
254
+ <xs:simpleType name="SAP-WaterHeatingCode">
255
+ <xs:annotation>
256
+ <xs:documentation>Code which indicates the type of heating system, as defined in SAP table 4a (codes 901-999).</xs:documentation>
257
+ </xs:annotation>
258
+ <xs:restriction base="xs:positiveInteger">
259
+ <xs:maxInclusive value="999"/>
260
+ <xs:minInclusive value="901"/>
261
+ </xs:restriction>
262
+ </xs:simpleType>
263
+ <xs:simpleType name="SAP-LZCEnergySourceCode">
264
+ <xs:annotation>
265
+ <xs:documentation>Code which indicates a particular low or zero carbon energy source.</xs:documentation>
266
+ </xs:annotation>
267
+ <xs:restriction base="xs:string">
268
+ <xs:enumeration value="1">
269
+ <xs:annotation>
270
+ <xs:documentation>Biofuel main heating</xs:documentation>
271
+ </xs:annotation>
272
+ </xs:enumeration>
273
+ <xs:enumeration value="2">
274
+ <xs:annotation>
275
+ <xs:documentation>Biofuel community heating</xs:documentation>
276
+ </xs:annotation>
277
+ </xs:enumeration>
278
+ <xs:enumeration value="3">
279
+ <xs:annotation>
280
+ <xs:documentation>Biofuel community heating for some of heat generation</xs:documentation>
281
+ </xs:annotation>
282
+ </xs:enumeration>
283
+ <xs:enumeration value="4">
284
+ <xs:annotation>
285
+ <xs:documentation>Biofuel secondary heating</xs:documentation>
286
+ </xs:annotation>
287
+ </xs:enumeration>
288
+ <xs:enumeration value="5">
289
+ <xs:annotation>
290
+ <xs:documentation>Geothermal heat source</xs:documentation>
291
+ </xs:annotation>
292
+ </xs:enumeration>
293
+ <xs:enumeration value="6">
294
+ <xs:annotation>
295
+ <xs:documentation>Community combined heat and power</xs:documentation>
296
+ </xs:annotation>
297
+ </xs:enumeration>
298
+ <xs:enumeration value="7">
299
+ <xs:annotation>
300
+ <xs:documentation>Ground source heat pump</xs:documentation>
301
+ </xs:annotation>
302
+ </xs:enumeration>
303
+ <xs:enumeration value="8">
304
+ <xs:annotation>
305
+ <xs:documentation>Water source heat pump</xs:documentation>
306
+ </xs:annotation>
307
+ </xs:enumeration>
308
+ <xs:enumeration value="9">
309
+ <xs:annotation>
310
+ <xs:documentation>Air source heat pump</xs:documentation>
311
+ </xs:annotation>
312
+ </xs:enumeration>
313
+ <xs:enumeration value="10">
314
+ <xs:annotation>
315
+ <xs:documentation>Solar water heating</xs:documentation>
316
+ </xs:annotation>
317
+ </xs:enumeration>
318
+ <xs:enumeration value="11">
319
+ <xs:annotation>
320
+ <xs:documentation>Solar photovoltaics</xs:documentation>
321
+ </xs:annotation>
322
+ </xs:enumeration>
323
+ <xs:enumeration value="12">
324
+ <xs:annotation>
325
+ <xs:documentation>Wind turbine</xs:documentation>
326
+ </xs:annotation>
327
+ </xs:enumeration>
328
+ <xs:enumeration value="13">
329
+ <xs:annotation>
330
+ <xs:documentation>Community heat pump</xs:documentation>
331
+ </xs:annotation>
332
+ </xs:enumeration>
333
+ <xs:enumeration value="14">
334
+ <xs:annotation>
335
+ <xs:documentation>Hydro-electric generation</xs:documentation>
336
+ </xs:annotation>
337
+ </xs:enumeration>
338
+ <xs:enumeration value="15">
339
+ <xs:annotation>
340
+ <xs:documentation>Micro-CHP</xs:documentation>
341
+ </xs:annotation>
342
+ </xs:enumeration>
343
+ <xs:enumeration value="16">
344
+ <xs:annotation>
345
+ <xs:documentation>Exhaust air heat pump</xs:documentation>
346
+ </xs:annotation>
347
+ </xs:enumeration>
348
+ <xs:enumeration value="17">
349
+ <xs:annotation>
350
+ <xs:documentation>Solar-assisted heat pump</xs:documentation>
351
+ </xs:annotation>
352
+ </xs:enumeration>
353
+ </xs:restriction>
354
+ </xs:simpleType>
355
+ <xs:simpleType name="FlueTypeCode">
356
+ <xs:annotation>
357
+ <xs:documentation>Code which indicates the type of flue.</xs:documentation>
358
+ </xs:annotation>
359
+ <xs:restriction base="xs:string">
360
+ <xs:enumeration value="1">
361
+ <xs:annotation>
362
+ <xs:documentation>open flue</xs:documentation>
363
+ </xs:annotation>
364
+ </xs:enumeration>
365
+ <xs:enumeration value="2">
366
+ <xs:annotation>
367
+ <xs:documentation>balanced flue</xs:documentation>
368
+ </xs:annotation>
369
+ </xs:enumeration>
370
+ <xs:enumeration value="3">
371
+ <xs:annotation>
372
+ <xs:documentation>chimney</xs:documentation>
373
+ </xs:annotation>
374
+ </xs:enumeration>
375
+ <xs:enumeration value="4">
376
+ <xs:annotation>
377
+ <xs:documentation>omitted (boiler is in an outhouse, so its flue arrangements are not relevant)</xs:documentation>
378
+ </xs:annotation>
379
+ </xs:enumeration>
380
+ <xs:enumeration value="5">
381
+ <xs:annotation>
382
+ <xs:documentation>unknown (there is a flue, but its type could not be determined)</xs:documentation>
383
+ </xs:annotation>
384
+ </xs:enumeration>
385
+ </xs:restriction>
386
+ </xs:simpleType>
387
+ <xs:simpleType name="SAP-GlazingGapTypeCode">
388
+ <xs:restriction base="xs:string">
389
+ <xs:enumeration value="1">
390
+ <xs:annotation>
391
+ <xs:documentation>6 mm</xs:documentation>
392
+ </xs:annotation>
393
+ </xs:enumeration>
394
+ <xs:enumeration value="2">
395
+ <xs:annotation>
396
+ <xs:documentation>12 mm</xs:documentation>
397
+ </xs:annotation>
398
+ </xs:enumeration>
399
+ <xs:enumeration value="3">
400
+ <xs:annotation>
401
+ <xs:documentation>16 mm or more</xs:documentation>
402
+ </xs:annotation>
403
+ </xs:enumeration>
404
+ </xs:restriction>
405
+ </xs:simpleType>
406
+ <xs:simpleType name="SAP-DataTypeCode">
407
+ <xs:annotation>
408
+ <xs:documentation>Code which indicates the type of SAP data.</xs:documentation>
409
+ </xs:annotation>
410
+ <xs:restriction base="xs:string">
411
+ <xs:enumeration value="1">
412
+ <xs:annotation>
413
+ <xs:documentation>new dwelling as designed</xs:documentation>
414
+ </xs:annotation>
415
+ </xs:enumeration>
416
+ <xs:enumeration value="2">
417
+ <xs:annotation>
418
+ <xs:documentation>new dwelling as built</xs:documentation>
419
+ </xs:annotation>
420
+ </xs:enumeration>
421
+ <xs:enumeration value="3">
422
+ <xs:annotation>
423
+ <xs:documentation>new extension to existing dwelling</xs:documentation>
424
+ </xs:annotation>
425
+ </xs:enumeration>
426
+ <xs:enumeration value="4">
427
+ <xs:annotation>
428
+ <xs:documentation>new dwelling created by change of use</xs:documentation>
429
+ </xs:annotation>
430
+ </xs:enumeration>
431
+ <xs:enumeration value="5">
432
+ <xs:annotation>
433
+ <xs:documentation>existing dwelling</xs:documentation>
434
+ </xs:annotation>
435
+ </xs:enumeration>
436
+ <xs:enumeration value="6">
437
+ <xs:annotation>
438
+ <xs:documentation>other</xs:documentation>
439
+ </xs:annotation>
440
+ </xs:enumeration>
441
+ </xs:restriction>
442
+ </xs:simpleType>
443
+ <xs:simpleType name="SAP-VersionCode">
444
+ <xs:annotation>
445
+ <xs:documentation>Code which indicates the SAP version.</xs:documentation>
446
+ </xs:annotation>
447
+ <xs:restriction base="xs:string">
448
+ <xs:enumeration value="9.80">
449
+ <xs:annotation>
450
+ <xs:documentation>SAP 2005 version 9.80, dated October 2005</xs:documentation>
451
+ </xs:annotation>
452
+ </xs:enumeration>
453
+ <xs:enumeration value="9.81">
454
+ <xs:annotation>
455
+ <xs:documentation>SAP version 9.81, dated January 2008</xs:documentation>
456
+ </xs:annotation>
457
+ </xs:enumeration>
458
+ <xs:enumeration value="9.82">
459
+ <xs:annotation>
460
+ <xs:documentation>SAP version 9.82, dated Jun 2008</xs:documentation>
461
+ </xs:annotation>
462
+ </xs:enumeration>
463
+ <xs:enumeration value="9.83">
464
+ <xs:annotation>
465
+ <xs:documentation>SAP version 9.83, dated Jun 2009</xs:documentation>
466
+ </xs:annotation>
467
+ </xs:enumeration>
468
+ <xs:enumeration value="9.90">
469
+ <xs:annotation>
470
+ <xs:documentation>SAP version 9.90, dated Mar 2010</xs:documentation>
471
+ </xs:annotation>
472
+ </xs:enumeration>
473
+ <xs:enumeration value="9.91">
474
+ <xs:annotation>
475
+ <xs:documentation>SAP version 9.91, dated Jan 2012</xs:documentation>
476
+ </xs:annotation>
477
+ </xs:enumeration>
478
+ <xs:enumeration value="9.92">
479
+ <xs:annotation>
480
+ <xs:documentation>SAP version 9.92, dated Oct 2013</xs:documentation>
481
+ </xs:annotation>
482
+ </xs:enumeration>
483
+ <xs:enumeration value="10.2">
484
+ <xs:annotation>
485
+ <xs:documentation>SAP version 10.2, dated Oct 2020</xs:documentation>
486
+ </xs:annotation>
487
+ </xs:enumeration>
488
+ </xs:restriction>
489
+ </xs:simpleType>
490
+ <xs:simpleType name="SAP-FloorTypeCode">
491
+ <xs:annotation>
492
+ <xs:documentation>Code which indicates the type of floor (exposure).</xs:documentation>
493
+ </xs:annotation>
494
+ <xs:restriction base="xs:string">
495
+ <xs:enumeration value="1">
496
+ <xs:annotation>
497
+ <xs:documentation>basement floor</xs:documentation>
498
+ </xs:annotation>
499
+ </xs:enumeration>
500
+ <xs:enumeration value="2">
501
+ <xs:annotation>
502
+ <xs:documentation>ground floor</xs:documentation>
503
+ </xs:annotation>
504
+ </xs:enumeration>
505
+ <xs:enumeration value="3">
506
+ <xs:annotation>
507
+ <xs:documentation>upper floor (if heat loss area &gt; 0, this area is an exposed floor)</xs:documentation>
508
+ </xs:annotation>
509
+ </xs:enumeration>
510
+ <xs:enumeration value="4">
511
+ <xs:annotation>
512
+ <xs:documentation>party floor</xs:documentation>
513
+ </xs:annotation>
514
+ </xs:enumeration>
515
+ </xs:restriction>
516
+ </xs:simpleType>
517
+ <xs:simpleType name="UKCountryCode">
518
+ <xs:annotation>
519
+ <xs:documentation>Code which indicates the country within the UK, taken from BS 6879.</xs:documentation>
520
+ </xs:annotation>
521
+ <xs:restriction base="xs:string">
522
+ <xs:enumeration value="EAW">
523
+ <xs:annotation>
524
+ <xs:documentation>England and Wales, for backwards compatibility only.</xs:documentation>
525
+ </xs:annotation>
526
+ </xs:enumeration>
527
+ <xs:enumeration value="ENG">
528
+ <xs:annotation>
529
+ <xs:documentation>England</xs:documentation>
530
+ </xs:annotation>
531
+ </xs:enumeration>
532
+ <xs:enumeration value="WLS">
533
+ <xs:annotation>
534
+ <xs:documentation>Wales</xs:documentation>
535
+ </xs:annotation>
536
+ </xs:enumeration>
537
+ <xs:enumeration value="SCT">
538
+ <xs:annotation>
539
+ <xs:documentation>Scotland</xs:documentation>
540
+ </xs:annotation>
541
+ </xs:enumeration>
542
+ <xs:enumeration value="NIR">
543
+ <xs:annotation>
544
+ <xs:documentation>Northern Ireland</xs:documentation>
545
+ </xs:annotation>
546
+ </xs:enumeration>
547
+ </xs:restriction>
548
+ </xs:simpleType>
549
+ <xs:simpleType name="UKRegionCode">
550
+ <xs:annotation>
551
+ <xs:documentation>Code which indicates the region within the UK.</xs:documentation>
552
+ </xs:annotation>
553
+ <xs:restriction base="xs:string">
554
+ <xs:enumeration value="1">
555
+ <xs:annotation>
556
+ <xs:documentation>Borders</xs:documentation>
557
+ </xs:annotation>
558
+ </xs:enumeration>
559
+ <xs:enumeration value="2">
560
+ <xs:annotation>
561
+ <xs:documentation>East Anglia</xs:documentation>
562
+ </xs:annotation>
563
+ </xs:enumeration>
564
+ <xs:enumeration value="3">
565
+ <xs:annotation>
566
+ <xs:documentation>East Pennines</xs:documentation>
567
+ </xs:annotation>
568
+ </xs:enumeration>
569
+ <xs:enumeration value="4">
570
+ <xs:annotation>
571
+ <xs:documentation>East Scotland</xs:documentation>
572
+ </xs:annotation>
573
+ </xs:enumeration>
574
+ <xs:enumeration value="5">
575
+ <xs:annotation>
576
+ <xs:documentation>Highland</xs:documentation>
577
+ </xs:annotation>
578
+ </xs:enumeration>
579
+ <xs:enumeration value="6">
580
+ <xs:annotation>
581
+ <xs:documentation>Midlands</xs:documentation>
582
+ </xs:annotation>
583
+ </xs:enumeration>
584
+ <xs:enumeration value="7">
585
+ <xs:annotation>
586
+ <xs:documentation>North East England</xs:documentation>
587
+ </xs:annotation>
588
+ </xs:enumeration>
589
+ <xs:enumeration value="8">
590
+ <xs:annotation>
591
+ <xs:documentation>North East Scotland</xs:documentation>
592
+ </xs:annotation>
593
+ </xs:enumeration>
594
+ <xs:enumeration value="9">
595
+ <xs:annotation>
596
+ <xs:documentation>North West England / South West Scotland</xs:documentation>
597
+ </xs:annotation>
598
+ </xs:enumeration>
599
+ <xs:enumeration value="10">
600
+ <xs:annotation>
601
+ <xs:documentation>Northern Ireland</xs:documentation>
602
+ </xs:annotation>
603
+ </xs:enumeration>
604
+ <xs:enumeration value="11">
605
+ <xs:annotation>
606
+ <xs:documentation>Orkney</xs:documentation>
607
+ </xs:annotation>
608
+ </xs:enumeration>
609
+ <xs:enumeration value="12">
610
+ <xs:annotation>
611
+ <xs:documentation>Severn Valley</xs:documentation>
612
+ </xs:annotation>
613
+ </xs:enumeration>
614
+ <xs:enumeration value="13">
615
+ <xs:annotation>
616
+ <xs:documentation>Shetland</xs:documentation>
617
+ </xs:annotation>
618
+ </xs:enumeration>
619
+ <xs:enumeration value="14">
620
+ <xs:annotation>
621
+ <xs:documentation>South East England</xs:documentation>
622
+ </xs:annotation>
623
+ </xs:enumeration>
624
+ <xs:enumeration value="15">
625
+ <xs:annotation>
626
+ <xs:documentation>South West England</xs:documentation>
627
+ </xs:annotation>
628
+ </xs:enumeration>
629
+ <xs:enumeration value="16">
630
+ <xs:annotation>
631
+ <xs:documentation>Southern England</xs:documentation>
632
+ </xs:annotation>
633
+ </xs:enumeration>
634
+ <xs:enumeration value="17">
635
+ <xs:annotation>
636
+ <xs:documentation>Thames Valley</xs:documentation>
637
+ </xs:annotation>
638
+ </xs:enumeration>
639
+ <xs:enumeration value="18">
640
+ <xs:annotation>
641
+ <xs:documentation>Wales</xs:documentation>
642
+ </xs:annotation>
643
+ </xs:enumeration>
644
+ <xs:enumeration value="19">
645
+ <xs:annotation>
646
+ <xs:documentation>West Pennines</xs:documentation>
647
+ </xs:annotation>
648
+ </xs:enumeration>
649
+ <xs:enumeration value="20">
650
+ <xs:annotation>
651
+ <xs:documentation>West Scotland</xs:documentation>
652
+ </xs:annotation>
653
+ </xs:enumeration>
654
+ <xs:enumeration value="21">
655
+ <xs:annotation>
656
+ <xs:documentation>Western Isles</xs:documentation>
657
+ </xs:annotation>
658
+ </xs:enumeration>
659
+ <xs:enumeration value="22">
660
+ <xs:annotation>
661
+ <xs:documentation>Jersey</xs:documentation>
662
+ </xs:annotation>
663
+ </xs:enumeration>
664
+ <xs:enumeration value="23">
665
+ <xs:annotation>
666
+ <xs:documentation>Guernsey</xs:documentation>
667
+ </xs:annotation>
668
+ </xs:enumeration>
669
+ <xs:enumeration value="24">
670
+ <xs:annotation>
671
+ <xs:documentation>Isle of Man</xs:documentation>
672
+ </xs:annotation>
673
+ </xs:enumeration>
674
+ </xs:restriction>
675
+ </xs:simpleType>
676
+ <xs:simpleType name="SAP-WallTypeCode">
677
+ <xs:annotation>
678
+ <xs:documentation>Code which indicates the type of wall (exposure).</xs:documentation>
679
+ </xs:annotation>
680
+ <xs:restriction base="xs:string">
681
+ <xs:enumeration value="1">
682
+ <xs:annotation>
683
+ <xs:documentation>basement wall</xs:documentation>
684
+ </xs:annotation>
685
+ </xs:enumeration>
686
+ <xs:enumeration value="2">
687
+ <xs:annotation>
688
+ <xs:documentation>exposed wall</xs:documentation>
689
+ </xs:annotation>
690
+ </xs:enumeration>
691
+ <xs:enumeration value="3">
692
+ <xs:annotation>
693
+ <xs:documentation>sheltered wall</xs:documentation>
694
+ </xs:annotation>
695
+ </xs:enumeration>
696
+ <xs:enumeration value="4">
697
+ <xs:annotation>
698
+ <xs:documentation>party wall</xs:documentation>
699
+ </xs:annotation>
700
+ </xs:enumeration>
701
+ <xs:enumeration value="5">
702
+ <xs:annotation>
703
+ <xs:documentation>internal wall</xs:documentation>
704
+ </xs:annotation>
705
+ </xs:enumeration>
706
+ </xs:restriction>
707
+ </xs:simpleType>
708
+ <xs:simpleType name="SAP-ThermalBridgeCode">
709
+ <xs:annotation>
710
+ <xs:documentation>Code which indicates how the thermal bridge data has been recorded.</xs:documentation>
711
+ </xs:annotation>
712
+ <xs:restriction base="xs:string">
713
+ <xs:enumeration value="1">
714
+ <xs:annotation>
715
+ <xs:documentation>default</xs:documentation>
716
+ </xs:annotation>
717
+ </xs:enumeration>
718
+ <xs:enumeration value="2">
719
+ <xs:annotation>
720
+ <xs:documentation>2002 regulations. For backwards compatibility only, do not use.</xs:documentation>
721
+ </xs:annotation>
722
+ </xs:enumeration>
723
+ <xs:enumeration value="3">
724
+ <xs:annotation>
725
+ <xs:documentation>accredited. For backwards compatibility only, do not use.</xs:documentation>
726
+ </xs:annotation>
727
+ </xs:enumeration>
728
+ <xs:enumeration value="4">
729
+ <xs:annotation>
730
+ <xs:documentation>user defined (global y-value)</xs:documentation>
731
+ </xs:annotation>
732
+ </xs:enumeration>
733
+ <xs:enumeration value="5">
734
+ <xs:annotation>
735
+ <xs:documentation>user defined (individual values)</xs:documentation>
736
+ </xs:annotation>
737
+ </xs:enumeration>
738
+ </xs:restriction>
739
+ </xs:simpleType>
740
+ <xs:simpleType name="SAP-ThermalBridgeTypeCode">
741
+ <xs:annotation>
742
+ <xs:documentation>Code which indicates a particular type of thermal bridge.</xs:documentation>
743
+ </xs:annotation>
744
+ <xs:restriction base="xs:string">
745
+ <xs:enumeration value="ND">
746
+ <xs:annotation>
747
+ <xs:documentation>not defined (for backward compatibility only, do not use)</xs:documentation>
748
+ </xs:annotation>
749
+ </xs:enumeration>
750
+ <xs:enumeration value="E1">
751
+ <xs:annotation>
752
+ <xs:documentation>Steel lintel with perforated steel base plate</xs:documentation>
753
+ </xs:annotation>
754
+ </xs:enumeration>
755
+ <xs:enumeration value="E2">
756
+ <xs:annotation>
757
+ <xs:documentation>Other lintels (including other steel lintels)</xs:documentation>
758
+ </xs:annotation>
759
+ </xs:enumeration>
760
+ <xs:enumeration value="E3">
761
+ <xs:annotation>
762
+ <xs:documentation>Sill</xs:documentation>
763
+ </xs:annotation>
764
+ </xs:enumeration>
765
+ <xs:enumeration value="E4">
766
+ <xs:annotation>
767
+ <xs:documentation>Jamb</xs:documentation>
768
+ </xs:annotation>
769
+ </xs:enumeration>
770
+ <xs:enumeration value="E5">
771
+ <xs:annotation>
772
+ <xs:documentation>Ground floor (normal)</xs:documentation>
773
+ </xs:annotation>
774
+ </xs:enumeration>
775
+ <xs:enumeration value="E6">
776
+ <xs:annotation>
777
+ <xs:documentation>Intermediate floor within a dwelling</xs:documentation>
778
+ </xs:annotation>
779
+ </xs:enumeration>
780
+ <xs:enumeration value="E7">
781
+ <xs:annotation>
782
+ <xs:documentation>Party floor between dwellings (in blocks of flats)</xs:documentation>
783
+ </xs:annotation>
784
+ </xs:enumeration>
785
+ <xs:enumeration value="E8">
786
+ <xs:annotation>
787
+ <xs:documentation>Balcony within a dwelling, wall insulation continuous</xs:documentation>
788
+ </xs:annotation>
789
+ </xs:enumeration>
790
+ <xs:enumeration value="E9">
791
+ <xs:annotation>
792
+ <xs:documentation>Balcony between dwellings, wall insulation continuous</xs:documentation>
793
+ </xs:annotation>
794
+ </xs:enumeration>
795
+ <xs:enumeration value="E10">
796
+ <xs:annotation>
797
+ <xs:documentation>Eaves (insulation at ceiling level)</xs:documentation>
798
+ </xs:annotation>
799
+ </xs:enumeration>
800
+ <xs:enumeration value="E11">
801
+ <xs:annotation>
802
+ <xs:documentation>Eaves (insulation at rafter level)</xs:documentation>
803
+ </xs:annotation>
804
+ </xs:enumeration>
805
+ <xs:enumeration value="E12">
806
+ <xs:annotation>
807
+ <xs:documentation>Gable (insulation at ceiling level)</xs:documentation>
808
+ </xs:annotation>
809
+ </xs:enumeration>
810
+ <xs:enumeration value="E13">
811
+ <xs:annotation>
812
+ <xs:documentation>Gable (insulation at rafter level)</xs:documentation>
813
+ </xs:annotation>
814
+ </xs:enumeration>
815
+ <xs:enumeration value="E14">
816
+ <xs:annotation>
817
+ <xs:documentation>Flat roof</xs:documentation>
818
+ </xs:annotation>
819
+ </xs:enumeration>
820
+ <xs:enumeration value="E15">
821
+ <xs:annotation>
822
+ <xs:documentation>Flat roof with parapet</xs:documentation>
823
+ </xs:annotation>
824
+ </xs:enumeration>
825
+ <xs:enumeration value="E16">
826
+ <xs:annotation>
827
+ <xs:documentation>Corner (normal)</xs:documentation>
828
+ </xs:annotation>
829
+ </xs:enumeration>
830
+ <xs:enumeration value="E17">
831
+ <xs:annotation>
832
+ <xs:documentation>Corner (inverted – internal area greater than external area)</xs:documentation>
833
+ </xs:annotation>
834
+ </xs:enumeration>
835
+ <xs:enumeration value="E18">
836
+ <xs:annotation>
837
+ <xs:documentation>Party wall between dwellings</xs:documentation>
838
+ </xs:annotation>
839
+ </xs:enumeration>
840
+ <xs:enumeration value="E19">
841
+ <xs:annotation>
842
+ <xs:documentation>Ground floor (inverted)</xs:documentation>
843
+ </xs:annotation>
844
+ </xs:enumeration>
845
+ <xs:enumeration value="E20">
846
+ <xs:annotation>
847
+ <xs:documentation>Exposed floor (normal)</xs:documentation>
848
+ </xs:annotation>
849
+ </xs:enumeration>
850
+ <xs:enumeration value="E21">
851
+ <xs:annotation>
852
+ <xs:documentation>Exposed floor (inverted)</xs:documentation>
853
+ </xs:annotation>
854
+ </xs:enumeration>
855
+ <xs:enumeration value="E22">
856
+ <xs:annotation>
857
+ <xs:documentation>Basement floor</xs:documentation>
858
+ </xs:annotation>
859
+ </xs:enumeration>
860
+ <xs:enumeration value="E23">
861
+ <xs:annotation>
862
+ <xs:documentation>Balcony within or between dwellings, balcony support penetrates wall insulation</xs:documentation>
863
+ </xs:annotation>
864
+ </xs:enumeration>
865
+ <xs:enumeration value="E24">
866
+ <xs:annotation>
867
+ <xs:documentation>Eaves (insulation at ceiling level – inverted)</xs:documentation>
868
+ </xs:annotation>
869
+ </xs:enumeration>
870
+ <xs:enumeration value="E25">
871
+ <xs:annotation>
872
+ <xs:documentation>Staggered party wall between dwellings</xs:documentation>
873
+ </xs:annotation>
874
+ </xs:enumeration>
875
+ <xs:enumeration value="P1">
876
+ <xs:annotation>
877
+ <xs:documentation>Ground floor</xs:documentation>
878
+ </xs:annotation>
879
+ </xs:enumeration>
880
+ <xs:enumeration value="P2">
881
+ <xs:annotation>
882
+ <xs:documentation>Intermediate floor within a dwelling</xs:documentation>
883
+ </xs:annotation>
884
+ </xs:enumeration>
885
+ <xs:enumeration value="P3">
886
+ <xs:annotation>
887
+ <xs:documentation>Intermediate floor between dwellings (in blocks of flats)</xs:documentation>
888
+ </xs:annotation>
889
+ </xs:enumeration>
890
+ <xs:enumeration value="P4">
891
+ <xs:annotation>
892
+ <xs:documentation>Roof (insulation at ceiling level)</xs:documentation>
893
+ </xs:annotation>
894
+ </xs:enumeration>
895
+ <xs:enumeration value="P5">
896
+ <xs:annotation>
897
+ <xs:documentation>Roof (insulation at rafter level)</xs:documentation>
898
+ </xs:annotation>
899
+ </xs:enumeration>
900
+ <xs:enumeration value="P6">
901
+ <xs:annotation>
902
+ <xs:documentation>Ground floor (inverted)</xs:documentation>
903
+ </xs:annotation>
904
+ </xs:enumeration>
905
+ <xs:enumeration value="P7">
906
+ <xs:annotation>
907
+ <xs:documentation>Exposed floor (normal)</xs:documentation>
908
+ </xs:annotation>
909
+ </xs:enumeration>
910
+ <xs:enumeration value="P8">
911
+ <xs:annotation>
912
+ <xs:documentation>Exposed floor (inverted)</xs:documentation>
913
+ </xs:annotation>
914
+ </xs:enumeration>
915
+ <xs:enumeration value="R1">
916
+ <xs:annotation>
917
+ <xs:documentation>Head of roof window</xs:documentation>
918
+ </xs:annotation>
919
+ </xs:enumeration>
920
+ <xs:enumeration value="R2">
921
+ <xs:annotation>
922
+ <xs:documentation>Sill of roof window</xs:documentation>
923
+ </xs:annotation>
924
+ </xs:enumeration>
925
+ <xs:enumeration value="R3">
926
+ <xs:annotation>
927
+ <xs:documentation>Jamb of roof window</xs:documentation>
928
+ </xs:annotation>
929
+ </xs:enumeration>
930
+ <xs:enumeration value="R4">
931
+ <xs:annotation>
932
+ <xs:documentation>Ridge (vaulted ceiling)</xs:documentation>
933
+ </xs:annotation>
934
+ </xs:enumeration>
935
+ <xs:enumeration value="R5">
936
+ <xs:annotation>
937
+ <xs:documentation>Ridge (inverted)</xs:documentation>
938
+ </xs:annotation>
939
+ </xs:enumeration>
940
+ <xs:enumeration value="R6">
941
+ <xs:annotation>
942
+ <xs:documentation>Flat ceiling</xs:documentation>
943
+ </xs:annotation>
944
+ </xs:enumeration>
945
+ <xs:enumeration value="R7">
946
+ <xs:annotation>
947
+ <xs:documentation>Flat ceiling (inverted)</xs:documentation>
948
+ </xs:annotation>
949
+ </xs:enumeration>
950
+ <xs:enumeration value="R8">
951
+ <xs:annotation>
952
+ <xs:documentation>Roof to wall (rafter)</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:enumeration>
955
+ <xs:enumeration value="R9">
956
+ <xs:annotation>
957
+ <xs:documentation>Roof to wall (flat ceiling)</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:enumeration>
960
+ <xs:enumeration value="R10">
961
+ <xs:annotation>
962
+ <xs:documentation>All other roof or room-in-roof junctions</xs:documentation>
963
+ </xs:annotation>
964
+ </xs:enumeration>
965
+ <xs:enumeration value="R11">
966
+ <xs:annotation>
967
+ <xs:documentation>Upstands or kerbs of rooflights</xs:documentation>
968
+ </xs:annotation>
969
+ </xs:enumeration>
970
+ <xs:enumeration value="O1">
971
+ <xs:annotation>
972
+ <xs:documentation>other type 1</xs:documentation>
973
+ </xs:annotation>
974
+ </xs:enumeration>
975
+ <xs:enumeration value="O2">
976
+ <xs:annotation>
977
+ <xs:documentation>other type 2</xs:documentation>
978
+ </xs:annotation>
979
+ </xs:enumeration>
980
+ </xs:restriction>
981
+ </xs:simpleType>
982
+ <xs:simpleType name="SAP-OrientationCode">
983
+ <xs:annotation>
984
+ <xs:documentation>Code which indicates the compass direction.</xs:documentation>
985
+ </xs:annotation>
986
+ <xs:restriction base="xs:string">
987
+ <xs:enumeration value="0">
988
+ <xs:annotation>
989
+ <xs:documentation>unknown or unspecified</xs:documentation>
990
+ </xs:annotation>
991
+ </xs:enumeration>
992
+ <xs:enumeration value="1">
993
+ <xs:annotation>
994
+ <xs:documentation>North</xs:documentation>
995
+ </xs:annotation>
996
+ </xs:enumeration>
997
+ <xs:enumeration value="2">
998
+ <xs:annotation>
999
+ <xs:documentation>North East</xs:documentation>
1000
+ </xs:annotation>
1001
+ </xs:enumeration>
1002
+ <xs:enumeration value="3">
1003
+ <xs:annotation>
1004
+ <xs:documentation>East</xs:documentation>
1005
+ </xs:annotation>
1006
+ </xs:enumeration>
1007
+ <xs:enumeration value="4">
1008
+ <xs:annotation>
1009
+ <xs:documentation>South East</xs:documentation>
1010
+ </xs:annotation>
1011
+ </xs:enumeration>
1012
+ <xs:enumeration value="5">
1013
+ <xs:annotation>
1014
+ <xs:documentation>South</xs:documentation>
1015
+ </xs:annotation>
1016
+ </xs:enumeration>
1017
+ <xs:enumeration value="6">
1018
+ <xs:annotation>
1019
+ <xs:documentation>South West</xs:documentation>
1020
+ </xs:annotation>
1021
+ </xs:enumeration>
1022
+ <xs:enumeration value="7">
1023
+ <xs:annotation>
1024
+ <xs:documentation>West</xs:documentation>
1025
+ </xs:annotation>
1026
+ </xs:enumeration>
1027
+ <xs:enumeration value="8">
1028
+ <xs:annotation>
1029
+ <xs:documentation>North West</xs:documentation>
1030
+ </xs:annotation>
1031
+ </xs:enumeration>
1032
+ <xs:enumeration value="9">
1033
+ <xs:annotation>
1034
+ <xs:documentation>Horizontal (windows and roof windows only)</xs:documentation>
1035
+ </xs:annotation>
1036
+ </xs:enumeration>
1037
+ </xs:restriction>
1038
+ </xs:simpleType>
1039
+ <xs:simpleType name="SAP-OpeningDataSourceCode">
1040
+ <xs:annotation>
1041
+ <xs:documentation>Code which indicates the source of opening data.</xs:documentation>
1042
+ </xs:annotation>
1043
+ <xs:restriction base="xs:string">
1044
+ <xs:enumeration value="2">
1045
+ <xs:annotation>
1046
+ <xs:documentation>manufacturer declaration</xs:documentation>
1047
+ </xs:annotation>
1048
+ </xs:enumeration>
1049
+ <xs:enumeration value="3">
1050
+ <xs:annotation>
1051
+ <xs:documentation>SAP table</xs:documentation>
1052
+ </xs:annotation>
1053
+ </xs:enumeration>
1054
+ <xs:enumeration value="4">
1055
+ <xs:annotation>
1056
+ <xs:documentation>BFRC data</xs:documentation>
1057
+ </xs:annotation>
1058
+ </xs:enumeration>
1059
+ </xs:restriction>
1060
+ </xs:simpleType>
1061
+ <xs:simpleType name="SAP-OpeningTypeCode">
1062
+ <xs:annotation>
1063
+ <xs:documentation>Code which indicates the type of opening.</xs:documentation>
1064
+ </xs:annotation>
1065
+ <xs:restriction base="xs:string">
1066
+ <xs:enumeration value="1">
1067
+ <xs:annotation>
1068
+ <xs:documentation>solid door</xs:documentation>
1069
+ </xs:annotation>
1070
+ </xs:enumeration>
1071
+ <xs:enumeration value="2">
1072
+ <xs:annotation>
1073
+ <xs:documentation>semi-glazed door</xs:documentation>
1074
+ </xs:annotation>
1075
+ </xs:enumeration>
1076
+ <xs:enumeration value="3">
1077
+ <xs:annotation>
1078
+ <xs:documentation>door to corridor</xs:documentation>
1079
+ </xs:annotation>
1080
+ </xs:enumeration>
1081
+ <xs:enumeration value="4">
1082
+ <xs:annotation>
1083
+ <xs:documentation>window</xs:documentation>
1084
+ </xs:annotation>
1085
+ </xs:enumeration>
1086
+ <xs:enumeration value="5">
1087
+ <xs:annotation>
1088
+ <xs:documentation>roof window</xs:documentation>
1089
+ </xs:annotation>
1090
+ </xs:enumeration>
1091
+ <xs:enumeration value="6">
1092
+ <xs:annotation>
1093
+ <xs:documentation>rooflight</xs:documentation>
1094
+ </xs:annotation>
1095
+ </xs:enumeration>
1096
+ </xs:restriction>
1097
+ </xs:simpleType>
1098
+ <xs:simpleType name="HeatEmitterCode">
1099
+ <xs:annotation>
1100
+ <xs:documentation>Code which indicates the type of heating emitter.</xs:documentation>
1101
+ </xs:annotation>
1102
+ <xs:restriction base="xs:string">
1103
+ <xs:enumeration value="1">
1104
+ <xs:annotation>
1105
+ <xs:documentation>radiators</xs:documentation>
1106
+ </xs:annotation>
1107
+ </xs:enumeration>
1108
+ <xs:enumeration value="2">
1109
+ <xs:annotation>
1110
+ <xs:documentation>underfloor</xs:documentation>
1111
+ </xs:annotation>
1112
+ </xs:enumeration>
1113
+ <xs:enumeration value="3">
1114
+ <xs:annotation>
1115
+ <xs:documentation>both radiators and underfloor</xs:documentation>
1116
+ </xs:annotation>
1117
+ </xs:enumeration>
1118
+ <xs:enumeration value="4">
1119
+ <xs:annotation>
1120
+ <xs:documentation>fan coil units</xs:documentation>
1121
+ </xs:annotation>
1122
+ </xs:enumeration>
1123
+ </xs:restriction>
1124
+ </xs:simpleType>
1125
+ <xs:simpleType name="SAP-GlazingTypeCode">
1126
+ <xs:annotation>
1127
+ <xs:documentation>Code which indicates the type of glazing; if U-value is from BFRC or manufacturer declaration, give as one of
1128
+ - single
1129
+ - double
1130
+ - triple.</xs:documentation>
1131
+ </xs:annotation>
1132
+ <xs:restriction base="xs:string">
1133
+ <xs:enumeration value="1">
1134
+ <xs:annotation>
1135
+ <xs:documentation>not applicable (non-glazed door)</xs:documentation>
1136
+ </xs:annotation>
1137
+ </xs:enumeration>
1138
+ <xs:enumeration value="2">
1139
+ <xs:annotation>
1140
+ <xs:documentation>single</xs:documentation>
1141
+ </xs:annotation>
1142
+ </xs:enumeration>
1143
+ <xs:enumeration value="3">
1144
+ <xs:annotation>
1145
+ <xs:documentation>double</xs:documentation>
1146
+ </xs:annotation>
1147
+ </xs:enumeration>
1148
+ <xs:enumeration value="4">
1149
+ <xs:annotation>
1150
+ <xs:documentation>double low-E hard 0.2</xs:documentation>
1151
+ </xs:annotation>
1152
+ </xs:enumeration>
1153
+ <xs:enumeration value="5">
1154
+ <xs:annotation>
1155
+ <xs:documentation>double low-E hard 0.15</xs:documentation>
1156
+ </xs:annotation>
1157
+ </xs:enumeration>
1158
+ <xs:enumeration value="6">
1159
+ <xs:annotation>
1160
+ <xs:documentation>double low-E soft 0.1</xs:documentation>
1161
+ </xs:annotation>
1162
+ </xs:enumeration>
1163
+ <xs:enumeration value="7">
1164
+ <xs:annotation>
1165
+ <xs:documentation>double low-E soft 0.05</xs:documentation>
1166
+ </xs:annotation>
1167
+ </xs:enumeration>
1168
+ <xs:enumeration value="8">
1169
+ <xs:annotation>
1170
+ <xs:documentation>triple</xs:documentation>
1171
+ </xs:annotation>
1172
+ </xs:enumeration>
1173
+ <xs:enumeration value="9">
1174
+ <xs:annotation>
1175
+ <xs:documentation>triple low-E hard 0.2</xs:documentation>
1176
+ </xs:annotation>
1177
+ </xs:enumeration>
1178
+ <xs:enumeration value="10">
1179
+ <xs:annotation>
1180
+ <xs:documentation>triple low-E hard 0.15</xs:documentation>
1181
+ </xs:annotation>
1182
+ </xs:enumeration>
1183
+ <xs:enumeration value="11">
1184
+ <xs:annotation>
1185
+ <xs:documentation>triple low-E soft 0.1</xs:documentation>
1186
+ </xs:annotation>
1187
+ </xs:enumeration>
1188
+ <xs:enumeration value="12">
1189
+ <xs:annotation>
1190
+ <xs:documentation>triple low-E soft 0.05</xs:documentation>
1191
+ </xs:annotation>
1192
+ </xs:enumeration>
1193
+ <xs:enumeration value="13">
1194
+ <xs:annotation>
1195
+ <xs:documentation>secondary glazing</xs:documentation>
1196
+ </xs:annotation>
1197
+ </xs:enumeration>
1198
+ </xs:restriction>
1199
+ </xs:simpleType>
1200
+ <xs:simpleType name="SAP-FrameTypeCode">
1201
+ <xs:annotation>
1202
+ <xs:documentation>Code which indicates the type of opening frame.</xs:documentation>
1203
+ </xs:annotation>
1204
+ <xs:restriction base="xs:string">
1205
+ <xs:enumeration value="1">
1206
+ <xs:annotation>
1207
+ <xs:documentation>wood</xs:documentation>
1208
+ </xs:annotation>
1209
+ </xs:enumeration>
1210
+ <xs:enumeration value="2">
1211
+ <xs:annotation>
1212
+ <xs:documentation>PVC</xs:documentation>
1213
+ </xs:annotation>
1214
+ </xs:enumeration>
1215
+ <xs:enumeration value="3">
1216
+ <xs:annotation>
1217
+ <xs:documentation>metal no break</xs:documentation>
1218
+ </xs:annotation>
1219
+ </xs:enumeration>
1220
+ <xs:enumeration value="4">
1221
+ <xs:annotation>
1222
+ <xs:documentation>metal 4 mm break</xs:documentation>
1223
+ </xs:annotation>
1224
+ </xs:enumeration>
1225
+ <xs:enumeration value="5">
1226
+ <xs:annotation>
1227
+ <xs:documentation>metal 8 mm break</xs:documentation>
1228
+ </xs:annotation>
1229
+ </xs:enumeration>
1230
+ <xs:enumeration value="6">
1231
+ <xs:annotation>
1232
+ <xs:documentation>metal 12 mm break</xs:documentation>
1233
+ </xs:annotation>
1234
+ </xs:enumeration>
1235
+ <xs:enumeration value="7">
1236
+ <xs:annotation>
1237
+ <xs:documentation>metal 20 mm break</xs:documentation>
1238
+ </xs:annotation>
1239
+ </xs:enumeration>
1240
+ <xs:enumeration value="8">
1241
+ <xs:annotation>
1242
+ <xs:documentation>metal 32 mm break</xs:documentation>
1243
+ </xs:annotation>
1244
+ </xs:enumeration>
1245
+ <xs:enumeration value="9">
1246
+ <xs:annotation>
1247
+ <xs:documentation>unknown</xs:documentation>
1248
+ </xs:annotation>
1249
+ </xs:enumeration>
1250
+ </xs:restriction>
1251
+ </xs:simpleType>
1252
+ <xs:simpleType name="SAP-WindowOvershadingCode">
1253
+ <xs:annotation>
1254
+ <xs:documentation>Code which indicates the amount of window overshading.</xs:documentation>
1255
+ </xs:annotation>
1256
+ <xs:restriction base="xs:string">
1257
+ <xs:enumeration value="1">
1258
+ <xs:annotation>
1259
+ <xs:documentation>very little</xs:documentation>
1260
+ </xs:annotation>
1261
+ </xs:enumeration>
1262
+ <xs:enumeration value="2">
1263
+ <xs:annotation>
1264
+ <xs:documentation>average or unknown</xs:documentation>
1265
+ </xs:annotation>
1266
+ </xs:enumeration>
1267
+ <xs:enumeration value="3">
1268
+ <xs:annotation>
1269
+ <xs:documentation>more than average</xs:documentation>
1270
+ </xs:annotation>
1271
+ </xs:enumeration>
1272
+ <xs:enumeration value="4">
1273
+ <xs:annotation>
1274
+ <xs:documentation>heavy</xs:documentation>
1275
+ </xs:annotation>
1276
+ </xs:enumeration>
1277
+ </xs:restriction>
1278
+ </xs:simpleType>
1279
+ <xs:simpleType name="SAP-ConservatoryTypeCode">
1280
+ <xs:annotation>
1281
+ <xs:documentation>Code which indicates the type of conservatory.</xs:documentation>
1282
+ </xs:annotation>
1283
+ <xs:restriction base="xs:string">
1284
+ <xs:enumeration value="1">
1285
+ <xs:annotation>
1286
+ <xs:documentation>no conservatory</xs:documentation>
1287
+ </xs:annotation>
1288
+ </xs:enumeration>
1289
+ <xs:enumeration value="2">
1290
+ <xs:annotation>
1291
+ <xs:documentation>separated unheated conservatory</xs:documentation>
1292
+ </xs:annotation>
1293
+ </xs:enumeration>
1294
+ <xs:enumeration value="3">
1295
+ <xs:annotation>
1296
+ <xs:documentation>separated heated conservatory</xs:documentation>
1297
+ </xs:annotation>
1298
+ </xs:enumeration>
1299
+ <xs:enumeration value="4">
1300
+ <xs:annotation>
1301
+ <xs:documentation>not separated</xs:documentation>
1302
+ </xs:annotation>
1303
+ </xs:enumeration>
1304
+ </xs:restriction>
1305
+ </xs:simpleType>
1306
+ <xs:simpleType name="SAP-PressureTestCode">
1307
+ <xs:annotation>
1308
+ <xs:documentation>Code which indicates whether a pressure test has been done, or whether an assumed value is used.</xs:documentation>
1309
+ </xs:annotation>
1310
+ <xs:restriction base="xs:string">
1311
+ <xs:enumeration value="1">
1312
+ <xs:annotation>
1313
+ <xs:documentation>yes (new dwelling, value measured in this dwelling)</xs:documentation>
1314
+ </xs:annotation>
1315
+ </xs:enumeration>
1316
+ <xs:enumeration value="2">
1317
+ <xs:annotation>
1318
+ <xs:documentation>yes (new dwelling, design value)</xs:documentation>
1319
+ </xs:annotation>
1320
+ </xs:enumeration>
1321
+ <xs:enumeration value="3">
1322
+ <xs:annotation>
1323
+ <xs:documentation>no test, value assumed for calculation (new dwelling)</xs:documentation>
1324
+ </xs:annotation>
1325
+ </xs:enumeration>
1326
+ <xs:enumeration value="4">
1327
+ <xs:annotation>
1328
+ <xs:documentation>no test, SAP algorithm used (existing dwelling)</xs:documentation>
1329
+ </xs:annotation>
1330
+ </xs:enumeration>
1331
+ <xs:enumeration value="5">
1332
+ <xs:annotation>
1333
+ <xs:documentation>average for other dwellings of the same type (new dwelling)</xs:documentation>
1334
+ </xs:annotation>
1335
+ </xs:enumeration>
1336
+ <xs:enumeration value="6">
1337
+ <xs:annotation>
1338
+ <xs:documentation>yes (existing dwelling)</xs:documentation>
1339
+ </xs:annotation>
1340
+ </xs:enumeration>
1341
+ <xs:enumeration value="7">
1342
+ <xs:annotation>
1343
+ <xs:documentation>yes (measured value) - low-pressure pulse</xs:documentation>
1344
+ </xs:annotation>
1345
+ </xs:enumeration>
1346
+ </xs:restriction>
1347
+ </xs:simpleType>
1348
+ <xs:simpleType name="SAP-CommunityHeatingUseCode">
1349
+ <xs:annotation>
1350
+ <xs:documentation>Code which indicates what kind of heating a community heating system is used for.</xs:documentation>
1351
+ </xs:annotation>
1352
+ <xs:restriction base="xs:string">
1353
+ <xs:enumeration value="1">
1354
+ <xs:annotation>
1355
+ <xs:documentation>space heating only</xs:documentation>
1356
+ </xs:annotation>
1357
+ </xs:enumeration>
1358
+ <xs:enumeration value="2">
1359
+ <xs:annotation>
1360
+ <xs:documentation>water heating only</xs:documentation>
1361
+ </xs:annotation>
1362
+ </xs:enumeration>
1363
+ <xs:enumeration value="3">
1364
+ <xs:annotation>
1365
+ <xs:documentation>space and water heating</xs:documentation>
1366
+ </xs:annotation>
1367
+ </xs:enumeration>
1368
+ </xs:restriction>
1369
+ </xs:simpleType>
1370
+ <xs:simpleType name="SAP-FlatLevelCode">
1371
+ <xs:annotation>
1372
+ <xs:documentation>Codes which indicates where a flat is located within a building.</xs:documentation>
1373
+ </xs:annotation>
1374
+ <xs:restriction base="xs:string">
1375
+ <xs:enumeration value="0">
1376
+ <xs:annotation>
1377
+ <xs:documentation>basement</xs:documentation>
1378
+ </xs:annotation>
1379
+ </xs:enumeration>
1380
+ <xs:enumeration value="1">
1381
+ <xs:annotation>
1382
+ <xs:documentation>ground floor</xs:documentation>
1383
+ </xs:annotation>
1384
+ </xs:enumeration>
1385
+ <xs:enumeration value="2">
1386
+ <xs:annotation>
1387
+ <xs:documentation>mid floor</xs:documentation>
1388
+ </xs:annotation>
1389
+ </xs:enumeration>
1390
+ <xs:enumeration value="3">
1391
+ <xs:annotation>
1392
+ <xs:documentation>top floor</xs:documentation>
1393
+ </xs:annotation>
1394
+ </xs:enumeration>
1395
+ </xs:restriction>
1396
+ </xs:simpleType>
1397
+ <xs:simpleType name="SAP-FloorConstructionCode">
1398
+ <xs:annotation>
1399
+ <xs:documentation>Code which indicates the type of floor construction.</xs:documentation>
1400
+ </xs:annotation>
1401
+ <xs:restriction base="xs:string">
1402
+ <xs:enumeration value="1">
1403
+ <xs:annotation>
1404
+ <xs:documentation>not suspended timber</xs:documentation>
1405
+ </xs:annotation>
1406
+ </xs:enumeration>
1407
+ <xs:enumeration value="2">
1408
+ <xs:annotation>
1409
+ <xs:documentation>suspended timber, sealed</xs:documentation>
1410
+ </xs:annotation>
1411
+ </xs:enumeration>
1412
+ <xs:enumeration value="3">
1413
+ <xs:annotation>
1414
+ <xs:documentation>suspended timber, unsealed</xs:documentation>
1415
+ </xs:annotation>
1416
+ </xs:enumeration>
1417
+ </xs:restriction>
1418
+ </xs:simpleType>
1419
+ <xs:simpleType name="SAP-WallConstructionCode">
1420
+ <xs:annotation>
1421
+ <xs:documentation>Code which indicates the type of wall construction.</xs:documentation>
1422
+ </xs:annotation>
1423
+ <xs:restriction base="xs:string">
1424
+ <xs:enumeration value="1">
1425
+ <xs:annotation>
1426
+ <xs:documentation>steel or timber frame</xs:documentation>
1427
+ </xs:annotation>
1428
+ </xs:enumeration>
1429
+ <xs:enumeration value="2">
1430
+ <xs:annotation>
1431
+ <xs:documentation>other</xs:documentation>
1432
+ </xs:annotation>
1433
+ </xs:enumeration>
1434
+ </xs:restriction>
1435
+ </xs:simpleType>
1436
+ <xs:simpleType name="SAP-VentilationTypeCode">
1437
+ <xs:annotation>
1438
+ <xs:documentation>Code which indicates the type of ventilation.</xs:documentation>
1439
+ </xs:annotation>
1440
+ <xs:restriction base="xs:string">
1441
+ <xs:enumeration value="1">
1442
+ <xs:annotation>
1443
+ <xs:documentation>natural with intermittent extract fans</xs:documentation>
1444
+ </xs:annotation>
1445
+ </xs:enumeration>
1446
+ <xs:enumeration value="2">
1447
+ <xs:annotation>
1448
+ <xs:documentation>natural with passive vents</xs:documentation>
1449
+ </xs:annotation>
1450
+ </xs:enumeration>
1451
+ <xs:enumeration value="3">
1452
+ <xs:annotation>
1453
+ <xs:documentation>positive input from loft</xs:documentation>
1454
+ </xs:annotation>
1455
+ </xs:enumeration>
1456
+ <xs:enumeration value="4">
1457
+ <xs:annotation>
1458
+ <xs:documentation>positive input from outside</xs:documentation>
1459
+ </xs:annotation>
1460
+ </xs:enumeration>
1461
+ <xs:enumeration value="5">
1462
+ <xs:annotation>
1463
+ <xs:documentation>mechanical extract, centralised (MEV c)</xs:documentation>
1464
+ </xs:annotation>
1465
+ </xs:enumeration>
1466
+ <xs:enumeration value="6">
1467
+ <xs:annotation>
1468
+ <xs:documentation>mechanical extract, decentralised (MEV dc)</xs:documentation>
1469
+ </xs:annotation>
1470
+ </xs:enumeration>
1471
+ <xs:enumeration value="7">
1472
+ <xs:annotation>
1473
+ <xs:documentation>balanced without heat recovery (MV)</xs:documentation>
1474
+ </xs:annotation>
1475
+ </xs:enumeration>
1476
+ <xs:enumeration value="8">
1477
+ <xs:annotation>
1478
+ <xs:documentation>balanced with heat recovery (MVHR)</xs:documentation>
1479
+ </xs:annotation>
1480
+ </xs:enumeration>
1481
+ <xs:enumeration value="9">
1482
+ <xs:annotation>
1483
+ <xs:documentation>natural with intermittent extract fans and/or passive vents. For backwards compatibility only, do not use.</xs:documentation>
1484
+ </xs:annotation>
1485
+ </xs:enumeration>
1486
+ <xs:enumeration value="10">
1487
+ <xs:annotation>
1488
+ <xs:documentation>natural with intermittent extract fans and passive vents</xs:documentation>
1489
+ </xs:annotation>
1490
+ </xs:enumeration>
1491
+ </xs:restriction>
1492
+ </xs:simpleType>
1493
+ <xs:simpleType name="SAP-DataSourceCode">
1494
+ <xs:annotation>
1495
+ <xs:documentation>Code which indicates the source of SAP data. Applies to both ventilation and heating.</xs:documentation>
1496
+ </xs:annotation>
1497
+ <xs:restriction base="xs:string">
1498
+ <xs:enumeration value="1">
1499
+ <xs:annotation>
1500
+ <xs:documentation>from database</xs:documentation>
1501
+ </xs:annotation>
1502
+ </xs:enumeration>
1503
+ <xs:enumeration value="2">
1504
+ <xs:annotation>
1505
+ <xs:documentation>from manufacturer declaration</xs:documentation>
1506
+ </xs:annotation>
1507
+ </xs:enumeration>
1508
+ <xs:enumeration value="3">
1509
+ <xs:annotation>
1510
+ <xs:documentation>from SAP table</xs:documentation>
1511
+ </xs:annotation>
1512
+ </xs:enumeration>
1513
+ </xs:restriction>
1514
+ </xs:simpleType>
1515
+ <xs:simpleType name="SAP-DuctTypeCode">
1516
+ <xs:annotation>
1517
+ <xs:documentation>Code which indicates the type of duct.</xs:documentation>
1518
+ </xs:annotation>
1519
+ <xs:restriction base="xs:string">
1520
+ <xs:enumeration value="1">
1521
+ <xs:annotation>
1522
+ <xs:documentation>flexible</xs:documentation>
1523
+ </xs:annotation>
1524
+ </xs:enumeration>
1525
+ <xs:enumeration value="2">
1526
+ <xs:annotation>
1527
+ <xs:documentation>rigid</xs:documentation>
1528
+ </xs:annotation>
1529
+ </xs:enumeration>
1530
+ <xs:enumeration value="3">
1531
+ <xs:annotation>
1532
+ <xs:documentation>semi-rigid</xs:documentation>
1533
+ </xs:annotation>
1534
+ </xs:enumeration>
1535
+ </xs:restriction>
1536
+ </xs:simpleType>
1537
+ <xs:simpleType name="SAP-DuctInsulationCode">
1538
+ <xs:annotation>
1539
+ <xs:documentation>Code which indicates the type of duct insulation.</xs:documentation>
1540
+ </xs:annotation>
1541
+ <xs:restriction base="xs:string">
1542
+ <xs:enumeration value="1">
1543
+ <xs:annotation>
1544
+ <xs:documentation>not insulated</xs:documentation>
1545
+ </xs:annotation>
1546
+ </xs:enumeration>
1547
+ <xs:enumeration value="2">
1548
+ <xs:annotation>
1549
+ <xs:documentation>insulated</xs:documentation>
1550
+ </xs:annotation>
1551
+ </xs:enumeration>
1552
+ </xs:restriction>
1553
+ </xs:simpleType>
1554
+ <xs:simpleType name="SAP-DuctInsulationLevel">
1555
+ <xs:annotation>
1556
+ <xs:documentation>Code which indicates the level of duct insulation.</xs:documentation>
1557
+ </xs:annotation>
1558
+ <xs:restriction base="xs:string">
1559
+ <xs:enumeration value="1">
1560
+ <xs:annotation>
1561
+ <xs:documentation>level 1</xs:documentation>
1562
+ </xs:annotation>
1563
+ </xs:enumeration>
1564
+ <xs:enumeration value="2">
1565
+ <xs:annotation>
1566
+ <xs:documentation>level 2</xs:documentation>
1567
+ </xs:annotation>
1568
+ </xs:enumeration>
1569
+ </xs:restriction>
1570
+ </xs:simpleType>
1571
+ <xs:simpleType name="SAP-DuctPlacement">
1572
+ <xs:annotation>
1573
+ <xs:documentation>Code which indicates the duct placement.</xs:documentation>
1574
+ </xs:annotation>
1575
+ <xs:restriction base="xs:string">
1576
+ <xs:enumeration value="1">
1577
+ <xs:annotation>
1578
+ <xs:documentation>inside heated envelope</xs:documentation>
1579
+ </xs:annotation>
1580
+ </xs:enumeration>
1581
+ <xs:enumeration value="2">
1582
+ <xs:annotation>
1583
+ <xs:documentation>outside heated envelope</xs:documentation>
1584
+ </xs:annotation>
1585
+ </xs:enumeration>
1586
+ </xs:restriction>
1587
+ </xs:simpleType>
1588
+ <xs:simpleType name="SAP-GasOrOilBoilerTypeCode">
1589
+ <xs:annotation>
1590
+ <xs:documentation>Code which indicates the type of boiler for the case where the fuel is gas or oil.</xs:documentation>
1591
+ </xs:annotation>
1592
+ <xs:restriction base="xs:string">
1593
+ <xs:enumeration value="1">
1594
+ <xs:annotation>
1595
+ <xs:documentation>regular</xs:documentation>
1596
+ </xs:annotation>
1597
+ </xs:enumeration>
1598
+ <xs:enumeration value="2">
1599
+ <xs:annotation>
1600
+ <xs:documentation>combi</xs:documentation>
1601
+ </xs:annotation>
1602
+ </xs:enumeration>
1603
+ <xs:enumeration value="3">
1604
+ <xs:annotation>
1605
+ <xs:documentation>CPSU</xs:documentation>
1606
+ </xs:annotation>
1607
+ </xs:enumeration>
1608
+ <xs:enumeration value="4">
1609
+ <xs:annotation>
1610
+ <xs:documentation>range cooker</xs:documentation>
1611
+ </xs:annotation>
1612
+ </xs:enumeration>
1613
+ </xs:restriction>
1614
+ </xs:simpleType>
1615
+ <xs:simpleType name="SAP-CombiBoilerTypeCode">
1616
+ <xs:annotation>
1617
+ <xs:documentation>Code which indicates the type of combi boiler.</xs:documentation>
1618
+ </xs:annotation>
1619
+ <xs:restriction base="xs:string">
1620
+ <xs:enumeration value="1">
1621
+ <xs:annotation>
1622
+ <xs:documentation>instantaneous, no store or keep hot</xs:documentation>
1623
+ </xs:annotation>
1624
+ </xs:enumeration>
1625
+ <xs:enumeration value="2">
1626
+ <xs:annotation>
1627
+ <xs:documentation>primary storage</xs:documentation>
1628
+ </xs:annotation>
1629
+ </xs:enumeration>
1630
+ <xs:enumeration value="3">
1631
+ <xs:annotation>
1632
+ <xs:documentation>secondary storage</xs:documentation>
1633
+ </xs:annotation>
1634
+ </xs:enumeration>
1635
+ <xs:enumeration value="4">
1636
+ <xs:annotation>
1637
+ <xs:documentation>CPSU</xs:documentation>
1638
+ </xs:annotation>
1639
+ </xs:enumeration>
1640
+ <xs:enumeration value="5">
1641
+ <xs:annotation>
1642
+ <xs:documentation>untimed keep-hot by fuel</xs:documentation>
1643
+ </xs:annotation>
1644
+ </xs:enumeration>
1645
+ <xs:enumeration value="6">
1646
+ <xs:annotation>
1647
+ <xs:documentation>timed keep hot by fuel</xs:documentation>
1648
+ </xs:annotation>
1649
+ </xs:enumeration>
1650
+ <xs:enumeration value="7">
1651
+ <xs:annotation>
1652
+ <xs:documentation>untimed keep-hot by electricity</xs:documentation>
1653
+ </xs:annotation>
1654
+ </xs:enumeration>
1655
+ <xs:enumeration value="8">
1656
+ <xs:annotation>
1657
+ <xs:documentation>timed keep hot by electricity</xs:documentation>
1658
+ </xs:annotation>
1659
+ </xs:enumeration>
1660
+ <xs:enumeration value="9">
1661
+ <xs:annotation>
1662
+ <xs:documentation>untimed keep-hot by fuel and electricity</xs:documentation>
1663
+ </xs:annotation>
1664
+ </xs:enumeration>
1665
+ <xs:enumeration value="10">
1666
+ <xs:annotation>
1667
+ <xs:documentation>timed keep hot by fuel and electricity</xs:documentation>
1668
+ </xs:annotation>
1669
+ </xs:enumeration>
1670
+ </xs:restriction>
1671
+ </xs:simpleType>
1672
+ <xs:simpleType name="SAP-HeatingControlCode">
1673
+ <xs:annotation>
1674
+ <xs:documentation>Code which indicates the type of heating control, as described in SAP table 4e.</xs:documentation>
1675
+ </xs:annotation>
1676
+ <xs:restriction base="xs:positiveInteger">
1677
+ <xs:maxInclusive value="2999"/>
1678
+ <xs:minInclusive value="2001"/>
1679
+ </xs:restriction>
1680
+ </xs:simpleType>
1681
+ <xs:simpleType name="UnderfloorHeatEmitterCode">
1682
+ <xs:annotation>
1683
+ <xs:documentation>Code which indicates the type of underfloor heat emitter.</xs:documentation>
1684
+ </xs:annotation>
1685
+ <xs:restriction base="xs:string">
1686
+ <xs:enumeration value="1">
1687
+ <xs:annotation>
1688
+ <xs:documentation>in concrete slab</xs:documentation>
1689
+ </xs:annotation>
1690
+ </xs:enumeration>
1691
+ <xs:enumeration value="2">
1692
+ <xs:annotation>
1693
+ <xs:documentation>in screed above insulation</xs:documentation>
1694
+ </xs:annotation>
1695
+ </xs:enumeration>
1696
+ <xs:enumeration value="3">
1697
+ <xs:annotation>
1698
+ <xs:documentation>in timber floor</xs:documentation>
1699
+ </xs:annotation>
1700
+ </xs:enumeration>
1701
+ </xs:restriction>
1702
+ </xs:simpleType>
1703
+ <xs:simpleType name="SAP-BoilerFuelFeedCode">
1704
+ <xs:annotation>
1705
+ <xs:documentation>Code which indicates the type of boiler fuel feed.</xs:documentation>
1706
+ </xs:annotation>
1707
+ <xs:restriction base="xs:string">
1708
+ <xs:enumeration value="1">
1709
+ <xs:annotation>
1710
+ <xs:documentation>gravity</xs:documentation>
1711
+ </xs:annotation>
1712
+ </xs:enumeration>
1713
+ <xs:enumeration value="2">
1714
+ <xs:annotation>
1715
+ <xs:documentation>manual</xs:documentation>
1716
+ </xs:annotation>
1717
+ </xs:enumeration>
1718
+ <xs:enumeration value="3">
1719
+ <xs:annotation>
1720
+ <xs:documentation>screw</xs:documentation>
1721
+ </xs:annotation>
1722
+ </xs:enumeration>
1723
+ <xs:enumeration value="4">
1724
+ <xs:annotation>
1725
+ <xs:documentation>other</xs:documentation>
1726
+ </xs:annotation>
1727
+ </xs:enumeration>
1728
+ </xs:restriction>
1729
+ </xs:simpleType>
1730
+ <xs:simpleType name="SAP-CHPElectricityGenerationCode">
1731
+ <xs:annotation>
1732
+ <xs:documentation>Code which indicates the CHP Electricity generation option (table 12f).</xs:documentation>
1733
+ </xs:annotation>
1734
+ <xs:restriction base="xs:string">
1735
+ <xs:enumeration value="81">
1736
+ <xs:annotation>
1737
+ <xs:documentation>New CHP, export only.</xs:documentation>
1738
+ </xs:annotation>
1739
+ </xs:enumeration>
1740
+ <xs:enumeration value="82">
1741
+ <xs:annotation>
1742
+ <xs:documentation>New CHP, flexible operation.</xs:documentation>
1743
+ </xs:annotation>
1744
+ </xs:enumeration>
1745
+ <xs:enumeration value="83">
1746
+ <xs:annotation>
1747
+ <xs:documentation>New CHP, standard.</xs:documentation>
1748
+ </xs:annotation>
1749
+ </xs:enumeration>
1750
+ <xs:enumeration value="84">
1751
+ <xs:annotation>
1752
+ <xs:documentation>Existing CHP (2015+), export only.</xs:documentation>
1753
+ </xs:annotation>
1754
+ </xs:enumeration>
1755
+ <xs:enumeration value="85">
1756
+ <xs:annotation>
1757
+ <xs:documentation>Existing CHP (2015+), flexible operation.</xs:documentation>
1758
+ </xs:annotation>
1759
+ </xs:enumeration>
1760
+ <xs:enumeration value="86">
1761
+ <xs:annotation>
1762
+ <xs:documentation>Existing CHP (2015+),standard.</xs:documentation>
1763
+ </xs:annotation>
1764
+ </xs:enumeration>
1765
+ <xs:enumeration value="87">
1766
+ <xs:annotation>
1767
+ <xs:documentation>Existing CHP (pre-2015), export only.</xs:documentation>
1768
+ </xs:annotation>
1769
+ </xs:enumeration>
1770
+ <xs:enumeration value="88">
1771
+ <xs:annotation>
1772
+ <xs:documentation>Existing CHP (pre-2015), flexible operation.</xs:documentation>
1773
+ </xs:annotation>
1774
+ </xs:enumeration>
1775
+ <xs:enumeration value="89">
1776
+ <xs:annotation>
1777
+ <xs:documentation>Existing CHP (pre-2015), standard.</xs:documentation>
1778
+ </xs:annotation>
1779
+ </xs:enumeration>
1780
+ </xs:restriction>
1781
+ </xs:simpleType>
1782
+ <xs:simpleType name="SAP-NonDatabaseSourceCode">
1783
+ <xs:annotation>
1784
+ <xs:documentation>Code which indicates the source of SAP data. Like "SAP-DataSourceCode", but without the "database" option. This is why the enumeration doesn't start at "1".</xs:documentation>
1785
+ </xs:annotation>
1786
+ <xs:restriction base="xs:string">
1787
+ <xs:enumeration value="2">
1788
+ <xs:annotation>
1789
+ <xs:documentation>from manufacturer declaration</xs:documentation>
1790
+ </xs:annotation>
1791
+ </xs:enumeration>
1792
+ <xs:enumeration value="3">
1793
+ <xs:annotation>
1794
+ <xs:documentation>from SAP table</xs:documentation>
1795
+ </xs:annotation>
1796
+ </xs:enumeration>
1797
+ </xs:restriction>
1798
+ </xs:simpleType>
1799
+ <xs:simpleType name="SAP-ThermalStoreCode">
1800
+ <xs:annotation>
1801
+ <xs:documentation>Code which indicates the type of thermal store.</xs:documentation>
1802
+ </xs:annotation>
1803
+ <xs:restriction base="xs:string">
1804
+ <xs:enumeration value="1">
1805
+ <xs:annotation>
1806
+ <xs:documentation>none</xs:documentation>
1807
+ </xs:annotation>
1808
+ </xs:enumeration>
1809
+ <xs:enumeration value="2">
1810
+ <xs:annotation>
1811
+ <xs:documentation>hot water only</xs:documentation>
1812
+ </xs:annotation>
1813
+ </xs:enumeration>
1814
+ <xs:enumeration value="3">
1815
+ <xs:annotation>
1816
+ <xs:documentation>integrated</xs:documentation>
1817
+ </xs:annotation>
1818
+ </xs:enumeration>
1819
+ </xs:restriction>
1820
+ </xs:simpleType>
1821
+ <xs:simpleType name="SAP-HeatingDistributionCode">
1822
+ <xs:annotation>
1823
+ <xs:documentation>Code which indicates the type of heating distribution system.</xs:documentation>
1824
+ </xs:annotation>
1825
+ <xs:restriction base="xs:string">
1826
+ <xs:enumeration value="5">
1827
+ <xs:annotation>
1828
+ <xs:documentation>calculated</xs:documentation>
1829
+ </xs:annotation>
1830
+ </xs:enumeration>
1831
+ <xs:enumeration value="6">
1832
+ <xs:annotation>
1833
+ <xs:documentation>unknown</xs:documentation>
1834
+ </xs:annotation>
1835
+ </xs:enumeration>
1836
+ <xs:enumeration value="7">
1837
+ <xs:annotation>
1838
+ <xs:documentation>Network not compliant with Code of Practice</xs:documentation>
1839
+ </xs:annotation>
1840
+ </xs:enumeration>
1841
+ <xs:enumeration value="8">
1842
+ <xs:annotation>
1843
+ <xs:documentation>Network compliant with Code of Practice</xs:documentation>
1844
+ </xs:annotation>
1845
+ </xs:enumeration>
1846
+ </xs:restriction>
1847
+ </xs:simpleType>
1848
+ <xs:simpleType name="SAP-BuiltFormCode">
1849
+ <xs:annotation>
1850
+ <xs:documentation>Code which indicates the form in which a property is built.</xs:documentation>
1851
+ </xs:annotation>
1852
+ <xs:restriction base="xs:string">
1853
+ <xs:enumeration value="1">
1854
+ <xs:annotation>
1855
+ <xs:documentation>Detached</xs:documentation>
1856
+ </xs:annotation>
1857
+ </xs:enumeration>
1858
+ <xs:enumeration value="2">
1859
+ <xs:annotation>
1860
+ <xs:documentation>Semi-Detached</xs:documentation>
1861
+ </xs:annotation>
1862
+ </xs:enumeration>
1863
+ <xs:enumeration value="3">
1864
+ <xs:annotation>
1865
+ <xs:documentation>End-Terrace</xs:documentation>
1866
+ </xs:annotation>
1867
+ </xs:enumeration>
1868
+ <xs:enumeration value="4">
1869
+ <xs:annotation>
1870
+ <xs:documentation>Mid-Terrace</xs:documentation>
1871
+ </xs:annotation>
1872
+ </xs:enumeration>
1873
+ <xs:enumeration value="5">
1874
+ <xs:annotation>
1875
+ <xs:documentation>Enclosed End-Terrace</xs:documentation>
1876
+ </xs:annotation>
1877
+ </xs:enumeration>
1878
+ <xs:enumeration value="6">
1879
+ <xs:annotation>
1880
+ <xs:documentation>Enclosed Mid-Terrace</xs:documentation>
1881
+ </xs:annotation>
1882
+ </xs:enumeration>
1883
+ </xs:restriction>
1884
+ </xs:simpleType>
1885
+ <xs:simpleType name="SAP-SolarCollectorTypeCode">
1886
+ <xs:annotation>
1887
+ <xs:documentation>Code which indicates the type of solar collector.</xs:documentation>
1888
+ </xs:annotation>
1889
+ <xs:restriction base="xs:string">
1890
+ <xs:enumeration value="1">
1891
+ <xs:annotation>
1892
+ <xs:documentation>unglazed</xs:documentation>
1893
+ </xs:annotation>
1894
+ </xs:enumeration>
1895
+ <xs:enumeration value="2">
1896
+ <xs:annotation>
1897
+ <xs:documentation>flat panel</xs:documentation>
1898
+ </xs:annotation>
1899
+ </xs:enumeration>
1900
+ <xs:enumeration value="3">
1901
+ <xs:annotation>
1902
+ <xs:documentation>evacuated tube</xs:documentation>
1903
+ </xs:annotation>
1904
+ </xs:enumeration>
1905
+ <xs:enumeration value="ND">
1906
+ <xs:annotation>
1907
+ <xs:documentation>for backwards compatability only; do not use</xs:documentation>
1908
+ </xs:annotation>
1909
+ </xs:enumeration>
1910
+ </xs:restriction>
1911
+ </xs:simpleType>
1912
+ <xs:simpleType name="SAP-SolarCollectorDataSourceCode">
1913
+ <xs:annotation>
1914
+ <xs:documentation>Code which indicates the source of solar collector data.</xs:documentation>
1915
+ </xs:annotation>
1916
+ <xs:restriction base="xs:string">
1917
+ <xs:enumeration value="1">
1918
+ <xs:annotation>
1919
+ <xs:documentation>default</xs:documentation>
1920
+ </xs:annotation>
1921
+ </xs:enumeration>
1922
+ <xs:enumeration value="2">
1923
+ <xs:annotation>
1924
+ <xs:documentation>declared values</xs:documentation>
1925
+ </xs:annotation>
1926
+ </xs:enumeration>
1927
+ <xs:enumeration value="ND">
1928
+ <xs:annotation>
1929
+ <xs:documentation>for backwards compatability only; do not use</xs:documentation>
1930
+ </xs:annotation>
1931
+ </xs:enumeration>
1932
+ </xs:restriction>
1933
+ </xs:simpleType>
1934
+ <xs:simpleType name="SAP-CompassDirectionCode">
1935
+ <xs:annotation>
1936
+ <xs:documentation>Code which indicates the compass direction. Like SAP-OrientationCode, but without the "unknown" and "horizontal" options.</xs:documentation>
1937
+ </xs:annotation>
1938
+ <xs:restriction base="xs:string">
1939
+ <xs:enumeration value="1">
1940
+ <xs:annotation>
1941
+ <xs:documentation>North</xs:documentation>
1942
+ </xs:annotation>
1943
+ </xs:enumeration>
1944
+ <xs:enumeration value="2">
1945
+ <xs:annotation>
1946
+ <xs:documentation>North East</xs:documentation>
1947
+ </xs:annotation>
1948
+ </xs:enumeration>
1949
+ <xs:enumeration value="3">
1950
+ <xs:annotation>
1951
+ <xs:documentation>East</xs:documentation>
1952
+ </xs:annotation>
1953
+ </xs:enumeration>
1954
+ <xs:enumeration value="4">
1955
+ <xs:annotation>
1956
+ <xs:documentation>South East</xs:documentation>
1957
+ </xs:annotation>
1958
+ </xs:enumeration>
1959
+ <xs:enumeration value="5">
1960
+ <xs:annotation>
1961
+ <xs:documentation>South</xs:documentation>
1962
+ </xs:annotation>
1963
+ </xs:enumeration>
1964
+ <xs:enumeration value="6">
1965
+ <xs:annotation>
1966
+ <xs:documentation>South West</xs:documentation>
1967
+ </xs:annotation>
1968
+ </xs:enumeration>
1969
+ <xs:enumeration value="7">
1970
+ <xs:annotation>
1971
+ <xs:documentation>West</xs:documentation>
1972
+ </xs:annotation>
1973
+ </xs:enumeration>
1974
+ <xs:enumeration value="8">
1975
+ <xs:annotation>
1976
+ <xs:documentation>North West</xs:documentation>
1977
+ </xs:annotation>
1978
+ </xs:enumeration>
1979
+ <xs:enumeration value="ND">
1980
+ <xs:annotation>
1981
+ <xs:documentation>To be used when the pitch is horizontal</xs:documentation>
1982
+ </xs:annotation>
1983
+ </xs:enumeration>
1984
+ <xs:enumeration value="NR">
1985
+ <xs:annotation>
1986
+ <xs:documentation>not recorded – for backwards compatibility only; do not use</xs:documentation>
1987
+ </xs:annotation>
1988
+ </xs:enumeration>
1989
+ </xs:restriction>
1990
+ </xs:simpleType>
1991
+ <xs:simpleType name="SAP-VerticalPitchCode">
1992
+ <xs:annotation>
1993
+ <xs:documentation>Code which indicates the vertical pitch (angle).</xs:documentation>
1994
+ </xs:annotation>
1995
+ <xs:restriction base="xs:string">
1996
+ <xs:enumeration value="1">
1997
+ <xs:annotation>
1998
+ <xs:documentation>horizontal</xs:documentation>
1999
+ </xs:annotation>
2000
+ </xs:enumeration>
2001
+ <xs:enumeration value="2">
2002
+ <xs:annotation>
2003
+ <xs:documentation>30 degrees</xs:documentation>
2004
+ </xs:annotation>
2005
+ </xs:enumeration>
2006
+ <xs:enumeration value="3">
2007
+ <xs:annotation>
2008
+ <xs:documentation>45 degrees</xs:documentation>
2009
+ </xs:annotation>
2010
+ </xs:enumeration>
2011
+ <xs:enumeration value="4">
2012
+ <xs:annotation>
2013
+ <xs:documentation>60 degrees</xs:documentation>
2014
+ </xs:annotation>
2015
+ </xs:enumeration>
2016
+ <xs:enumeration value="5">
2017
+ <xs:annotation>
2018
+ <xs:documentation>vertical</xs:documentation>
2019
+ </xs:annotation>
2020
+ </xs:enumeration>
2021
+ </xs:restriction>
2022
+ </xs:simpleType>
2023
+ <xs:simpleType name="SAP-SolarCollectorOvershadingCode">
2024
+ <xs:annotation>
2025
+ <xs:documentation>Code which indicates the amount of solar collector overshading.</xs:documentation>
2026
+ </xs:annotation>
2027
+ <xs:restriction base="xs:string">
2028
+ <xs:enumeration value="1">
2029
+ <xs:annotation>
2030
+ <xs:documentation>none or very little</xs:documentation>
2031
+ </xs:annotation>
2032
+ </xs:enumeration>
2033
+ <xs:enumeration value="2">
2034
+ <xs:annotation>
2035
+ <xs:documentation>modest</xs:documentation>
2036
+ </xs:annotation>
2037
+ </xs:enumeration>
2038
+ <xs:enumeration value="3">
2039
+ <xs:annotation>
2040
+ <xs:documentation>significant</xs:documentation>
2041
+ </xs:annotation>
2042
+ </xs:enumeration>
2043
+ <xs:enumeration value="4">
2044
+ <xs:annotation>
2045
+ <xs:documentation>heavy</xs:documentation>
2046
+ </xs:annotation>
2047
+ </xs:enumeration>
2048
+ <xs:enumeration value="5">
2049
+ <xs:annotation>
2050
+ <xs:documentation>severe</xs:documentation>
2051
+ </xs:annotation>
2052
+ </xs:enumeration>
2053
+ <xs:enumeration value="ND">
2054
+ <xs:annotation>
2055
+ <xs:documentation>for backwards compatability only; do not use</xs:documentation>
2056
+ </xs:annotation>
2057
+ </xs:enumeration>
2058
+ </xs:restriction>
2059
+ </xs:simpleType>
2060
+ <xs:simpleType name="HotWaterStoreInsulationTypeCode">
2061
+ <xs:annotation>
2062
+ <xs:documentation>Code which indicates the type of hot water storage insulation.</xs:documentation>
2063
+ </xs:annotation>
2064
+ <xs:restriction base="xs:string">
2065
+ <xs:enumeration value="1">
2066
+ <xs:annotation>
2067
+ <xs:documentation>factory-applied</xs:documentation>
2068
+ </xs:annotation>
2069
+ </xs:enumeration>
2070
+ <xs:enumeration value="2">
2071
+ <xs:annotation>
2072
+ <xs:documentation>loose jacket</xs:documentation>
2073
+ </xs:annotation>
2074
+ </xs:enumeration>
2075
+ </xs:restriction>
2076
+ </xs:simpleType>
2077
+ <xs:simpleType name="HeatingFuelTypeCode">
2078
+ <xs:annotation>
2079
+ <xs:documentation>Code which indicates the type of heating fuel, as defined in SAP table 12.</xs:documentation>
2080
+ </xs:annotation>
2081
+ <xs:restriction base="xs:string">
2082
+ <xs:enumeration value="1">
2083
+ <xs:annotation>
2084
+ <xs:documentation>Gas: mains gas</xs:documentation>
2085
+ </xs:annotation>
2086
+ </xs:enumeration>
2087
+ <xs:enumeration value="2">
2088
+ <xs:annotation>
2089
+ <xs:documentation>Gas: bulk LPG</xs:documentation>
2090
+ </xs:annotation>
2091
+ </xs:enumeration>
2092
+ <xs:enumeration value="3">
2093
+ <xs:annotation>
2094
+ <xs:documentation>Gas: bottled LPG</xs:documentation>
2095
+ </xs:annotation>
2096
+ </xs:enumeration>
2097
+ <xs:enumeration value="4">
2098
+ <xs:annotation>
2099
+ <xs:documentation>Oil: heating oil</xs:documentation>
2100
+ </xs:annotation>
2101
+ </xs:enumeration>
2102
+ <xs:enumeration value="5">
2103
+ <xs:annotation>
2104
+ <xs:documentation>Gas: bottled LPG, secondary</xs:documentation>
2105
+ </xs:annotation>
2106
+ </xs:enumeration>
2107
+ <xs:enumeration value="7">
2108
+ <xs:annotation>
2109
+ <xs:documentation>Gas: biogas</xs:documentation>
2110
+ </xs:annotation>
2111
+ </xs:enumeration>
2112
+ <xs:enumeration value="8">
2113
+ <xs:annotation>
2114
+ <xs:documentation>LNG</xs:documentation>
2115
+ </xs:annotation>
2116
+ </xs:enumeration>
2117
+ <xs:enumeration value="9">
2118
+ <xs:annotation>
2119
+ <xs:documentation>LPG subject to Special Condition 18</xs:documentation>
2120
+ </xs:annotation>
2121
+ </xs:enumeration>
2122
+ <xs:enumeration value="10">
2123
+ <xs:annotation>
2124
+ <xs:documentation>Solid fuel: dual fuel appliance (mineral and wood)</xs:documentation>
2125
+ </xs:annotation>
2126
+ </xs:enumeration>
2127
+ <xs:enumeration value="11">
2128
+ <xs:annotation>
2129
+ <xs:documentation>Solid fuel: house coal</xs:documentation>
2130
+ </xs:annotation>
2131
+ </xs:enumeration>
2132
+ <xs:enumeration value="12">
2133
+ <xs:annotation>
2134
+ <xs:documentation>Solid fuel: manufactured smokeless fuel</xs:documentation>
2135
+ </xs:annotation>
2136
+ </xs:enumeration>
2137
+ <xs:enumeration value="15">
2138
+ <xs:annotation>
2139
+ <xs:documentation>Solid fuel: anthracite</xs:documentation>
2140
+ </xs:annotation>
2141
+ </xs:enumeration>
2142
+ <xs:enumeration value="20">
2143
+ <xs:annotation>
2144
+ <xs:documentation>Solid fuel: wood logs</xs:documentation>
2145
+ </xs:annotation>
2146
+ </xs:enumeration>
2147
+ <xs:enumeration value="21">
2148
+ <xs:annotation>
2149
+ <xs:documentation>Solid fuel: wood chips</xs:documentation>
2150
+ </xs:annotation>
2151
+ </xs:enumeration>
2152
+ <xs:enumeration value="22">
2153
+ <xs:annotation>
2154
+ <xs:documentation>Solid fuel: wood pellets (in bags, for secondary heating)</xs:documentation>
2155
+ </xs:annotation>
2156
+ </xs:enumeration>
2157
+ <xs:enumeration value="23">
2158
+ <xs:annotation>
2159
+ <xs:documentation>Solid fuel: wood pellets (bulk supply in bags, for main heating)</xs:documentation>
2160
+ </xs:annotation>
2161
+ </xs:enumeration>
2162
+ <xs:enumeration value="36">
2163
+ <xs:annotation>
2164
+ <xs:documentation>Electricity: electricity sold to grid</xs:documentation>
2165
+ </xs:annotation>
2166
+ </xs:enumeration>
2167
+ <xs:enumeration value="37">
2168
+ <xs:annotation>
2169
+ <xs:documentation>Electricity: electricity displaced from grid</xs:documentation>
2170
+ </xs:annotation>
2171
+ </xs:enumeration>
2172
+ <xs:enumeration value="39">
2173
+ <xs:annotation>
2174
+ <xs:documentation>Electricity: electricity, unspecified tariff</xs:documentation>
2175
+ </xs:annotation>
2176
+ </xs:enumeration>
2177
+ <xs:enumeration value="41">
2178
+ <xs:annotation>
2179
+ <xs:documentation>Community heating schemes: heat from electric heat pump</xs:documentation>
2180
+ </xs:annotation>
2181
+ </xs:enumeration>
2182
+ <xs:enumeration value="42">
2183
+ <xs:annotation>
2184
+ <xs:documentation>Community heating schemes: heat from boilers - waste combustion</xs:documentation>
2185
+ </xs:annotation>
2186
+ </xs:enumeration>
2187
+ <xs:enumeration value="43">
2188
+ <xs:annotation>
2189
+ <xs:documentation>Community heating schemes: heat from boilers - biomass</xs:documentation>
2190
+ </xs:annotation>
2191
+ </xs:enumeration>
2192
+ <xs:enumeration value="44">
2193
+ <xs:annotation>
2194
+ <xs:documentation>Community heating schemes: heat from boilers - biogas</xs:documentation>
2195
+ </xs:annotation>
2196
+ </xs:enumeration>
2197
+ <xs:enumeration value="45">
2198
+ <xs:annotation>
2199
+ <xs:documentation>Community heating schemes: waste heat from power stations</xs:documentation>
2200
+ </xs:annotation>
2201
+ </xs:enumeration>
2202
+ <xs:enumeration value="46">
2203
+ <xs:annotation>
2204
+ <xs:documentation>Community heating schemes: geothermal heat source</xs:documentation>
2205
+ </xs:annotation>
2206
+ </xs:enumeration>
2207
+ <xs:enumeration value="48">
2208
+ <xs:annotation>
2209
+ <xs:documentation>Community heating schemes: heat from CHP</xs:documentation>
2210
+ </xs:annotation>
2211
+ </xs:enumeration>
2212
+ <xs:enumeration value="49">
2213
+ <xs:annotation>
2214
+ <xs:documentation>Community heating schemes: electricity generated by CHP</xs:documentation>
2215
+ </xs:annotation>
2216
+ </xs:enumeration>
2217
+ <xs:enumeration value="50">
2218
+ <xs:annotation>
2219
+ <xs:documentation>Community heating schemes: electricity for pumping in distribution network</xs:documentation>
2220
+ </xs:annotation>
2221
+ </xs:enumeration>
2222
+ <xs:enumeration value="51">
2223
+ <xs:annotation>
2224
+ <xs:documentation>Community heating schemes: heat from mains gas</xs:documentation>
2225
+ </xs:annotation>
2226
+ </xs:enumeration>
2227
+ <xs:enumeration value="52">
2228
+ <xs:annotation>
2229
+ <xs:documentation>Community heating schemes: heat from LPG</xs:documentation>
2230
+ </xs:annotation>
2231
+ </xs:enumeration>
2232
+ <xs:enumeration value="53">
2233
+ <xs:annotation>
2234
+ <xs:documentation>Community heating schemes: heat from oil</xs:documentation>
2235
+ </xs:annotation>
2236
+ </xs:enumeration>
2237
+ <xs:enumeration value="54">
2238
+ <xs:annotation>
2239
+ <xs:documentation>Community heating schemes: heat from coal</xs:documentation>
2240
+ </xs:annotation>
2241
+ </xs:enumeration>
2242
+ <xs:enumeration value="55">
2243
+ <xs:annotation>
2244
+ <xs:documentation>Community heating schemes: heat from B30D</xs:documentation>
2245
+ </xs:annotation>
2246
+ </xs:enumeration>
2247
+ <xs:enumeration value="56">
2248
+ <xs:annotation>
2249
+ <xs:documentation>Community heating schemes: heat from boilers that can use mineral oil or biodiesel</xs:documentation>
2250
+ </xs:annotation>
2251
+ </xs:enumeration>
2252
+ <xs:enumeration value="57">
2253
+ <xs:annotation>
2254
+ <xs:documentation>Community heating schemes: heat from boilers using biodiesel from any biomass source</xs:documentation>
2255
+ </xs:annotation>
2256
+ </xs:enumeration>
2257
+ <xs:enumeration value="58">
2258
+ <xs:annotation>
2259
+ <xs:documentation>Community heating schemes: biodiesel from vegetable oil only</xs:documentation>
2260
+ </xs:annotation>
2261
+ </xs:enumeration>
2262
+ <xs:enumeration value="71">
2263
+ <xs:annotation>
2264
+ <xs:documentation>biodiesel from any biomass source</xs:documentation>
2265
+ </xs:annotation>
2266
+ </xs:enumeration>
2267
+ <xs:enumeration value="72">
2268
+ <xs:annotation>
2269
+ <xs:documentation>biodiesel from used cooking oil only</xs:documentation>
2270
+ </xs:annotation>
2271
+ </xs:enumeration>
2272
+ <xs:enumeration value="73">
2273
+ <xs:annotation>
2274
+ <xs:documentation>biodiesel from vegetable oil only</xs:documentation>
2275
+ </xs:annotation>
2276
+ </xs:enumeration>
2277
+ <xs:enumeration value="74">
2278
+ <xs:annotation>
2279
+ <xs:documentation>appliances able to use mineral oil or liquid biofuel</xs:documentation>
2280
+ </xs:annotation>
2281
+ </xs:enumeration>
2282
+ <xs:enumeration value="75">
2283
+ <xs:annotation>
2284
+ <xs:documentation>B30K</xs:documentation>
2285
+ </xs:annotation>
2286
+ </xs:enumeration>
2287
+ <xs:enumeration value="76">
2288
+ <xs:annotation>
2289
+ <xs:documentation>bioethanol from any biomass source</xs:documentation>
2290
+ </xs:annotation>
2291
+ </xs:enumeration>
2292
+ <xs:enumeration value="99">
2293
+ <xs:annotation>
2294
+ <xs:documentation>Fuel data from pcdb</xs:documentation>
2295
+ </xs:annotation>
2296
+ </xs:enumeration>
2297
+ </xs:restriction>
2298
+ </xs:simpleType>
2299
+ <xs:simpleType name="ColdWaterSourceCode">
2300
+ <xs:annotation>
2301
+ <xs:documentation>Code which indicates the source of the cold water.</xs:documentation>
2302
+ </xs:annotation>
2303
+ <xs:restriction base="xs:string">
2304
+ <xs:enumeration value="1">
2305
+ <xs:annotation>
2306
+ <xs:documentation>mains</xs:documentation>
2307
+ </xs:annotation>
2308
+ </xs:enumeration>
2309
+ <xs:enumeration value="2">
2310
+ <xs:annotation>
2311
+ <xs:documentation>header tank</xs:documentation>
2312
+ </xs:annotation>
2313
+ </xs:enumeration>
2314
+ </xs:restriction>
2315
+ </xs:simpleType>
2316
+ <xs:simpleType name="ImmersionHeatingTypeCode">
2317
+ <xs:annotation>
2318
+ <xs:documentation>Code which indicates the type of immersion heater.</xs:documentation>
2319
+ </xs:annotation>
2320
+ <xs:restriction base="xs:string">
2321
+ <xs:enumeration value="1">
2322
+ <xs:annotation>
2323
+ <xs:documentation>Dual</xs:documentation>
2324
+ </xs:annotation>
2325
+ </xs:enumeration>
2326
+ <xs:enumeration value="2">
2327
+ <xs:annotation>
2328
+ <xs:documentation>Single</xs:documentation>
2329
+ </xs:annotation>
2330
+ </xs:enumeration>
2331
+ </xs:restriction>
2332
+ </xs:simpleType>
2333
+ <xs:simpleType name="SAP-SpaceHeatingCode">
2334
+ <xs:annotation>
2335
+ <xs:documentation>Code which indicates the type of heating system, as defined in SAP tables 4a/4b (codes 101 to 899).</xs:documentation>
2336
+ </xs:annotation>
2337
+ <xs:restriction base="xs:positiveInteger">
2338
+ <xs:maxInclusive value="899"/>
2339
+ <xs:minInclusive value="101"/>
2340
+ </xs:restriction>
2341
+ </xs:simpleType>
2342
+ <xs:simpleType name="SAP-TerrainTypeCode">
2343
+ <xs:annotation>
2344
+ <xs:documentation>Code which indicates the type of terrain.</xs:documentation>
2345
+ </xs:annotation>
2346
+ <xs:restriction base="xs:string">
2347
+ <xs:enumeration value="1">
2348
+ <xs:annotation>
2349
+ <xs:documentation>urban</xs:documentation>
2350
+ </xs:annotation>
2351
+ </xs:enumeration>
2352
+ <xs:enumeration value="2">
2353
+ <xs:annotation>
2354
+ <xs:documentation>suburban</xs:documentation>
2355
+ </xs:annotation>
2356
+ </xs:enumeration>
2357
+ <xs:enumeration value="3">
2358
+ <xs:annotation>
2359
+ <xs:documentation>rural</xs:documentation>
2360
+ </xs:annotation>
2361
+ </xs:enumeration>
2362
+ </xs:restriction>
2363
+ </xs:simpleType>
2364
+ <xs:simpleType name="SAP-ElectricityTariffCode">
2365
+ <xs:annotation>
2366
+ <xs:documentation>Code which indicates the type of electricity tariff.</xs:documentation>
2367
+ </xs:annotation>
2368
+ <xs:restriction base="xs:string">
2369
+ <xs:enumeration value="1">
2370
+ <xs:annotation>
2371
+ <xs:documentation>standard tariff</xs:documentation>
2372
+ </xs:annotation>
2373
+ </xs:enumeration>
2374
+ <xs:enumeration value="2">
2375
+ <xs:annotation>
2376
+ <xs:documentation>off-peak 7 hour</xs:documentation>
2377
+ </xs:annotation>
2378
+ </xs:enumeration>
2379
+ <xs:enumeration value="3">
2380
+ <xs:annotation>
2381
+ <xs:documentation>off-peak 10 hour</xs:documentation>
2382
+ </xs:annotation>
2383
+ </xs:enumeration>
2384
+ <xs:enumeration value="4">
2385
+ <xs:annotation>
2386
+ <xs:documentation>24 hour</xs:documentation>
2387
+ </xs:annotation>
2388
+ </xs:enumeration>
2389
+ <xs:enumeration value="5">
2390
+ <xs:annotation>
2391
+ <xs:documentation>off-peak 18 hour</xs:documentation>
2392
+ </xs:annotation>
2393
+ </xs:enumeration>
2394
+ <xs:enumeration value="ND">
2395
+ <xs:annotation>
2396
+ <xs:documentation>not applicable</xs:documentation>
2397
+ </xs:annotation>
2398
+ </xs:enumeration>
2399
+ </xs:restriction>
2400
+ </xs:simpleType>
2401
+ <xs:simpleType name="SAP-MainHeatingCategoryCode">
2402
+ <xs:annotation>
2403
+ <xs:documentation>Codes used to indicate a category of main heating system.</xs:documentation>
2404
+ </xs:annotation>
2405
+ <xs:restriction base="xs:string">
2406
+ <xs:enumeration value="1">
2407
+ <xs:annotation>
2408
+ <xs:documentation>none</xs:documentation>
2409
+ </xs:annotation>
2410
+ </xs:enumeration>
2411
+ <xs:enumeration value="2">
2412
+ <xs:annotation>
2413
+ <xs:documentation>boiler with radiators or underfloor heating</xs:documentation>
2414
+ </xs:annotation>
2415
+ </xs:enumeration>
2416
+ <xs:enumeration value="3">
2417
+ <xs:annotation>
2418
+ <xs:documentation>micro-cogeneration</xs:documentation>
2419
+ </xs:annotation>
2420
+ </xs:enumeration>
2421
+ <xs:enumeration value="4">
2422
+ <xs:annotation>
2423
+ <xs:documentation>heat pump with radiators or underfloor heating</xs:documentation>
2424
+ </xs:annotation>
2425
+ </xs:enumeration>
2426
+ <xs:enumeration value="5">
2427
+ <xs:annotation>
2428
+ <xs:documentation>heat pump with warm air distribution</xs:documentation>
2429
+ </xs:annotation>
2430
+ </xs:enumeration>
2431
+ <xs:enumeration value="6">
2432
+ <xs:annotation>
2433
+ <xs:documentation>community heating system</xs:documentation>
2434
+ </xs:annotation>
2435
+ </xs:enumeration>
2436
+ <xs:enumeration value="7">
2437
+ <xs:annotation>
2438
+ <xs:documentation>electric storage heaters</xs:documentation>
2439
+ </xs:annotation>
2440
+ </xs:enumeration>
2441
+ <xs:enumeration value="8">
2442
+ <xs:annotation>
2443
+ <xs:documentation>electric underfloor heating</xs:documentation>
2444
+ </xs:annotation>
2445
+ </xs:enumeration>
2446
+ <xs:enumeration value="9">
2447
+ <xs:annotation>
2448
+ <xs:documentation>warm air system (not heat pump)</xs:documentation>
2449
+ </xs:annotation>
2450
+ </xs:enumeration>
2451
+ <xs:enumeration value="10">
2452
+ <xs:annotation>
2453
+ <xs:documentation>room heaters</xs:documentation>
2454
+ </xs:annotation>
2455
+ </xs:enumeration>
2456
+ <xs:enumeration value="11">
2457
+ <xs:annotation>
2458
+ <xs:documentation>other system</xs:documentation>
2459
+ </xs:annotation>
2460
+ </xs:enumeration>
2461
+ </xs:restriction>
2462
+ </xs:simpleType>
2463
+ <xs:simpleType name="SAP-SecondaryHeatingCategoryCode">
2464
+ <xs:annotation>
2465
+ <xs:documentation>Codes used to indicate a category of secondary heating system. Codes are aligned with those of 'SAP-MainHeatingCategoryCode'.</xs:documentation>
2466
+ </xs:annotation>
2467
+ <xs:restriction base="xs:string">
2468
+ <xs:enumeration value="1">
2469
+ <xs:annotation>
2470
+ <xs:documentation>none</xs:documentation>
2471
+ </xs:annotation>
2472
+ </xs:enumeration>
2473
+ <xs:enumeration value="10">
2474
+ <xs:annotation>
2475
+ <xs:documentation>room heaters</xs:documentation>
2476
+ </xs:annotation>
2477
+ </xs:enumeration>
2478
+ </xs:restriction>
2479
+ </xs:simpleType>
2480
+ <xs:simpleType name="SAP-SolidFuelBoilerType">
2481
+ <xs:annotation>
2482
+ <xs:documentation>Code which indicates the type of boiler for the case where the fuel is solid.</xs:documentation>
2483
+ </xs:annotation>
2484
+ <xs:restriction base="xs:string">
2485
+ <xs:enumeration value="1">
2486
+ <xs:annotation>
2487
+ <xs:documentation>independent</xs:documentation>
2488
+ </xs:annotation>
2489
+ </xs:enumeration>
2490
+ <xs:enumeration value="2">
2491
+ <xs:annotation>
2492
+ <xs:documentation>open fire</xs:documentation>
2493
+ </xs:annotation>
2494
+ </xs:enumeration>
2495
+ <xs:enumeration value="3">
2496
+ <xs:annotation>
2497
+ <xs:documentation>closed room heater</xs:documentation>
2498
+ </xs:annotation>
2499
+ </xs:enumeration>
2500
+ <xs:enumeration value="4">
2501
+ <xs:annotation>
2502
+ <xs:documentation>range cooker</xs:documentation>
2503
+ </xs:annotation>
2504
+ </xs:enumeration>
2505
+ </xs:restriction>
2506
+ </xs:simpleType>
2507
+ <xs:simpleType name="ConstructionDateCode">
2508
+ <xs:restriction base="xs:string">
2509
+ <xs:enumeration value="A">
2510
+ <xs:annotation>
2511
+ <xs:documentation>England and Wales: before 1900;
2512
+ Scotland: before 1919;
2513
+ Northern Ireland: before 1919</xs:documentation>
2514
+ </xs:annotation>
2515
+ </xs:enumeration>
2516
+ <xs:enumeration value="B">
2517
+ <xs:annotation>
2518
+ <xs:documentation>England and Wales: 1900-1929;
2519
+ Scotland: 1919-1929;
2520
+ Northern Ireland: 1919-1929</xs:documentation>
2521
+ </xs:annotation>
2522
+ </xs:enumeration>
2523
+ <xs:enumeration value="C">
2524
+ <xs:annotation>
2525
+ <xs:documentation>England and Wales: 1930-1949;
2526
+ Scotland: 1930-1949;
2527
+ Northern Ireland: 1930-1949</xs:documentation>
2528
+ </xs:annotation>
2529
+ </xs:enumeration>
2530
+ <xs:enumeration value="D">
2531
+ <xs:annotation>
2532
+ <xs:documentation>England and Wales: 1950-1966;
2533
+ Scotland: 1950-1964;
2534
+ Northern Ireland: 1950-1973</xs:documentation>
2535
+ </xs:annotation>
2536
+ </xs:enumeration>
2537
+ <xs:enumeration value="E">
2538
+ <xs:annotation>
2539
+ <xs:documentation>England and Wales: 1967-1975;
2540
+ Scotland: 1965-1975;
2541
+ Northern Ireland: 1974-1977</xs:documentation>
2542
+ </xs:annotation>
2543
+ </xs:enumeration>
2544
+ <xs:enumeration value="F">
2545
+ <xs:annotation>
2546
+ <xs:documentation>England and Wales: 1976-1982;
2547
+ Scotland: 1976-1983;
2548
+ Northern Ireland: 1978-1985</xs:documentation>
2549
+ </xs:annotation>
2550
+ </xs:enumeration>
2551
+ <xs:enumeration value="G">
2552
+ <xs:annotation>
2553
+ <xs:documentation>England and Wales: 1983-1990;
2554
+ Scotland: 1984-1991;
2555
+ Northern Ireland: 1986-1991</xs:documentation>
2556
+ </xs:annotation>
2557
+ </xs:enumeration>
2558
+ <xs:enumeration value="H">
2559
+ <xs:annotation>
2560
+ <xs:documentation>England and Wales: 1991-1995;
2561
+ Scotland: 1992-1998;
2562
+ Northern Ireland: 1992-1999</xs:documentation>
2563
+ </xs:annotation>
2564
+ </xs:enumeration>
2565
+ <xs:enumeration value="I">
2566
+ <xs:annotation>
2567
+ <xs:documentation>England and Wales: 1996-2002;
2568
+ Scotland: 1999-2002;
2569
+ Northern Ireland: 2000-2006</xs:documentation>
2570
+ </xs:annotation>
2571
+ </xs:enumeration>
2572
+ <xs:enumeration value="J">
2573
+ <xs:annotation>
2574
+ <xs:documentation>England and Wales: 2003-2006;
2575
+ Scotland: 2003-2007;
2576
+ Northern Ireland: not applicable</xs:documentation>
2577
+ </xs:annotation>
2578
+ </xs:enumeration>
2579
+ <xs:enumeration value="K">
2580
+ <xs:annotation>
2581
+ <xs:documentation>England and Wales: 2007-2011;
2582
+ Scotland: 2008-2011;
2583
+ Northern Ireland: 2007-2013</xs:documentation>
2584
+ </xs:annotation>
2585
+ </xs:enumeration>
2586
+ <xs:enumeration value="L">
2587
+ <xs:annotation>
2588
+ <xs:documentation>England and Wales: 2012 onwards;
2589
+ Scotland: 2012 onwards;
2590
+ Northern Ireland: 2014 onwards</xs:documentation>
2591
+ </xs:annotation>
2592
+ </xs:enumeration>
2593
+ </xs:restriction>
2594
+ </xs:simpleType>
2595
+ <xs:simpleType name="PsiValueSourceCode">
2596
+ <xs:restriction base="xs:string">
2597
+ <xs:enumeration value="1">
2598
+ <xs:annotation>
2599
+ <xs:documentation>calculated by person with suitable expertise</xs:documentation>
2600
+ </xs:annotation>
2601
+ </xs:enumeration>
2602
+ <xs:enumeration value="2">
2603
+ <xs:annotation>
2604
+ <xs:documentation>government-approved scheme</xs:documentation>
2605
+ </xs:annotation>
2606
+ </xs:enumeration>
2607
+ <xs:enumeration value="3">
2608
+ <xs:annotation>
2609
+ <xs:documentation>not government-approved scheme</xs:documentation>
2610
+ </xs:annotation>
2611
+ </xs:enumeration>
2612
+ <xs:enumeration value="4">
2613
+ <xs:annotation>
2614
+ <xs:documentation>SAP table default</xs:documentation>
2615
+ </xs:annotation>
2616
+ </xs:enumeration>
2617
+ </xs:restriction>
2618
+ </xs:simpleType>
2619
+ <xs:simpleType name="DesignWaterUseCode">
2620
+ <xs:restriction base="xs:string">
2621
+ <xs:enumeration value="1">
2622
+ <xs:annotation>
2623
+ <xs:documentation>&lt;= 125 litres per person per day</xs:documentation>
2624
+ </xs:annotation>
2625
+ </xs:enumeration>
2626
+ </xs:restriction>
2627
+ </xs:simpleType>
2628
+ <xs:simpleType name="SAP-CoolingSystemTypeCode">
2629
+ <xs:restriction base="xs:string">
2630
+ <xs:enumeration value="1">
2631
+ <xs:annotation>
2632
+ <xs:documentation>split or multi-split</xs:documentation>
2633
+ </xs:annotation>
2634
+ </xs:enumeration>
2635
+ <xs:enumeration value="2">
2636
+ <xs:annotation>
2637
+ <xs:documentation>packaged</xs:documentation>
2638
+ </xs:annotation>
2639
+ </xs:enumeration>
2640
+ </xs:restriction>
2641
+ </xs:simpleType>
2642
+ <xs:simpleType name="SAP-CoolingSystemClassCode">
2643
+ <xs:restriction base="xs:string">
2644
+ <xs:enumeration value="A+++"/>
2645
+ <xs:enumeration value="A++"/>
2646
+ <xs:enumeration value="A+"/>
2647
+ <xs:enumeration value="A"/>
2648
+ <xs:enumeration value="B"/>
2649
+ <xs:enumeration value="C"/>
2650
+ <xs:enumeration value="D"/>
2651
+ <xs:enumeration value="E"/>
2652
+ <xs:enumeration value="F"/>
2653
+ <xs:enumeration value="G"/>
2654
+ <xs:enumeration value="ND"/>
2655
+ <xs:enumeration value="Unknown"/>
2656
+ </xs:restriction>
2657
+ </xs:simpleType>
2658
+ <xs:simpleType name="SAP-BurnerControlCode">
2659
+ <xs:restriction base="xs:string">
2660
+ <xs:enumeration value="1">
2661
+ <xs:annotation>
2662
+ <xs:documentation>unknown</xs:documentation>
2663
+ </xs:annotation>
2664
+ </xs:enumeration>
2665
+ <xs:enumeration value="2">
2666
+ <xs:annotation>
2667
+ <xs:documentation>on/off (gas and oil burners)</xs:documentation>
2668
+ </xs:annotation>
2669
+ </xs:enumeration>
2670
+ <xs:enumeration value="3">
2671
+ <xs:annotation>
2672
+ <xs:documentation>modulating (gas and oil boilers)</xs:documentation>
2673
+ </xs:annotation>
2674
+ </xs:enumeration>
2675
+ <xs:enumeration value="4">
2676
+ <xs:annotation>
2677
+ <xs:documentation>manual (solid fuel boilers)</xs:documentation>
2678
+ </xs:annotation>
2679
+ </xs:enumeration>
2680
+ <xs:enumeration value="5">
2681
+ <xs:annotation>
2682
+ <xs:documentation>electrical (solid fuel boilers)</xs:documentation>
2683
+ </xs:annotation>
2684
+ </xs:enumeration>
2685
+ </xs:restriction>
2686
+ </xs:simpleType>
2687
+ <xs:simpleType name="SAP-EfficiencyTypeCode">
2688
+ <xs:restriction base="xs:string">
2689
+ <xs:enumeration value="1">
2690
+ <xs:annotation>
2691
+ <xs:documentation>not gas or oil boiler</xs:documentation>
2692
+ </xs:annotation>
2693
+ </xs:enumeration>
2694
+ <xs:enumeration value="2">
2695
+ <xs:annotation>
2696
+ <xs:documentation>SEDBUK(2005)</xs:documentation>
2697
+ </xs:annotation>
2698
+ </xs:enumeration>
2699
+ <xs:enumeration value="3">
2700
+ <xs:annotation>
2701
+ <xs:documentation>SEDBUK(2009)</xs:documentation>
2702
+ </xs:annotation>
2703
+ </xs:enumeration>
2704
+ <xs:enumeration value="4">
2705
+ <xs:annotation>
2706
+ <xs:documentation>winter and summer</xs:documentation>
2707
+ </xs:annotation>
2708
+ </xs:enumeration>
2709
+ </xs:restriction>
2710
+ </xs:simpleType>
2711
+ <xs:simpleType name="SAP-HeatSourceTypeCode">
2712
+ <xs:restriction base="xs:string">
2713
+ <xs:enumeration value="1">
2714
+ <xs:annotation>
2715
+ <xs:documentation>CHP</xs:documentation>
2716
+ </xs:annotation>
2717
+ </xs:enumeration>
2718
+ <xs:enumeration value="2">
2719
+ <xs:annotation>
2720
+ <xs:documentation>boilers</xs:documentation>
2721
+ </xs:annotation>
2722
+ </xs:enumeration>
2723
+ <xs:enumeration value="3">
2724
+ <xs:annotation>
2725
+ <xs:documentation>heat pump</xs:documentation>
2726
+ </xs:annotation>
2727
+ </xs:enumeration>
2728
+ <xs:enumeration value="4">
2729
+ <xs:annotation>
2730
+ <xs:documentation>waste heat</xs:documentation>
2731
+ </xs:annotation>
2732
+ </xs:enumeration>
2733
+ <xs:enumeration value="5">
2734
+ <xs:annotation>
2735
+ <xs:documentation>geothermal</xs:documentation>
2736
+ </xs:annotation>
2737
+ </xs:enumeration>
2738
+ </xs:restriction>
2739
+ </xs:simpleType>
2740
+ <xs:simpleType name="SAP-RoofTypeCode">
2741
+ <xs:restriction base="xs:string">
2742
+ <xs:enumeration value="2">
2743
+ <xs:annotation>
2744
+ <xs:documentation>exposed roof</xs:documentation>
2745
+ </xs:annotation>
2746
+ </xs:enumeration>
2747
+ <xs:enumeration value="4">
2748
+ <xs:annotation>
2749
+ <xs:documentation>party ceiling</xs:documentation>
2750
+ </xs:annotation>
2751
+ </xs:enumeration>
2752
+ </xs:restriction>
2753
+ </xs:simpleType>
2754
+ <xs:simpleType name="AirChangeRateMonth">
2755
+ <xs:restriction base="xs:string">
2756
+ <xs:enumeration value="Jan"/>
2757
+ <xs:enumeration value="Feb"/>
2758
+ <xs:enumeration value="Mar"/>
2759
+ <xs:enumeration value="Apr"/>
2760
+ <xs:enumeration value="May"/>
2761
+ <xs:enumeration value="Jun"/>
2762
+ <xs:enumeration value="Jul"/>
2763
+ <xs:enumeration value="Aug"/>
2764
+ <xs:enumeration value="Sep"/>
2765
+ <xs:enumeration value="Oct"/>
2766
+ <xs:enumeration value="Nov"/>
2767
+ <xs:enumeration value="Dec"/>
2768
+ </xs:restriction>
2769
+ </xs:simpleType>
2770
+ <xs:simpleType name="HydroElecMonth">
2771
+ <xs:restriction base="xs:string">
2772
+ <xs:enumeration value="Jan"/>
2773
+ <xs:enumeration value="Feb"/>
2774
+ <xs:enumeration value="Mar"/>
2775
+ <xs:enumeration value="Apr"/>
2776
+ <xs:enumeration value="May"/>
2777
+ <xs:enumeration value="Jun"/>
2778
+ <xs:enumeration value="Jul"/>
2779
+ <xs:enumeration value="Aug"/>
2780
+ <xs:enumeration value="Sep"/>
2781
+ <xs:enumeration value="Oct"/>
2782
+ <xs:enumeration value="Nov"/>
2783
+ <xs:enumeration value="Dec"/>
2784
+ </xs:restriction>
2785
+ </xs:simpleType>
2786
+ <xs:simpleType name="MainHeatingSystemsInteraction">
2787
+ <xs:restriction base="xs:string">
2788
+ <xs:enumeration value="1">
2789
+ <xs:annotation>
2790
+ <xs:documentation>both main heating systems provide heat to the whole property</xs:documentation>
2791
+ </xs:annotation>
2792
+ </xs:enumeration>
2793
+ <xs:enumeration value="2">
2794
+ <xs:annotation>
2795
+ <xs:documentation>the main heating systems are separate and heat different parts of the property</xs:documentation>
2796
+ </xs:annotation>
2797
+ </xs:enumeration>
2798
+ </xs:restriction>
2799
+ </xs:simpleType>
2800
+ <xs:simpleType name="SAP-VerticalPitch">
2801
+ <xs:annotation>
2802
+ <xs:documentation>-1 is for backwards compatibility only; do not use</xs:documentation>
2803
+ </xs:annotation>
2804
+ <xs:restriction base="xs:integer">
2805
+ <xs:minInclusive value="-1"/>
2806
+ <xs:maxInclusive value="90"/>
2807
+ </xs:restriction>
2808
+ </xs:simpleType>
2809
+ <xs:simpleType name="EmitterTemperatureCode">
2810
+ <xs:annotation>
2811
+ <xs:documentation>Depending on the heating system, the codes can be one of
2812
+ - unknown
2813
+ - over 45°C
2814
+ - over 35°C and less than or equal to 45°C
2815
+ - less than or equal to 35°C
2816
+ or one of:
2817
+ -unknown
2818
+ - over 35°C
2819
+ - less than or equal to 35°C
2820
+ </xs:documentation>
2821
+ </xs:annotation>
2822
+ <xs:restriction base="xs:string">
2823
+ <xs:enumeration value="0">
2824
+ <xs:annotation>
2825
+ <xs:documentation>unknown</xs:documentation>
2826
+ </xs:annotation>
2827
+ </xs:enumeration>
2828
+ <xs:enumeration value="1">
2829
+ <xs:annotation>
2830
+ <xs:documentation>over 45°C</xs:documentation>
2831
+ </xs:annotation>
2832
+ </xs:enumeration>
2833
+ <xs:enumeration value="2">
2834
+ <xs:annotation>
2835
+ <xs:documentation>over 35°C</xs:documentation>
2836
+ </xs:annotation>
2837
+ </xs:enumeration>
2838
+ <xs:enumeration value="3">
2839
+ <xs:annotation>
2840
+ <xs:documentation>over 35°C and less than or equal to 45°C</xs:documentation>
2841
+ </xs:annotation>
2842
+ </xs:enumeration>
2843
+ <xs:enumeration value="4">
2844
+ <xs:annotation>
2845
+ <xs:documentation>less than or equal to 35°C</xs:documentation>
2846
+ </xs:annotation>
2847
+ </xs:enumeration>
2848
+ <xs:enumeration value="NA">
2849
+ <xs:annotation>
2850
+ <xs:documentation>not applicable for the heating system</xs:documentation>
2851
+ </xs:annotation>
2852
+ </xs:enumeration>
2853
+ </xs:restriction>
2854
+ </xs:simpleType>
2855
+ <xs:simpleType name="PumpAge">
2856
+ <xs:restriction base="xs:string">
2857
+ <xs:enumeration value="0">
2858
+ <xs:annotation>
2859
+ <xs:documentation>unknown</xs:documentation>
2860
+ </xs:annotation>
2861
+ </xs:enumeration>
2862
+ <xs:enumeration value="1">
2863
+ <xs:annotation>
2864
+ <xs:documentation>2012 or earlier</xs:documentation>
2865
+ </xs:annotation>
2866
+ </xs:enumeration>
2867
+ <xs:enumeration value="2">
2868
+ <xs:annotation>
2869
+ <xs:documentation>2013 or later</xs:documentation>
2870
+ </xs:annotation>
2871
+ </xs:enumeration>
2872
+ </xs:restriction>
2873
+ </xs:simpleType>
2874
+ <xs:simpleType name="PVConnectionCode">
2875
+ <xs:restriction base="xs:string">
2876
+ <xs:enumeration value="0">
2877
+ <xs:annotation>
2878
+ <xs:documentation>not applicable (FGHRS)</xs:documentation>
2879
+ </xs:annotation>
2880
+ </xs:enumeration>
2881
+ <xs:enumeration value="1">
2882
+ <xs:annotation>
2883
+ <xs:documentation>not connected to dwelling's electricity meter</xs:documentation>
2884
+ </xs:annotation>
2885
+ </xs:enumeration>
2886
+ <xs:enumeration value="2">
2887
+ <xs:annotation>
2888
+ <xs:documentation>connected to dwelling's electricity meter</xs:documentation>
2889
+ </xs:annotation>
2890
+ </xs:enumeration>
2891
+ </xs:restriction>
2892
+ </xs:simpleType>
2893
+ <xs:simpleType name="PipeworkInsulationCode">
2894
+ <xs:restriction base="xs:string">
2895
+ <xs:enumeration value="1">
2896
+ <xs:annotation>
2897
+ <xs:documentation>not insulated</xs:documentation>
2898
+ </xs:annotation>
2899
+ </xs:enumeration>
2900
+ <xs:enumeration value="2">
2901
+ <xs:annotation>
2902
+ <xs:documentation>first 1 metre from cylinder insulated</xs:documentation>
2903
+ </xs:annotation>
2904
+ </xs:enumeration>
2905
+ <xs:enumeration value="3">
2906
+ <xs:annotation>
2907
+ <xs:documentation>all accessible pipework insulated</xs:documentation>
2908
+ </xs:annotation>
2909
+ </xs:enumeration>
2910
+ <xs:enumeration value="4">
2911
+ <xs:annotation>
2912
+ <xs:documentation>fully insulated</xs:documentation>
2913
+ </xs:annotation>
2914
+ </xs:enumeration>
2915
+ </xs:restriction>
2916
+ </xs:simpleType>
2917
+ <xs:simpleType name="ShowerOutletTypeCode">
2918
+ <xs:restriction base="xs:string">
2919
+ <xs:enumeration value="1">
2920
+ <xs:annotation>
2921
+ <xs:documentation>Vented hot water system</xs:documentation>
2922
+ </xs:annotation>
2923
+ </xs:enumeration>
2924
+ <xs:enumeration value="2">
2925
+ <xs:annotation>
2926
+ <xs:documentation>Vented hot water system + pump</xs:documentation>
2927
+ </xs:annotation>
2928
+ </xs:enumeration>
2929
+ <xs:enumeration value="3">
2930
+ <xs:annotation>
2931
+ <xs:documentation>Unvented hot water system</xs:documentation>
2932
+ </xs:annotation>
2933
+ </xs:enumeration>
2934
+ <xs:enumeration value="4">
2935
+ <xs:annotation>
2936
+ <xs:documentation>Instantaneous electric shower</xs:documentation>
2937
+ </xs:annotation>
2938
+ </xs:enumeration>
2939
+ <xs:enumeration value="5">
2940
+ <xs:annotation>
2941
+ <xs:documentation>Part G 2015 compliant</xs:documentation>
2942
+ </xs:annotation>
2943
+ </xs:enumeration>
2944
+ </xs:restriction>
2945
+ </xs:simpleType>
2946
+ <xs:simpleType name="ShowerWWHRSCode">
2947
+ <xs:restriction base="xs:string">
2948
+ <xs:enumeration value="1">
2949
+ <xs:annotation>
2950
+ <xs:documentation>none</xs:documentation>
2951
+ </xs:annotation>
2952
+ </xs:enumeration>
2953
+ <xs:enumeration value="2">
2954
+ <xs:annotation>
2955
+ <xs:documentation>Instantaneous WWHRS 1</xs:documentation>
2956
+ </xs:annotation>
2957
+ </xs:enumeration>
2958
+ <xs:enumeration value="3">
2959
+ <xs:annotation>
2960
+ <xs:documentation>Instantaneous WWHRS 2</xs:documentation>
2961
+ </xs:annotation>
2962
+ </xs:enumeration>
2963
+ <xs:enumeration value="4">
2964
+ <xs:annotation>
2965
+ <xs:documentation>Storage WWHRS</xs:documentation>
2966
+ </xs:annotation>
2967
+ </xs:enumeration>
2968
+ </xs:restriction>
2969
+ </xs:simpleType>
2970
+ <xs:simpleType name="ServiceProvisionCode">
2971
+ <xs:restriction base="xs:string">
2972
+ <xs:enumeration value="1">
2973
+ <xs:annotation>
2974
+ <xs:documentation>space and water heating</xs:documentation>
2975
+ </xs:annotation>
2976
+ </xs:enumeration>
2977
+ <xs:enumeration value="2">
2978
+ <xs:annotation>
2979
+ <xs:documentation>space heating only</xs:documentation>
2980
+ </xs:annotation>
2981
+ </xs:enumeration>
2982
+ <xs:enumeration value="3">
2983
+ <xs:annotation>
2984
+ <xs:documentation>water heating only</xs:documentation>
2985
+ </xs:annotation>
2986
+ </xs:enumeration>
2987
+ </xs:restriction>
2988
+ </xs:simpleType>
2989
+ <xs:simpleType name="Percentage">
2990
+ <xs:restriction base="xs:decimal">
2991
+ <xs:maxInclusive value="100"/>
2992
+ <xs:minInclusive value="0"/>
2993
+ </xs:restriction>
2994
+ </xs:simpleType>
2995
+ <xs:element name="Money" type="Money"/>
2996
+ <xs:complexType name="Money">
2997
+ <xs:annotation>
2998
+ <xs:documentation>Extension of a Decimal value for use with monetary values where a currency code needs to
2999
+ be specified.
3000
+
3001
+ 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.
3002
+
3003
+ The currency attribute should then include a list of valid currencies codes that are supported.
3004
+ </xs:documentation>
3005
+ </xs:annotation>
3006
+ <xs:simpleContent>
3007
+ <xs:extension base="xs:decimal">
3008
+ <xs:attribute name="currency" type="xs:string" use="optional"/>
3009
+ </xs:extension>
3010
+ </xs:simpleContent>
3011
+ </xs:complexType>
3012
+ <xs:simpleType name="Count">
3013
+ <xs:annotation>
3014
+ <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>
3015
+ </xs:annotation>
3016
+ <xs:restriction base="xs:nonNegativeInteger"/>
3017
+ </xs:simpleType>
3018
+ <xs:simpleType name="NonZeroCount">
3019
+ <xs:restriction base="xs:positiveInteger"/>
3020
+ </xs:simpleType>
3021
+ <xs:simpleType name="Measurement">
3022
+ <xs:annotation>
3023
+ <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>
3024
+ </xs:annotation>
3025
+ <xs:restriction base="xs:decimal"/>
3026
+ </xs:simpleType>
3027
+ <xs:element name="IDString" type="IDString"/>
3028
+ <xs:complexType name="IDString">
3029
+ <xs:annotation>
3030
+ <xs:documentation>A string containing a unique identifier for something.
3031
+
3032
+ 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.
3033
+
3034
+ 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>
3035
+ </xs:annotation>
3036
+ <xs:simpleContent>
3037
+ <xs:extension base="xs:string"/>
3038
+ </xs:simpleContent>
3039
+ </xs:complexType>
3040
+ <xs:simpleType name="Flag">
3041
+ <xs:annotation>
3042
+ <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.
3043
+ </xs:documentation>
3044
+ </xs:annotation>
3045
+ <xs:restriction base="xs:string">
3046
+ <xs:enumeration value="Y">
3047
+ <xs:annotation>
3048
+ <xs:documentation>Yes</xs:documentation>
3049
+ </xs:annotation>
3050
+ </xs:enumeration>
3051
+ <xs:enumeration value="N">
3052
+ <xs:annotation>
3053
+ <xs:documentation>No</xs:documentation>
3054
+ </xs:annotation>
3055
+ </xs:enumeration>
3056
+ </xs:restriction>
3057
+ </xs:simpleType>
3058
+ <xs:simpleType name="LanguageCode">
3059
+ <xs:restriction base="xs:string">
3060
+ <xs:enumeration value="1">
3061
+ <xs:annotation>
3062
+ <xs:documentation>English</xs:documentation>
3063
+ </xs:annotation>
3064
+ </xs:enumeration>
3065
+ <xs:enumeration value="2">
3066
+ <xs:annotation>
3067
+ <xs:documentation>Welsh</xs:documentation>
3068
+ </xs:annotation>
3069
+ </xs:enumeration>
3070
+ </xs:restriction>
3071
+ </xs:simpleType>
3072
+ <xs:simpleType name="ExtendedBoolean">
3073
+ <xs:annotation>
3074
+ <xs:documentation>An extended boolean type that also allows 'unknown' as a value.</xs:documentation>
3075
+ </xs:annotation>
3076
+ <xs:restriction base="xs:token">
3077
+ <xs:enumeration value="false"/>
3078
+ <xs:enumeration value="true"/>
3079
+ <xs:enumeration value="unknown"/>
3080
+ </xs:restriction>
3081
+ </xs:simpleType>
3082
+ <xs:element name="Sentence" type="Sentence"/>
3083
+ <xs:complexType name="Sentence">
3084
+ <xs:annotation>
3085
+ <xs:documentation>String value with a language code for natural-language text.</xs:documentation>
3086
+ </xs:annotation>
3087
+ <xs:simpleContent>
3088
+ <xs:extension base="xs:string">
3089
+ <xs:attribute name="language" type="LanguageCode" use="optional">
3090
+ <xs:annotation>
3091
+ <xs:documentation>Identifies the language that the sentence is recorded in.</xs:documentation>
3092
+ </xs:annotation>
3093
+ </xs:attribute>
3094
+ </xs:extension>
3095
+ </xs:simpleContent>
3096
+ </xs:complexType>
3097
+ <xs:simpleType name="RRNType">
3098
+ <xs:annotation>
3099
+ <xs:documentation>The Report Reference Number is a 20-digit unique identifier assigned to each Report.
3100
+
3101
+ It is formatted as five blocks of four digits i.e. 9999-9999-9999-9999-9999 and generated by an algorithm described in Appendix A "Report ID Generation" of Section 18 "Transformation Rules" of the Technical Standards.</xs:documentation>
3102
+ </xs:annotation>
3103
+ <xs:restriction base="xs:string">
3104
+ <xs:pattern value="[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}"/>
3105
+ </xs:restriction>
3106
+ </xs:simpleType>
3107
+ <xs:simpleType name="PropertyTypeCode">
3108
+ <xs:annotation>
3109
+ <xs:documentation>Code which indicates the type of property.</xs:documentation>
3110
+ </xs:annotation>
3111
+ <xs:restriction base="xs:string">
3112
+ <xs:enumeration value="0">
3113
+ <xs:annotation>
3114
+ <xs:documentation>House</xs:documentation>
3115
+ </xs:annotation>
3116
+ </xs:enumeration>
3117
+ <xs:enumeration value="1">
3118
+ <xs:annotation>
3119
+ <xs:documentation>Bungalow</xs:documentation>
3120
+ </xs:annotation>
3121
+ </xs:enumeration>
3122
+ <xs:enumeration value="2">
3123
+ <xs:annotation>
3124
+ <xs:documentation>Flat</xs:documentation>
3125
+ </xs:annotation>
3126
+ </xs:enumeration>
3127
+ <xs:enumeration value="3">
3128
+ <xs:annotation>
3129
+ <xs:documentation>Maisonette</xs:documentation>
3130
+ </xs:annotation>
3131
+ </xs:enumeration>
3132
+ <xs:enumeration value="4">
3133
+ <xs:annotation>
3134
+ <xs:documentation>Park home</xs:documentation>
3135
+ </xs:annotation>
3136
+ </xs:enumeration>
3137
+ </xs:restriction>
3138
+ </xs:simpleType>
3139
+ </xs:schema>