epb_view_models 1.0.14 → 1.0.15

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