epb_view_models 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,398 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema
3
+ xmlns="https://epbr.digital.communities.gov.uk/xsd/rdsap"
4
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
5
+ targetNamespace="https://epbr.digital.communities.gov.uk/xsd/rdsap"
6
+ elementFormDefault="qualified"
7
+ attributeFormDefault="unqualified"
8
+ version="21.0.0"
9
+ >
10
+ <xs:include schemaLocation="../UDT/SAP-Domains.xsd"/>
11
+ <xs:include schemaLocation="../UDT/EPC-Domains.xsd"/>
12
+ <xs:simpleType name="EnergyRatingType">
13
+ <xs:restriction base="xs:integer">
14
+ <xs:minInclusive value="0"/>
15
+ </xs:restriction>
16
+ </xs:simpleType>
17
+ <xs:element name="Energy-Assessment" type="Energy-Assessment"/>
18
+ <xs:complexType name="Energy-Assessment">
19
+ <xs:annotation>
20
+ <xs:documentation>Energy Efficiency Assessment Report is an inspection report whose purpose is to assess the energy efficiency of the inspected property and provide energy ratings for the significant heat-loss features of the property.
21
+
22
+ The report also identifies a number of potential improvements that may be made to the property in order to increase the energy efficiency.</xs:documentation>
23
+ </xs:annotation>
24
+ <xs:all>
25
+ <xs:element name="Property-Summary" type="Property-Summary"/>
26
+ <xs:element name="Energy-Use" type="Energy-Use"/>
27
+ <xs:element name="Suggested-Improvements" type="Suggested-Improvements" minOccurs="0"/>
28
+ <xs:element name="LZC-Energy-Sources" type="LZC-Energy-Sources" minOccurs="0"/>
29
+ <xs:element name="Addendum" type="Addendum" minOccurs="0"/>
30
+ <xs:element name="Renewable-Heat-Incentive" type="Renewable-Heat-Incentive"/>
31
+ <xs:element name="Green-Deal-Package" type="Green-Deal-Package" minOccurs="0">
32
+ <xs:annotation>
33
+ <xs:documentation>Improvements that can form a Green Deal package</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ <xs:element name="Alternative-Improvements" type="Suggested-Improvements" minOccurs="0">
37
+ <xs:annotation>
38
+ <xs:documentation>Alternative improvements to some of those given in Suggested-Improvements</xs:documentation>
39
+ </xs:annotation>
40
+ </xs:element>
41
+ </xs:all>
42
+ </xs:complexType>
43
+ <xs:element name="Property-Summary" type="Property-Summary"/>
44
+ <xs:complexType name="Property-Summary">
45
+ <xs:sequence>
46
+ <xs:element name="Wall" type="PropertySummaryType" maxOccurs="unbounded"/>
47
+ <xs:element name="Roof" type="PropertySummaryType" maxOccurs="unbounded"/>
48
+ <xs:element name="Floor" type="PropertySummaryType" maxOccurs="unbounded"/>
49
+ <xs:element name="Window" type="PropertySummaryType"/>
50
+ <xs:element name="Main-Heating" type="PropertySummaryType" maxOccurs="2"/>
51
+ <xs:element name="Main-Heating-Controls" type="PropertySummaryType" maxOccurs="2"/>
52
+ <xs:element name="Hot-Water" type="PropertySummaryType"/>
53
+ <xs:element name="Lighting" type="PropertySummaryType"/>
54
+ <xs:element name="Secondary-Heating" type="PropertySummaryType"/>
55
+ <xs:element name="Has-Hot-Water-Cylinder" type="xs:boolean" default="false" minOccurs="0"/>
56
+ <xs:element name="Has-Heated-Separate-Conservatory" type="xs:boolean" default="false" minOccurs="0"/>
57
+ <xs:element name="Dwelling-Type" type="Sentence">
58
+ <xs:annotation>
59
+ <xs:documentation>A string such as Detached house or Top-floor flat </xs:documentation>
60
+ </xs:annotation>
61
+ </xs:element>
62
+ <xs:element name="Total-Floor-Area" type="xs:integer">
63
+ <xs:annotation>
64
+ <xs:documentation>A number such as 125</xs:documentation>
65
+ </xs:annotation>
66
+ </xs:element>
67
+ <xs:element name="Has-Fixed-Air-Conditioning" type="xs:boolean" default="false" minOccurs="0"/>
68
+ <xs:choice>
69
+ <xs:element name="Multiple-Glazed-Proportion" type="Percentage">
70
+ <xs:annotation>
71
+ <xs:documentation>If all windows measured, fraction of windows that are multiply glazed to nearest 1%.
72
+ If windows not measured, same as SAP-Data\Energy-Assessment\Property-Summary\Multiple-Glazed-Proportion.</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:element>
75
+ <xs:element name="Multiple-Glazed-Proportion-NR" type="xs:string" fixed="NR">
76
+ <xs:annotation>
77
+ <xs:documentation>For backward compatibility only, do not use.</xs:documentation>
78
+ </xs:annotation>
79
+ </xs:element>
80
+ </xs:choice>
81
+ </xs:sequence>
82
+ </xs:complexType>
83
+ <xs:element name="Energy-Use" type="Energy-Use"/>
84
+ <xs:complexType name="Energy-Use">
85
+ <xs:annotation>
86
+ <xs:documentation>Part of an Energy Report summarising the results of the various energy calculations made by the Home Inspector.</xs:documentation>
87
+ </xs:annotation>
88
+ <xs:all>
89
+ <xs:element name="Energy-Rating-Current" type="EnergyRatingType">
90
+ <xs:annotation>
91
+ <xs:documentation>The Current Energy Rating of the Property</xs:documentation>
92
+ </xs:annotation>
93
+ </xs:element>
94
+ <xs:element name="Energy-Rating-Potential" type="EnergyRatingType">
95
+ <xs:annotation>
96
+ <xs:documentation>The overall Energy Rating for the Property being assessed.</xs:documentation>
97
+ </xs:annotation>
98
+ </xs:element>
99
+ <xs:element name="Energy-Rating-Average" type="EnergyRatingType">
100
+ <xs:annotation>
101
+ <xs:documentation>Average SAP rating for the country concerned. 0 if unknown or not applicable</xs:documentation>
102
+ </xs:annotation>
103
+ </xs:element>
104
+ <xs:element name="Environmental-Impact-Current" type="EnergyRatingType">
105
+ <xs:annotation>
106
+ <xs:documentation>The estimated current Environmental Impact Rating of the property</xs:documentation>
107
+ </xs:annotation>
108
+ </xs:element>
109
+ <xs:element name="Environmental-Impact-Potential" type="EnergyRatingType">
110
+ <xs:annotation>
111
+ <xs:documentation>The estimated potential Environmental Impact Rating of the property</xs:documentation>
112
+ </xs:annotation>
113
+ </xs:element>
114
+ <xs:element name="Energy-Consumption-Current" type="Measurement">
115
+ <xs:annotation>
116
+ <xs:documentation>Estimated total energy consumption for the Property in a 12 month period. Value is Kilowatt Hours per Square Metre (kWh/m2)</xs:documentation>
117
+ </xs:annotation>
118
+ </xs:element>
119
+ <xs:element name="Energy-Consumption-Potential" type="Measurement">
120
+ <xs:annotation>
121
+ <xs:documentation>Estimated total energy consumption for the Property in a 12 month period. Value is Kilowatt Hours per Square Metre (kWh/m2)</xs:documentation>
122
+ </xs:annotation>
123
+ </xs:element>
124
+ <xs:element name="CO2-Emissions-Current" type="Measurement">
125
+ <xs:annotation>
126
+ <xs:documentation>CO2 emissions per year in tonnes/year.</xs:documentation>
127
+ </xs:annotation>
128
+ </xs:element>
129
+ <xs:element name="CO2-Emissions-Current-Per-Floor-Area" type="Measurement">
130
+ <xs:annotation>
131
+ <xs:documentation>CO2 emissions per square metre floor area per year in kg/m².</xs:documentation>
132
+ </xs:annotation>
133
+ </xs:element>
134
+ <xs:element name="CO2-Emissions-Potential" type="Measurement">
135
+ <xs:annotation>
136
+ <xs:documentation>Estimated value in Tonnes per Year of the total CO2 emissions produced by the Property in 12 month period.</xs:documentation>
137
+ </xs:annotation>
138
+ </xs:element>
139
+ <xs:element name="Lighting-Cost-Current" type="Money">
140
+ <xs:annotation>
141
+ <xs:documentation>The current estimated cost of Lighting for the property</xs:documentation>
142
+ </xs:annotation>
143
+ </xs:element>
144
+ <xs:element name="Lighting-Cost-Potential" type="Money">
145
+ <xs:annotation>
146
+ <xs:documentation>The current estimated cost of Lighting for the property</xs:documentation>
147
+ </xs:annotation>
148
+ </xs:element>
149
+ <xs:element name="Heating-Cost-Current" type="Money">
150
+ <xs:annotation>
151
+ <xs:documentation>The current estimated cost of Heating for the property</xs:documentation>
152
+ </xs:annotation>
153
+ </xs:element>
154
+ <xs:element name="Heating-Cost-Potential" type="Money">
155
+ <xs:annotation>
156
+ <xs:documentation>The current estimated cost of Heating for the property</xs:documentation>
157
+ </xs:annotation>
158
+ </xs:element>
159
+ <xs:element name="Hot-Water-Cost-Current" type="Money">
160
+ <xs:annotation>
161
+ <xs:documentation>|The current estimated cost of Hot Water for the property</xs:documentation>
162
+ </xs:annotation>
163
+ </xs:element>
164
+ <xs:element name="Hot-Water-Cost-Potential" type="Money">
165
+ <xs:annotation>
166
+ <xs:documentation>|The current estimated cost of Hot Water for the property</xs:documentation>
167
+ </xs:annotation>
168
+ </xs:element>
169
+ </xs:all>
170
+ </xs:complexType>
171
+ <xs:element name="Suggested-Improvements" type="Suggested-Improvements"/>
172
+ <xs:complexType name="Suggested-Improvements">
173
+ <xs:annotation>
174
+ <xs:documentation>Part of an Energy Report that describes the a set of improvements that the Home Inspector considers would contribute to the overall energy rating of the property.</xs:documentation>
175
+ </xs:annotation>
176
+ <xs:sequence>
177
+ <xs:element name="Improvement" type="Improvement" maxOccurs="unbounded"/>
178
+ </xs:sequence>
179
+ </xs:complexType>
180
+ <xs:element name="Improvement" type="Improvement"/>
181
+ <xs:complexType name="Improvement">
182
+ <xs:all>
183
+ <xs:element name="Sequence" type="xs:integer">
184
+ <xs:annotation>
185
+ <xs:documentation>Sequence of the Suggested Improvements within the set of Suggested Improvements. This is used to order the Recommendations on the output HCR / EPC so that the cumulative Ratings make sense.
186
+
187
+ The Improved Energy Ratings that result from carrying out a Suggested Improvement are cumulative and assume that the improvements have been installed in the order they appear in the list. Hence they must be sequenced.</xs:documentation>
188
+ </xs:annotation>
189
+ </xs:element>
190
+ <xs:element name="Improvement-Category" type="RecommendationCategoryCode">
191
+ <xs:annotation>
192
+ <xs:documentation>The category of improvement. This identifies where on the report the recommendation is printed.</xs:documentation>
193
+ </xs:annotation>
194
+ </xs:element>
195
+ <xs:element name="Improvement-Type" type="SAP-ImprovementMeasureCode">
196
+ <xs:annotation>
197
+ <xs:documentation>Suggested work to be carried out on the Property to improve its energy efficiency.</xs:documentation>
198
+ </xs:annotation>
199
+ </xs:element>
200
+ <xs:element name="Typical-Saving" type="Money">
201
+ <xs:annotation>
202
+ <xs:documentation>Typical savings (in British Pounds) per year if the suggested improvement is carried out. 0 if not assessed</xs:documentation>
203
+ </xs:annotation>
204
+ </xs:element>
205
+ <xs:element name="Energy-Performance-Rating" type="EnergyRatingType">
206
+ <xs:annotation>
207
+ <xs:documentation>The estimated Energy performance rating of the Property after the Suggested Improvement has been carried out providing any preceding Suggested Improvement has also been carried out. 0 if not assessed</xs:documentation>
208
+ </xs:annotation>
209
+ </xs:element>
210
+ <xs:element name="Environmental-Impact-Rating" type="EnergyRatingType">
211
+ <xs:annotation>
212
+ <xs:documentation>The estimated Environmental Impact rating of the Property after the Suggested Improvement has been carried out providing any preceding Suggested Improvement has also been carried out. 0 if not assessed</xs:documentation>
213
+ </xs:annotation>
214
+ </xs:element>
215
+ <xs:element name="Improvement-Details">
216
+ <xs:complexType>
217
+ <xs:choice>
218
+ <xs:element name="Improvement-Texts" type="ImprovementTexts">
219
+ <xs:annotation>
220
+ <xs:documentation>For backward compatibility only</xs:documentation>
221
+ </xs:annotation>
222
+ </xs:element>
223
+ <xs:element name="Improvement-Number" type="RecommendationSummaryCode"/>
224
+ </xs:choice>
225
+ </xs:complexType>
226
+ </xs:element>
227
+ <xs:element name="Indicative-Cost" type="xs:string" minOccurs="0"/>
228
+ <xs:element name="Green-Deal-Category" type="GreenDealCategoryCode"/>
229
+ </xs:all>
230
+ </xs:complexType>
231
+ <xs:element name="PropertySummaryType" type="PropertySummaryType"/>
232
+ <xs:complexType name="PropertySummaryType">
233
+ <xs:all>
234
+ <xs:element name="Description" type="Sentence">
235
+ <xs:annotation>
236
+ <xs:documentation>Overall description of the property feature</xs:documentation>
237
+ </xs:annotation>
238
+ </xs:element>
239
+ <xs:element name="Energy-Efficiency-Rating" type="EnergyEfficiencySummaryCode">
240
+ <xs:annotation>
241
+ <xs:documentation>Overall summary of the energy efficiency of the property feature.</xs:documentation>
242
+ </xs:annotation>
243
+ </xs:element>
244
+ <xs:element name="Environmental-Efficiency-Rating" type="EnergyEfficiencySummaryCode">
245
+ <xs:annotation>
246
+ <xs:documentation>Summary of the environmental efficiency of the property feature</xs:documentation>
247
+ </xs:annotation>
248
+ </xs:element>
249
+ </xs:all>
250
+ </xs:complexType>
251
+ <xs:element name="Addendum" type="Addendum"/>
252
+ <xs:complexType name="Addendum">
253
+ <xs:sequence>
254
+ <xs:element name="Addendum-Number" type="AddendumCode" minOccurs="0" maxOccurs="unbounded"/>
255
+ <xs:element name="Cavity-Fill-Recommended" type="xs:boolean" minOccurs="0">
256
+ <xs:annotation>
257
+ <xs:documentation>Cavity fill is recommended</xs:documentation>
258
+ </xs:annotation>
259
+ </xs:element>
260
+ <xs:element name="Stone-Walls" type="xs:boolean" minOccurs="0">
261
+ <xs:annotation>
262
+ <xs:documentation>Stone walls present, not insulated</xs:documentation>
263
+ </xs:annotation>
264
+ </xs:element>
265
+ <xs:element name="System-Build" type="xs:boolean" minOccurs="0">
266
+ <xs:annotation>
267
+ <xs:documentation>System build present</xs:documentation>
268
+ </xs:annotation>
269
+ </xs:element>
270
+ <xs:element name="Access-Issues" type="xs:boolean" minOccurs="0">
271
+ <xs:annotation>
272
+ <xs:documentation>Dwelling has access issues for cavity wall insulation. Include only when at least one of Cavity-Fill-Recommended, Stone-Walls, System-Build is also present</xs:documentation>
273
+ </xs:annotation>
274
+ </xs:element>
275
+ <xs:element name="High-Exposure" type="xs:boolean" minOccurs="0">
276
+ <xs:annotation>
277
+ <xs:documentation>Dwelling may be exposed to wind-driven rain. Include only when at least one of Cavity-Fill-Recommended, Stone-Walls, System-Build is also present</xs:documentation>
278
+ </xs:annotation>
279
+ </xs:element>
280
+ <xs:element name="Narrow-Cavities" type="xs:boolean" minOccurs="0">
281
+ <xs:annotation>
282
+ <xs:documentation>Dwelling may have narrow cavities. Include only when Cavity-Fill-Recommended is also present</xs:documentation>
283
+ </xs:annotation>
284
+ </xs:element>
285
+ </xs:sequence>
286
+ </xs:complexType>
287
+ <xs:element name="LZC-Energy-Sources" type="LZC-Energy-Sources"/>
288
+ <xs:complexType name="LZC-Energy-Sources">
289
+ <xs:sequence>
290
+ <xs:element name="LZC-Energy-Source" type="SAP-LZCEnergySourceCode" maxOccurs="unbounded">
291
+ <xs:annotation>
292
+ <xs:documentation>Low and zero carbon energy source(s) for the property.</xs:documentation>
293
+ </xs:annotation>
294
+ </xs:element>
295
+ </xs:sequence>
296
+ </xs:complexType>
297
+ <xs:element name="ImprovementTexts" type="ImprovementTexts"/>
298
+ <xs:complexType name="ImprovementTexts">
299
+ <xs:sequence>
300
+ <xs:element name="Improvement-Summary" type="Sentence" minOccurs="0">
301
+ <xs:annotation>
302
+ <xs:documentation>A short description of the suggested improvement.</xs:documentation>
303
+ </xs:annotation>
304
+ </xs:element>
305
+ <xs:element name="Improvement-Heading" type="Sentence" minOccurs="0">
306
+ <xs:annotation>
307
+ <xs:documentation>Text to precede the improvement description. If this field is not provided the 'Improvement-Summary' is used instead.</xs:documentation>
308
+ </xs:annotation>
309
+ </xs:element>
310
+ <xs:element name="Improvement-Description" type="Sentence">
311
+ <xs:annotation>
312
+ <xs:documentation>Detailed description of the suggested improvement.</xs:documentation>
313
+ </xs:annotation>
314
+ </xs:element>
315
+ </xs:sequence>
316
+ </xs:complexType>
317
+ <xs:element name="Renewable-Heat-Incentive" type="Renewable-Heat-Incentive">
318
+ <xs:annotation>
319
+ <xs:documentation>Data for RHI.</xs:documentation>
320
+ </xs:annotation>
321
+ </xs:element>
322
+ <xs:complexType name="Renewable-Heat-Incentive">
323
+ <xs:all>
324
+ <xs:element name="Space-Heating-Existing-Dwelling" type="Measurement">
325
+ <xs:annotation>
326
+ <xs:documentation>Space heating requirement for existing dwelling.</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:element>
329
+ <xs:element name="Space-Heating-With-Loft-Insulation" type="Measurement" minOccurs="0">
330
+ <xs:annotation>
331
+ <xs:documentation>Space heating requirement after implementation of loft insulation recommendation, omit if loft insulation not recommended. For backwards compatibility only, do not use</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:element>
334
+ <xs:element name="Space-Heating-With-Cavity-Insulation" type="Measurement" minOccurs="0">
335
+ <xs:annotation>
336
+ <xs:documentation>Space heating requirement after implementation of cavity insulation recommendation, omit if cavity insulation not recommended. For backwards compatibility only, do not use</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:element>
339
+ <xs:element name="Space-Heating-With-Loft-And-Cavity-Insulation" type="Measurement" minOccurs="0">
340
+ <xs:annotation>
341
+ <xs:documentation>Space heating requirement after implementation of loft and cavity insulation recommendations, same as existing dwelling if neither is recommended. For backwards compatibility only, do not use</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:element>
344
+ <xs:element name="Water-Heating" type="Measurement">
345
+ <xs:annotation>
346
+ <xs:documentation>Water heating requirement.</xs:documentation>
347
+ </xs:annotation>
348
+ </xs:element>
349
+ <xs:element name="Impact-Of-Loft-Insulation" type="xs:nonPositiveInteger" minOccurs="0">
350
+ <xs:annotation>
351
+ <xs:documentation>Reduction in space heating requirement with loft insulation (as negative value). Omit if not applicable</xs:documentation>
352
+ </xs:annotation>
353
+ </xs:element>
354
+ <xs:element name="Impact-Of-Cavity-Insulation" type="xs:nonPositiveInteger" minOccurs="0">
355
+ <xs:annotation>
356
+ <xs:documentation>Reduction in space heating requirement with cavity insulation (as negative value). Omit if not applicable</xs:documentation>
357
+ </xs:annotation>
358
+ </xs:element>
359
+ <xs:element name="Impact-Of-Solid-Wall-Insulation" type="xs:nonPositiveInteger" minOccurs="0">
360
+ <xs:annotation>
361
+ <xs:documentation>Reduction in space heating requirement with solid wall insulation (as negative value). Omit if not applicable</xs:documentation>
362
+ </xs:annotation>
363
+ </xs:element>
364
+ </xs:all>
365
+ </xs:complexType>
366
+ <xs:element name="Green-Deal-Package" type="Green-Deal-Package"/>
367
+ <xs:complexType name="Green-Deal-Package">
368
+ <xs:sequence>
369
+ <xs:element name="Green-Deal-Improvement" type="Green-Deal-Improvement" maxOccurs="unbounded">
370
+ <xs:annotation>
371
+ <xs:documentation>Improvements from Suggested-Improvements in the Green Deal package</xs:documentation>
372
+ </xs:annotation>
373
+ </xs:element>
374
+ <xs:element name="Electricity-Saving" type="Money">
375
+ <xs:annotation>
376
+ <xs:documentation>Total electricity saving for the package</xs:documentation>
377
+ </xs:annotation>
378
+ </xs:element>
379
+ <xs:element name="Gas-Saving" type="Money">
380
+ <xs:annotation>
381
+ <xs:documentation>Total gas saving for the package</xs:documentation>
382
+ </xs:annotation>
383
+ </xs:element>
384
+ <xs:element name="Other-Fuel-Saving" type="Money">
385
+ <xs:annotation>
386
+ <xs:documentation>Total other saving for the package</xs:documentation>
387
+ </xs:annotation>
388
+ </xs:element>
389
+ </xs:sequence>
390
+ </xs:complexType>
391
+ <xs:element name="Green-Deal-Improvement" type="Green-Deal-Improvement"/>
392
+ <xs:complexType name="Green-Deal-Improvement">
393
+ <xs:sequence>
394
+ <xs:element name="Improvement-Type" type="SAP-ImprovementMeasureCode"/>
395
+ <xs:element name="Improvement-Number" type="RecommendationSummaryCode"/>
396
+ </xs:sequence>
397
+ </xs:complexType>
398
+ </xs:schema>