epb_view_models 1.1.4 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/api/schemas/data/orchestrate.json +4 -0
  3. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/ExternalDefinitions.xml +1627 -0
  4. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/ExternalDefinitions.xsd +267 -0
  5. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/AssessorManagement.xsd +212 -0
  6. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/EPC-Certificate.xsd +399 -0
  7. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/EPC-CollectedData.xsd +1385 -0
  8. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/Property.xsd +67 -0
  9. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/RdSAP-Report.xsd +179 -0
  10. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/UDT/EPC-Domains.xsd +885 -0
  11. data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/UDT/SAP-Domains.xsd +3330 -0
  12. data/lib/epb_view_models.rb +1 -2
  13. data/lib/helper/xml_enums_to_output.rb +45 -2
  14. data/lib/view_model/factory.rb +1 -0
  15. data/lib/view_model/rd_sap_schema_210/common_schema.rb +587 -0
  16. data/lib/view_model/rd_sap_wrapper.rb +2 -0
  17. data/lib/view_model/sap_schema_110/sap.rb +1 -1
  18. data/lib/view_model/sap_schema_112/sap.rb +1 -1
  19. data/lib/view_model/sap_schema_120/sap.rb +1 -1
  20. data/lib/view_model/sap_schema_130/sap.rb +1 -1
  21. data/lib/view_model/sap_schema_140/sap.rb +1 -1
  22. data/lib/view_model/sap_schema_141/sap.rb +1 -1
  23. data/lib/view_model/sap_schema_142/sap.rb +1 -1
  24. data/lib/view_model/sap_schema_150/sap.rb +1 -1
  25. data/lib/view_model/sap_schema_160/sap.rb +1 -1
  26. data/lib/view_model/sap_schema_161/sap.rb +1 -1
  27. data/lib/view_model/sap_schema_162/sap.rb +1 -1
  28. data/lib/view_model/sap_schema_163/sap.rb +1 -1
  29. data/lib/view_model/sap_schema_170/common_schema.rb +1 -1
  30. data/lib/view_model/sap_schema_171/common_schema.rb +1 -1
  31. data/lib/view_model/sap_schema_1800/common_schema.rb +1 -1
  32. data/lib/view_model/sap_schema_1900/common_schema.rb +1 -1
  33. data/lib/view_model/sap_schema_1910/common_schema.rb +1 -1
  34. metadata +13 -3
@@ -0,0 +1,399 @@
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
+
183
+ <xs:all>
184
+ <xs:element name="Sequence" type="xs:integer">
185
+ <xs:annotation>
186
+ <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.
187
+
188
+ 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>
189
+ </xs:annotation>
190
+ </xs:element>
191
+ <xs:element name="Improvement-Category" type="RecommendationCategoryCode">
192
+ <xs:annotation>
193
+ <xs:documentation>The category of improvement. This identifies where on the report the recommendation is printed.</xs:documentation>
194
+ </xs:annotation>
195
+ </xs:element>
196
+ <xs:element name="Improvement-Type" type="SAP-ImprovementMeasureCode">
197
+ <xs:annotation>
198
+ <xs:documentation>Suggested work to be carried out on the Property to improve its energy efficiency.</xs:documentation>
199
+ </xs:annotation>
200
+ </xs:element>
201
+ <xs:element name="Typical-Saving" type="Money">
202
+ <xs:annotation>
203
+ <xs:documentation>Typical savings (in British Pounds) per year if the suggested improvement is carried out. 0 if not assessed</xs:documentation>
204
+ </xs:annotation>
205
+ </xs:element>
206
+ <xs:element name="Energy-Performance-Rating" type="EnergyRatingType">
207
+ <xs:annotation>
208
+ <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>
209
+ </xs:annotation>
210
+ </xs:element>
211
+ <xs:element name="Environmental-Impact-Rating" type="EnergyRatingType">
212
+ <xs:annotation>
213
+ <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>
214
+ </xs:annotation>
215
+ </xs:element>
216
+ <xs:element name="Improvement-Details">
217
+ <xs:complexType>
218
+ <xs:choice>
219
+ <xs:element name="Improvement-Texts" type="ImprovementTexts">
220
+ <xs:annotation>
221
+ <xs:documentation>For backward compatibility only</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:element>
224
+ <xs:element name="Improvement-Number" type="RecommendationSummaryCode"/>
225
+ </xs:choice>
226
+ </xs:complexType>
227
+ </xs:element>
228
+ <xs:element name="Indicative-Cost" type="xs:string" minOccurs="0"/>
229
+ <xs:element name="Green-Deal-Category" type="GreenDealCategoryCode"/>
230
+ </xs:all>
231
+ </xs:complexType>
232
+ <xs:element name="PropertySummaryType" type="PropertySummaryType"/>
233
+ <xs:complexType name="PropertySummaryType">
234
+ <xs:all>
235
+ <xs:element name="Description" type="Sentence">
236
+ <xs:annotation>
237
+ <xs:documentation>Overall description of the property feature</xs:documentation>
238
+ </xs:annotation>
239
+ </xs:element>
240
+ <xs:element name="Energy-Efficiency-Rating" type="EnergyEfficiencySummaryCode">
241
+ <xs:annotation>
242
+ <xs:documentation>Overall summary of the energy efficiency of the property feature.</xs:documentation>
243
+ </xs:annotation>
244
+ </xs:element>
245
+ <xs:element name="Environmental-Efficiency-Rating" type="EnergyEfficiencySummaryCode">
246
+ <xs:annotation>
247
+ <xs:documentation>Summary of the environmental efficiency of the property feature</xs:documentation>
248
+ </xs:annotation>
249
+ </xs:element>
250
+ </xs:all>
251
+ </xs:complexType>
252
+ <xs:element name="Addendum" type="Addendum"/>
253
+ <xs:complexType name="Addendum">
254
+ <xs:sequence>
255
+ <xs:element name="Addendum-Number" type="AddendumCode" minOccurs="0" maxOccurs="unbounded"/>
256
+ <xs:element name="Cavity-Fill-Recommended" type="xs:boolean" minOccurs="0">
257
+ <xs:annotation>
258
+ <xs:documentation>Cavity fill is recommended</xs:documentation>
259
+ </xs:annotation>
260
+ </xs:element>
261
+ <xs:element name="Stone-Walls" type="xs:boolean" minOccurs="0">
262
+ <xs:annotation>
263
+ <xs:documentation>Stone walls present, not insulated</xs:documentation>
264
+ </xs:annotation>
265
+ </xs:element>
266
+ <xs:element name="System-Build" type="xs:boolean" minOccurs="0">
267
+ <xs:annotation>
268
+ <xs:documentation>System build present</xs:documentation>
269
+ </xs:annotation>
270
+ </xs:element>
271
+ <xs:element name="Access-Issues" type="xs:boolean" minOccurs="0">
272
+ <xs:annotation>
273
+ <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>
274
+ </xs:annotation>
275
+ </xs:element>
276
+ <xs:element name="High-Exposure" type="xs:boolean" minOccurs="0">
277
+ <xs:annotation>
278
+ <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>
279
+ </xs:annotation>
280
+ </xs:element>
281
+ <xs:element name="Narrow-Cavities" type="xs:boolean" minOccurs="0">
282
+ <xs:annotation>
283
+ <xs:documentation>Dwelling may have narrow cavities. Include only when Cavity-Fill-Recommended is also present</xs:documentation>
284
+ </xs:annotation>
285
+ </xs:element>
286
+ </xs:sequence>
287
+ </xs:complexType>
288
+ <xs:element name="LZC-Energy-Sources" type="LZC-Energy-Sources"/>
289
+ <xs:complexType name="LZC-Energy-Sources">
290
+ <xs:sequence>
291
+ <xs:element name="LZC-Energy-Source" type="SAP-LZCEnergySourceCode" maxOccurs="unbounded">
292
+ <xs:annotation>
293
+ <xs:documentation>Low and zero carbon energy source(s) for the property.</xs:documentation>
294
+ </xs:annotation>
295
+ </xs:element>
296
+ </xs:sequence>
297
+ </xs:complexType>
298
+ <xs:element name="ImprovementTexts" type="ImprovementTexts"/>
299
+ <xs:complexType name="ImprovementTexts">
300
+ <xs:sequence>
301
+ <xs:element name="Improvement-Summary" type="Sentence" minOccurs="0">
302
+ <xs:annotation>
303
+ <xs:documentation>A short description of the suggested improvement.</xs:documentation>
304
+ </xs:annotation>
305
+ </xs:element>
306
+ <xs:element name="Improvement-Heading" type="Sentence" minOccurs="0">
307
+ <xs:annotation>
308
+ <xs:documentation>Text to precede the improvement description. If this field is not provided the 'Improvement-Summary' is used instead.</xs:documentation>
309
+ </xs:annotation>
310
+ </xs:element>
311
+ <xs:element name="Improvement-Description" type="Sentence">
312
+ <xs:annotation>
313
+ <xs:documentation>Detailed description of the suggested improvement.</xs:documentation>
314
+ </xs:annotation>
315
+ </xs:element>
316
+ </xs:sequence>
317
+ </xs:complexType>
318
+ <xs:element name="Renewable-Heat-Incentive" type="Renewable-Heat-Incentive">
319
+ <xs:annotation>
320
+ <xs:documentation>Data for RHI.</xs:documentation>
321
+ </xs:annotation>
322
+ </xs:element>
323
+ <xs:complexType name="Renewable-Heat-Incentive">
324
+ <xs:all>
325
+ <xs:element name="Space-Heating-Existing-Dwelling" type="Measurement">
326
+ <xs:annotation>
327
+ <xs:documentation>Space heating requirement for existing dwelling.</xs:documentation>
328
+ </xs:annotation>
329
+ </xs:element>
330
+ <xs:element name="Space-Heating-With-Loft-Insulation" type="Measurement" minOccurs="0">
331
+ <xs:annotation>
332
+ <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>
333
+ </xs:annotation>
334
+ </xs:element>
335
+ <xs:element name="Space-Heating-With-Cavity-Insulation" type="Measurement" minOccurs="0">
336
+ <xs:annotation>
337
+ <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>
338
+ </xs:annotation>
339
+ </xs:element>
340
+ <xs:element name="Space-Heating-With-Loft-And-Cavity-Insulation" type="Measurement" minOccurs="0">
341
+ <xs:annotation>
342
+ <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>
343
+ </xs:annotation>
344
+ </xs:element>
345
+ <xs:element name="Water-Heating" type="Measurement">
346
+ <xs:annotation>
347
+ <xs:documentation>Water heating requirement.</xs:documentation>
348
+ </xs:annotation>
349
+ </xs:element>
350
+ <xs:element name="Impact-Of-Loft-Insulation" type="xs:nonPositiveInteger" minOccurs="0">
351
+ <xs:annotation>
352
+ <xs:documentation>Reduction in space heating requirement with loft insulation (as negative value). Omit if not applicable</xs:documentation>
353
+ </xs:annotation>
354
+ </xs:element>
355
+ <xs:element name="Impact-Of-Cavity-Insulation" type="xs:nonPositiveInteger" minOccurs="0">
356
+ <xs:annotation>
357
+ <xs:documentation>Reduction in space heating requirement with cavity insulation (as negative value). Omit if not applicable</xs:documentation>
358
+ </xs:annotation>
359
+ </xs:element>
360
+ <xs:element name="Impact-Of-Solid-Wall-Insulation" type="xs:nonPositiveInteger" minOccurs="0">
361
+ <xs:annotation>
362
+ <xs:documentation>Reduction in space heating requirement with solid wall insulation (as negative value). Omit if not applicable</xs:documentation>
363
+ </xs:annotation>
364
+ </xs:element>
365
+ </xs:all>
366
+ </xs:complexType>
367
+ <xs:element name="Green-Deal-Package" type="Green-Deal-Package"/>
368
+ <xs:complexType name="Green-Deal-Package">
369
+ <xs:sequence>
370
+ <xs:element name="Green-Deal-Improvement" type="Green-Deal-Improvement" maxOccurs="unbounded">
371
+ <xs:annotation>
372
+ <xs:documentation>Improvements from Suggested-Improvements in the Green Deal package</xs:documentation>
373
+ </xs:annotation>
374
+ </xs:element>
375
+ <xs:element name="Electricity-Saving" type="Money">
376
+ <xs:annotation>
377
+ <xs:documentation>Total electricity saving for the package</xs:documentation>
378
+ </xs:annotation>
379
+ </xs:element>
380
+ <xs:element name="Gas-Saving" type="Money">
381
+ <xs:annotation>
382
+ <xs:documentation>Total gas saving for the package</xs:documentation>
383
+ </xs:annotation>
384
+ </xs:element>
385
+ <xs:element name="Other-Fuel-Saving" type="Money">
386
+ <xs:annotation>
387
+ <xs:documentation>Total other saving for the package</xs:documentation>
388
+ </xs:annotation>
389
+ </xs:element>
390
+ </xs:sequence>
391
+ </xs:complexType>
392
+ <xs:element name="Green-Deal-Improvement" type="Green-Deal-Improvement"/>
393
+ <xs:complexType name="Green-Deal-Improvement">
394
+ <xs:sequence>
395
+ <xs:element name="Improvement-Type" type="SAP-ImprovementMeasureCode"/>
396
+ <xs:element name="Improvement-Number" type="RecommendationSummaryCode"/>
397
+ </xs:sequence>
398
+ </xs:complexType>
399
+ </xs:schema>