epb_view_models 1.0.29 → 1.1.0

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