epb_view_models 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/Gemfile +10 -10
  4. data/Gemfile.lock +32 -39
  5. data/api/schemas/data/orchestrate.json +4 -0
  6. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/ExternalDefinitions.xml +1352 -0
  7. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/ExternalDefinitions.xsd +236 -0
  8. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/AssessorManagement.xsd +207 -0
  9. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/EPC-Certificate.xsd +476 -0
  10. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/ExceptionList.xsd +18 -0
  11. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/Property.xsd +71 -0
  12. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/ReportList.xsd +25 -0
  13. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/SAP-CollectedData.xsd +1793 -0
  14. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/SAP-Compliance-Report.xsd +36 -0
  15. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/SAP-Report.xsd +196 -0
  16. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/UDT/EPC-Domains.xsd +558 -0
  17. data/api/schemas/xml/SAP-Schema-19.0.0/SAP/UDT/SAP-Domains.xsd +3127 -0
  18. data/lib/epb_view_models.rb +1 -1
  19. data/lib/presenter/ac_cert/export_configuration.rb +7 -0
  20. data/lib/presenter/ac_report/export_configuration.rb +7 -0
  21. data/lib/presenter/cepc/export_configuration.rb +7 -0
  22. data/lib/presenter/cepc_rr/export_configuration.rb +7 -0
  23. data/lib/presenter/dec/export_configuration.rb +7 -0
  24. data/lib/presenter/dec_rr/export_configuration.rb +7 -0
  25. data/lib/presenter/export/statistics.rb +3 -14
  26. data/lib/presenter/rd_sap/export_configuration.rb +57 -1
  27. data/lib/presenter/sap/export_configuration.rb +7 -0
  28. data/lib/presenter/xml/parser.rb +6 -0
  29. data/lib/view_model/factory.rb +1 -0
  30. data/lib/view_model/sap_schema_1900/common_schema.rb +587 -0
  31. data/lib/view_model/sap_wrapper.rb +2 -0
  32. metadata +22 -2
@@ -0,0 +1,1793 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns="https://epbr.digital.communities.gov.uk/xsd/sap" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="https://epbr.digital.communities.gov.uk/xsd/sap" elementFormDefault="qualified" attributeFormDefault="unqualified" version="19.0.0">
3
+ <xs:include schemaLocation="../UDT/SAP-Domains.xsd"/>
4
+ <xs:include schemaLocation="../UDT/EPC-Domains.xsd"/>
5
+ <xs:element name="SAP-Deselected-Improvements" type="SAP-Deselected-Improvements"/>
6
+ <xs:complexType name="SAP-Deselected-Improvements">
7
+ <xs:annotation>
8
+ <xs:documentation>There are 22 possible improvement measures, designated from A to V. This must record measures deselected by DEA
9
+ (A to V is the full set, only E, N, U and V are considered at the moment for new build).</xs:documentation>
10
+ </xs:annotation>
11
+ <xs:sequence>
12
+ <xs:element name="Deselected-Improvement-Measure" type="SAP-ImprovementMeasureCode" maxOccurs="unbounded"/>
13
+ </xs:sequence>
14
+ </xs:complexType>
15
+ <xs:element name="SAP-Wall" type="SAP-Wall"/>
16
+ <xs:complexType name="SAP-Wall">
17
+ <xs:annotation>
18
+ <xs:documentation>Various measurements for each wall of a particular storey.</xs:documentation>
19
+ </xs:annotation>
20
+ <xs:all>
21
+ <xs:element name="Name" type="xs:string">
22
+ <xs:annotation>
23
+ <xs:documentation>Unique name which identifies this wall within its storey. Can be just a number, e.g. "1". However, a wall cannot have the same name as an opening or a roof.</xs:documentation>
24
+ </xs:annotation>
25
+ </xs:element>
26
+ <xs:element name="Description" type="Sentence" minOccurs="0">
27
+ <xs:annotation>
28
+ <xs:documentation>Descriptive notes about the wall.</xs:documentation>
29
+ </xs:annotation>
30
+ </xs:element>
31
+ <xs:element name="Wall-Type" type="SAP-WallTypeCode">
32
+ <xs:annotation>
33
+ <xs:documentation>Type of wall (exposure).</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ <xs:element name="Total-Wall-Area" type="Measurement">
37
+ <xs:annotation>
38
+ <xs:documentation>Total wall area in square metres, inclusive of any openings.</xs:documentation>
39
+ </xs:annotation>
40
+ </xs:element>
41
+ <xs:element name="U-Value" type="xs:decimal">
42
+ <xs:annotation>
43
+ <xs:documentation>Exposed wall U-value.</xs:documentation>
44
+ </xs:annotation>
45
+ </xs:element>
46
+ <xs:element name="Is-Curtain-Walling" type="xs:boolean" default="false" minOccurs="0">
47
+ <xs:annotation>
48
+ <xs:documentation>Whether the wall is curtain walling, i.e. a facade construction consisting of a frame of aluminium vertical and horizontal members, infilled with glazing units and opaque panels.</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:element>
51
+ <xs:element name="Kappa-Value" type="xs:decimal" minOccurs="0">
52
+ <xs:annotation>
53
+ <xs:documentation>Heat capacity per unit area in kJ/m²K.</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:element>
56
+ </xs:all>
57
+ </xs:complexType>
58
+ <xs:element name="SAP-Roof" type="SAP-Roof"/>
59
+ <xs:complexType name="SAP-Roof">
60
+ <xs:annotation>
61
+ <xs:documentation>Various measurements for each exposed roof that makes up a particular Building-Part.</xs:documentation>
62
+ </xs:annotation>
63
+ <xs:all>
64
+ <xs:element name="Name" type="xs:string">
65
+ <xs:annotation>
66
+ <xs:documentation>Unique name which identifies this roof. Can be just a number, e.g. "1". However, a roof cannot have the same name as a wall.</xs:documentation>
67
+ </xs:annotation>
68
+ </xs:element>
69
+ <xs:element name="Description" type="Sentence" minOccurs="0">
70
+ <xs:annotation>
71
+ <xs:documentation>Descriptive notes about the roof.</xs:documentation>
72
+ </xs:annotation>
73
+ </xs:element>
74
+ <xs:element name="Roof-Type" type="SAP-RoofTypeCode"/>
75
+ <xs:element name="Total-Roof-Area" type="Measurement">
76
+ <xs:annotation>
77
+ <xs:documentation>Total roof area in square metres, inclusive of any openings.</xs:documentation>
78
+ </xs:annotation>
79
+ </xs:element>
80
+ <xs:element name="U-Value" type="xs:decimal">
81
+ <xs:annotation>
82
+ <xs:documentation>Exposed roof U-value.</xs:documentation>
83
+ </xs:annotation>
84
+ </xs:element>
85
+ <xs:element name="Kappa-Value" type="xs:decimal" minOccurs="0">
86
+ <xs:annotation>
87
+ <xs:documentation>Heat capacity per unit area in kJ/m²K.</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:element>
90
+ </xs:all>
91
+ </xs:complexType>
92
+ <xs:element name="SAP-Community-Heating-Systems" type="SAP-Community-Heating-Systems"/>
93
+ <xs:complexType name="SAP-Community-Heating-Systems">
94
+ <xs:annotation>
95
+ <xs:documentation>Community heating systems used by the property.</xs:documentation>
96
+ </xs:annotation>
97
+ <xs:sequence>
98
+ <xs:element name="SAP-Community-Heating-System" type="SAP-Community-Heating-System" maxOccurs="2"/>
99
+ </xs:sequence>
100
+ </xs:complexType>
101
+ <xs:element name="SAP-Thermal-Bridge" type="SAP-Thermal-Bridge"/>
102
+ <xs:complexType name="SAP-Thermal-Bridge">
103
+ <xs:annotation>
104
+ <xs:documentation>Various measurements for each thermal bridge that makes up a particular Building-Part.</xs:documentation>
105
+ </xs:annotation>
106
+ <xs:all>
107
+ <xs:element name="Thermal-Bridge-Type" type="SAP-ThermalBridgeTypeCode">
108
+ <xs:annotation>
109
+ <xs:documentation>Code to indicate a particular type of thermal bridge; only if thermal bridge code is: user defined (individual values).</xs:documentation>
110
+ </xs:annotation>
111
+ </xs:element>
112
+ <xs:element name="Length" type="Measurement">
113
+ <xs:annotation>
114
+ <xs:documentation>Length of the thermal bridge in metres; only if thermal bridge code is: user defined (individual values).</xs:documentation>
115
+ </xs:annotation>
116
+ </xs:element>
117
+ <xs:element name="Psi-Value" type="Measurement">
118
+ <xs:annotation>
119
+ <xs:documentation>Linear thermal transmittance (psi-value); only if thermal bridging is user defined individual values.</xs:documentation>
120
+ </xs:annotation>
121
+ </xs:element>
122
+ <xs:element name="Psi-Value-Source" type="PsiValueSourceCode"/>
123
+ <xs:element name="Psi-Value-Calculation-Reference" type="xs:string" minOccurs="0">
124
+ <xs:annotation>
125
+ <xs:documentation>Reference to the details of the calculation of the psi-value.</xs:documentation>
126
+ </xs:annotation>
127
+ </xs:element>
128
+ </xs:all>
129
+ </xs:complexType>
130
+ <xs:element name="SAP-Opening" type="SAP-Opening"/>
131
+ <xs:complexType name="SAP-Opening">
132
+ <xs:annotation>
133
+ <xs:documentation>Various measurements for each exposed opening that makes up a particular Building-Part.</xs:documentation>
134
+ </xs:annotation>
135
+ <xs:all>
136
+ <xs:element name="Name" type="xs:string">
137
+ <xs:annotation>
138
+ <xs:documentation>Unique name which identifies this opening. Can be just a number, e.g. "1". However, an opening cannot have the same name as a wall.</xs:documentation>
139
+ </xs:annotation>
140
+ </xs:element>
141
+ <xs:element name="Type" type="xs:string">
142
+ <xs:annotation>
143
+ <xs:documentation>The name of the SAP-Opening-Type for this opening.</xs:documentation>
144
+ </xs:annotation>
145
+ </xs:element>
146
+ <xs:element name="Location" type="xs:string">
147
+ <xs:annotation>
148
+ <xs:documentation>Name of the wall or roof which contains the opening.</xs:documentation>
149
+ </xs:annotation>
150
+ </xs:element>
151
+ <xs:element name="Orientation" type="SAP-OrientationCode">
152
+ <xs:annotation>
153
+ <xs:documentation>Compass direction in which the opening faces.</xs:documentation>
154
+ </xs:annotation>
155
+ </xs:element>
156
+ <xs:element name="Width" type="Measurement">
157
+ <xs:annotation>
158
+ <xs:documentation>The width of the opening in metres. If the Width field is used to record the opening area, set the Height to 1.</xs:documentation>
159
+ </xs:annotation>
160
+ </xs:element>
161
+ <xs:element name="Height" type="Measurement">
162
+ <xs:annotation>
163
+ <xs:documentation>The height of the opening in metres. If the Height field is used to record the opening area, set the Width to 1.</xs:documentation>
164
+ </xs:annotation>
165
+ </xs:element>
166
+ <xs:element name="Pitch" type="SAP-VerticalPitch" minOccurs="0">
167
+ <xs:annotation>
168
+ <xs:documentation>Pitch of roof containing roof window.</xs:documentation>
169
+ </xs:annotation>
170
+ </xs:element>
171
+ </xs:all>
172
+ </xs:complexType>
173
+ <xs:element name="SAP-Openings" type="SAP-Openings"/>
174
+ <xs:complexType name="SAP-Openings">
175
+ <xs:annotation>
176
+ <xs:documentation>Exposed openings that make up a particular Building-Part.</xs:documentation>
177
+ </xs:annotation>
178
+ <xs:sequence>
179
+ <xs:element name="SAP-Opening" type="SAP-Opening" maxOccurs="unbounded"/>
180
+ </xs:sequence>
181
+ </xs:complexType>
182
+ <xs:element name="SAP-Roofs" type="SAP-Roofs"/>
183
+ <xs:complexType name="SAP-Roofs">
184
+ <xs:annotation>
185
+ <xs:documentation>Exposed roofs that make up a particular Building-Part.</xs:documentation>
186
+ </xs:annotation>
187
+ <xs:sequence>
188
+ <xs:element name="SAP-Roof" type="SAP-Roof" maxOccurs="unbounded"/>
189
+ </xs:sequence>
190
+ </xs:complexType>
191
+ <xs:element name="SAP-Community-Heating-System" type="SAP-Community-Heating-System"/>
192
+ <xs:complexType name="SAP-Community-Heating-System">
193
+ <xs:annotation>
194
+ <xs:documentation>Details of a community system which heats the Main Building.</xs:documentation>
195
+ </xs:annotation>
196
+ <xs:all>
197
+ <xs:element name="Community-Heating-Name" type="xs:string" minOccurs="0">
198
+ <xs:annotation>
199
+ <xs:documentation>The name of the community heating system</xs:documentation>
200
+ </xs:annotation>
201
+ </xs:element>
202
+ <xs:element name="Community-Heating-CO2-Emission-Factor" type="xs:decimal" minOccurs="0">
203
+ <xs:annotation>
204
+ <xs:documentation>the community heating CO2 emission factor</xs:documentation>
205
+ </xs:annotation>
206
+ </xs:element>
207
+ <xs:element name="Community-Heating-Primary-Energy-Factor" type="xs:decimal" minOccurs="0">
208
+ <xs:annotation>
209
+ <xs:documentation>The community heating Primary Energy Factor</xs:documentation>
210
+ </xs:annotation>
211
+ </xs:element>
212
+ <xs:element name="Community-Heating-Use" type="SAP-CommunityHeatingUseCode">
213
+ <xs:annotation>
214
+ <xs:documentation>Specifies what kind of heating the community system is used for.</xs:documentation>
215
+ </xs:annotation>
216
+ </xs:element>
217
+ <xs:element name="Is-Community-Heating-Cylinder-In-Dwelling" type="xs:boolean" default="false" minOccurs="0">
218
+ <xs:annotation>
219
+ <xs:documentation>Community heating, cylinder in dwelling? </xs:documentation>
220
+ </xs:annotation>
221
+ </xs:element>
222
+ <xs:element name="Is-HIU-In-Dwelling" type="xs:boolean" default="false" minOccurs="0">
223
+ <xs:annotation>
224
+ <xs:documentation>Community heating, HIU in dwelling? </xs:documentation>
225
+ </xs:annotation>
226
+ </xs:element>
227
+ <xs:element name="HIU-Index-Number" type="xs:positiveInteger" minOccurs="0">
228
+ <xs:annotation>
229
+ <xs:documentation>Heat Interface Unit index number, if present.</xs:documentation>
230
+ </xs:annotation>
231
+ </xs:element>
232
+ <xs:element name="Community-Heating-Distribution-Type" type="SAP-HeatingDistributionCode" minOccurs="0">
233
+ <xs:annotation>
234
+ <xs:documentation>Community heating distribution</xs:documentation>
235
+ </xs:annotation>
236
+ </xs:element>
237
+ <xs:element name="Community-Heat-Sources" type="Community-Heat-Sources" minOccurs="0">
238
+ <xs:annotation>
239
+ <xs:documentation>To be provided when there is no Heat-Network-Index-Number.</xs:documentation>
240
+ </xs:annotation>
241
+ </xs:element>
242
+ <xs:element name="Community-Heating-Distribution-Loss-Factor" type="xs:decimal" minOccurs="0">
243
+ <xs:annotation>
244
+ <xs:documentation>Used when Community-Heating-Distribution-Type is calculated.</xs:documentation>
245
+ </xs:annotation>
246
+ </xs:element>
247
+ <xs:element name="Charging-Linked-To-Heat-Use" type="xs:boolean" minOccurs="0">
248
+ <xs:annotation>
249
+ <xs:documentation>Used for hot-water-only systems.</xs:documentation>
250
+ </xs:annotation>
251
+ </xs:element>
252
+ <xs:element name="Heat-Network-Index-Number" type="xs:positiveInteger" minOccurs="0">
253
+ <xs:annotation>
254
+ <xs:documentation>Index number of heat network, if applicable.</xs:documentation>
255
+ </xs:annotation>
256
+ </xs:element>
257
+ <xs:element name="Sub-Network-Name" type="xs:string" minOccurs="0">
258
+ <xs:annotation>
259
+ <xs:documentation>The name by which the sub community heat network is known.</xs:documentation>
260
+ </xs:annotation>
261
+ </xs:element>
262
+ <xs:element name="Heat-Network-Existing" type="xs:boolean" default="true" minOccurs="0">
263
+ <xs:annotation>
264
+ <xs:documentation>Whether the heat network is existing or new.</xs:documentation>
265
+ </xs:annotation>
266
+ </xs:element>
267
+ </xs:all>
268
+ </xs:complexType>
269
+ <xs:element name="SAP-Floor-Dimensions" type="SAP-Floor-Dimensions"/>
270
+ <xs:complexType name="SAP-Floor-Dimensions">
271
+ <xs:annotation>
272
+ <xs:documentation>Storeys that make up a particular Building-Part.</xs:documentation>
273
+ </xs:annotation>
274
+ <xs:sequence>
275
+ <xs:element name="SAP-Floor-Dimension" type="SAP-Floor-Dimension" maxOccurs="unbounded"/>
276
+ </xs:sequence>
277
+ </xs:complexType>
278
+ <xs:element name="SAP-Thermal-Bridges" type="SAP-Thermal-Bridges"/>
279
+ <xs:complexType name="SAP-Thermal-Bridges">
280
+ <xs:annotation>
281
+ <xs:documentation>Thermal bridges that make up a particular Building-Part.</xs:documentation>
282
+ </xs:annotation>
283
+ <xs:sequence>
284
+ <xs:element name="Thermal-Bridge-Code" type="SAP-ThermalBridgeCode">
285
+ <xs:annotation>
286
+ <xs:documentation>Code which indicates how the thermal bridge data has been recorded.</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:element>
289
+ <xs:element name="User-Defined-Y-Value" type="Measurement" minOccurs="0">
290
+ <xs:annotation>
291
+ <xs:documentation>Global y-value for all thermal bridges in watts per square metre per kelvin; only if thermal bridge code is: user defined (global y-value)</xs:documentation>
292
+ </xs:annotation>
293
+ </xs:element>
294
+ <xs:element name="Calculation-Reference" type="xs:string" minOccurs="0">
295
+ <xs:annotation>
296
+ <xs:documentation>Reference to the details of the calculation of the global y-value; only if thermal bridging is user defined global y-value.</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:element>
299
+ <xs:element name="SAP-Thermal-Bridge" type="SAP-Thermal-Bridge" minOccurs="0" maxOccurs="unbounded"/>
300
+ </xs:sequence>
301
+ </xs:complexType>
302
+ <xs:element name="SAP-Walls" type="SAP-Walls"/>
303
+ <xs:complexType name="SAP-Walls">
304
+ <xs:annotation>
305
+ <xs:documentation>Exposed walls that make up a particular Storey.</xs:documentation>
306
+ </xs:annotation>
307
+ <xs:sequence>
308
+ <xs:element name="SAP-Wall" type="SAP-Wall" maxOccurs="unbounded"/>
309
+ </xs:sequence>
310
+ </xs:complexType>
311
+ <xs:element name="SAP-Opening-Type" type="SAP-Opening-Type"/>
312
+ <xs:complexType name="SAP-Opening-Type">
313
+ <xs:annotation>
314
+ <xs:documentation>Various measurements for a particular type of exposed opening that makes up a particular property. Opening types are used to capture common features shared by multiple openings, to avoid having to record the same data explicitly for each opening.</xs:documentation>
315
+ </xs:annotation>
316
+ <xs:all>
317
+ <xs:element name="Name" type="xs:string">
318
+ <xs:annotation>
319
+ <xs:documentation>Unique name which identifies this opening type. Can be just a number, e.g. "1".</xs:documentation>
320
+ </xs:annotation>
321
+ </xs:element>
322
+ <xs:element name="Description" type="Sentence" minOccurs="0">
323
+ <xs:annotation>
324
+ <xs:documentation>Descriptive notes about the opening type.</xs:documentation>
325
+ </xs:annotation>
326
+ </xs:element>
327
+ <xs:element name="Data-Source" type="SAP-OpeningDataSourceCode">
328
+ <xs:annotation>
329
+ <xs:documentation>The source of the data for this type of opening.</xs:documentation>
330
+ </xs:annotation>
331
+ </xs:element>
332
+ <xs:element name="Type" type="SAP-OpeningTypeCode">
333
+ <xs:annotation>
334
+ <xs:documentation>The (physical) type of opening that this opening type represents.</xs:documentation>
335
+ </xs:annotation>
336
+ </xs:element>
337
+ <xs:element name="Glazing-Type" type="SAP-GlazingTypeCode" minOccurs="0">
338
+ <xs:annotation>
339
+ <xs:documentation>The type of glazing; if U-value is from BFRC or manufacturer declaration, give as one of
340
+ - single
341
+ - double
342
+ - triple.</xs:documentation>
343
+ </xs:annotation>
344
+ </xs:element>
345
+ <xs:element name="Glazing-Gap" type="SAP-GlazingGapTypeCode" minOccurs="0">
346
+ <xs:annotation>
347
+ <xs:documentation>Gap between glass panes; only if SAP table and double, triple glazed or secondary glazing.</xs:documentation>
348
+ </xs:annotation>
349
+ </xs:element>
350
+ <xs:element name="IsArgonFilled" type="xs:boolean" default="false" minOccurs="0">
351
+ <xs:annotation>
352
+ <xs:documentation>Is the opening argon-filled? Only if SAP table.</xs:documentation>
353
+ </xs:annotation>
354
+ </xs:element>
355
+ <xs:element name="IsKryptonFilled" type="xs:boolean" default="false" minOccurs="0">
356
+ <xs:annotation>
357
+ <xs:documentation>Is the opening krypton-filled? Only if SAP table.</xs:documentation>
358
+ </xs:annotation>
359
+ </xs:element>
360
+ <xs:element name="Frame-Type" type="SAP-FrameTypeCode" minOccurs="0">
361
+ <xs:annotation>
362
+ <xs:documentation>The type of frame, only if data source is SAP table and it is a window, roof window or half-glazed door.</xs:documentation>
363
+ </xs:annotation>
364
+ </xs:element>
365
+ <xs:element name="Solar-Transmittance" type="xs:decimal" minOccurs="0">
366
+ <xs:annotation>
367
+ <xs:documentation>The solar transmittance; not if a door.</xs:documentation>
368
+ </xs:annotation>
369
+ </xs:element>
370
+ <xs:element name="Frame-Factor" type="xs:decimal" minOccurs="0">
371
+ <xs:annotation>
372
+ <xs:documentation>The frame factor; not if a door.</xs:documentation>
373
+ </xs:annotation>
374
+ </xs:element>
375
+ <xs:element name="U-Value" type="xs:decimal">
376
+ <xs:annotation>
377
+ <xs:documentation>The U-value. For rooflights, the U-value should be in the horizontal plane.</xs:documentation>
378
+ </xs:annotation>
379
+ </xs:element>
380
+ </xs:all>
381
+ </xs:complexType>
382
+ <xs:element name="SAP-Opening-Types" type="SAP-Opening-Types"/>
383
+ <xs:complexType name="SAP-Opening-Types">
384
+ <xs:annotation>
385
+ <xs:documentation>Types of exposed openings that make up a particular property. Opening types are used to capture common features shared by multiple openings, to avoid having to record the same data explicitly for each opening.</xs:documentation>
386
+ </xs:annotation>
387
+ <xs:sequence>
388
+ <xs:element name="SAP-Opening-Type" type="SAP-Opening-Type" maxOccurs="unbounded"/>
389
+ </xs:sequence>
390
+ </xs:complexType>
391
+ <xs:element name="SAP-Ventilation" type="SAP-Ventilation"/>
392
+ <xs:complexType name="SAP-Ventilation">
393
+ <xs:annotation>
394
+ <xs:documentation>Details of the means by which the building is ventilated</xs:documentation>
395
+ </xs:annotation>
396
+ <xs:all>
397
+ <xs:element name="Closed-Flues-Count" type="Count">
398
+ <xs:annotation>
399
+ <xs:documentation>The number of Closed Flues or chimneys in the Property.</xs:documentation>
400
+ </xs:annotation>
401
+ </xs:element>
402
+ <xs:element name="Open-Flues-Count" type="Count">
403
+ <xs:annotation>
404
+ <xs:documentation>The number of Open Flues in the Property.</xs:documentation>
405
+ </xs:annotation>
406
+ </xs:element>
407
+ <xs:element name="Boilers-Flues-Count" type="Count">
408
+ <xs:annotation>
409
+ <xs:documentation>The number of Boiler Flues or chimneys in the Property.</xs:documentation>
410
+ </xs:annotation>
411
+ </xs:element>
412
+ <xs:element name="Other-Flues-Count" type="Count">
413
+ <xs:annotation>
414
+ <xs:documentation>The number of Other Flues or chimneys in the Property.</xs:documentation>
415
+ </xs:annotation>
416
+ </xs:element>
417
+ <xs:element name="Open-Chimneys-Count" type="Count">
418
+ <xs:annotation>
419
+ <xs:documentation>The number of Open Chimneys in the Property.</xs:documentation>
420
+ </xs:annotation>
421
+ </xs:element>
422
+ <xs:element name="Blocked-Chimneys-Count" type="Count">
423
+ <xs:annotation>
424
+ <xs:documentation>The number of Blocked Chimneys in the Property.</xs:documentation>
425
+ </xs:annotation>
426
+ </xs:element>
427
+ <xs:element name="Fans-Vents-Count" type="Count" minOccurs="0">
428
+ <xs:annotation>
429
+ <xs:documentation>For backward compatibility only, do not use.</xs:documentation>
430
+ </xs:annotation>
431
+ </xs:element>
432
+ <xs:element name="Flueless-Gas-Fires-Count" type="Count">
433
+ <xs:annotation>
434
+ <xs:documentation>The number of flueless gas fires in the Property.</xs:documentation>
435
+ </xs:annotation>
436
+ </xs:element>
437
+ <xs:element name="Pressure-Test" type="SAP-PressureTestCode">
438
+ <xs:annotation>
439
+ <xs:documentation>Whether there has been a pressure test, or whether an assumed value is used for the air permeability.</xs:documentation>
440
+ </xs:annotation>
441
+ </xs:element>
442
+ <xs:element name="Pressure-Test-Certificate-Number" type="xs:string" minOccurs="0">
443
+ <xs:annotation>
444
+ <xs:documentation>The pressure test certificate number or test engineer reference.</xs:documentation>
445
+ </xs:annotation>
446
+ </xs:element>
447
+ <xs:element name="Air-Permeability" type="xs:decimal" minOccurs="0">
448
+ <xs:annotation>
449
+ <xs:documentation>Air permeability; only if pressure test (yes or assumed).</xs:documentation>
450
+ </xs:annotation>
451
+ </xs:element>
452
+ <xs:element name="Ground-Floor-Type" type="SAP-FloorConstructionCode" minOccurs="0">
453
+ <xs:annotation>
454
+ <xs:documentation>The type of ground floor; nly if no pressure test.</xs:documentation>
455
+ </xs:annotation>
456
+ </xs:element>
457
+ <xs:element name="Wall-Type" type="SAP-WallConstructionCode" minOccurs="0">
458
+ <xs:annotation>
459
+ <xs:documentation>The construction of the walls; only if no pressure test.</xs:documentation>
460
+ </xs:annotation>
461
+ </xs:element>
462
+ <xs:element name="Has-Draught-Lobby" type="xs:boolean" default="false" minOccurs="0">
463
+ <xs:annotation>
464
+ <xs:documentation>Is there a draft lobby? Only if no pressure test.</xs:documentation>
465
+ </xs:annotation>
466
+ </xs:element>
467
+ <xs:element name="DraughtStripping" type="Percentage" minOccurs="0">
468
+ <xs:annotation>
469
+ <xs:documentation>Draughtstripping percentage; only if no pressure test.</xs:documentation>
470
+ </xs:annotation>
471
+ </xs:element>
472
+ <xs:element name="Sheltered-Sides-Count" type="Count">
473
+ <xs:annotation>
474
+ <xs:documentation>The number of sheltered sides in the Property.</xs:documentation>
475
+ </xs:annotation>
476
+ </xs:element>
477
+ <xs:element name="Ventilation-Type" type="SAP-VentilationTypeCode">
478
+ <xs:annotation>
479
+ <xs:documentation>The type of ventilation.</xs:documentation>
480
+ </xs:annotation>
481
+ </xs:element>
482
+ <xs:element name="Mechanical-Ventilation-Data-Source" type="SAP-DataSourceCode" minOccurs="0">
483
+ <xs:annotation>
484
+ <xs:documentation>Source of mechanical ventilation data; only if mechanical ventilation.</xs:documentation>
485
+ </xs:annotation>
486
+ </xs:element>
487
+ <xs:element name="Mechanical-Vent-System-Index-Number" type="xs:nonNegativeInteger" minOccurs="0">
488
+ <xs:annotation>
489
+ <xs:documentation>Mechanical vent system index number; if mechanical vent data from database (MEV c, MEV dc, MV, MVHR).</xs:documentation>
490
+ </xs:annotation>
491
+ </xs:element>
492
+ <xs:element name="Mechanical-Vent-Commissioning-Certificate-Number" type="xs:string" minOccurs="0">
493
+ <xs:annotation>
494
+ <xs:documentation>Mechanical ventilation Commissioning certificate number .</xs:documentation>
495
+ </xs:annotation>
496
+ </xs:element>
497
+ <xs:element name="Mechanical-Vent-Installation-Engineer" type="xs:string" minOccurs="0">
498
+ <xs:annotation>
499
+ <xs:documentation>Mechanical ventilation installation engineer registration reference.</xs:documentation>
500
+ </xs:annotation>
501
+ </xs:element>
502
+ <xs:element name="Mechanical-Vent-System-Make-Model" type="xs:string" minOccurs="0">
503
+ <xs:annotation>
504
+ <xs:documentation>Mechanical ventilation system make and model.</xs:documentation>
505
+ </xs:annotation>
506
+ </xs:element>
507
+ <xs:element name="Wet-Rooms-Count" type="NonZeroCount" minOccurs="0">
508
+ <xs:annotation>
509
+ <xs:documentation>Number of wet rooms, including the kitchen; if mech vent data from manufacturer declaration or database (MEV c, MV, MVHR).</xs:documentation>
510
+ </xs:annotation>
511
+ </xs:element>
512
+ <xs:element name="Mechanical-Vent-Specific-Fan-Power" type="Measurement" minOccurs="0">
513
+ <xs:annotation>
514
+ <xs:documentation>Mechanical vent specific fan power in watts per (litres per second); if mechanical vent data (PIV from outside, MEV c or dc, MV, MVHR).</xs:documentation>
515
+ </xs:annotation>
516
+ </xs:element>
517
+ <xs:element name="Mechanical-Vent-Heat-Recovery-Efficiency" type="Percentage" minOccurs="0">
518
+ <xs:annotation>
519
+ <xs:documentation>Mechanical vent heat recovery efficiency percentage; if mechanical vent (MVHR).</xs:documentation>
520
+ </xs:annotation>
521
+ </xs:element>
522
+ <xs:element name="Mechanical-Vent-Duct-Type" type="SAP-DuctTypeCode" minOccurs="0">
523
+ <xs:annotation>
524
+ <xs:documentation>Mechanical vent duct type; if MEV c, MV or MVHR.</xs:documentation>
525
+ </xs:annotation>
526
+ </xs:element>
527
+ <xs:element name="Mechanical-Vent-Duct-Insulation" type="SAP-DuctInsulationCode" minOccurs="0">
528
+ <xs:annotation>
529
+ <xs:documentation>Mechanical vent duct insulation; if MVHR.</xs:documentation>
530
+ </xs:annotation>
531
+ </xs:element>
532
+ <xs:element name="Mechanical-Vent-Duct-Insulation-Level" type="SAP-DuctInsulationLevel" minOccurs="0">
533
+ <xs:annotation>
534
+ <xs:documentation>Mechanical vent duct insulation; if MVHR.</xs:documentation>
535
+ </xs:annotation>
536
+ </xs:element>
537
+ <xs:element name="Mechanical-Vent-Duct-Placement" type="SAP-DuctPlacement" minOccurs="0">
538
+ <xs:annotation>
539
+ <xs:documentation>Mechanical ventilation duct insulation; if MVHR.</xs:documentation>
540
+ </xs:annotation>
541
+ </xs:element>
542
+ <xs:element name="Mechanical-Vent-Measured-Installation" type="xs:boolean" minOccurs="0">
543
+ <xs:annotation>
544
+ <xs:documentation>Mechanical ventilation SPF measured in situ; if MVHR or balanced.</xs:documentation>
545
+ </xs:annotation>
546
+ </xs:element>
547
+ <xs:element name="Kitchen-Room-Fans-Count" type="Count" minOccurs="0">
548
+ <xs:annotation>
549
+ <xs:documentation>MEV dc, number of fans in room, kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
550
+ </xs:annotation>
551
+ </xs:element>
552
+ <xs:element name="Kitchen-Room-Fans-Specific-Power" type="Measurement" minOccurs="0">
553
+ <xs:annotation>
554
+ <xs:documentation>MEV dc, specific fan power of fans in room, kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
555
+ </xs:annotation>
556
+ </xs:element>
557
+ <xs:element name="Non-Kitchen-Room-Fans-Count" type="Count" minOccurs="0">
558
+ <xs:annotation>
559
+ <xs:documentation>MEV dc, number of fans in room, rooms other than kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
560
+ </xs:annotation>
561
+ </xs:element>
562
+ <xs:element name="Non-Kitchen-Room-Fans-Specific-Power" type="Measurement" minOccurs="0">
563
+ <xs:annotation>
564
+ <xs:documentation>MEV dc, specific fan power of fans in room, rooms other than kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
565
+ </xs:annotation>
566
+ </xs:element>
567
+ <xs:element name="Kitchen-Duct-Fans-Count" type="Count" minOccurs="0">
568
+ <xs:annotation>
569
+ <xs:documentation>MEV dc, number of fans via duct, kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
570
+ </xs:annotation>
571
+ </xs:element>
572
+ <xs:element name="Kitchen-Duct-Fans-Specific-Power" type="Measurement" minOccurs="0">
573
+ <xs:annotation>
574
+ <xs:documentation>MEV dc, specific fan power of fans via duct, kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
575
+ </xs:annotation>
576
+ </xs:element>
577
+ <xs:element name="Non-Kitchen-Duct-Fans-Count" type="Count" minOccurs="0">
578
+ <xs:annotation>
579
+ <xs:documentation>MEV dc, number of fans via duct, rooms other than kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
580
+ </xs:annotation>
581
+ </xs:element>
582
+ <xs:element name="Non-Kitchen-Duct-Fans-Specific-Power" type="Measurement" minOccurs="0">
583
+ <xs:annotation>
584
+ <xs:documentation>MEV dc, specific fan power of fans via duct, rooms other than kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
585
+ </xs:annotation>
586
+ </xs:element>
587
+ <xs:element name="Kitchen-Wall-Fans-Count" type="Count" minOccurs="0">
588
+ <xs:annotation>
589
+ <xs:documentation>MEV dc, number of fans through wall, kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
590
+ </xs:annotation>
591
+ </xs:element>
592
+ <xs:element name="Kitchen-Wall-Fans-Specific-Power" type="Measurement" minOccurs="0">
593
+ <xs:annotation>
594
+ <xs:documentation>MEV dc, specific fan power of fans through wall, kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
595
+ </xs:annotation>
596
+ </xs:element>
597
+ <xs:element name="Non-Kitchen-Wall-Fans-Count" type="Count" minOccurs="0">
598
+ <xs:annotation>
599
+ <xs:documentation>MEV dc, number of fans through wall, rooms other than kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
600
+ </xs:annotation>
601
+ </xs:element>
602
+ <xs:element name="Non-Kitchen-Wall-Fans-Specific-Power" type="Measurement" minOccurs="0">
603
+ <xs:annotation>
604
+ <xs:documentation>MEV dc, specific fan power of fans through wall, rooms other than kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
605
+ </xs:annotation>
606
+ </xs:element>
607
+ <xs:element name="Extract-Fans-Count" type="Count" minOccurs="0"/>
608
+ <xs:element name="PSV-Count" type="Count" minOccurs="0"/>
609
+ <xs:element name="Is-Mechanical-Vent-Approved-Installer-Scheme" type="xs:boolean" minOccurs="0"/>
610
+ <xs:element name="Mechanical-Vent-Ducts-Index-Number" type="xs:positiveInteger" minOccurs="0">
611
+ <xs:annotation>
612
+ <xs:documentation>Mechanical vent ducts index number; if applicable.</xs:documentation>
613
+ </xs:annotation>
614
+ </xs:element>
615
+ </xs:all>
616
+ </xs:complexType>
617
+ <xs:element name="SAP10-Data" type="SAP10-Data"/>
618
+ <xs:complexType name="SAP10-Data">
619
+ <xs:annotation>
620
+ <xs:documentation>These are the specific data-items collected by the HI / EA needed to perform the SAP calculation.</xs:documentation>
621
+ </xs:annotation>
622
+ <xs:all>
623
+ <xs:element name="Data-Type" type="SAP-DataTypeCode">
624
+ <xs:annotation>
625
+ <xs:documentation>Type of SAP data that has been collected.</xs:documentation>
626
+ </xs:annotation>
627
+ </xs:element>
628
+ <xs:element name="SAP-Property-Details" type="SAP-Property-Details"/>
629
+ </xs:all>
630
+ </xs:complexType>
631
+ <xs:element name="SAP-Property-Details" type="SAP-Property-Details"/>
632
+ <xs:complexType name="SAP-Property-Details">
633
+ <xs:annotation>
634
+ <xs:documentation>Various measurements a particular Property.</xs:documentation>
635
+ </xs:annotation>
636
+ <xs:all>
637
+ <xs:element name="Property-Type" type="PropertyTypeCode">
638
+ <xs:annotation>
639
+ <xs:documentation>The type of Property, such as House, Flat, Mansion, Maisonette etc.</xs:documentation>
640
+ </xs:annotation>
641
+ </xs:element>
642
+ <xs:element name="Built-Form" type="SAP-BuiltFormCode" minOccurs="0">
643
+ <xs:annotation>
644
+ <xs:documentation>The building type of the Property e.g. Detached, Semi-Detached, Terrace etc.
645
+
646
+ Together with the Property Type, the Built Form provides a structured description of the property.</xs:documentation>
647
+ </xs:annotation>
648
+ </xs:element>
649
+ <xs:element name="Living-Area" type="Measurement">
650
+ <xs:annotation>
651
+ <xs:documentation>The size of the living area in square metres. The living area is the room marked on a plan as the lounge or living room, or the largest public room (irrespective of usage by particular occupants), together with any rooms not separated from the lounge or living room by doors, and including any cupboards directly accessed from the lounge or living room. Living area does not, however, extend over more than one storey, even when stairs enter the living area directly.</xs:documentation>
652
+ </xs:annotation>
653
+ </xs:element>
654
+ <xs:element name="Lowest-Storey-Area" type="xs:decimal">
655
+ <xs:annotation>
656
+ <xs:documentation>The Area of the lowest storey in square meters including unheated or communal areas such as garages or corridors.</xs:documentation>
657
+ </xs:annotation>
658
+ </xs:element>
659
+ <xs:element name="Orientation" type="SAP-OrientationCode">
660
+ <xs:annotation>
661
+ <xs:documentation>The orientation of the front of the property.</xs:documentation>
662
+ </xs:annotation>
663
+ </xs:element>
664
+ <xs:element name="Conservatory-Type" type="SAP-ConservatoryTypeCode">
665
+ <xs:annotation>
666
+ <xs:documentation>Type of conservatory.</xs:documentation>
667
+ </xs:annotation>
668
+ </xs:element>
669
+ <xs:element name="Terrain-Type" type="SAP-TerrainTypeCode">
670
+ <xs:annotation>
671
+ <xs:documentation>Terrain type. Needed for wind-turbines and for applying measures.</xs:documentation>
672
+ </xs:annotation>
673
+ </xs:element>
674
+ <xs:element name="Has-Special-Feature" type="xs:boolean" default="false" minOccurs="0">
675
+ <xs:annotation>
676
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
677
+ </xs:annotation>
678
+ </xs:element>
679
+ <xs:element name="Special-Feature-Description" type="Sentence" minOccurs="0">
680
+ <xs:annotation>
681
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
682
+ </xs:annotation>
683
+ </xs:element>
684
+ <xs:element name="Energy-Saved-Or-Generated" type="Measurement" minOccurs="0">
685
+ <xs:annotation>
686
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
687
+ </xs:annotation>
688
+ </xs:element>
689
+ <xs:element name="Saved-Or-Generated-Fuel" type="HeatingFuelTypeCode" minOccurs="0">
690
+ <xs:annotation>
691
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
692
+ </xs:annotation>
693
+ </xs:element>
694
+ <xs:element name="Energy-Used" type="Measurement" minOccurs="0">
695
+ <xs:annotation>
696
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
697
+ </xs:annotation>
698
+ </xs:element>
699
+ <xs:element name="Energy-Used-Fuel" type="HeatingFuelTypeCode" minOccurs="0">
700
+ <xs:annotation>
701
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
702
+ </xs:annotation>
703
+ </xs:element>
704
+ <xs:element name="Is-In-Smoke-Control-Area" type="ExtendedBoolean">
705
+ <xs:annotation>
706
+ <xs:documentation>Is property in a smoke control area? Only if a solid fuel appliance is used.</xs:documentation>
707
+ </xs:annotation>
708
+ </xs:element>
709
+ <xs:element name="Cold-Water-Source" type="ColdWaterSourceCode">
710
+ <xs:annotation>
711
+ <xs:documentation>What is the cold water source? Either mains or header tank.</xs:documentation>
712
+ </xs:annotation>
713
+ </xs:element>
714
+ <xs:element name="Windows-Overshading" type="SAP-WindowOvershadingCode">
715
+ <xs:annotation>
716
+ <xs:documentation>Average amount of overshading of windows.</xs:documentation>
717
+ </xs:annotation>
718
+ </xs:element>
719
+ <xs:element name="Thermal-Mass-Parameter" type="xs:decimal" minOccurs="0">
720
+ <xs:annotation>
721
+ <xs:documentation>Average thermal mass parameter for the dwelling in kJ/m²K. If omitted it is calculated using the kappa values of each element.</xs:documentation>
722
+ </xs:annotation>
723
+ </xs:element>
724
+ <xs:element name="Additional-Allowable-Electricity-Generation" type="Measurement" minOccurs="0">
725
+ <xs:annotation>
726
+ <xs:documentation>Additional allowable electricity generation applicable to this dwelling in kWh per square metre; only if Zero Carbon Home assessment.</xs:documentation>
727
+ </xs:annotation>
728
+ </xs:element>
729
+ <xs:element name="Gas-Smart-Meter-Present" type="xs:boolean" default="false"/>
730
+ <xs:element name="Electricity-Smart-Meter-Present" type="xs:boolean" default="false"/>
731
+ <xs:element name="Is-Dwelling-Export-Capable" type="xs:boolean"/>
732
+ <xs:element name="PV-Connection" type="PVConnectionCode" minOccurs="0"/>
733
+ <xs:element name="PV-Diverter" type="xs:boolean" default="false" minOccurs="0">
734
+ <xs:annotation>
735
+ <xs:documentation>Diverter present.</xs:documentation>
736
+ </xs:annotation>
737
+ </xs:element>
738
+ <xs:element name="Battery-Capacity" type="xs:decimal" minOccurs="0">
739
+ <xs:annotation>
740
+ <xs:documentation>Battery capacity if diverter present.</xs:documentation>
741
+ </xs:annotation>
742
+ </xs:element>
743
+ <xs:element name="Is-Wind-Turbine-Connected-To-Dwelling-Meter" type="xs:boolean" default="true" minOccurs="0">
744
+ <xs:annotation>
745
+ <xs:documentation>Whether the wind turbine is connected to the Dwelling's meter.</xs:documentation>
746
+ </xs:annotation>
747
+ </xs:element>
748
+ <xs:element name="SAP-Heating" type="SAP-Heating"/>
749
+ <xs:element name="SAP-Energy-Source" type="SAP-Energy-Source" minOccurs="0"/>
750
+ <xs:element name="SAP-Building-Parts" type="SAP-Building-Parts"/>
751
+ <xs:element name="SAP-Opening-Types" type="SAP-Opening-Types" minOccurs="0"/>
752
+ <xs:element name="SAP-Ventilation" type="SAP-Ventilation" minOccurs="0"/>
753
+ <xs:element name="SAP-Lighting" type="SAP-Lighting" minOccurs="0"/>
754
+ <xs:element name="SAP-Deselected-Improvements" type="SAP-Deselected-Improvements" minOccurs="0"/>
755
+ <xs:element name="SAP-Flat-Details" type="SAP-Flat-Details" minOccurs="0"/>
756
+ <xs:element name="SAP-Special-Features" type="SAP-Special-Features" minOccurs="0"/>
757
+ <xs:element name="Design-Water-Use" type="DesignWaterUseCode" minOccurs="0">
758
+ <xs:annotation>
759
+ <xs:documentation>Design limit for total water use.</xs:documentation>
760
+ </xs:annotation>
761
+ </xs:element>
762
+ <xs:element name="SAP-Cooling" type="SAP-Cooling" minOccurs="0"/>
763
+ </xs:all>
764
+ </xs:complexType>
765
+ <xs:element name="SAP-Flat-Details" type="SAP-Flat-Details"/>
766
+ <xs:complexType name="SAP-Flat-Details">
767
+ <xs:all>
768
+ <xs:element name="Level" type="SAP-FlatLevelCode">
769
+ <xs:annotation>
770
+ <xs:documentation>Indication of where a flat is located in a building.</xs:documentation>
771
+ </xs:annotation>
772
+ </xs:element>
773
+ <xs:element name="Storeys" type="NonZeroCount">
774
+ <xs:annotation>
775
+ <xs:documentation>Count of number of storeys present in the block of flats.</xs:documentation>
776
+ </xs:annotation>
777
+ </xs:element>
778
+ </xs:all>
779
+ </xs:complexType>
780
+ <xs:element name="SAP-Lighting" type="SAP-Lighting"/>
781
+ <xs:complexType name="SAP-Lighting">
782
+ <xs:annotation>
783
+ <xs:documentation>Details of the main lighting for the property</xs:documentation>
784
+ </xs:annotation>
785
+ <xs:sequence>
786
+ <xs:element name="Fixed-Lights" type="Fixed-Lights" minOccurs="0">
787
+ <xs:annotation>
788
+ <xs:documentation>The record of a lighting type within the building.</xs:documentation>
789
+ </xs:annotation>
790
+ </xs:element>
791
+ </xs:sequence>
792
+ </xs:complexType>
793
+ <xs:element name="Fixed-Lights" type="Fixed-Lights"/>
794
+ <xs:complexType name="Fixed-Lights">
795
+ <xs:annotation>
796
+ <xs:documentation>Fixed lighting present in the property.</xs:documentation>
797
+ </xs:annotation>
798
+ <xs:sequence>
799
+ <xs:element name="Fixed-Light" type="Fixed-Light" maxOccurs="unbounded"/>
800
+ </xs:sequence>
801
+ </xs:complexType>
802
+ <xs:element name="Fixed-Light" type="Fixed-Light"/>
803
+ <xs:complexType name="Fixed-Light">
804
+ <xs:annotation>
805
+ <xs:documentation>Various details for each fixed lighting type in the property.</xs:documentation>
806
+ </xs:annotation>
807
+ <xs:all>
808
+ <xs:element name="Lighting-Efficacy" type="xs:decimal">
809
+ <xs:annotation>
810
+ <xs:documentation>The efficacy of the lighting type in lumens/Watt.</xs:documentation>
811
+ </xs:annotation>
812
+ </xs:element>
813
+ <xs:element name="Lighting-Power" type="xs:decimal">
814
+ <xs:annotation>
815
+ <xs:documentation>The power of the selected lighting type in Watts.</xs:documentation>
816
+ </xs:annotation>
817
+ </xs:element>
818
+ <xs:element name="Lighting-Outlets" type="Count">
819
+ <xs:annotation>
820
+ <xs:documentation>The number of light fitting outlets of that type.</xs:documentation>
821
+ </xs:annotation>
822
+ </xs:element>
823
+ </xs:all>
824
+ </xs:complexType>
825
+ <xs:element name="SAP-Floor-Dimension" type="SAP-Floor-Dimension"/>
826
+ <xs:complexType name="SAP-Floor-Dimension">
827
+ <xs:annotation>
828
+ <xs:documentation>Various measurements for the floor of a particular storey.</xs:documentation>
829
+ </xs:annotation>
830
+ <xs:all>
831
+ <xs:element name="Name" type="xs:string" minOccurs="0">
832
+ <xs:annotation>
833
+ <xs:documentation>A name describing the floor dimensioned.</xs:documentation>
834
+ </xs:annotation>
835
+ </xs:element>
836
+ <xs:element name="Storey" type="SAP-StoreyFloorCode">
837
+ <xs:annotation>
838
+ <xs:documentation>Building storey on which the floor is located.</xs:documentation>
839
+ </xs:annotation>
840
+ </xs:element>
841
+ <xs:element name="Description" type="Sentence" minOccurs="0">
842
+ <xs:annotation>
843
+ <xs:documentation>Descriptive notes about the floor.</xs:documentation>
844
+ </xs:annotation>
845
+ </xs:element>
846
+ <xs:element name="Floor-Type" type="SAP-FloorTypeCode">
847
+ <xs:annotation>
848
+ <xs:documentation>Type of floor (exposure).</xs:documentation>
849
+ </xs:annotation>
850
+ </xs:element>
851
+ <xs:element name="Total-Floor-Area" type="Measurement">
852
+ <xs:annotation>
853
+ <xs:documentation>The total floor area of the storey in square metres.</xs:documentation>
854
+ </xs:annotation>
855
+ </xs:element>
856
+ <xs:element name="Storey-Height" type="Measurement">
857
+ <xs:annotation>
858
+ <xs:documentation>Average height of the storey in metres.</xs:documentation>
859
+ </xs:annotation>
860
+ </xs:element>
861
+ <xs:element name="Heat-Loss-Area" type="Measurement">
862
+ <xs:annotation>
863
+ <xs:documentation>The estimated total heat loss area for the floor in square metres.</xs:documentation>
864
+ </xs:annotation>
865
+ </xs:element>
866
+ <xs:element name="U-Value" type="xs:decimal">
867
+ <xs:annotation>
868
+ <xs:documentation>Heat loss floor U-value.</xs:documentation>
869
+ </xs:annotation>
870
+ </xs:element>
871
+ <xs:element name="Kappa-Value" type="xs:decimal" minOccurs="0">
872
+ <xs:annotation>
873
+ <xs:documentation>Heat capacity of floor per unit area in kJ/m²K.</xs:documentation>
874
+ </xs:annotation>
875
+ </xs:element>
876
+ <xs:element name="Kappa-Value-From-Below" type="xs:decimal" minOccurs="0">
877
+ <xs:annotation>
878
+ <xs:documentation>Heat capacity of ceiling below. Applies to the non-heat-loss area of an upper floor.</xs:documentation>
879
+ </xs:annotation>
880
+ </xs:element>
881
+ </xs:all>
882
+ </xs:complexType>
883
+ <xs:element name="SAP-Building-Parts" type="SAP-Building-Parts"/>
884
+ <xs:complexType name="SAP-Building-Parts">
885
+ <xs:annotation>
886
+ <xs:documentation>Details of the significant building parts that comprise the main habitable building in the property. The main habitable area generally consists of a single main building but can over time be extended to include extensions such as new wings and additional storeys.
887
+
888
+ For the purpose of calculating the overall Energy Assessment for the property details of each distinct Building Part, such as its construction, have to be gathered because different materials have different insulation ratings (obviously) which affects the overall rating.</xs:documentation>
889
+ </xs:annotation>
890
+ <xs:sequence>
891
+ <xs:element name="SAP-Building-Part" type="SAP-Building-Part" maxOccurs="unbounded"/>
892
+ </xs:sequence>
893
+ </xs:complexType>
894
+ <xs:element name="SAP-Building-Part" type="SAP-Building-Part"/>
895
+ <xs:complexType name="SAP-Building-Part">
896
+ <xs:annotation>
897
+ <xs:documentation>A permanent structure that forms part of the Property and is built primarily for human habitation. A Building Part is usually made up of one or more Storey's and may contain a number of Internal Structural Features. An extension is also a Building Part.</xs:documentation>
898
+ </xs:annotation>
899
+ <xs:all>
900
+ <xs:element name="Building-Part-Number" type="xs:positiveInteger">
901
+ <xs:annotation>
902
+ <xs:documentation>An integer value which uniquely identifies the building part in the property. The value "1" must be assigned to the main dwelling.</xs:documentation>
903
+ </xs:annotation>
904
+ </xs:element>
905
+ <xs:element name="Identifier" type="IDString" minOccurs="0">
906
+ <xs:annotation>
907
+ <xs:documentation>Identifier for the Building part - generally only required if there are more that one Building Parts of the same type e.g. "West Wing" and "East Wing" Extensions</xs:documentation>
908
+ </xs:annotation>
909
+ </xs:element>
910
+ <xs:element name="Construction-Year" type="xs:nonNegativeInteger" minOccurs="0">
911
+ <xs:annotation>
912
+ <xs:documentation>The year when this building part was constructed. Not used if 'Construction-Age-Band' is used.</xs:documentation>
913
+ </xs:annotation>
914
+ </xs:element>
915
+ <xs:element name="Construction-Age-Band" type="ConstructionDateCode" minOccurs="0">
916
+ <xs:annotation>
917
+ <xs:documentation>The age band when this building part was constructed. Not used if 'Construction-Year' is used.</xs:documentation>
918
+ </xs:annotation>
919
+ </xs:element>
920
+ <xs:element name="SAP-Openings" type="SAP-Openings" minOccurs="0"/>
921
+ <xs:element name="SAP-Roofs" type="SAP-Roofs" minOccurs="0"/>
922
+ <xs:element name="SAP-Floor-Dimensions" type="SAP-Floor-Dimensions" minOccurs="0"/>
923
+ <xs:element name="SAP-Thermal-Bridges" type="SAP-Thermal-Bridges" minOccurs="0"/>
924
+ <xs:element name="SAP-Walls" type="SAP-Walls" minOccurs="0"/>
925
+ </xs:all>
926
+ </xs:complexType>
927
+ <xs:element name="SAP-Energy-Source" type="SAP-Energy-Source"/>
928
+ <xs:complexType name="SAP-Energy-Source">
929
+ <xs:annotation>
930
+ <xs:documentation>Details of the main Electricity supply to the Property.</xs:documentation>
931
+ </xs:annotation>
932
+ <xs:all>
933
+ <xs:element name="PV-Arrays" type="PV-Arrays" minOccurs="0"/>
934
+ <xs:element name="Wind-Turbines" type="Wind-Turbines" minOccurs="0"/>
935
+ <xs:element name="Electricity-Tariff" type="SAP-ElectricityTariffCode">
936
+ <xs:annotation>
937
+ <xs:documentation>Type of electricity tariff.</xs:documentation>
938
+ </xs:annotation>
939
+ </xs:element>
940
+ <xs:element name="Hydro-Electric-Generation" type="xs:decimal" minOccurs="0">
941
+ <xs:annotation>
942
+ <xs:documentation>Electricity generated by hydro-electric generator, in kWh/year. To be provided if Hydro-Electric-Generation-Month is not provided.</xs:documentation>
943
+ </xs:annotation>
944
+ </xs:element>
945
+ <xs:element name="Hydro-Electric-Certificate" type="xs:string" minOccurs="0">
946
+ <xs:annotation>
947
+ <xs:documentation>Reference to certification of hydro electric output.</xs:documentation>
948
+ </xs:annotation>
949
+ </xs:element>
950
+ <xs:element name="Hydro-Electric-Generation-Months" type="Hydro-Electric-Generation-Months" minOccurs="0">
951
+ <xs:annotation>
952
+ <xs:documentation>Electricity generated by hydro-electric generator, in kWh/month. To be provided if Hydro-Electric-Generation is not provided.</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:element>
955
+ <xs:element name="Is-Hydro-Output-Connected-To-Dwelling-Meter" type="xs:boolean" default="true" minOccurs="0">
956
+ <xs:annotation>
957
+ <xs:documentation>Whether the hydro-electric station is connected to dwelling's electricity meter</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:element>
960
+ </xs:all>
961
+ </xs:complexType>
962
+ <xs:element name="SAP-Heating" type="SAP-Heating"/>
963
+ <xs:complexType name="SAP-Heating">
964
+ <xs:annotation>
965
+ <xs:documentation>Details of the means by which the Main Building is heated.</xs:documentation>
966
+ </xs:annotation>
967
+ <xs:all>
968
+ <xs:element name="Water-Heating-Code" type="SAP-WaterHeatingCode">
969
+ <xs:annotation>
970
+ <xs:documentation>The type of Water Heating present in the Property.</xs:documentation>
971
+ </xs:annotation>
972
+ </xs:element>
973
+ <xs:element name="Water-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0">
974
+ <xs:annotation>
975
+ <xs:documentation>The type of fuel used to power the central heating e.g. Gas, Electricity. Not used if water system is main or secondary system.</xs:documentation>
976
+ </xs:annotation>
977
+ </xs:element>
978
+ <xs:element name="Has-Hot-Water-Cylinder" type="xs:boolean" default="false" minOccurs="0">
979
+ <xs:annotation>
980
+ <xs:documentation>Hot water cylinder?</xs:documentation>
981
+ </xs:annotation>
982
+ </xs:element>
983
+ <xs:element name="Secondary-Heating-Category" type="SAP-SecondaryHeatingCategoryCode">
984
+ <xs:annotation>
985
+ <xs:documentation>Category of heating system for the secondary heating system.</xs:documentation>
986
+ </xs:annotation>
987
+ </xs:element>
988
+ <xs:element name="Secondary-Heating-Data-Source" type="SAP-NonDatabaseSourceCode" minOccurs="0">
989
+ <xs:annotation>
990
+ <xs:documentation>Source of secondary heating system data; only if secondary heating system.</xs:documentation>
991
+ </xs:annotation>
992
+ </xs:element>
993
+ <xs:element name="Secondary-Heating-Efficiency" type="xs:decimal" minOccurs="0"/>
994
+ <xs:element name="Secondary-Heating-Commisioning-Certificate" type="xs:string" minOccurs="0">
995
+ <xs:annotation>
996
+ <xs:documentation>Secondary heating system commisioning certificate number.</xs:documentation>
997
+ </xs:annotation>
998
+ </xs:element>
999
+ <xs:element name="Secondary-Heating-Installation-Engineer" type="xs:string" minOccurs="0">
1000
+ <xs:annotation>
1001
+ <xs:documentation>Secondary heating installation engineer registration reference.</xs:documentation>
1002
+ </xs:annotation>
1003
+ </xs:element>
1004
+ <xs:element name="Secondary-Heating-Code" type="SAP-SpaceHeatingCode" minOccurs="0">
1005
+ <xs:annotation>
1006
+ <xs:documentation>Type of secondary heating present in the property; only if required and if heating data source is SAP table.</xs:documentation>
1007
+ </xs:annotation>
1008
+ </xs:element>
1009
+ <xs:element name="Secondary-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0">
1010
+ <xs:annotation>
1011
+ <xs:documentation>The type of fuel used to power the secondary heating e.g. Gas, Electricity; only if required.</xs:documentation>
1012
+ </xs:annotation>
1013
+ </xs:element>
1014
+ <xs:element name="Secondary-Heating-PCDF-Fuel-Index" type="xs:positiveInteger" minOccurs="0">
1015
+ <xs:annotation>
1016
+ <xs:documentation>PCDF index number of the fuel type, only if Secondary-Fuel-Type is 99 (fuel from database).</xs:documentation>
1017
+ </xs:annotation>
1018
+ </xs:element>
1019
+ <xs:element name="Secondary-Heating-Flue-Type" type="FlueTypeCode" minOccurs="0">
1020
+ <xs:annotation>
1021
+ <xs:documentation>Secondary flue type; only if secondary efficiency is manufacturer declaration and if there is a flue.</xs:documentation>
1022
+ </xs:annotation>
1023
+ </xs:element>
1024
+ <xs:element name="Thermal-Store" type="SAP-ThermalStoreCode" minOccurs="0">
1025
+ <xs:annotation>
1026
+ <xs:documentation>The type of thermal store; not used if main heating system is community heating scheme.</xs:documentation>
1027
+ </xs:annotation>
1028
+ </xs:element>
1029
+ <xs:element name="Has-Fixed-Air-Conditioning" type="xs:boolean" default="false" minOccurs="0">
1030
+ <xs:annotation>
1031
+ <xs:documentation>Fixed air conditioning?</xs:documentation>
1032
+ </xs:annotation>
1033
+ </xs:element>
1034
+ <xs:element name="Immersion-Heating-Type" type="ImmersionHeatingTypeCode" minOccurs="0">
1035
+ <xs:annotation>
1036
+ <xs:documentation>The type of immersion heating; only if immersion.</xs:documentation>
1037
+ </xs:annotation>
1038
+ </xs:element>
1039
+ <xs:element name="Is-Heat-Pump-Assisted-By-Immersion" type="xs:boolean" default="false" minOccurs="0">
1040
+ <xs:annotation>
1041
+ <xs:documentation>Is heat pump assisted by immersion? Applicable only to hot water only heat pumps</xs:documentation>
1042
+ </xs:annotation>
1043
+ </xs:element>
1044
+ <xs:element name="Is-Heat-Pump-Installed-To-MIS" type="xs:boolean" default="false" minOccurs="0">
1045
+ <xs:annotation>
1046
+ <xs:documentation>Is heat pump installed to MIS standard? Only if water heating from hot water only heat pump.</xs:documentation>
1047
+ </xs:annotation>
1048
+ </xs:element>
1049
+ <xs:element name="Is-Immersion-For-Summer-Use" type="xs:boolean" default="false" minOccurs="0">
1050
+ <xs:annotation>
1051
+ <xs:documentation>Immersion for summer use? Only if main heating is solid fuel fire or room heater with boiler.</xs:documentation>
1052
+ </xs:annotation>
1053
+ </xs:element>
1054
+ <xs:element name="Is-Secondary-Heating-HETAS-Approved" type="xs:boolean" default="false" minOccurs="0">
1055
+ <xs:annotation>
1056
+ <xs:documentation>Secondary heating appliance is HETAS approved? Only if solid fuel.</xs:documentation>
1057
+ </xs:annotation>
1058
+ </xs:element>
1059
+ <xs:element name="Hot-Water-Store-Manufacturer" type="xs:string" default="false" minOccurs="0">
1060
+ <xs:annotation>
1061
+ <xs:documentation> Store Manufacturer name.</xs:documentation>
1062
+ </xs:annotation>
1063
+ </xs:element>
1064
+ <xs:element name="Hot-Water-Store-Model" type="xs:string" default="false" minOccurs="0">
1065
+ <xs:annotation>
1066
+ <xs:documentation> Store Model name.</xs:documentation>
1067
+ </xs:annotation>
1068
+ </xs:element>
1069
+ <xs:element name="Hot-Water-Store-Commissioning-Certificate" type="xs:string" default="false" minOccurs="0">
1070
+ <xs:annotation>
1071
+ <xs:documentation> Store comissioning certificate number.</xs:documentation>
1072
+ </xs:annotation>
1073
+ </xs:element>
1074
+ <xs:element name="Hot-Water-Store-Installer-Engineer-Registration" type="xs:string" default="false" minOccurs="0">
1075
+ <xs:annotation>
1076
+ <xs:documentation> Store installer engineer registration number.</xs:documentation>
1077
+ </xs:annotation>
1078
+ </xs:element>
1079
+ <xs:element name="Hot-Water-Store-Size" type="Measurement" minOccurs="0">
1080
+ <xs:annotation>
1081
+ <xs:documentation>Hot water store size in litres; if there is a hot water store. Store refers to hot water store type which can be cylinder (if thermal store is "none"), hot-water only thermal store or integrated thermal store. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
1082
+ </xs:annotation>
1083
+ </xs:element>
1084
+ <xs:element name="Hot-Water-Store-Heat-Transfer-Area" type="xs:decimal" minOccurs="0">
1085
+ <xs:annotation>
1086
+ <xs:documentation>Used when a heat pump is associated with a separate and specified hot water vessel.</xs:documentation>
1087
+ </xs:annotation>
1088
+ </xs:element>
1089
+ <xs:element name="Hot-Water-Store-Heat-Loss-Source" type="SAP-NonDatabaseSourceCode" minOccurs="0">
1090
+ <xs:annotation>
1091
+ <xs:documentation>The source of the hot water store heat loss information; if there is a hot water store. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
1092
+ </xs:annotation>
1093
+ </xs:element>
1094
+ <xs:element name="Hot-Water-Store-Heat-Loss" type="Measurement" minOccurs="0">
1095
+ <xs:annotation>
1096
+ <xs:documentation>Hot water store declared loss in kWh/day; only if there is a hot water store and if manufacturer declared loss. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
1097
+ </xs:annotation>
1098
+ </xs:element>
1099
+ <xs:element name="Hot-Water-Store-Insulation-Type" type="HotWaterStoreInsulationTypeCode" minOccurs="0">
1100
+ <xs:annotation>
1101
+ <xs:documentation>Hot water store insulation; only if there is a hot water store and if loss from SAP table. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
1102
+ </xs:annotation>
1103
+ </xs:element>
1104
+ <xs:element name="Hot-Water-Store-Insulation-Thickness" type="Measurement" minOccurs="0">
1105
+ <xs:annotation>
1106
+ <xs:documentation>Hot water store insulation thickness in mm; only if there is a hot water store and if loss from SAP table. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
1107
+ </xs:annotation>
1108
+ </xs:element>
1109
+ <xs:element name="Is-Thermal-Store-Near-Boiler" type="xs:boolean" default="false" minOccurs="0">
1110
+ <xs:annotation>
1111
+ <xs:documentation>Thermal store connected to boiler by no more than 1.5 m of insulated pipework? Only if thermal store. Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
1112
+ </xs:annotation>
1113
+ </xs:element>
1114
+ <xs:element name="Is-Thermal-Store-Or-CPSU-In-Airing-Cupboard" type="xs:boolean" default="false" minOccurs="0">
1115
+ <xs:annotation>
1116
+ <xs:documentation>Thermal store or CPSU in airing cupboard? Only if (a) boiler with integrated or hot-water-only thermal store, or (b) main heating is CPSU.</xs:documentation>
1117
+ </xs:annotation>
1118
+ </xs:element>
1119
+ <xs:element name="Has-Cylinder-Thermostat" type="xs:boolean" default="false" minOccurs="0">
1120
+ <xs:annotation>
1121
+ <xs:documentation>Hot water cylinder thermostat? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
1122
+ </xs:annotation>
1123
+ </xs:element>
1124
+ <xs:element name="Is-Cylinder-In-Heated-Space" type="xs:boolean" default="false" minOccurs="0">
1125
+ <xs:annotation>
1126
+ <xs:documentation>Hot water cylinder in heated space? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
1127
+ </xs:annotation>
1128
+ </xs:element>
1129
+ <xs:element name="Is-Hot-Water-Separately-Timed" type="xs:boolean" default="false" minOccurs="0">
1130
+ <xs:annotation>
1131
+ <xs:documentation>Hot water separately timed? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
1132
+ </xs:annotation>
1133
+ </xs:element>
1134
+ <xs:element name="Hot-Water-Controls-Manufacturer" type="xs:string" minOccurs="0"/>
1135
+ <xs:element name="Hot-Water-Controls-Model" type="xs:string" minOccurs="0"/>
1136
+ <xs:element name="SAP-Community-Heating-Systems" type="SAP-Community-Heating-Systems" minOccurs="0"/>
1137
+ <xs:element name="Main-Heating-Details" type="Main-Heating-Details"/>
1138
+ <xs:element name="SAP-Heating-Design-Water-Use" type="DesignWaterUseCode" minOccurs="0"/>
1139
+ <xs:element name="Main-Heating-Systems-Interaction" type="MainHeatingSystemsInteraction" minOccurs="0"/>
1140
+ <xs:element name="Secondary-Heating-Declared-Values" type="Heating-Declared-Values" minOccurs="0">
1141
+ <xs:annotation>
1142
+ <xs:documentation>Use when manufacturer’s declared values.</xs:documentation>
1143
+ </xs:annotation>
1144
+ </xs:element>
1145
+ <xs:element name="Primary-Pipework-Insulation" type="PipeworkInsulationCode" minOccurs="0">
1146
+ <xs:annotation>
1147
+ <xs:documentation>Not applicable to combi boiler or instantaneous water heater.</xs:documentation>
1148
+ </xs:annotation>
1149
+ </xs:element>
1150
+ <xs:element name="Solar-Heating-Details" type="Solar-Heating-Details" minOccurs="0"/>
1151
+ <xs:element name="Instantaneous-WWHRS" type="Instantaneous-WWHRS" minOccurs="0">
1152
+ <xs:annotation>
1153
+ <xs:documentation>Waste Water Heat Recovery System.</xs:documentation>
1154
+ </xs:annotation>
1155
+ </xs:element>
1156
+ <xs:element name="Storage-WWHRS" type="Storage-WWHRS" minOccurs="0"/>
1157
+ <xs:element name="Shower-Outlets" type="Shower-Outlets" minOccurs="0"/>
1158
+ <xs:element name="Number-Baths" type="Count" minOccurs="0"/>
1159
+ <xs:element name="Number-Baths-WWHRS" type="Count" minOccurs="0"/>
1160
+ </xs:all>
1161
+ </xs:complexType>
1162
+ <xs:element name="SAP-Special-Feature" type="SAP-Special-Feature"/>
1163
+ <xs:complexType name="SAP-Special-Feature">
1164
+ <xs:sequence>
1165
+ <xs:element name="Description" type="xs:string"/>
1166
+ <xs:choice>
1167
+ <xs:element name="Energy-Feature" type="Energy-Feature"/>
1168
+ <xs:element name="Emissions-Feature" type="Emission-Feature"/>
1169
+ </xs:choice>
1170
+ </xs:sequence>
1171
+ </xs:complexType>
1172
+ <xs:element name="SAP-Special-Features" type="SAP-Special-Features"/>
1173
+ <xs:complexType name="SAP-Special-Features">
1174
+ <xs:sequence>
1175
+ <xs:element name="SAP-Special-Feature" type="SAP-Special-Feature" maxOccurs="unbounded"/>
1176
+ </xs:sequence>
1177
+ </xs:complexType>
1178
+ <xs:element name="SAP-Cooling" type="SAP-Cooling"/>
1179
+ <xs:complexType name="SAP-Cooling">
1180
+ <xs:all>
1181
+ <xs:element name="Cooled-Area" type="xs:decimal" minOccurs="0"/>
1182
+ <xs:element name="Cooling-System-Data-Source" type="SAP-DataSourceCode" minOccurs="0"/>
1183
+ <xs:element name="Cooling-System-Class" type="SAP-CoolingSystemClassCode" minOccurs="0">
1184
+ <xs:annotation>
1185
+ <xs:documentation>Data set includes either class or SEER, not both.</xs:documentation>
1186
+ </xs:annotation>
1187
+ </xs:element>
1188
+ <xs:element name="System-Energy-Efficiency-Ratio" type="xs:decimal" minOccurs="0">
1189
+ <xs:annotation>
1190
+ <xs:documentation>SEER.</xs:documentation>
1191
+ </xs:annotation>
1192
+ </xs:element>
1193
+ </xs:all>
1194
+ </xs:complexType>
1195
+ <xs:element name="Main-Heating" type="Main-Heating"/>
1196
+ <xs:complexType name="Main-Heating">
1197
+ <xs:all>
1198
+ <xs:element name="Main-Heating-Number">
1199
+ <xs:annotation>
1200
+ <xs:documentation>Identifies the main heating as system 1 or system 2. System 1 must always be present, system 2 is included only when there are two systems.</xs:documentation>
1201
+ </xs:annotation>
1202
+ <xs:simpleType>
1203
+ <xs:restriction base="xs:integer">
1204
+ <xs:minInclusive value="1"/>
1205
+ <xs:maxInclusive value="2"/>
1206
+ </xs:restriction>
1207
+ </xs:simpleType>
1208
+ </xs:element>
1209
+ <xs:element name="Main-Heating-Category" type="SAP-MainHeatingCategoryCode">
1210
+ <xs:annotation>
1211
+ <xs:documentation>Category of heating system for the main heating system.</xs:documentation>
1212
+ </xs:annotation>
1213
+ </xs:element>
1214
+ <xs:element name="Main-Heating-Data-Source" type="SAP-DataSourceCode">
1215
+ <xs:annotation>
1216
+ <xs:documentation>Source of main heating system data.</xs:documentation>
1217
+ </xs:annotation>
1218
+ </xs:element>
1219
+ <xs:element name="Main-Heating-Index-Number" type="xs:positiveInteger" minOccurs="0">
1220
+ <xs:annotation>
1221
+ <xs:documentation>The ID of the heating system from the product database, if system from database.</xs:documentation>
1222
+ </xs:annotation>
1223
+ </xs:element>
1224
+ <xs:element name="Main-Heating-Manufacturer" type="xs:string" minOccurs="0"/>
1225
+ <xs:element name="Main-Heating-Model" type="xs:string" minOccurs="0"/>
1226
+ <xs:element name="Main-Heating-Commissioning-Certificate" type="xs:string" minOccurs="0"/>
1227
+ <xs:element name="Main-Heating-Installation-Engineer" type="xs:string" minOccurs="0">
1228
+ <xs:annotation>
1229
+ <xs:documentation>Main heating installation engineer registration reference.</xs:documentation>
1230
+ </xs:annotation>
1231
+ </xs:element>
1232
+ <xs:element name="Is-Condensing-Boiler" type="xs:boolean" default="false" minOccurs="0">
1233
+ <xs:annotation>
1234
+ <xs:documentation>Is the boiler a condensing boiler? If boiler efficiency is manufacturer declaration.</xs:documentation>
1235
+ </xs:annotation>
1236
+ </xs:element>
1237
+ <xs:element name="Condensing-Boiler-Heat-Distribution" type="xs:positiveInteger" default="80" minOccurs="0">
1238
+ <xs:annotation>
1239
+ <xs:documentation> The temperature distribution of the condensing boiler.</xs:documentation>
1240
+ </xs:annotation>
1241
+ </xs:element>
1242
+ <xs:element name="Heat-Pump-Heat-Distribution" type="xs:positiveInteger" default="80" minOccurs="0">
1243
+ <xs:annotation>
1244
+ <xs:documentation> The temperature distribution of the heat pump, for wet systems only.</xs:documentation>
1245
+ </xs:annotation>
1246
+ </xs:element>
1247
+ <xs:element name="Gas-Or-Oil-Boiler-Type" type="SAP-GasOrOilBoilerTypeCode" minOccurs="0">
1248
+ <xs:annotation>
1249
+ <xs:documentation>Boiler type; if boiler efficiency is manufacturer declaration and fuel is gas or oil.</xs:documentation>
1250
+ </xs:annotation>
1251
+ </xs:element>
1252
+ <xs:element name="Combi-Boiler-Type" type="SAP-CombiBoilerTypeCode" minOccurs="0">
1253
+ <xs:annotation>
1254
+ <xs:documentation>Combi boiler type; if it is a combi boiler and boiler efficiency is manufacturer declaration.</xs:documentation>
1255
+ </xs:annotation>
1256
+ </xs:element>
1257
+ <xs:element name="Case-Heat-Emission" type="Measurement" minOccurs="0">
1258
+ <xs:annotation>
1259
+ <xs:documentation>Case heat emission at full load in kW; if it is a range cooker boiler and boiler efficiency is manufacturer declaration.</xs:documentation>
1260
+ </xs:annotation>
1261
+ </xs:element>
1262
+ <xs:element name="Heat-Transfer-To-Water" type="Measurement" minOccurs="0">
1263
+ <xs:annotation>
1264
+ <xs:documentation>Heat transfer to water at full load in kW; if it is a range cooker boiler and boiler efficiency is manufacturer declaration.</xs:documentation>
1265
+ </xs:annotation>
1266
+ </xs:element>
1267
+ <xs:element name="Solid-Fuel-Boiler-Type" type="SAP-SolidFuelBoilerType" minOccurs="0">
1268
+ <xs:annotation>
1269
+ <xs:documentation>Boiler type; if boiler efficiency is manufacturer declaration and fuel is solid.</xs:documentation>
1270
+ </xs:annotation>
1271
+ </xs:element>
1272
+ <xs:element name="Main-Heating-Code" type="SAP-SpaceHeatingCode" minOccurs="0">
1273
+ <xs:annotation>
1274
+ <xs:documentation>Main heating code; when heating data source is SAP table.</xs:documentation>
1275
+ </xs:annotation>
1276
+ </xs:element>
1277
+ <xs:element name="Main-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0">
1278
+ <xs:annotation>
1279
+ <xs:documentation>The type of fuel used to power the central heating e.g. Gas, Electricity; not used if main heating system is community heating scheme.</xs:documentation>
1280
+ </xs:annotation>
1281
+ </xs:element>
1282
+ <xs:element name="PCDF-Fuel-Index" type="xs:positiveInteger" minOccurs="0">
1283
+ <xs:annotation>
1284
+ <xs:documentation>PCDF index number of the fuel type, only if Main-Fuel-Type is 99 (fuel from database).</xs:documentation>
1285
+ </xs:annotation>
1286
+ </xs:element>
1287
+ <xs:element name="Main-Heating-Control" type="SAP-HeatingControlCode">
1288
+ <xs:annotation>
1289
+ <xs:documentation>Type of Main Control for the Heating System.</xs:documentation>
1290
+ </xs:annotation>
1291
+ </xs:element>
1292
+ <xs:element name="Heat-Emitter-Type" type="HeatEmitterCode" minOccurs="0">
1293
+ <xs:annotation>
1294
+ <xs:documentation>Identifies the means by which the central heating system (if present) emits heat; only when wet system (radiators or underfloor).</xs:documentation>
1295
+ </xs:annotation>
1296
+ </xs:element>
1297
+ <xs:element name="Underfloor-Heat-Emitter-Type" type="UnderfloorHeatEmitterCode" minOccurs="0">
1298
+ <xs:annotation>
1299
+ <xs:documentation>Means by which an underfloor heating system (if present) emits heat; only when wet system (underfloor).</xs:documentation>
1300
+ </xs:annotation>
1301
+ </xs:element>
1302
+ <xs:element name="Main-Heating-Flue-Type" type="FlueTypeCode" minOccurs="0">
1303
+ <xs:annotation>
1304
+ <xs:documentation>The type of main heating flue; only if flued appliance.</xs:documentation>
1305
+ </xs:annotation>
1306
+ </xs:element>
1307
+ <xs:element name="Is-Flue-Fan-Present" type="xs:boolean" default="false" minOccurs="0">
1308
+ <xs:annotation>
1309
+ <xs:documentation>Indicates whether the heating system contains a fan flue; only if boiler.</xs:documentation>
1310
+ </xs:annotation>
1311
+ </xs:element>
1312
+ <xs:element name="Is-Central-Heating-Pump-In-Heated-Space" type="xs:boolean" default="false" minOccurs="0">
1313
+ <xs:annotation>
1314
+ <xs:documentation>Central heating pump in heated space? Only when wet system (radiators or underfloor).</xs:documentation>
1315
+ </xs:annotation>
1316
+ </xs:element>
1317
+ <xs:element name="Is-Oil-Pump-In-Heated-Space" type="xs:boolean" default="false" minOccurs="0">
1318
+ <xs:annotation>
1319
+ <xs:documentation>Oil pump in heated space? Only if oil boiler.</xs:documentation>
1320
+ </xs:annotation>
1321
+ </xs:element>
1322
+ <xs:element name="Is-Interlocked-System" type="xs:boolean" default="false" minOccurs="0">
1323
+ <xs:annotation>
1324
+ <xs:documentation>Interlocked system? Only when wet system (radiators or underfloor).</xs:documentation>
1325
+ </xs:annotation>
1326
+ </xs:element>
1327
+ <xs:element name="Has-Separate-Delayed-Start" type="xs:boolean" default="false" minOccurs="0">
1328
+ <xs:annotation>
1329
+ <xs:documentation>True if there is a delayed start control separate from a controller in the database.</xs:documentation>
1330
+ </xs:annotation>
1331
+ </xs:element>
1332
+ <xs:element name="Boiler-Fuel-Feed" type="SAP-BoilerFuelFeedCode" minOccurs="0">
1333
+ <xs:annotation>
1334
+ <xs:documentation>The type of boiler fuel feed; only if solid fuel boiler with manufacturer declaration.</xs:documentation>
1335
+ </xs:annotation>
1336
+ </xs:element>
1337
+ <xs:element name="Is-Main-Heating-HETAS-Approved" type="xs:boolean" default="false" minOccurs="0">
1338
+ <xs:annotation>
1339
+ <xs:documentation>Main heating appliance is HETAS approved? Only if solid fuel.</xs:documentation>
1340
+ </xs:annotation>
1341
+ </xs:element>
1342
+ <xs:element name="Electric-CPSU-Operating-Temperature" type="Measurement" minOccurs="0">
1343
+ <xs:annotation>
1344
+ <xs:documentation>Electric CPSU operating temperature in Celcius; only if main heating is electric CPSU.</xs:documentation>
1345
+ </xs:annotation>
1346
+ </xs:element>
1347
+ <xs:element name="Main-Heating-Fraction" type="xs:decimal">
1348
+ <xs:annotation>
1349
+ <xs:documentation>Fraction of main heating provided by this system, is 1 if only one main system.</xs:documentation>
1350
+ </xs:annotation>
1351
+ </xs:element>
1352
+ <xs:element name="Burner-Control" type="SAP-BurnerControlCode" minOccurs="0"/>
1353
+ <xs:element name="Efficiency-Type" type="SAP-EfficiencyTypeCode" minOccurs="0"/>
1354
+ <xs:element name="Main-Heating-Efficiency-Winter" type="xs:decimal" minOccurs="0">
1355
+ <xs:annotation>
1356
+ <xs:documentation>To be used if main heating data is manufacturer declaration and Efficiency-Type is winter and summer.</xs:documentation>
1357
+ </xs:annotation>
1358
+ </xs:element>
1359
+ <xs:element name="Main-Heating-Efficiency-Summer" type="xs:decimal" minOccurs="0">
1360
+ <xs:annotation>
1361
+ <xs:documentation>To be used if main heating data is manufacturer declaration and Efficiency-Type is winter and summer.</xs:documentation>
1362
+ </xs:annotation>
1363
+ </xs:element>
1364
+ <xs:element name="Main-Heating-Efficiency" type="xs:decimal" minOccurs="0">
1365
+ <xs:annotation>
1366
+ <xs:documentation>If main heating is any system other than heat network.</xs:documentation>
1367
+ </xs:annotation>
1368
+ </xs:element>
1369
+ <xs:element name="Main-Heating-System-Type" type="xs:string" minOccurs="0">
1370
+ <xs:annotation>
1371
+ <xs:documentation>Main heating system type or technology, for e.g., combi boiler, air source heat pump, etc.</xs:documentation>
1372
+ </xs:annotation>
1373
+ </xs:element>
1374
+ <xs:element name="Has-FGHRS" type="xs:boolean" default="false" minOccurs="0">
1375
+ <xs:annotation>
1376
+ <xs:documentation>Flue Gas Heat Recovery System.</xs:documentation>
1377
+ </xs:annotation>
1378
+ </xs:element>
1379
+ <xs:element name="FGHRS-Index-Number" type="xs:nonNegativeInteger" minOccurs="0">
1380
+ <xs:annotation>
1381
+ <xs:documentation>FGHRS index number; only if FGHRS.</xs:documentation>
1382
+ </xs:annotation>
1383
+ </xs:element>
1384
+ <xs:element name="FGHRS-Energy-Source" type="SAP-Energy-Source" minOccurs="0"/>
1385
+ <xs:element name="Main-Heating-Declared-Values" type="Heating-Declared-Values" minOccurs="0"/>
1386
+ <xs:element name="Storage-Heaters" type="Storage-Heaters" minOccurs="0"/>
1387
+ <xs:element name="Emitter-Temperature" type="EmitterTemperatureCode" minOccurs="0">
1388
+ <xs:annotation>
1389
+ <xs:documentation>Gas and oil boilers and heat pump from database: 0, 1, 3 or 4
1390
+ Other heat pump 0, 2 or 4.
1391
+ Other systems NA.
1392
+ </xs:documentation>
1393
+ </xs:annotation>
1394
+ </xs:element>
1395
+ <xs:element name="MCS-Installed-Heat-Pump" type="xs:boolean" minOccurs="0">
1396
+ <xs:annotation>
1397
+ <xs:documentation>Whether heat pump was installed under the Microgeneration Certification Scheme.</xs:documentation>
1398
+ </xs:annotation>
1399
+ </xs:element>
1400
+ <xs:element name="Central-Heating-Pump-Age" type="PumpAge" minOccurs="0">
1401
+ <xs:annotation>
1402
+ <xs:documentation>Included for systems with a central heating pump, i.e. wet system.</xs:documentation>
1403
+ </xs:annotation>
1404
+ </xs:element>
1405
+ <xs:element name="Control-Index-Number" type="xs:positiveInteger" minOccurs="0">
1406
+ <xs:annotation>
1407
+ <xs:documentation>The ID of the controller from the product database.</xs:documentation>
1408
+ </xs:annotation>
1409
+ </xs:element>
1410
+ <xs:element name="Heating-Controller-Function" type="xs:string" minOccurs="0"/>
1411
+ <xs:element name="Heating-Controller-Ecodesign-Class" type="xs:string" minOccurs="0"/>
1412
+ <xs:element name="Heating-Controller-Manufacturer" type="xs:string" minOccurs="0"/>
1413
+ <xs:element name="Heating-Controller-Model" type="xs:string" minOccurs="0"/>
1414
+ </xs:all>
1415
+ </xs:complexType>
1416
+ <xs:element name="Main-Heating-Details" type="Main-Heating-Details"/>
1417
+ <xs:complexType name="Main-Heating-Details">
1418
+ <xs:sequence>
1419
+ <xs:element name="Main-Heating" type="Main-Heating" maxOccurs="2"/>
1420
+ </xs:sequence>
1421
+ </xs:complexType>
1422
+ <xs:element name="Community-Heat-Source" type="Community-Heat-Source"/>
1423
+ <xs:complexType name="Community-Heat-Source">
1424
+ <xs:all>
1425
+ <xs:element name="Heat-Source-Type" type="SAP-HeatSourceTypeCode"/>
1426
+ <xs:element name="Heat-Fraction" type="xs:decimal">
1427
+ <xs:annotation>
1428
+ <xs:documentation>Fraction of heat for the system provided by this heat source.</xs:documentation>
1429
+ </xs:annotation>
1430
+ </xs:element>
1431
+ <xs:element name="Fuel-Type" type="HeatingFuelTypeCode"/>
1432
+ <xs:element name="PCDF-Fuel-Index" type="xs:positiveInteger" minOccurs="0"/>
1433
+ <xs:element name="Heat-Efficiency" type="xs:decimal">
1434
+ <xs:annotation>
1435
+ <xs:documentation>Heat efficiency in %.</xs:documentation>
1436
+ </xs:annotation>
1437
+ </xs:element>
1438
+ <xs:element name="Power-Efficiency" type="xs:decimal" minOccurs="0">
1439
+ <xs:annotation>
1440
+ <xs:documentation>Power efficiency in %. Include when heat source is CHP.</xs:documentation>
1441
+ </xs:annotation>
1442
+ </xs:element>
1443
+ <xs:element name="Description" type="xs:string" minOccurs="0"/>
1444
+ <xs:element name="CHP-Electricity-Generation" type="SAP-CHPElectricityGenerationCode" minOccurs="0">
1445
+ <xs:annotation>
1446
+ <xs:documentation>CHP Electricity generation options from table 12f.</xs:documentation>
1447
+ </xs:annotation>
1448
+ </xs:element>
1449
+ </xs:all>
1450
+ </xs:complexType>
1451
+ <xs:element name="Community-Heat-Sources" type="Community-Heat-Sources"/>
1452
+ <xs:complexType name="Community-Heat-Sources">
1453
+ <xs:sequence>
1454
+ <xs:element name="Community-Heat-Source" type="Community-Heat-Source" maxOccurs="5"/>
1455
+ </xs:sequence>
1456
+ </xs:complexType>
1457
+ <xs:element name="Air-Change-Rates" type="Air-Change-Rates"/>
1458
+ <xs:complexType name="Air-Change-Rates">
1459
+ <xs:sequence>
1460
+ <xs:element name="Air-Change-Rate" type="Air-Change-Rate" minOccurs="12" maxOccurs="12"/>
1461
+ </xs:sequence>
1462
+ </xs:complexType>
1463
+ <xs:element name="Air-Change-Rate" type="Air-Change-Rate"/>
1464
+ <xs:complexType name="Air-Change-Rate">
1465
+ <xs:all>
1466
+ <xs:element name="Air-Change-Rate-Month" type="AirChangeRateMonth"/>
1467
+ <xs:element name="Air-Change-Rate-Value" type="xs:decimal">
1468
+ <xs:annotation>
1469
+ <xs:documentation>Air change rate in month.</xs:documentation>
1470
+ </xs:annotation>
1471
+ </xs:element>
1472
+ </xs:all>
1473
+ </xs:complexType>
1474
+ <xs:element name="Hydro-Electric-Generation-Months" type="Hydro-Electric-Generation-Months"/>
1475
+ <xs:complexType name="Hydro-Electric-Generation-Months">
1476
+ <xs:sequence>
1477
+ <xs:element name="Hydro-Electric-Generation-Month" type="Hydro-Electric-Generation-Month" minOccurs="12" maxOccurs="12"/>
1478
+ </xs:sequence>
1479
+ </xs:complexType>
1480
+ <xs:element name="Hydro-Electric-Generation-Month" type="Hydro-Electric-Generation-Month"/>
1481
+ <xs:complexType name="Hydro-Electric-Generation-Month">
1482
+ <xs:all>
1483
+ <xs:element name="Hydro-Month" type="HydroElecMonth"/>
1484
+ <xs:element name="Hydro-Value" type="xs:decimal">
1485
+ <xs:annotation>
1486
+ <xs:documentation>Hydro electricity in kWh in month.</xs:documentation>
1487
+ </xs:annotation>
1488
+ </xs:element>
1489
+ </xs:all>
1490
+ </xs:complexType>
1491
+ <xs:element name="PV-Array" type="PV-Array"/>
1492
+ <xs:complexType name="PV-Array">
1493
+ <xs:all>
1494
+ <xs:element name="Peak-Power" type="Measurement">
1495
+ <xs:annotation>
1496
+ <xs:documentation>Peak kW of photovoltaics (PVs) (kWp); 0.0 if none.</xs:documentation>
1497
+ </xs:annotation>
1498
+ </xs:element>
1499
+ <xs:element name="Orientation" type="SAP-CompassDirectionCode" minOccurs="0">
1500
+ <xs:annotation>
1501
+ <xs:documentation>PV orientation; only if peak kWp &gt; 0.</xs:documentation>
1502
+ </xs:annotation>
1503
+ </xs:element>
1504
+ <xs:element name="Pitch" type="SAP-VerticalPitchCode" minOccurs="0">
1505
+ <xs:annotation>
1506
+ <xs:documentation>PV pitch; only if peak kWp &gt; 0.</xs:documentation>
1507
+ </xs:annotation>
1508
+ </xs:element>
1509
+ <xs:element name="Overshading" type="SAP-SolarCollectorOvershadingCode" minOccurs="0">
1510
+ <xs:annotation>
1511
+ <xs:documentation>PV overshading; only if peak kWp &gt; 0 and no MCS certificate.</xs:documentation>
1512
+ </xs:annotation>
1513
+ </xs:element>
1514
+ <xs:element name="MCS-Certificate" type="xs:boolean" default="false" minOccurs="0">
1515
+ <xs:annotation>
1516
+ <xs:documentation>Does the installation have a MCS certificate.</xs:documentation>
1517
+ </xs:annotation>
1518
+ </xs:element>
1519
+ <xs:element name="MCS-Certificate-Reference" type="xs:string" minOccurs="0">
1520
+ <xs:annotation>
1521
+ <xs:documentation>MCS certificate reference number</xs:documentation>
1522
+ </xs:annotation>
1523
+ </xs:element>
1524
+ <xs:element name="PV-Panel-Manufacturer-Name" type="xs:string" minOccurs="0">
1525
+ <xs:annotation>
1526
+ <xs:documentation>Manufacturer of PV panels</xs:documentation>
1527
+ </xs:annotation>
1528
+ </xs:element>
1529
+ <xs:element name="Overshading-MCS" type="xs:decimal" minOccurs="0">
1530
+ <xs:annotation>
1531
+ <xs:documentation>Overshading factor calculated according to MCS.</xs:documentation>
1532
+ </xs:annotation>
1533
+ </xs:element>
1534
+ </xs:all>
1535
+ </xs:complexType>
1536
+ <xs:element name="PV-Arrays" type="PV-Arrays"/>
1537
+ <xs:complexType name="PV-Arrays">
1538
+ <xs:sequence>
1539
+ <xs:element name="PV-Array" type="PV-Array" maxOccurs="3"/>
1540
+ </xs:sequence>
1541
+ </xs:complexType>
1542
+ <xs:element name="Wind-Turbine" type="Wind-Turbine"/>
1543
+ <xs:complexType name="Wind-Turbine">
1544
+ <xs:all>
1545
+ <xs:element name="Wind-Turbine-Manufacturer-Name" type="xs:string" minOccurs="0">
1546
+ <xs:annotation>
1547
+ <xs:documentation>Wind turbine manufacturer name.</xs:documentation>
1548
+ </xs:annotation>
1549
+ </xs:element>
1550
+ <xs:element name="Wind-Turbine-Certificate" type="xs:string" minOccurs="0">
1551
+ <xs:annotation>
1552
+ <xs:documentation>Wind turbine certificate.</xs:documentation>
1553
+ </xs:annotation>
1554
+ </xs:element>
1555
+ <xs:element name="Wind-Turbine-Rotor-Diameter" type="Measurement">
1556
+ <xs:annotation>
1557
+ <xs:documentation>Wind turbine rotor diameter in metres; only if wind turbine.</xs:documentation>
1558
+ </xs:annotation>
1559
+ </xs:element>
1560
+ <xs:element name="Wind-Turbine-Hub-Height" type="Measurement">
1561
+ <xs:annotation>
1562
+ <xs:documentation>Wind turbine hub height above building in metres; only if wind turbine.</xs:documentation>
1563
+ </xs:annotation>
1564
+ </xs:element>
1565
+ </xs:all>
1566
+ </xs:complexType>
1567
+ <xs:element name="Wind-Turbines" type="Wind-Turbines"/>
1568
+ <xs:complexType name="Wind-Turbines">
1569
+ <xs:sequence>
1570
+ <xs:element name="Wind-Turbine" type="Wind-Turbine" maxOccurs="99"/>
1571
+ </xs:sequence>
1572
+ </xs:complexType>
1573
+ <xs:element name="Energy-Feature" type="Energy-Feature"/>
1574
+ <xs:complexType name="Energy-Feature">
1575
+ <xs:all>
1576
+ <xs:element name="Energy-Saved-Or-Generated" type="Measurement">
1577
+ <xs:annotation>
1578
+ <xs:documentation>Energy saved or generated in kWh/year.</xs:documentation>
1579
+ </xs:annotation>
1580
+ </xs:element>
1581
+ <xs:element name="Saved-Or-Generated-Fuel" type="HeatingFuelTypeCode" minOccurs="0"/>
1582
+ <xs:element name="Energy-Used" type="Measurement">
1583
+ <xs:annotation>
1584
+ <xs:documentation>Energy used in kWh/year.</xs:documentation>
1585
+ </xs:annotation>
1586
+ </xs:element>
1587
+ <xs:element name="Energy-Used-Fuel" type="HeatingFuelTypeCode" minOccurs="0"/>
1588
+ <xs:element name="Air-Change-Rates" type="Air-Change-Rates" minOccurs="0">
1589
+ <xs:annotation>
1590
+ <xs:documentation>For Appendix Q procedure that provides air change rates. Only one Special Feature can have data on air change rates.</xs:documentation>
1591
+ </xs:annotation>
1592
+ </xs:element>
1593
+ </xs:all>
1594
+ </xs:complexType>
1595
+ <xs:element name="Emission-Feature" type="Emission-Feature"/>
1596
+ <xs:complexType name="Emission-Feature">
1597
+ <xs:all>
1598
+ <xs:element name="Emissions-Saved" type="Measurement">
1599
+ <xs:annotation>
1600
+ <xs:documentation>Emissions saved in kg/year.</xs:documentation>
1601
+ </xs:annotation>
1602
+ </xs:element>
1603
+ <xs:element name="Emissions-Created" type="Measurement">
1604
+ <xs:annotation>
1605
+ <xs:documentation>Additional emissions in kg/year.</xs:documentation>
1606
+ </xs:annotation>
1607
+ </xs:element>
1608
+ </xs:all>
1609
+ </xs:complexType>
1610
+ <xs:element name="Solar-Heating-Details" type="Solar-Heating-Details"/>
1611
+ <xs:complexType name="Solar-Heating-Details">
1612
+ <xs:all>
1613
+ <xs:element name="Solar-Heating-Collector-Manufacturer" type="xs:string" minOccurs="0">
1614
+ <xs:annotation>
1615
+ <xs:documentation>Panel manufacturer</xs:documentation>
1616
+ </xs:annotation>
1617
+ </xs:element>
1618
+ <xs:element name="Solar-Heating-Certificate" type="xs:string" minOccurs="0">
1619
+ <xs:annotation>
1620
+ <xs:documentation>Solar heating certificate</xs:documentation>
1621
+ </xs:annotation>
1622
+ </xs:element>
1623
+ <xs:element name="Solar-Panel-Aperture-Area" type="Measurement">
1624
+ <xs:annotation>
1625
+ <xs:documentation>Panel aperture area in square metres.</xs:documentation>
1626
+ </xs:annotation>
1627
+ </xs:element>
1628
+ <xs:element name="Solar-Panel-Collector-Type" type="SAP-SolarCollectorTypeCode">
1629
+ <xs:annotation>
1630
+ <xs:documentation>Type of solar panel collector.</xs:documentation>
1631
+ </xs:annotation>
1632
+ </xs:element>
1633
+ <xs:element name="Solar-Panel-Collector-Data-Source" type="SAP-SolarCollectorDataSourceCode">
1634
+ <xs:annotation>
1635
+ <xs:documentation>Source of solar panel collector data.</xs:documentation>
1636
+ </xs:annotation>
1637
+ </xs:element>
1638
+ <xs:element name="Solar-Panel-Collector-Zero-Loss-Efficiency" type="Percentage" minOccurs="0">
1639
+ <xs:annotation>
1640
+ <xs:documentation>Collector zero-loss efficiency; only if declared values.</xs:documentation>
1641
+ </xs:annotation>
1642
+ </xs:element>
1643
+ <xs:element name="Solar-Panel-Collector-Heat-Loss-Rate" type="xs:decimal" minOccurs="0">
1644
+ <xs:annotation>
1645
+ <xs:documentation>Collector heat loss rate; for backward compatibility only, do not use.</xs:documentation>
1646
+ </xs:annotation>
1647
+ </xs:element>
1648
+ <xs:element name="Solar-Panel-Collector-Linear-Heat-Loss-Coefficient" type="xs:decimal" minOccurs="0">
1649
+ <xs:annotation>
1650
+ <xs:documentation>Collector linear heat loss coefficient; only if declared values.</xs:documentation>
1651
+ </xs:annotation>
1652
+ </xs:element>
1653
+ <xs:element name="Solar-Panel-Collector-Second-Order-Heat-Loss-Coefficient" type="xs:decimal" minOccurs="0">
1654
+ <xs:annotation>
1655
+ <xs:documentation>Collector 2nd order heat loss coefficient; only if declared values.</xs:documentation>
1656
+ </xs:annotation>
1657
+ </xs:element>
1658
+ <xs:element name="Solar-Panel-Collector-Orientation" type="SAP-CompassDirectionCode">
1659
+ <xs:annotation>
1660
+ <xs:documentation>Collector orientation.</xs:documentation>
1661
+ </xs:annotation>
1662
+ </xs:element>
1663
+ <xs:element name="Solar-Panel-Collector-Pitch" type="SAP-VerticalPitch"/>
1664
+ <xs:element name="Solar-Panel-Collector-Overshading" type="SAP-SolarCollectorOvershadingCode"/>
1665
+ <xs:element name="Has-Solar-Powered-Pump" type="xs:boolean" default="false"/>
1666
+ <xs:element name="Is-Solar-Store-Combined-Cylinder" type="xs:boolean" default="false"/>
1667
+ <xs:element name="Solar-Store-Volume" type="Measurement">
1668
+ <xs:annotation>
1669
+ <xs:documentation>Dedicated solar store volume in litres.</xs:documentation>
1670
+ </xs:annotation>
1671
+ </xs:element>
1672
+ <xs:element name="Collector-Loop-Efficiency" type="xs:decimal" minOccurs="0">
1673
+ <xs:annotation>
1674
+ <xs:documentation>Collector loop efficiency; only if declared values.</xs:documentation>
1675
+ </xs:annotation>
1676
+ </xs:element>
1677
+ <xs:element name="Incidence-Angle-Modifier" type="xs:decimal" minOccurs="0">
1678
+ <xs:annotation>
1679
+ <xs:documentation>Incidence angle modifier; only if declared values.</xs:documentation>
1680
+ </xs:annotation>
1681
+ </xs:element>
1682
+ <xs:element name="Is-Community-Solar" type="xs:boolean" default="false"/>
1683
+ <xs:element name="Service-Provision" type="ServiceProvisionCode"/>
1684
+ <xs:element name="Overall-Heat-Loss" type="xs:decimal" minOccurs="0">
1685
+ <xs:annotation>
1686
+ <xs:documentation>Overall heat loss coefficient of system; only if declared values.</xs:documentation>
1687
+ </xs:annotation>
1688
+ </xs:element>
1689
+ </xs:all>
1690
+ </xs:complexType>
1691
+ <xs:element name="Instantaneous-WWHRS" type="Instantaneous-WWHRS"/>
1692
+ <xs:complexType name="Instantaneous-WWHRS">
1693
+ <xs:sequence>
1694
+ <xs:element name="WWHRS-Index-Number1" type="xs:positiveInteger"/>
1695
+ <xs:element name="WWHRS-Index-Number2" type="xs:positiveInteger" minOccurs="0">
1696
+ <xs:annotation>
1697
+ <xs:documentation>Omit if no second system.</xs:documentation>
1698
+ </xs:annotation>
1699
+ </xs:element>
1700
+ <xs:element name="WWHRS-Efficiency1" type="xs:decimal" minOccurs="0"/>
1701
+ <xs:element name="WWHRS-Manufacturer1" type="xs:string" minOccurs="0"/>
1702
+ <xs:element name="WWHRS-Model1" type="xs:string" minOccurs="0"/>
1703
+ <xs:element name="WWHRS-Efficiency2" type="xs:decimal" minOccurs="0"/>
1704
+ <xs:element name="WWHRS-Manufacturer2" type="xs:string" minOccurs="0"/>
1705
+ <xs:element name="WWHRS-Model2" type="xs:string" minOccurs="0"/>
1706
+ </xs:sequence>
1707
+ </xs:complexType>
1708
+ <xs:element name="Storage-WWHRS" type="Storage-WWHRS"/>
1709
+ <xs:complexType name="Storage-WWHRS">
1710
+ <xs:all>
1711
+ <xs:element name="WWHRS-Index-Number" type="xs:positiveInteger"/>
1712
+ <xs:element name="WWHRS-Store-Volume" type="Measurement">
1713
+ <xs:annotation>
1714
+ <xs:documentation>Dedicated store volume in litres.</xs:documentation>
1715
+ </xs:annotation>
1716
+ </xs:element>
1717
+ <xs:element name="Storage-WWHRS-Efficiency" type="xs:decimal" minOccurs="0"/>
1718
+ <xs:element name="Storage-WWHRS-Manufacturer" type="xs:string" minOccurs="0"/>
1719
+ <xs:element name="Storage-WWHRS-Model" type="xs:string" minOccurs="0"/>
1720
+ </xs:all>
1721
+ </xs:complexType>
1722
+ <xs:element name="Shower-Outlets" type="Shower-Outlets"/>
1723
+ <xs:complexType name="Shower-Outlets">
1724
+ <xs:annotation>
1725
+ <xs:documentation>Shower outlets present in the dwelling. If there are more than 5 then only include the 5 with the highest flow rates used.</xs:documentation>
1726
+ </xs:annotation>
1727
+ <xs:sequence>
1728
+ <xs:element name="Shower-Outlet" type="Shower-Outlet" maxOccurs="5"/>
1729
+ </xs:sequence>
1730
+ </xs:complexType>
1731
+ <xs:element name="Shower-Outlet" type="Shower-Outlet"/>
1732
+ <xs:complexType name="Shower-Outlet">
1733
+ <xs:annotation>
1734
+ <xs:documentation>Various details for each shower outlet.</xs:documentation>
1735
+ </xs:annotation>
1736
+ <xs:all>
1737
+ <xs:element name="Shower-Outlet-Type" type="ShowerOutletTypeCode">
1738
+ <xs:annotation>
1739
+ <xs:documentation>Hot water type for this shower outlet.</xs:documentation>
1740
+ </xs:annotation>
1741
+ </xs:element>
1742
+ <xs:element name="Shower-Flow-Rate" type="Measurement" minOccurs="0">
1743
+ <xs:annotation>
1744
+ <xs:documentation>The flow rate. Only when a shower is not instantaneous electric. Leave blank if NO flow limiter fitted.</xs:documentation>
1745
+ </xs:annotation>
1746
+ </xs:element>
1747
+ <xs:element name="Shower-Power" type="Measurement" minOccurs="0">
1748
+ <xs:annotation>
1749
+ <xs:documentation>The shower power, only if shower outlet type is instantaneous electric.</xs:documentation>
1750
+ </xs:annotation>
1751
+ </xs:element>
1752
+ <xs:element name="Shower-WWHRS" type="ShowerWWHRSCode">
1753
+ <xs:annotation>
1754
+ <xs:documentation>The WWHRS with which the shower is connected. If shower outlet type is instantaneous electric shower then only a storage WWHRS can be selected or none.</xs:documentation>
1755
+ </xs:annotation>
1756
+ </xs:element>
1757
+ </xs:all>
1758
+ </xs:complexType>
1759
+ <xs:element name="Heating-Declared-Values" type="Heating-Declared-Values"/>
1760
+ <xs:complexType name="Heating-Declared-Values">
1761
+ <xs:all>
1762
+ <xs:element name="Efficiency" type="Percentage"/>
1763
+ <xs:element name="Make-Model" type="xs:string"/>
1764
+ <xs:element name="Test-Method" type="xs:string"/>
1765
+ </xs:all>
1766
+ </xs:complexType>
1767
+ <xs:element name="Storage-Heater"/>
1768
+ <xs:complexType name="Storage-Heater">
1769
+ <xs:all>
1770
+ <xs:element name="Number-Of-Heaters" type="xs:positiveInteger">
1771
+ <xs:annotation>
1772
+ <xs:documentation>The number of storage heaters with this index number.</xs:documentation>
1773
+ </xs:annotation>
1774
+ </xs:element>
1775
+ <xs:element name="Index-Number" type="xs:positiveInteger">
1776
+ <xs:annotation>
1777
+ <xs:documentation>The index number of the heater from the product database.</xs:documentation>
1778
+ </xs:annotation>
1779
+ </xs:element>
1780
+ <xs:element name="High-Heat-Retention" type="xs:boolean">
1781
+ <xs:annotation>
1782
+ <xs:documentation>Whether heater is high heat retention type.</xs:documentation>
1783
+ </xs:annotation>
1784
+ </xs:element>
1785
+ </xs:all>
1786
+ </xs:complexType>
1787
+ <xs:element name="Storage-Heaters"/>
1788
+ <xs:complexType name="Storage-Heaters">
1789
+ <xs:sequence>
1790
+ <xs:element name="Storage-Heater" type="Storage-Heater" maxOccurs="4"/>
1791
+ </xs:sequence>
1792
+ </xs:complexType>
1793
+ </xs:schema>