epb_view_models 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1775) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/.rspec +2 -0
  4. data/.rubocop.yml +8 -0
  5. data/Gemfile +14 -0
  6. data/Gemfile.lock +89 -0
  7. data/LICENSE +21 -0
  8. data/Makefile +17 -0
  9. data/README.md +29 -0
  10. data/Rakefile +12 -0
  11. data/api/schemas/data/orchestrate.json +196 -0
  12. data/api/schemas/xml/CEPC-3.1/CommonFiles/CommonStructures.xsd +25 -0
  13. data/api/schemas/xml/CEPC-3.1/CommonFiles/Exceptions.xsd +72 -0
  14. data/api/schemas/xml/CEPC-3.1/Messages/ChangeReportStatusRequest.xsd +18 -0
  15. data/api/schemas/xml/CEPC-3.1/Messages/ChangeReportStatusResponse.xsd +17 -0
  16. data/api/schemas/xml/CEPC-3.1/Messages/GetStatusEARegisterRequest.xsd +14 -0
  17. data/api/schemas/xml/CEPC-3.1/Messages/GetStatusEARegisterResponse.xsd +32 -0
  18. data/api/schemas/xml/CEPC-3.1/Messages/LodgeReportRequest.xsd +14 -0
  19. data/api/schemas/xml/CEPC-3.1/Messages/LodgeReportResponse.xsd +17 -0
  20. data/api/schemas/xml/CEPC-3.1/Messages/UpdateEARegisterRequest.xsd +20 -0
  21. data/api/schemas/xml/CEPC-3.1/Messages/UpdateEARegisterResponse.xsd +16 -0
  22. data/api/schemas/xml/CEPC-3.1/Reports/BaseDataTypes.xsd +175 -0
  23. data/api/schemas/xml/CEPC-3.1/Reports/CEPC-Reports.xsd +77 -0
  24. data/api/schemas/xml/CEPC-3.1/Reports/Input-Data.xsd +245 -0
  25. data/api/schemas/xml/CEPC-3.1/Reports/Performance-Summary.xsd +105 -0
  26. data/api/schemas/xml/CEPC-3.1/Reports/Report-Header.xsd +434 -0
  27. data/api/schemas/xml/CEPC-3.1/Reports/Reported-Data.xsd +427 -0
  28. data/api/schemas/xml/CEPC-4.0/CommonFiles/CommonStructures.xsd +24 -0
  29. data/api/schemas/xml/CEPC-4.0/CommonFiles/Exceptions.xsd +69 -0
  30. data/api/schemas/xml/CEPC-4.0/Messages/ChangeReportStatusRequest.xsd +15 -0
  31. data/api/schemas/xml/CEPC-4.0/Messages/ChangeReportStatusResponse.xsd +16 -0
  32. data/api/schemas/xml/CEPC-4.0/Messages/GetStatusEARegisterRequest.xsd +13 -0
  33. data/api/schemas/xml/CEPC-4.0/Messages/GetStatusEARegisterResponse.xsd +31 -0
  34. data/api/schemas/xml/CEPC-4.0/Messages/LodgeReportRequest.xsd +13 -0
  35. data/api/schemas/xml/CEPC-4.0/Messages/LodgeReportResponse.xsd +16 -0
  36. data/api/schemas/xml/CEPC-4.0/Messages/UpdateEARegisterRequest.xsd +19 -0
  37. data/api/schemas/xml/CEPC-4.0/Messages/UpdateEARegisterResponse.xsd +15 -0
  38. data/api/schemas/xml/CEPC-4.0/Reports/BaseDataTypes.xsd +347 -0
  39. data/api/schemas/xml/CEPC-4.0/Reports/CEPC-Reports.xsd +75 -0
  40. data/api/schemas/xml/CEPC-4.0/Reports/Input-Data.xsd +246 -0
  41. data/api/schemas/xml/CEPC-4.0/Reports/Performance-Summary.xsd +105 -0
  42. data/api/schemas/xml/CEPC-4.0/Reports/Report-Header.xsd +454 -0
  43. data/api/schemas/xml/CEPC-4.0/Reports/Reported-Data.xsd +1643 -0
  44. data/api/schemas/xml/CEPC-5.0/CommonFiles/CommonStructures.xsd +24 -0
  45. data/api/schemas/xml/CEPC-5.0/CommonFiles/Exceptions.xsd +69 -0
  46. data/api/schemas/xml/CEPC-5.0/Messages/ChangeReportStatusRequest.xsd +15 -0
  47. data/api/schemas/xml/CEPC-5.0/Messages/ChangeReportStatusResponse.xsd +16 -0
  48. data/api/schemas/xml/CEPC-5.0/Messages/GetStatusEARegisterRequest.xsd +13 -0
  49. data/api/schemas/xml/CEPC-5.0/Messages/GetStatusEARegisterResponse.xsd +31 -0
  50. data/api/schemas/xml/CEPC-5.0/Messages/LodgeReportRequest.xsd +13 -0
  51. data/api/schemas/xml/CEPC-5.0/Messages/LodgeReportResponse.xsd +16 -0
  52. data/api/schemas/xml/CEPC-5.0/Messages/UpdateEARegisterRequest.xsd +19 -0
  53. data/api/schemas/xml/CEPC-5.0/Messages/UpdateEARegisterResponse.xsd +15 -0
  54. data/api/schemas/xml/CEPC-5.0/Reports/BaseDataTypes.xsd +347 -0
  55. data/api/schemas/xml/CEPC-5.0/Reports/CEPC-Reports.xsd +75 -0
  56. data/api/schemas/xml/CEPC-5.0/Reports/Input-Data.xsd +304 -0
  57. data/api/schemas/xml/CEPC-5.0/Reports/Performance-Summary.xsd +105 -0
  58. data/api/schemas/xml/CEPC-5.0/Reports/Report-Header.xsd +465 -0
  59. data/api/schemas/xml/CEPC-5.0/Reports/Reported-Data.xsd +1871 -0
  60. data/api/schemas/xml/CEPC-5.1/CommonFiles/CommonStructures.xsd +24 -0
  61. data/api/schemas/xml/CEPC-5.1/CommonFiles/Exceptions.xsd +69 -0
  62. data/api/schemas/xml/CEPC-5.1/Messages/ChangeReportStatusRequest.xsd +15 -0
  63. data/api/schemas/xml/CEPC-5.1/Messages/ChangeReportStatusResponse.xsd +16 -0
  64. data/api/schemas/xml/CEPC-5.1/Messages/GetStatusEARegisterRequest.xsd +13 -0
  65. data/api/schemas/xml/CEPC-5.1/Messages/GetStatusEARegisterResponse.xsd +31 -0
  66. data/api/schemas/xml/CEPC-5.1/Messages/LodgeReportRequest.xsd +13 -0
  67. data/api/schemas/xml/CEPC-5.1/Messages/LodgeReportResponse.xsd +16 -0
  68. data/api/schemas/xml/CEPC-5.1/Messages/UpdateEARegisterRequest.xsd +19 -0
  69. data/api/schemas/xml/CEPC-5.1/Messages/UpdateEARegisterResponse.xsd +15 -0
  70. data/api/schemas/xml/CEPC-5.1/Reports/BaseDataTypes.xsd +347 -0
  71. data/api/schemas/xml/CEPC-5.1/Reports/CEPC-Reports.xsd +75 -0
  72. data/api/schemas/xml/CEPC-5.1/Reports/Input-Data.xsd +304 -0
  73. data/api/schemas/xml/CEPC-5.1/Reports/Performance-Summary.xsd +105 -0
  74. data/api/schemas/xml/CEPC-5.1/Reports/Report-Header.xsd +465 -0
  75. data/api/schemas/xml/CEPC-5.1/Reports/Reported-Data.xsd +1871 -0
  76. data/api/schemas/xml/CEPC-5.1/test.xml +766 -0
  77. data/api/schemas/xml/CEPC-6.0/Reports/BaseDataTypes.xsd +347 -0
  78. data/api/schemas/xml/CEPC-6.0/Reports/CEPC-Reports.xsd +75 -0
  79. data/api/schemas/xml/CEPC-6.0/Reports/Input-Data.xsd +306 -0
  80. data/api/schemas/xml/CEPC-6.0/Reports/Performance-Summary.xsd +105 -0
  81. data/api/schemas/xml/CEPC-6.0/Reports/Report-Header.xsd +493 -0
  82. data/api/schemas/xml/CEPC-6.0/Reports/Reported-Data.xsd +1871 -0
  83. data/api/schemas/xml/CEPC-7.0/Reports/BaseDataTypes.xsd +295 -0
  84. data/api/schemas/xml/CEPC-7.0/Reports/CEPC-Reports.xsd +76 -0
  85. data/api/schemas/xml/CEPC-7.0/Reports/Input-Data.xsd +306 -0
  86. data/api/schemas/xml/CEPC-7.0/Reports/Performance-Summary.xsd +105 -0
  87. data/api/schemas/xml/CEPC-7.0/Reports/Report-Header.xsd +503 -0
  88. data/api/schemas/xml/CEPC-7.0/Reports/Reported-Data.xsd +1623 -0
  89. data/api/schemas/xml/CEPC-7.1/CIP.xsd +193 -0
  90. data/api/schemas/xml/CEPC-7.1/Reports/BaseDataTypes.xsd +380 -0
  91. data/api/schemas/xml/CEPC-7.1/Reports/CEPC-Reports.xsd +105 -0
  92. data/api/schemas/xml/CEPC-7.1/Reports/Input-Data.xsd +330 -0
  93. data/api/schemas/xml/CEPC-7.1/Reports/Performance-Summary.xsd +112 -0
  94. data/api/schemas/xml/CEPC-7.1/Reports/Report-Header.xsd +617 -0
  95. data/api/schemas/xml/CEPC-7.1/Reports/Reported-Data.xsd +2089 -0
  96. data/api/schemas/xml/CEPC-8.0.0/CIP.xsd +205 -0
  97. data/api/schemas/xml/CEPC-8.0.0/DEC-Summary.xsd +399 -0
  98. data/api/schemas/xml/CEPC-8.0.0/Reports/BaseDataTypes.xsd +301 -0
  99. data/api/schemas/xml/CEPC-8.0.0/Reports/CEPC-Reports.xsd +99 -0
  100. data/api/schemas/xml/CEPC-8.0.0/Reports/Input-Data.xsd +328 -0
  101. data/api/schemas/xml/CEPC-8.0.0/Reports/Performance-Summary.xsd +111 -0
  102. data/api/schemas/xml/CEPC-8.0.0/Reports/Report-Header.xsd +514 -0
  103. data/api/schemas/xml/CEPC-8.0.0/Reports/Reported-Data.xsd +1643 -0
  104. data/api/schemas/xml/CEPC-NI-7.1/CIP.xsd +193 -0
  105. data/api/schemas/xml/CEPC-NI-7.1/Reports/BaseDataTypes.xsd +295 -0
  106. data/api/schemas/xml/CEPC-NI-7.1/Reports/CEPC-Reports.xsd +92 -0
  107. data/api/schemas/xml/CEPC-NI-7.1/Reports/Input-Data.xsd +322 -0
  108. data/api/schemas/xml/CEPC-NI-7.1/Reports/Performance-Summary.xsd +105 -0
  109. data/api/schemas/xml/CEPC-NI-7.1/Reports/Report-Header.xsd +508 -0
  110. data/api/schemas/xml/CEPC-NI-7.1/Reports/Reported-Data.xsd +1638 -0
  111. data/api/schemas/xml/CEPC-NI-8.0.0/CIP.xsd +205 -0
  112. data/api/schemas/xml/CEPC-NI-8.0.0/Reports/BaseDataTypes.xsd +301 -0
  113. data/api/schemas/xml/CEPC-NI-8.0.0/Reports/CEPC-Reports.xsd +98 -0
  114. data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Input-Data.xsd +328 -0
  115. data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Performance-Summary.xsd +111 -0
  116. data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Report-Header.xsd +514 -0
  117. data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Reported-Data.xsd +1644 -0
  118. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/ExternalDefinitions.xml +1420 -0
  119. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/ExternalDefinitions.xsd +236 -0
  120. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
  121. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  122. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/EPC-CollectedData.xsd +963 -0
  123. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/ExceptionList.xsd +18 -0
  124. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/Property.xsd +66 -0
  125. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
  126. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/ReportList.xsd +26 -0
  127. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/UDT/EPC-Domains.xsd +843 -0
  128. data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/UDT/SAP-Domains.xsd +2541 -0
  129. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/ExternalDefinitions.xml +1432 -0
  130. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/ExternalDefinitions.xsd +236 -0
  131. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/AssessorManagement.xsd +213 -0
  132. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  133. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/EPC-CollectedData.xsd +963 -0
  134. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/ExceptionList.xsd +18 -0
  135. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/Property.xsd +66 -0
  136. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/RdSAP-Report.xsd +175 -0
  137. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/ReportList.xsd +26 -0
  138. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/UDT/EPC-Domains.xsd +848 -0
  139. data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/UDT/SAP-Domains.xsd +2541 -0
  140. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/ExternalDefinitions.xml +1456 -0
  141. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/ExternalDefinitions.xsd +236 -0
  142. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
  143. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  144. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/EPC-CollectedData.xsd +963 -0
  145. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/ExceptionList.xsd +18 -0
  146. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/Property.xsd +66 -0
  147. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
  148. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/ReportList.xsd +26 -0
  149. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -0
  150. data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -0
  151. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/ExternalDefinitions.xml +1633 -0
  152. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/ExternalDefinitions.xsd +261 -0
  153. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
  154. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  155. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -0
  156. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd +18 -0
  157. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/Property.xsd +66 -0
  158. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -0
  159. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ReportList.xsd +26 -0
  160. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -0
  161. data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -0
  162. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/ExternalDefinitions.xml +1627 -0
  163. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/ExternalDefinitions.xsd +267 -0
  164. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/AssessorManagement.xsd +212 -0
  165. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/EPC-Certificate.xsd +398 -0
  166. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/EPC-CollectedData.xsd +1054 -0
  167. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/Property.xsd +67 -0
  168. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/RdSAP-Report.xsd +179 -0
  169. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/UDT/EPC-Domains.xsd +860 -0
  170. data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/UDT/SAP-Domains.xsd +2686 -0
  171. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/ExternalDefinitions.xml +1420 -0
  172. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/ExternalDefinitions.xsd +236 -0
  173. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/AssessorManagement.xsd +81 -0
  174. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  175. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/EPC-CollectedData.xsd +951 -0
  176. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/ExceptionList.xsd +18 -0
  177. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/Property.xsd +73 -0
  178. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/RdSAP-Report.xsd +175 -0
  179. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/ReportList.xsd +26 -0
  180. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/UDT/EPC-Domains.xsd +838 -0
  181. data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/UDT/SAP-Domains.xsd +2494 -0
  182. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/ExternalDefinitions.xml +1432 -0
  183. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/ExternalDefinitions.xsd +236 -0
  184. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/AssessorManagement.xsd +81 -0
  185. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  186. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/EPC-CollectedData.xsd +951 -0
  187. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/ExceptionList.xsd +18 -0
  188. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/Property.xsd +73 -0
  189. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/RdSAP-Report.xsd +175 -0
  190. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/ReportList.xsd +26 -0
  191. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/UDT/EPC-Domains.xsd +843 -0
  192. data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/UDT/SAP-Domains.xsd +2494 -0
  193. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/ExternalDefinitions.xml +1454 -0
  194. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/ExternalDefinitions.xsd +236 -0
  195. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/AssessorManagement.xsd +81 -0
  196. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
  197. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/EPC-CollectedData.xsd +951 -0
  198. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/ExceptionList.xsd +18 -0
  199. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/Property.xsd +73 -0
  200. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
  201. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/ReportList.xsd +26 -0
  202. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/UDT/EPC-Domains.xsd +848 -0
  203. data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/UDT/SAP-Domains.xsd +2504 -0
  204. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/ExternalDefinitions.xml +1625 -0
  205. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/ExternalDefinitions.xsd +261 -0
  206. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/AssessorManagement.xsd +77 -0
  207. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/EPC-Certificate.xsd +391 -0
  208. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1035 -0
  209. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/Property.xsd +61 -0
  210. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/RdSAP-Report.xsd +172 -0
  211. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/UDT/EPC-Domains.xsd +848 -0
  212. data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/UDT/SAP-Domains.xsd +2632 -0
  213. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/ExternalDefinitions.xml +1625 -0
  214. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/ExternalDefinitions.xsd +267 -0
  215. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/AssessorManagement.xsd +80 -0
  216. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/EPC-Certificate.xsd +398 -0
  217. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/EPC-CollectedData.xsd +1042 -0
  218. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/Property.xsd +67 -0
  219. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/RdSAP-Report.xsd +179 -0
  220. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/UDT/EPC-Domains.xsd +855 -0
  221. data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/UDT/SAP-Domains.xsd +2639 -0
  222. data/api/schemas/xml/SAP-Schema-10.2/CommonFiles/CommonStructures.xsd +162 -0
  223. data/api/schemas/xml/SAP-Schema-10.2/CommonFiles/Exceptions.xsd +80 -0
  224. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
  225. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
  226. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
  227. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
  228. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  229. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportCreateResponse_1.xsd +62 -0
  230. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportRetrieveRequest_1.xsd +57 -0
  231. data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportRetrieveResponse_1.xsd +94 -0
  232. data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +40 -0
  233. data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
  234. data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
  235. data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  236. data/api/schemas/xml/SAP-Schema-10.2/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
  237. data/api/schemas/xml/SAP-Schema-10.2/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
  238. data/api/schemas/xml/SAP-Schema-10.2/Templates/EPC-Certificate.xsd +189 -0
  239. data/api/schemas/xml/SAP-Schema-10.2/Templates/EPC-CollectedData.xsd +407 -0
  240. data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesExternal.xsd +373 -0
  241. data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesGrounds.xsd +267 -0
  242. data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesInternal.xsd +260 -0
  243. data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesServices.xsd +371 -0
  244. data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-PropertyDetails.xsd +382 -0
  245. data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-RiskAssessment.xsd +299 -0
  246. data/api/schemas/xml/SAP-Schema-10.2/Templates/HIP-Reports.xsd +179 -0
  247. data/api/schemas/xml/SAP-Schema-10.2/Templates/Property.xsd +75 -0
  248. data/api/schemas/xml/SAP-Schema-10.2/Templates/UserManagement.xsd +239 -0
  249. data/api/schemas/xml/SAP-Schema-10.2/UDT/BaseDataTypes.xsd +185 -0
  250. data/api/schemas/xml/SAP-Schema-10.2/UDT/EPC-Domains.xsd +69 -0
  251. data/api/schemas/xml/SAP-Schema-10.2/UDT/HCR-Domains.xsd +1769 -0
  252. data/api/schemas/xml/SAP-Schema-10.2/UDT/SAP-Domains.xsd +625 -0
  253. data/api/schemas/xml/SAP-Schema-10.2/UDT/SharedDomains.xsd +432 -0
  254. data/api/schemas/xml/SAP-Schema-10.2/UDT/TypeDefinitions.xsd +30 -0
  255. data/api/schemas/xml/SAP-Schema-11.0/CommonFiles/CommonStructures.xsd +162 -0
  256. data/api/schemas/xml/SAP-Schema-11.0/CommonFiles/Exceptions.xsd +80 -0
  257. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
  258. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
  259. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
  260. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
  261. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  262. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportCreateResponse_1.xsd +62 -0
  263. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportRetrieveRequest_1.xsd +54 -0
  264. data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportRetrieveResponse_1.xsd +95 -0
  265. data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +46 -0
  266. data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
  267. data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
  268. data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  269. data/api/schemas/xml/SAP-Schema-11.0/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
  270. data/api/schemas/xml/SAP-Schema-11.0/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
  271. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/EPC-Certificate.xsd +229 -0
  272. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/Property.xsd +68 -0
  273. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1187 -0
  274. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/SAP05-Report.xsd +122 -0
  275. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/UserManagement.xsd +199 -0
  276. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  277. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
  278. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/SAP05-Domains.xsd +2947 -0
  279. data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/SharedDomains.xsd +230 -0
  280. data/api/schemas/xml/SAP-Schema-11.0/Templates/EPC-Certificate.xsd +189 -0
  281. data/api/schemas/xml/SAP-Schema-11.0/Templates/EPC-CollectedData.xsd +407 -0
  282. data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesExternal.xsd +373 -0
  283. data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesGrounds.xsd +267 -0
  284. data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesInternal.xsd +260 -0
  285. data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesServices.xsd +371 -0
  286. data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-PropertyDetails.xsd +382 -0
  287. data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-RiskAssessment.xsd +299 -0
  288. data/api/schemas/xml/SAP-Schema-11.0/Templates/HIP-Reports.xsd +179 -0
  289. data/api/schemas/xml/SAP-Schema-11.0/Templates/Property.xsd +75 -0
  290. data/api/schemas/xml/SAP-Schema-11.0/Templates/UserManagement.xsd +243 -0
  291. data/api/schemas/xml/SAP-Schema-11.0/UDT/BaseDataTypes.xsd +179 -0
  292. data/api/schemas/xml/SAP-Schema-11.0/UDT/EPC-Domains.xsd +69 -0
  293. data/api/schemas/xml/SAP-Schema-11.0/UDT/HCR-Domains.xsd +1774 -0
  294. data/api/schemas/xml/SAP-Schema-11.0/UDT/SAP-Domains.xsd +633 -0
  295. data/api/schemas/xml/SAP-Schema-11.0/UDT/SharedDomains.xsd +432 -0
  296. data/api/schemas/xml/SAP-Schema-11.0/UDT/TypeDefinitions.xsd +30 -0
  297. data/api/schemas/xml/SAP-Schema-11.2/CommonFiles/CommonStructures.xsd +162 -0
  298. data/api/schemas/xml/SAP-Schema-11.2/CommonFiles/Exceptions.xsd +80 -0
  299. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
  300. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
  301. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
  302. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
  303. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  304. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportCreateResponse_1.xsd +62 -0
  305. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportRetrieveRequest_1.xsd +54 -0
  306. data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportRetrieveResponse_1.xsd +89 -0
  307. data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +46 -0
  308. data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
  309. data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
  310. data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  311. data/api/schemas/xml/SAP-Schema-11.2/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
  312. data/api/schemas/xml/SAP-Schema-11.2/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
  313. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/EPC-Certificate.xsd +233 -0
  314. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/Property.xsd +68 -0
  315. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
  316. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/SAP05-Report.xsd +180 -0
  317. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/UserManagement.xsd +199 -0
  318. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  319. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
  320. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/SAP05-Domains.xsd +2947 -0
  321. data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/SharedDomains.xsd +230 -0
  322. data/api/schemas/xml/SAP-Schema-11.2/Templates/EPC-Certificate.xsd +189 -0
  323. data/api/schemas/xml/SAP-Schema-11.2/Templates/EPC-CollectedData.xsd +407 -0
  324. data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesExternal.xsd +373 -0
  325. data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesGrounds.xsd +267 -0
  326. data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesInternal.xsd +261 -0
  327. data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesServices.xsd +371 -0
  328. data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-PropertyDetails.xsd +382 -0
  329. data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-RiskAssessment.xsd +299 -0
  330. data/api/schemas/xml/SAP-Schema-11.2/Templates/HIP-Reports.xsd +189 -0
  331. data/api/schemas/xml/SAP-Schema-11.2/Templates/Property.xsd +75 -0
  332. data/api/schemas/xml/SAP-Schema-11.2/Templates/UserManagement.xsd +243 -0
  333. data/api/schemas/xml/SAP-Schema-11.2/UDT/BaseDataTypes.xsd +179 -0
  334. data/api/schemas/xml/SAP-Schema-11.2/UDT/EPC-Domains.xsd +69 -0
  335. data/api/schemas/xml/SAP-Schema-11.2/UDT/HCR-Domains.xsd +1774 -0
  336. data/api/schemas/xml/SAP-Schema-11.2/UDT/SAP-Domains.xsd +633 -0
  337. data/api/schemas/xml/SAP-Schema-11.2/UDT/SharedDomains.xsd +568 -0
  338. data/api/schemas/xml/SAP-Schema-11.2/UDT/TypeDefinitions.xsd +30 -0
  339. data/api/schemas/xml/SAP-Schema-12.0/CommonFiles/CommonStructures.xsd +160 -0
  340. data/api/schemas/xml/SAP-Schema-12.0/CommonFiles/Exceptions.xsd +72 -0
  341. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  342. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  343. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  344. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  345. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  346. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  347. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  348. data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  349. data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  350. data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  351. data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  352. data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  353. data/api/schemas/xml/SAP-Schema-12.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  354. data/api/schemas/xml/SAP-Schema-12.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  355. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/EPC-Certificate.xsd +238 -0
  356. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/Property.xsd +68 -0
  357. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
  358. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
  359. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/UserManagement.xsd +210 -0
  360. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  361. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
  362. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/SAP05-Domains.xsd +2957 -0
  363. data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
  364. data/api/schemas/xml/SAP-Schema-12.0/Templates/EPC-Certificate.xsd +213 -0
  365. data/api/schemas/xml/SAP-Schema-12.0/Templates/EPC-CollectedData.xsd +445 -0
  366. data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  367. data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  368. data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  369. data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesServices.xsd +311 -0
  370. data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-PropertyDetails.xsd +380 -0
  371. data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-RiskAssessment.xsd +297 -0
  372. data/api/schemas/xml/SAP-Schema-12.0/Templates/HIP-Reports.xsd +203 -0
  373. data/api/schemas/xml/SAP-Schema-12.0/Templates/Property.xsd +73 -0
  374. data/api/schemas/xml/SAP-Schema-12.0/Templates/UserManagement.xsd +252 -0
  375. data/api/schemas/xml/SAP-Schema-12.0/UDT/BaseDataTypes.xsd +177 -0
  376. data/api/schemas/xml/SAP-Schema-12.0/UDT/EPC-Domains.xsd +68 -0
  377. data/api/schemas/xml/SAP-Schema-12.0/UDT/HCR-Domains.xsd +1773 -0
  378. data/api/schemas/xml/SAP-Schema-12.0/UDT/SAP-Domains.xsd +1101 -0
  379. data/api/schemas/xml/SAP-Schema-12.0/UDT/SharedDomains.xsd +596 -0
  380. data/api/schemas/xml/SAP-Schema-12.0/UDT/TypeDefinitions.xsd +19 -0
  381. data/api/schemas/xml/SAP-Schema-13.0/CommonFiles/CommonStructures.xsd +160 -0
  382. data/api/schemas/xml/SAP-Schema-13.0/CommonFiles/Exceptions.xsd +72 -0
  383. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  384. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  385. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  386. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  387. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  388. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  389. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  390. data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  391. data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  392. data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  393. data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  394. data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  395. data/api/schemas/xml/SAP-Schema-13.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  396. data/api/schemas/xml/SAP-Schema-13.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  397. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  398. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/Property.xsd +68 -0
  399. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  400. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
  401. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
  402. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  403. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  404. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/Recommendations.xsd +675 -0
  405. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/SAP05-Domains.xsd +3002 -0
  406. data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
  407. data/api/schemas/xml/SAP-Schema-13.0/Templates/EPC-Certificate.xsd +223 -0
  408. data/api/schemas/xml/SAP-Schema-13.0/Templates/EPC-CollectedData.xsd +445 -0
  409. data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  410. data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  411. data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  412. data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesServices.xsd +311 -0
  413. data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-PropertyDetails.xsd +380 -0
  414. data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-RiskAssessment.xsd +297 -0
  415. data/api/schemas/xml/SAP-Schema-13.0/Templates/HIP-Reports.xsd +203 -0
  416. data/api/schemas/xml/SAP-Schema-13.0/Templates/Property.xsd +73 -0
  417. data/api/schemas/xml/SAP-Schema-13.0/Templates/UserManagement.xsd +257 -0
  418. data/api/schemas/xml/SAP-Schema-13.0/UDT/BaseDataTypes.xsd +176 -0
  419. data/api/schemas/xml/SAP-Schema-13.0/UDT/EPC-Domains.xsd +68 -0
  420. data/api/schemas/xml/SAP-Schema-13.0/UDT/HCR-Domains.xsd +1773 -0
  421. data/api/schemas/xml/SAP-Schema-13.0/UDT/SAP-Domains.xsd +1129 -0
  422. data/api/schemas/xml/SAP-Schema-13.0/UDT/SharedDomains.xsd +616 -0
  423. data/api/schemas/xml/SAP-Schema-13.0/UDT/TypeDefinitions.xsd +19 -0
  424. data/api/schemas/xml/SAP-Schema-14.0/CommonFiles/CommonStructures.xsd +160 -0
  425. data/api/schemas/xml/SAP-Schema-14.0/CommonFiles/Exceptions.xsd +72 -0
  426. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  427. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  428. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  429. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  430. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  431. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  432. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  433. data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  434. data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  435. data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  436. data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  437. data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  438. data/api/schemas/xml/SAP-Schema-14.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  439. data/api/schemas/xml/SAP-Schema-14.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  440. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  441. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/Property.xsd +68 -0
  442. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  443. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  444. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
  445. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  446. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  447. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  448. data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  449. data/api/schemas/xml/SAP-Schema-14.0/Templates/EPC-Certificate.xsd +252 -0
  450. data/api/schemas/xml/SAP-Schema-14.0/Templates/EPC-CollectedData.xsd +444 -0
  451. data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  452. data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  453. data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  454. data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesServices.xsd +311 -0
  455. data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-PropertyDetails.xsd +380 -0
  456. data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-RiskAssessment.xsd +297 -0
  457. data/api/schemas/xml/SAP-Schema-14.0/Templates/HIP-Reports.xsd +220 -0
  458. data/api/schemas/xml/SAP-Schema-14.0/Templates/Property.xsd +73 -0
  459. data/api/schemas/xml/SAP-Schema-14.0/Templates/UserManagement.xsd +257 -0
  460. data/api/schemas/xml/SAP-Schema-14.0/UDT/BaseDataTypes.xsd +176 -0
  461. data/api/schemas/xml/SAP-Schema-14.0/UDT/EPC-Domains.xsd +741 -0
  462. data/api/schemas/xml/SAP-Schema-14.0/UDT/HCR-Domains.xsd +1773 -0
  463. data/api/schemas/xml/SAP-Schema-14.0/UDT/SAP-Domains.xsd +1134 -0
  464. data/api/schemas/xml/SAP-Schema-14.0/UDT/SharedDomains.xsd +658 -0
  465. data/api/schemas/xml/SAP-Schema-14.0/UDT/TypeDefinitions.xsd +19 -0
  466. data/api/schemas/xml/SAP-Schema-14.1/._CommonFiles +0 -0
  467. data/api/schemas/xml/SAP-Schema-14.1/._SAP-EPC +0 -0
  468. data/api/schemas/xml/SAP-Schema-14.1/._Templates +0 -0
  469. data/api/schemas/xml/SAP-Schema-14.1/CommonFiles/._CommonStructures.xsd +0 -0
  470. data/api/schemas/xml/SAP-Schema-14.1/CommonFiles/CommonStructures.xsd +160 -0
  471. data/api/schemas/xml/SAP-Schema-14.1/CommonFiles/Exceptions.xsd +72 -0
  472. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  473. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  474. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  475. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  476. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  477. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  478. data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
  479. data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
  480. data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
  481. data/api/schemas/xml/SAP-Schema-14.1/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  482. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  483. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  484. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  485. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  486. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  487. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  488. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  489. data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  490. data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  491. data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  492. data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  493. data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  494. data/api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  495. data/api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  496. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/._Templates +0 -0
  497. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  498. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  499. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  500. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/Property.xsd +68 -0
  501. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  502. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  503. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
  504. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  505. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._SAP05-Domains.xsd +0 -0
  506. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  507. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  508. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  509. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  510. data/api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-Certificate.xsd +0 -0
  511. data/api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-CollectedData.xsd +0 -0
  512. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  513. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-PropertyDetails.xsd +0 -0
  514. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-RiskAssessment.xsd +0 -0
  515. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HIP-Reports.xsd +0 -0
  516. data/api/schemas/xml/SAP-Schema-14.1/Templates/._UserManagement.xsd +0 -0
  517. data/api/schemas/xml/SAP-Schema-14.1/Templates/EPC-Certificate.xsd +252 -0
  518. data/api/schemas/xml/SAP-Schema-14.1/Templates/EPC-CollectedData.xsd +444 -0
  519. data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesExternal.xsd +283 -0
  520. data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
  521. data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesInternal.xsd +205 -0
  522. data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesServices.xsd +311 -0
  523. data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-PropertyDetails.xsd +380 -0
  524. data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-RiskAssessment.xsd +297 -0
  525. data/api/schemas/xml/SAP-Schema-14.1/Templates/HIP-Reports.xsd +220 -0
  526. data/api/schemas/xml/SAP-Schema-14.1/Templates/Property.xsd +73 -0
  527. data/api/schemas/xml/SAP-Schema-14.1/Templates/UserManagement.xsd +258 -0
  528. data/api/schemas/xml/SAP-Schema-14.1/UDT/._BaseDataTypes.xsd +0 -0
  529. data/api/schemas/xml/SAP-Schema-14.1/UDT/._HCR-Domains.xsd +0 -0
  530. data/api/schemas/xml/SAP-Schema-14.1/UDT/._SAP-Domains.xsd +0 -0
  531. data/api/schemas/xml/SAP-Schema-14.1/UDT/._TypeDefinitions.xsd +0 -0
  532. data/api/schemas/xml/SAP-Schema-14.1/UDT/BaseDataTypes.xsd +176 -0
  533. data/api/schemas/xml/SAP-Schema-14.1/UDT/EPC-Domains.xsd +741 -0
  534. data/api/schemas/xml/SAP-Schema-14.1/UDT/HCR-Domains.xsd +1773 -0
  535. data/api/schemas/xml/SAP-Schema-14.1/UDT/SAP-Domains.xsd +1134 -0
  536. data/api/schemas/xml/SAP-Schema-14.1/UDT/SharedDomains.xsd +658 -0
  537. data/api/schemas/xml/SAP-Schema-14.1/UDT/TypeDefinitions.xsd +19 -0
  538. data/api/schemas/xml/SAP-Schema-14.2/._CommonFiles +0 -0
  539. data/api/schemas/xml/SAP-Schema-14.2/._SAP-EPC +0 -0
  540. data/api/schemas/xml/SAP-Schema-14.2/._Templates +0 -0
  541. data/api/schemas/xml/SAP-Schema-14.2/CommonFiles/._CommonStructures.xsd +0 -0
  542. data/api/schemas/xml/SAP-Schema-14.2/CommonFiles/CommonStructures.xsd +160 -0
  543. data/api/schemas/xml/SAP-Schema-14.2/CommonFiles/Exceptions.xsd +72 -0
  544. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  545. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  546. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  547. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  548. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  549. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  550. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xml +0 -0
  551. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xsd +0 -0
  552. data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
  553. data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
  554. data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
  555. data/api/schemas/xml/SAP-Schema-14.2/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  556. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  557. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  558. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  559. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  560. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  561. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  562. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  563. data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  564. data/api/schemas/xml/SAP-Schema-14.2/Messages/ExternalDefinitions.xml +1005 -0
  565. data/api/schemas/xml/SAP-Schema-14.2/Messages/ExternalDefinitions.xsd +147 -0
  566. data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  567. data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  568. data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  569. data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  570. data/api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  571. data/api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  572. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/._Templates +0 -0
  573. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  574. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  575. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  576. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/Property.xsd +68 -0
  577. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  578. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  579. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/UserManagement.xsd +216 -0
  580. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  581. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._SAP05-Domains.xsd +0 -0
  582. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  583. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  584. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  585. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  586. data/api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-Certificate.xsd +0 -0
  587. data/api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-CollectedData.xsd +0 -0
  588. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  589. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-PropertyDetails.xsd +0 -0
  590. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-RiskAssessment.xsd +0 -0
  591. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HIP-Reports.xsd +0 -0
  592. data/api/schemas/xml/SAP-Schema-14.2/Templates/._UserManagement.xsd +0 -0
  593. data/api/schemas/xml/SAP-Schema-14.2/Templates/EPC-Certificate.xsd +252 -0
  594. data/api/schemas/xml/SAP-Schema-14.2/Templates/EPC-CollectedData.xsd +444 -0
  595. data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesExternal.xsd +283 -0
  596. data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
  597. data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesInternal.xsd +205 -0
  598. data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesServices.xsd +311 -0
  599. data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-PropertyDetails.xsd +380 -0
  600. data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-RiskAssessment.xsd +297 -0
  601. data/api/schemas/xml/SAP-Schema-14.2/Templates/HIP-Reports.xsd +220 -0
  602. data/api/schemas/xml/SAP-Schema-14.2/Templates/Property.xsd +73 -0
  603. data/api/schemas/xml/SAP-Schema-14.2/Templates/UserManagement.xsd +258 -0
  604. data/api/schemas/xml/SAP-Schema-14.2/UDT/._BaseDataTypes.xsd +0 -0
  605. data/api/schemas/xml/SAP-Schema-14.2/UDT/._HCR-Domains.xsd +0 -0
  606. data/api/schemas/xml/SAP-Schema-14.2/UDT/._SAP-Domains.xsd +0 -0
  607. data/api/schemas/xml/SAP-Schema-14.2/UDT/._TypeDefinitions.xsd +0 -0
  608. data/api/schemas/xml/SAP-Schema-14.2/UDT/BaseDataTypes.xsd +176 -0
  609. data/api/schemas/xml/SAP-Schema-14.2/UDT/EPC-Domains.xsd +751 -0
  610. data/api/schemas/xml/SAP-Schema-14.2/UDT/HCR-Domains.xsd +1773 -0
  611. data/api/schemas/xml/SAP-Schema-14.2/UDT/SAP-Domains.xsd +1134 -0
  612. data/api/schemas/xml/SAP-Schema-14.2/UDT/SharedDomains.xsd +658 -0
  613. data/api/schemas/xml/SAP-Schema-14.2/UDT/TypeDefinitions.xsd +19 -0
  614. data/api/schemas/xml/SAP-Schema-15.0/._CommonFiles +0 -0
  615. data/api/schemas/xml/SAP-Schema-15.0/._SAP-EPC +0 -0
  616. data/api/schemas/xml/SAP-Schema-15.0/._Templates +0 -0
  617. data/api/schemas/xml/SAP-Schema-15.0/CommonFiles/._CommonStructures.xsd +0 -0
  618. data/api/schemas/xml/SAP-Schema-15.0/CommonFiles/CommonStructures.xsd +160 -0
  619. data/api/schemas/xml/SAP-Schema-15.0/CommonFiles/Exceptions.xsd +72 -0
  620. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  621. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  622. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  623. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  624. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  625. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  626. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xml +0 -0
  627. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xsd +0 -0
  628. data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
  629. data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
  630. data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
  631. data/api/schemas/xml/SAP-Schema-15.0/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  632. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  633. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  634. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  635. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  636. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  637. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  638. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  639. data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  640. data/api/schemas/xml/SAP-Schema-15.0/Messages/ExternalDefinitions.xml +907 -0
  641. data/api/schemas/xml/SAP-Schema-15.0/Messages/ExternalDefinitions.xsd +147 -0
  642. data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  643. data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  644. data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  645. data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  646. data/api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  647. data/api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  648. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/._Templates +0 -0
  649. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  650. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  651. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  652. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/EPC-Certificate.xsd +329 -0
  653. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/Property.xsd +69 -0
  654. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
  655. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
  656. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/UserManagement.xsd +217 -0
  657. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  658. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  659. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/EPC-Domains.xsd +719 -0
  660. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SAP09-Domains.xsd +3397 -0
  661. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SharedDomains.xsd +317 -0
  662. data/api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-Certificate.xsd +0 -0
  663. data/api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-CollectedData.xsd +0 -0
  664. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  665. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-PropertyDetails.xsd +0 -0
  666. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-RiskAssessment.xsd +0 -0
  667. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HIP-Reports.xsd +0 -0
  668. data/api/schemas/xml/SAP-Schema-15.0/Templates/._UserManagement.xsd +0 -0
  669. data/api/schemas/xml/SAP-Schema-15.0/Templates/EPC-Certificate.xsd +290 -0
  670. data/api/schemas/xml/SAP-Schema-15.0/Templates/EPC-CollectedData.xsd +541 -0
  671. data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  672. data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  673. data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  674. data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesServices.xsd +311 -0
  675. data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-PropertyDetails.xsd +380 -0
  676. data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-RiskAssessment.xsd +298 -0
  677. data/api/schemas/xml/SAP-Schema-15.0/Templates/HIP-Reports.xsd +221 -0
  678. data/api/schemas/xml/SAP-Schema-15.0/Templates/Property.xsd +73 -0
  679. data/api/schemas/xml/SAP-Schema-15.0/Templates/UserManagement.xsd +258 -0
  680. data/api/schemas/xml/SAP-Schema-15.0/UDT/._BaseDataTypes.xsd +0 -0
  681. data/api/schemas/xml/SAP-Schema-15.0/UDT/._HCR-Domains.xsd +0 -0
  682. data/api/schemas/xml/SAP-Schema-15.0/UDT/._SAP-Domains.xsd +0 -0
  683. data/api/schemas/xml/SAP-Schema-15.0/UDT/._TypeDefinitions.xsd +0 -0
  684. data/api/schemas/xml/SAP-Schema-15.0/UDT/BaseDataTypes.xsd +176 -0
  685. data/api/schemas/xml/SAP-Schema-15.0/UDT/EPC-Domains.xsd +772 -0
  686. data/api/schemas/xml/SAP-Schema-15.0/UDT/HCR-Domains.xsd +1779 -0
  687. data/api/schemas/xml/SAP-Schema-15.0/UDT/SAP-Domains.xsd +1390 -0
  688. data/api/schemas/xml/SAP-Schema-15.0/UDT/SharedDomains.xsd +768 -0
  689. data/api/schemas/xml/SAP-Schema-15.0/UDT/TypeDefinitions.xsd +19 -0
  690. data/api/schemas/xml/SAP-Schema-16.0/._CommonFiles +0 -0
  691. data/api/schemas/xml/SAP-Schema-16.0/._SAP-EPC +0 -0
  692. data/api/schemas/xml/SAP-Schema-16.0/._Templates +0 -0
  693. data/api/schemas/xml/SAP-Schema-16.0/CommonFiles/._CommonStructures.xsd +0 -0
  694. data/api/schemas/xml/SAP-Schema-16.0/CommonFiles/CommonStructures.xsd +160 -0
  695. data/api/schemas/xml/SAP-Schema-16.0/CommonFiles/Exceptions.xsd +72 -0
  696. data/api/schemas/xml/SAP-Schema-16.0/Messages/._Assessor.xsd +0 -0
  697. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  698. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  699. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  700. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  701. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  702. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  703. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xml +0 -0
  704. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xsd +0 -0
  705. data/api/schemas/xml/SAP-Schema-16.0/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  706. data/api/schemas/xml/SAP-Schema-16.0/Messages/Assessor.xsd +202 -0
  707. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  708. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  709. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  710. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  711. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  712. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  713. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  714. data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  715. data/api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xml +907 -0
  716. data/api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xsd +147 -0
  717. data/api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  718. data/api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  719. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/._Templates +0 -0
  720. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  721. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  722. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  723. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/EPC-Certificate.xsd +428 -0
  724. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/Property.xsd +69 -0
  725. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
  726. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
  727. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/UserManagement.xsd +217 -0
  728. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  729. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  730. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/EPC-Domains.xsd +813 -0
  731. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
  732. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SharedDomains.xsd +317 -0
  733. data/api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-Certificate.xsd +0 -0
  734. data/api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-CollectedData.xsd +0 -0
  735. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  736. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-PropertyDetails.xsd +0 -0
  737. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-RiskAssessment.xsd +0 -0
  738. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HIP-Reports.xsd +0 -0
  739. data/api/schemas/xml/SAP-Schema-16.0/Templates/._UserManagement.xsd +0 -0
  740. data/api/schemas/xml/SAP-Schema-16.0/Templates/AssessorManagement.xsd +212 -0
  741. data/api/schemas/xml/SAP-Schema-16.0/Templates/EPC-Certificate.xsd +383 -0
  742. data/api/schemas/xml/SAP-Schema-16.0/Templates/EPC-CollectedData.xsd +784 -0
  743. data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  744. data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  745. data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  746. data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesServices.xsd +311 -0
  747. data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-PropertyDetails.xsd +380 -0
  748. data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-RiskAssessment.xsd +298 -0
  749. data/api/schemas/xml/SAP-Schema-16.0/Templates/HIP-Reports.xsd +191 -0
  750. data/api/schemas/xml/SAP-Schema-16.0/Templates/Property.xsd +73 -0
  751. data/api/schemas/xml/SAP-Schema-16.0/Templates/SAP-Reports.xsd +189 -0
  752. data/api/schemas/xml/SAP-Schema-16.0/Templates/UserManagement.xsd +258 -0
  753. data/api/schemas/xml/SAP-Schema-16.0/UDT/._BaseDataTypes.xsd +0 -0
  754. data/api/schemas/xml/SAP-Schema-16.0/UDT/._HCR-Domains.xsd +0 -0
  755. data/api/schemas/xml/SAP-Schema-16.0/UDT/._SAP-Domains.xsd +0 -0
  756. data/api/schemas/xml/SAP-Schema-16.0/UDT/._TypeDefinitions.xsd +0 -0
  757. data/api/schemas/xml/SAP-Schema-16.0/UDT/BaseDataTypes.xsd +176 -0
  758. data/api/schemas/xml/SAP-Schema-16.0/UDT/EPC-Domains.xsd +861 -0
  759. data/api/schemas/xml/SAP-Schema-16.0/UDT/HCR-Domains.xsd +1779 -0
  760. data/api/schemas/xml/SAP-Schema-16.0/UDT/SAP-Domains.xsd +1650 -0
  761. data/api/schemas/xml/SAP-Schema-16.0/UDT/SharedDomains.xsd +768 -0
  762. data/api/schemas/xml/SAP-Schema-16.0/UDT/TypeDefinitions.xsd +19 -0
  763. data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd +0 -0
  764. data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/CommonStructures.xsd +160 -0
  765. data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/Exceptions.xsd +72 -0
  766. data/api/schemas/xml/SAP-Schema-16.1/Messages/._Assessor.xsd +0 -0
  767. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  768. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  769. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  770. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  771. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  772. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  773. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xml +0 -0
  774. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xsd +0 -0
  775. data/api/schemas/xml/SAP-Schema-16.1/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  776. data/api/schemas/xml/SAP-Schema-16.1/Messages/Assessor.xsd +171 -0
  777. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  778. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  779. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  780. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  781. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  782. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  783. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  784. data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  785. data/api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xml +1352 -0
  786. data/api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xsd +236 -0
  787. data/api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  788. data/api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  789. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/._Templates +0 -0
  790. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  791. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  792. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  793. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/EPC-Certificate.xsd +428 -0
  794. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/Property.xsd +69 -0
  795. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
  796. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
  797. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/UserManagement.xsd +217 -0
  798. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  799. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  800. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/EPC-Domains.xsd +808 -0
  801. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
  802. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SharedDomains.xsd +341 -0
  803. data/api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-Certificate.xsd +0 -0
  804. data/api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-CollectedData.xsd +0 -0
  805. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  806. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-PropertyDetails.xsd +0 -0
  807. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-RiskAssessment.xsd +0 -0
  808. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HIP-Reports.xsd +0 -0
  809. data/api/schemas/xml/SAP-Schema-16.1/Templates/._UserManagement.xsd +0 -0
  810. data/api/schemas/xml/SAP-Schema-16.1/Templates/AssessorManagement.xsd +212 -0
  811. data/api/schemas/xml/SAP-Schema-16.1/Templates/EPC-Certificate.xsd +383 -0
  812. data/api/schemas/xml/SAP-Schema-16.1/Templates/EPC-CollectedData.xsd +794 -0
  813. data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesExternal.xsd +283 -0
  814. data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
  815. data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesInternal.xsd +205 -0
  816. data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesServices.xsd +311 -0
  817. data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-PropertyDetails.xsd +380 -0
  818. data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-RiskAssessment.xsd +298 -0
  819. data/api/schemas/xml/SAP-Schema-16.1/Templates/HIP-Reports.xsd +191 -0
  820. data/api/schemas/xml/SAP-Schema-16.1/Templates/Property.xsd +73 -0
  821. data/api/schemas/xml/SAP-Schema-16.1/Templates/SAP-Reports.xsd +190 -0
  822. data/api/schemas/xml/SAP-Schema-16.1/Templates/UserManagement.xsd +258 -0
  823. data/api/schemas/xml/SAP-Schema-16.1/UDT/._BaseDataTypes.xsd +0 -0
  824. data/api/schemas/xml/SAP-Schema-16.1/UDT/._HCR-Domains.xsd +0 -0
  825. data/api/schemas/xml/SAP-Schema-16.1/UDT/._SAP-Domains.xsd +0 -0
  826. data/api/schemas/xml/SAP-Schema-16.1/UDT/._TypeDefinitions.xsd +0 -0
  827. data/api/schemas/xml/SAP-Schema-16.1/UDT/BaseDataTypes.xsd +176 -0
  828. data/api/schemas/xml/SAP-Schema-16.1/UDT/EPC-Domains.xsd +876 -0
  829. data/api/schemas/xml/SAP-Schema-16.1/UDT/HCR-Domains.xsd +1779 -0
  830. data/api/schemas/xml/SAP-Schema-16.1/UDT/SAP-Domains.xsd +1670 -0
  831. data/api/schemas/xml/SAP-Schema-16.1/UDT/SharedDomains.xsd +817 -0
  832. data/api/schemas/xml/SAP-Schema-16.1/UDT/TypeDefinitions.xsd +19 -0
  833. data/api/schemas/xml/SAP-Schema-16.2/._CommonFiles +0 -0
  834. data/api/schemas/xml/SAP-Schema-16.2/._SAP-EPC +0 -0
  835. data/api/schemas/xml/SAP-Schema-16.2/._Templates +0 -0
  836. data/api/schemas/xml/SAP-Schema-16.2/CommonFiles/._CommonStructures.xsd +0 -0
  837. data/api/schemas/xml/SAP-Schema-16.2/CommonFiles/CommonStructures.xsd +160 -0
  838. data/api/schemas/xml/SAP-Schema-16.2/CommonFiles/Exceptions.xsd +72 -0
  839. data/api/schemas/xml/SAP-Schema-16.2/Messages/._Assessor.xsd +0 -0
  840. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  841. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  842. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  843. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  844. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  845. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  846. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xml +0 -0
  847. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xsd +0 -0
  848. data/api/schemas/xml/SAP-Schema-16.2/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  849. data/api/schemas/xml/SAP-Schema-16.2/Messages/Assessor.xsd +171 -0
  850. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  851. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  852. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  853. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  854. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  855. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  856. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  857. data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  858. data/api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xml +1352 -0
  859. data/api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xsd +236 -0
  860. data/api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  861. data/api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  862. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/._Templates +0 -0
  863. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  864. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  865. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  866. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/EPC-Certificate.xsd +428 -0
  867. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/Property.xsd +69 -0
  868. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
  869. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
  870. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/UserManagement.xsd +217 -0
  871. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  872. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  873. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/EPC-Domains.xsd +808 -0
  874. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
  875. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SharedDomains.xsd +341 -0
  876. data/api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-Certificate.xsd +0 -0
  877. data/api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-CollectedData.xsd +0 -0
  878. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  879. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-PropertyDetails.xsd +0 -0
  880. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-RiskAssessment.xsd +0 -0
  881. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HIP-Reports.xsd +0 -0
  882. data/api/schemas/xml/SAP-Schema-16.2/Templates/._UserManagement.xsd +0 -0
  883. data/api/schemas/xml/SAP-Schema-16.2/Templates/AssessorManagement.xsd +212 -0
  884. data/api/schemas/xml/SAP-Schema-16.2/Templates/EPC-Certificate.xsd +383 -0
  885. data/api/schemas/xml/SAP-Schema-16.2/Templates/EPC-CollectedData.xsd +794 -0
  886. data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesExternal.xsd +283 -0
  887. data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
  888. data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesInternal.xsd +205 -0
  889. data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesServices.xsd +311 -0
  890. data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-PropertyDetails.xsd +380 -0
  891. data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-RiskAssessment.xsd +298 -0
  892. data/api/schemas/xml/SAP-Schema-16.2/Templates/HIP-Reports.xsd +191 -0
  893. data/api/schemas/xml/SAP-Schema-16.2/Templates/Property.xsd +73 -0
  894. data/api/schemas/xml/SAP-Schema-16.2/Templates/SAP-Reports.xsd +190 -0
  895. data/api/schemas/xml/SAP-Schema-16.2/Templates/UserManagement.xsd +258 -0
  896. data/api/schemas/xml/SAP-Schema-16.2/UDT/._BaseDataTypes.xsd +0 -0
  897. data/api/schemas/xml/SAP-Schema-16.2/UDT/._HCR-Domains.xsd +0 -0
  898. data/api/schemas/xml/SAP-Schema-16.2/UDT/._SAP-Domains.xsd +0 -0
  899. data/api/schemas/xml/SAP-Schema-16.2/UDT/._TypeDefinitions.xsd +0 -0
  900. data/api/schemas/xml/SAP-Schema-16.2/UDT/BaseDataTypes.xsd +176 -0
  901. data/api/schemas/xml/SAP-Schema-16.2/UDT/EPC-Domains.xsd +881 -0
  902. data/api/schemas/xml/SAP-Schema-16.2/UDT/HCR-Domains.xsd +1779 -0
  903. data/api/schemas/xml/SAP-Schema-16.2/UDT/SAP-Domains.xsd +1670 -0
  904. data/api/schemas/xml/SAP-Schema-16.2/UDT/SharedDomains.xsd +817 -0
  905. data/api/schemas/xml/SAP-Schema-16.2/UDT/TypeDefinitions.xsd +19 -0
  906. data/api/schemas/xml/SAP-Schema-16.3/CommonFiles/CommonStructures.xsd +160 -0
  907. data/api/schemas/xml/SAP-Schema-16.3/CommonFiles/Exceptions.xsd +72 -0
  908. data/api/schemas/xml/SAP-Schema-16.3/Messages/Assessor.xsd +171 -0
  909. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  910. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  911. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  912. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  913. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  914. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  915. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  916. data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  917. data/api/schemas/xml/SAP-Schema-16.3/Messages/ExternalDefinitions.xml +1358 -0
  918. data/api/schemas/xml/SAP-Schema-16.3/Messages/ExternalDefinitions.xsd +236 -0
  919. data/api/schemas/xml/SAP-Schema-16.3/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  920. data/api/schemas/xml/SAP-Schema-16.3/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  921. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/EPC-Certificate.xsd +428 -0
  922. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/Property.xsd +69 -0
  923. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
  924. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
  925. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/UserManagement.xsd +217 -0
  926. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  927. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/EPC-Domains.xsd +808 -0
  928. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
  929. data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/SharedDomains.xsd +341 -0
  930. data/api/schemas/xml/SAP-Schema-16.3/Templates/AssessorManagement.xsd +212 -0
  931. data/api/schemas/xml/SAP-Schema-16.3/Templates/EPC-Certificate.xsd +383 -0
  932. data/api/schemas/xml/SAP-Schema-16.3/Templates/EPC-CollectedData.xsd +794 -0
  933. data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesExternal.xsd +283 -0
  934. data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesGrounds.xsd +222 -0
  935. data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesInternal.xsd +205 -0
  936. data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesServices.xsd +311 -0
  937. data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-PropertyDetails.xsd +380 -0
  938. data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-RiskAssessment.xsd +298 -0
  939. data/api/schemas/xml/SAP-Schema-16.3/Templates/HIP-Reports.xsd +191 -0
  940. data/api/schemas/xml/SAP-Schema-16.3/Templates/Property.xsd +73 -0
  941. data/api/schemas/xml/SAP-Schema-16.3/Templates/SAP-Reports.xsd +190 -0
  942. data/api/schemas/xml/SAP-Schema-16.3/Templates/UserManagement.xsd +258 -0
  943. data/api/schemas/xml/SAP-Schema-16.3/UDT/BaseDataTypes.xsd +176 -0
  944. data/api/schemas/xml/SAP-Schema-16.3/UDT/EPC-Domains.xsd +886 -0
  945. data/api/schemas/xml/SAP-Schema-16.3/UDT/HCR-Domains.xsd +1779 -0
  946. data/api/schemas/xml/SAP-Schema-16.3/UDT/SAP-Domains.xsd +1670 -0
  947. data/api/schemas/xml/SAP-Schema-16.3/UDT/SharedDomains.xsd +817 -0
  948. data/api/schemas/xml/SAP-Schema-16.3/UDT/TypeDefinitions.xsd +19 -0
  949. data/api/schemas/xml/SAP-Schema-17.0/SAP/ExternalDefinitions.xml +1352 -0
  950. data/api/schemas/xml/SAP-Schema-17.0/SAP/ExternalDefinitions.xsd +236 -0
  951. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/AssessorManagement.xsd +217 -0
  952. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/EPC-Certificate.xsd +447 -0
  953. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/ExceptionList.xsd +18 -0
  954. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/Property.xsd +62 -0
  955. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/ReportList.xsd +26 -0
  956. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/SAP-CollectedData.xsd +1434 -0
  957. data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/SAP-Report.xsd +191 -0
  958. data/api/schemas/xml/SAP-Schema-17.0/SAP/UDT/EPC-Domains.xsd +558 -0
  959. data/api/schemas/xml/SAP-Schema-17.0/SAP/UDT/SAP-Domains.xsd +2975 -0
  960. data/api/schemas/xml/SAP-Schema-17.1/SAP/ExternalDefinitions.xml +1370 -0
  961. data/api/schemas/xml/SAP-Schema-17.1/SAP/ExternalDefinitions.xsd +236 -0
  962. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/AssessorManagement.xsd +217 -0
  963. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/EPC-Certificate.xsd +447 -0
  964. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/ExceptionList.xsd +18 -0
  965. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/Property.xsd +62 -0
  966. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/ReportList.xsd +26 -0
  967. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/SAP-CollectedData.xsd +1434 -0
  968. data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/SAP-Report.xsd +191 -0
  969. data/api/schemas/xml/SAP-Schema-17.1/SAP/UDT/EPC-Domains.xsd +563 -0
  970. data/api/schemas/xml/SAP-Schema-17.1/SAP/UDT/SAP-Domains.xsd +2975 -0
  971. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/ExternalDefinitions.xml +1364 -0
  972. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/ExternalDefinitions.xsd +242 -0
  973. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/AssessorManagement.xsd +216 -0
  974. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/EPC-Certificate.xsd +453 -0
  975. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/Property.xsd +66 -0
  976. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/SAP-CollectedData.xsd +1440 -0
  977. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/SAP-Report.xsd +203 -0
  978. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/UDT/EPC-Domains.xsd +569 -0
  979. data/api/schemas/xml/SAP-Schema-18.0.0/SAP/UDT/SAP-Domains.xsd +2981 -0
  980. data/api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/CommonStructures.xsd +162 -0
  981. data/api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/Exceptions.xsd +80 -0
  982. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
  983. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
  984. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
  985. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
  986. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  987. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportCreateResponse_1.xsd +62 -0
  988. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportRetrieveRequest_1.xsd +54 -0
  989. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportRetrieveResponse_1.xsd +89 -0
  990. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +46 -0
  991. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
  992. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
  993. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  994. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
  995. data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
  996. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/EPC-Certificate.xsd +233 -0
  997. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/Property.xsd +68 -0
  998. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
  999. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/SAP05-Report.xsd +180 -0
  1000. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/UserManagement.xsd +199 -0
  1001. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1002. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
  1003. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/SAP05-Domains.xsd +2947 -0
  1004. data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/SharedDomains.xsd +230 -0
  1005. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/EPC-Certificate.xsd +189 -0
  1006. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/EPC-CollectedData.xsd +407 -0
  1007. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesExternal.xsd +373 -0
  1008. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesGrounds.xsd +267 -0
  1009. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesInternal.xsd +261 -0
  1010. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesServices.xsd +371 -0
  1011. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-PropertyDetails.xsd +382 -0
  1012. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-RiskAssessment.xsd +299 -0
  1013. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HIP-Reports.xsd +189 -0
  1014. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/Property.xsd +75 -0
  1015. data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/UserManagement.xsd +243 -0
  1016. data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/BaseDataTypes.xsd +179 -0
  1017. data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/EPC-Domains.xsd +69 -0
  1018. data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/HCR-Domains.xsd +1774 -0
  1019. data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/SAP-Domains.xsd +633 -0
  1020. data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/SharedDomains.xsd +568 -0
  1021. data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/TypeDefinitions.xsd +30 -0
  1022. data/api/schemas/xml/SAP-Schema-NI-12.0/CommonFiles/CommonStructures.xsd +160 -0
  1023. data/api/schemas/xml/SAP-Schema-NI-12.0/CommonFiles/Exceptions.xsd +72 -0
  1024. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1025. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1026. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1027. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1028. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  1029. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1030. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1031. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  1032. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1033. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1034. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1035. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  1036. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1037. data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1038. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/EPC-Certificate.xsd +238 -0
  1039. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/Property.xsd +68 -0
  1040. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
  1041. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
  1042. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/UserManagement.xsd +210 -0
  1043. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1044. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
  1045. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/SAP05-Domains.xsd +2957 -0
  1046. data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
  1047. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/EPC-Certificate.xsd +213 -0
  1048. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/EPC-CollectedData.xsd +445 -0
  1049. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  1050. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1051. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  1052. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesServices.xsd +311 -0
  1053. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-PropertyDetails.xsd +380 -0
  1054. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-RiskAssessment.xsd +297 -0
  1055. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HIP-Reports.xsd +203 -0
  1056. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/Property.xsd +73 -0
  1057. data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/UserManagement.xsd +252 -0
  1058. data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/BaseDataTypes.xsd +177 -0
  1059. data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/EPC-Domains.xsd +68 -0
  1060. data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/HCR-Domains.xsd +1773 -0
  1061. data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/SAP-Domains.xsd +1101 -0
  1062. data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/SharedDomains.xsd +596 -0
  1063. data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/TypeDefinitions.xsd +19 -0
  1064. data/api/schemas/xml/SAP-Schema-NI-13.0/CommonFiles/CommonStructures.xsd +160 -0
  1065. data/api/schemas/xml/SAP-Schema-NI-13.0/CommonFiles/Exceptions.xsd +72 -0
  1066. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1067. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1068. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1069. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1070. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  1071. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1072. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1073. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  1074. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1075. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1076. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1077. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  1078. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1079. data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1080. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1081. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/Property.xsd +68 -0
  1082. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1083. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
  1084. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
  1085. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1086. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  1087. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/Recommendations.xsd +675 -0
  1088. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/SAP05-Domains.xsd +3002 -0
  1089. data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
  1090. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/EPC-Certificate.xsd +223 -0
  1091. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/EPC-CollectedData.xsd +445 -0
  1092. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  1093. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1094. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  1095. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesServices.xsd +311 -0
  1096. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-PropertyDetails.xsd +380 -0
  1097. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-RiskAssessment.xsd +297 -0
  1098. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HIP-Reports.xsd +203 -0
  1099. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/Property.xsd +73 -0
  1100. data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/UserManagement.xsd +257 -0
  1101. data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/BaseDataTypes.xsd +176 -0
  1102. data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/EPC-Domains.xsd +68 -0
  1103. data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/HCR-Domains.xsd +1773 -0
  1104. data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/SAP-Domains.xsd +1129 -0
  1105. data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/SharedDomains.xsd +616 -0
  1106. data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/TypeDefinitions.xsd +19 -0
  1107. data/api/schemas/xml/SAP-Schema-NI-14.0/CommonFiles/CommonStructures.xsd +160 -0
  1108. data/api/schemas/xml/SAP-Schema-NI-14.0/CommonFiles/Exceptions.xsd +72 -0
  1109. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1110. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1111. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1112. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1113. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  1114. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1115. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1116. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  1117. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1118. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1119. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1120. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  1121. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1122. data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1123. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1124. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/Property.xsd +68 -0
  1125. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1126. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  1127. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
  1128. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1129. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  1130. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  1131. data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  1132. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/EPC-Certificate.xsd +252 -0
  1133. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/EPC-CollectedData.xsd +444 -0
  1134. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  1135. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1136. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  1137. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesServices.xsd +311 -0
  1138. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-PropertyDetails.xsd +380 -0
  1139. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-RiskAssessment.xsd +297 -0
  1140. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HIP-Reports.xsd +220 -0
  1141. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/Property.xsd +73 -0
  1142. data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/UserManagement.xsd +257 -0
  1143. data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/BaseDataTypes.xsd +176 -0
  1144. data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/EPC-Domains.xsd +741 -0
  1145. data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/HCR-Domains.xsd +1773 -0
  1146. data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/SAP-Domains.xsd +1134 -0
  1147. data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/SharedDomains.xsd +658 -0
  1148. data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/TypeDefinitions.xsd +19 -0
  1149. data/api/schemas/xml/SAP-Schema-NI-14.1/CommonFiles/CommonStructures.xsd +160 -0
  1150. data/api/schemas/xml/SAP-Schema-NI-14.1/CommonFiles/Exceptions.xsd +72 -0
  1151. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1152. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1153. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1154. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1155. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  1156. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1157. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1158. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  1159. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1160. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1161. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1162. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  1163. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1164. data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1165. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1166. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/Property.xsd +68 -0
  1167. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1168. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  1169. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1170. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1171. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  1172. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  1173. data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  1174. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/EPC-Certificate.xsd +252 -0
  1175. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/EPC-CollectedData.xsd +444 -0
  1176. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesExternal.xsd +283 -0
  1177. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1178. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesInternal.xsd +205 -0
  1179. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesServices.xsd +311 -0
  1180. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-PropertyDetails.xsd +380 -0
  1181. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-RiskAssessment.xsd +297 -0
  1182. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HIP-Reports.xsd +220 -0
  1183. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/Property.xsd +73 -0
  1184. data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/UserManagement.xsd +258 -0
  1185. data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/BaseDataTypes.xsd +176 -0
  1186. data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/EPC-Domains.xsd +741 -0
  1187. data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/HCR-Domains.xsd +1773 -0
  1188. data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/SAP-Domains.xsd +1134 -0
  1189. data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/SharedDomains.xsd +658 -0
  1190. data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/TypeDefinitions.xsd +19 -0
  1191. data/api/schemas/xml/SAP-Schema-NI-14.2/CommonFiles/CommonStructures.xsd +160 -0
  1192. data/api/schemas/xml/SAP-Schema-NI-14.2/CommonFiles/Exceptions.xsd +72 -0
  1193. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1194. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1195. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1196. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1197. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  1198. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1199. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1200. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  1201. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ExternalDefinitions.xml +1005 -0
  1202. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ExternalDefinitions.xsd +147 -0
  1203. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1204. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1205. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1206. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
  1207. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1208. data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1209. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1210. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/Property.xsd +68 -0
  1211. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1212. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  1213. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1214. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1215. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
  1216. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  1217. data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  1218. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/EPC-Certificate.xsd +252 -0
  1219. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/EPC-CollectedData.xsd +444 -0
  1220. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesExternal.xsd +283 -0
  1221. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1222. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesInternal.xsd +205 -0
  1223. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesServices.xsd +311 -0
  1224. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-PropertyDetails.xsd +380 -0
  1225. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-RiskAssessment.xsd +297 -0
  1226. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HIP-Reports.xsd +220 -0
  1227. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/Property.xsd +73 -0
  1228. data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/UserManagement.xsd +258 -0
  1229. data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/BaseDataTypes.xsd +176 -0
  1230. data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/EPC-Domains.xsd +751 -0
  1231. data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/HCR-Domains.xsd +1773 -0
  1232. data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/SAP-Domains.xsd +1134 -0
  1233. data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/SharedDomains.xsd +658 -0
  1234. data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/TypeDefinitions.xsd +19 -0
  1235. data/api/schemas/xml/SAP-Schema-NI-15.0/CommonFiles/CommonStructures.xsd +160 -0
  1236. data/api/schemas/xml/SAP-Schema-NI-15.0/CommonFiles/Exceptions.xsd +72 -0
  1237. data/api/schemas/xml/SAP-Schema-NI-15.0/META-INF/MANIFEST.MF +18 -0
  1238. data/api/schemas/xml/SAP-Schema-NI-15.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
  1239. data/api/schemas/xml/SAP-Schema-NI-15.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +70 -0
  1240. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1241. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1242. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1243. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1244. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
  1245. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1246. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1247. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
  1248. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ExternalDefinitions.xml +907 -0
  1249. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ExternalDefinitions.xsd +147 -0
  1250. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1251. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1252. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1253. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  1254. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1255. data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1256. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1257. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/Property.xsd +68 -0
  1258. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1259. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  1260. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1261. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1262. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/EPC-Domains.xsd +718 -0
  1263. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  1264. data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  1265. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/EPC-Certificate.xsd +290 -0
  1266. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/EPC-CollectedData.xsd +541 -0
  1267. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  1268. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1269. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  1270. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesServices.xsd +311 -0
  1271. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-PropertyDetails.xsd +380 -0
  1272. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-RiskAssessment.xsd +298 -0
  1273. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HIP-Reports.xsd +221 -0
  1274. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/Property.xsd +73 -0
  1275. data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/UserManagement.xsd +258 -0
  1276. data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/BaseDataTypes.xsd +176 -0
  1277. data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/EPC-Domains.xsd +772 -0
  1278. data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/HCR-Domains.xsd +1779 -0
  1279. data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/SAP-Domains.xsd +1390 -0
  1280. data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/SharedDomains.xsd +768 -0
  1281. data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/TypeDefinitions.xsd +19 -0
  1282. data/api/schemas/xml/SAP-Schema-NI-16.0/CommonFiles/CommonStructures.xsd +160 -0
  1283. data/api/schemas/xml/SAP-Schema-NI-16.0/CommonFiles/Exceptions.xsd +72 -0
  1284. data/api/schemas/xml/SAP-Schema-NI-16.0/META-INF/MANIFEST.MF +18 -0
  1285. data/api/schemas/xml/SAP-Schema-NI-16.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
  1286. data/api/schemas/xml/SAP-Schema-NI-16.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +70 -0
  1287. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/Assessor.xsd +211 -0
  1288. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1289. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1290. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1291. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1292. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  1293. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1294. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1295. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  1296. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ExternalDefinitions.xml +907 -0
  1297. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ExternalDefinitions.xsd +147 -0
  1298. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1299. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1300. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1301. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  1302. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1303. data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1304. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1305. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/Property.xsd +68 -0
  1306. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1307. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  1308. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1309. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1310. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/EPC-Domains.xsd +718 -0
  1311. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  1312. data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  1313. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/AssessorManagement.xsd +212 -0
  1314. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/EPC-Certificate.xsd +383 -0
  1315. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/EPC-CollectedData.xsd +784 -0
  1316. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  1317. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1318. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  1319. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesServices.xsd +311 -0
  1320. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-PropertyDetails.xsd +380 -0
  1321. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-RiskAssessment.xsd +298 -0
  1322. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HIP-Reports.xsd +191 -0
  1323. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/Property.xsd +73 -0
  1324. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/SAP-Reports.xsd +189 -0
  1325. data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/UserManagement.xsd +258 -0
  1326. data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/BaseDataTypes.xsd +176 -0
  1327. data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/EPC-Domains.xsd +861 -0
  1328. data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/HCR-Domains.xsd +1779 -0
  1329. data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/SAP-Domains.xsd +1650 -0
  1330. data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/SharedDomains.xsd +768 -0
  1331. data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/TypeDefinitions.xsd +19 -0
  1332. data/api/schemas/xml/SAP-Schema-NI-16.1/CommonFiles/CommonStructures.xsd +160 -0
  1333. data/api/schemas/xml/SAP-Schema-NI-16.1/CommonFiles/Exceptions.xsd +72 -0
  1334. data/api/schemas/xml/SAP-Schema-NI-16.1/META-INF/MANIFEST.MF +18 -0
  1335. data/api/schemas/xml/SAP-Schema-NI-16.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
  1336. data/api/schemas/xml/SAP-Schema-NI-16.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +70 -0
  1337. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/Assessor.xsd +161 -0
  1338. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1339. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1340. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1341. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1342. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  1343. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1344. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1345. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  1346. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ExternalDefinitions.xml +1283 -0
  1347. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ExternalDefinitions.xsd +225 -0
  1348. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1349. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1350. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1351. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  1352. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1353. data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1354. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
  1355. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/Property.xsd +68 -0
  1356. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
  1357. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
  1358. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1359. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1360. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/EPC-Domains.xsd +718 -0
  1361. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
  1362. data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/SharedDomains.xsd +311 -0
  1363. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/AssessorManagement.xsd +212 -0
  1364. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/EPC-Certificate.xsd +383 -0
  1365. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/EPC-CollectedData.xsd +794 -0
  1366. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesExternal.xsd +283 -0
  1367. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1368. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesInternal.xsd +205 -0
  1369. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesServices.xsd +311 -0
  1370. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-PropertyDetails.xsd +380 -0
  1371. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-RiskAssessment.xsd +298 -0
  1372. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HIP-Reports.xsd +191 -0
  1373. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/Property.xsd +73 -0
  1374. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/SAP-Reports.xsd +190 -0
  1375. data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/UserManagement.xsd +258 -0
  1376. data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/BaseDataTypes.xsd +176 -0
  1377. data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/EPC-Domains.xsd +861 -0
  1378. data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/HCR-Domains.xsd +1779 -0
  1379. data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/SAP-Domains.xsd +1670 -0
  1380. data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/SharedDomains.xsd +817 -0
  1381. data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/TypeDefinitions.xsd +19 -0
  1382. data/api/schemas/xml/SAP-Schema-NI-17.0/CommonFiles/CommonStructures.xsd +160 -0
  1383. data/api/schemas/xml/SAP-Schema-NI-17.0/CommonFiles/Exceptions.xsd +72 -0
  1384. data/api/schemas/xml/SAP-Schema-NI-17.0/META-INF/MANIFEST.MF +18 -0
  1385. data/api/schemas/xml/SAP-Schema-NI-17.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
  1386. data/api/schemas/xml/SAP-Schema-NI-17.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +71 -0
  1387. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/Assessor.xsd +161 -0
  1388. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1389. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1390. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1391. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1392. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  1393. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1394. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1395. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  1396. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ExternalDefinitions.xml +1346 -0
  1397. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ExternalDefinitions.xsd +236 -0
  1398. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1399. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1400. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1401. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  1402. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1403. data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1404. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/EPC-Certificate.xsd +339 -0
  1405. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/Property.xsd +68 -0
  1406. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/SAP09-CollectedData.xsd +1337 -0
  1407. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/SAP09-Report.xsd +202 -0
  1408. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1409. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1410. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/EPC-Domains.xsd +773 -0
  1411. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/SAP09-Domains.xsd +3411 -0
  1412. data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/SharedDomains.xsd +360 -0
  1413. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/AssessorManagement.xsd +212 -0
  1414. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/EPC-Certificate.xsd +383 -0
  1415. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/EPC-CollectedData.xsd +794 -0
  1416. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesExternal.xsd +283 -0
  1417. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1418. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesInternal.xsd +205 -0
  1419. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesServices.xsd +311 -0
  1420. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-PropertyDetails.xsd +380 -0
  1421. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-RiskAssessment.xsd +298 -0
  1422. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HIP-Reports.xsd +191 -0
  1423. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/Property.xsd +73 -0
  1424. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/SAP-Reports.xsd +190 -0
  1425. data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/UserManagement.xsd +258 -0
  1426. data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/BaseDataTypes.xsd +176 -0
  1427. data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/EPC-Domains.xsd +871 -0
  1428. data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/HCR-Domains.xsd +1779 -0
  1429. data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/SAP-Domains.xsd +1670 -0
  1430. data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/SharedDomains.xsd +817 -0
  1431. data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/TypeDefinitions.xsd +19 -0
  1432. data/api/schemas/xml/SAP-Schema-NI-17.1/CommonFiles/CommonStructures.xsd +160 -0
  1433. data/api/schemas/xml/SAP-Schema-NI-17.1/CommonFiles/Exceptions.xsd +72 -0
  1434. data/api/schemas/xml/SAP-Schema-NI-17.1/META-INF/MANIFEST.MF +18 -0
  1435. data/api/schemas/xml/SAP-Schema-NI-17.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
  1436. data/api/schemas/xml/SAP-Schema-NI-17.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +71 -0
  1437. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/Assessor.xsd +161 -0
  1438. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1439. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1440. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1441. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1442. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  1443. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1444. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1445. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  1446. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ExternalDefinitions.xml +1352 -0
  1447. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ExternalDefinitions.xsd +236 -0
  1448. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1449. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1450. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1451. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  1452. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1453. data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1454. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/EPC-Certificate.xsd +339 -0
  1455. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/Property.xsd +68 -0
  1456. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/SAP09-CollectedData.xsd +1337 -0
  1457. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/SAP09-Report.xsd +202 -0
  1458. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1459. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1460. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/EPC-Domains.xsd +773 -0
  1461. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/SAP09-Domains.xsd +3411 -0
  1462. data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/SharedDomains.xsd +360 -0
  1463. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/AssessorManagement.xsd +212 -0
  1464. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/EPC-Certificate.xsd +383 -0
  1465. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/EPC-CollectedData.xsd +794 -0
  1466. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesExternal.xsd +283 -0
  1467. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1468. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesInternal.xsd +205 -0
  1469. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesServices.xsd +311 -0
  1470. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-PropertyDetails.xsd +380 -0
  1471. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-RiskAssessment.xsd +298 -0
  1472. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HIP-Reports.xsd +191 -0
  1473. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/Property.xsd +73 -0
  1474. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/SAP-Reports.xsd +190 -0
  1475. data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/UserManagement.xsd +258 -0
  1476. data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/BaseDataTypes.xsd +176 -0
  1477. data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/EPC-Domains.xsd +876 -0
  1478. data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/HCR-Domains.xsd +1779 -0
  1479. data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/SAP-Domains.xsd +1670 -0
  1480. data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/SharedDomains.xsd +817 -0
  1481. data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/TypeDefinitions.xsd +19 -0
  1482. data/api/schemas/xml/SAP-Schema-NI-17.2/CommonFiles/CommonStructures.xsd +160 -0
  1483. data/api/schemas/xml/SAP-Schema-NI-17.2/CommonFiles/Exceptions.xsd +72 -0
  1484. data/api/schemas/xml/SAP-Schema-NI-17.2/META-INF/MANIFEST.MF +18 -0
  1485. data/api/schemas/xml/SAP-Schema-NI-17.2/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
  1486. data/api/schemas/xml/SAP-Schema-NI-17.2/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +67 -0
  1487. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/Assessor.xsd +161 -0
  1488. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
  1489. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
  1490. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
  1491. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
  1492. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
  1493. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
  1494. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
  1495. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
  1496. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ExternalDefinitions.xml +1358 -0
  1497. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ExternalDefinitions.xsd +236 -0
  1498. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
  1499. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
  1500. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
  1501. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
  1502. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
  1503. data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
  1504. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/EPC-Certificate.xsd +339 -0
  1505. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/Property.xsd +68 -0
  1506. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/SAP09-CollectedData.xsd +1337 -0
  1507. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/SAP09-Report.xsd +202 -0
  1508. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/UserManagement.xsd +216 -0
  1509. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
  1510. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/EPC-Domains.xsd +773 -0
  1511. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/SAP09-Domains.xsd +3411 -0
  1512. data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/SharedDomains.xsd +360 -0
  1513. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/AssessorManagement.xsd +212 -0
  1514. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/EPC-Certificate.xsd +383 -0
  1515. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/EPC-CollectedData.xsd +794 -0
  1516. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesExternal.xsd +283 -0
  1517. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
  1518. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesInternal.xsd +205 -0
  1519. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesServices.xsd +311 -0
  1520. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-PropertyDetails.xsd +380 -0
  1521. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-RiskAssessment.xsd +298 -0
  1522. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HIP-Reports.xsd +191 -0
  1523. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/Property.xsd +73 -0
  1524. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/SAP-Reports.xsd +190 -0
  1525. data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/UserManagement.xsd +258 -0
  1526. data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/BaseDataTypes.xsd +176 -0
  1527. data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/EPC-Domains.xsd +881 -0
  1528. data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/HCR-Domains.xsd +1779 -0
  1529. data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/SAP-Domains.xsd +1670 -0
  1530. data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/SharedDomains.xsd +817 -0
  1531. data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/TypeDefinitions.xsd +19 -0
  1532. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/ExternalDefinitions.xml +1358 -0
  1533. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/ExternalDefinitions.xsd +236 -0
  1534. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/EPC-Certificate.xsd +339 -0
  1535. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/ExceptionList.xsd +18 -0
  1536. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/Property.xsd +68 -0
  1537. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/ReportList.xsd +26 -0
  1538. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/SAP-Report.xsd +195 -0
  1539. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/SAP09-CollectedData.xsd +1337 -0
  1540. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/UserManagement.xsd +221 -0
  1541. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/BaseDataTypes.xsd +140 -0
  1542. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/EPC-Domains.xsd +337 -0
  1543. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/SAP09-Domains.xsd +2428 -0
  1544. data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/SharedDomains.xsd +253 -0
  1545. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/ExternalDefinitions.xml +1370 -0
  1546. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/ExternalDefinitions.xsd +236 -0
  1547. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/EPC-Certificate.xsd +339 -0
  1548. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/ExceptionList.xsd +18 -0
  1549. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/Property.xsd +68 -0
  1550. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/ReportList.xsd +26 -0
  1551. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/SAP-Report.xsd +195 -0
  1552. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/SAP09-CollectedData.xsd +1337 -0
  1553. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/UserManagement.xsd +221 -0
  1554. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/BaseDataTypes.xsd +140 -0
  1555. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/EPC-Domains.xsd +337 -0
  1556. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/SAP09-Domains.xsd +2428 -0
  1557. data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/SharedDomains.xsd +258 -0
  1558. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/ExternalDefinitions.xml +1370 -0
  1559. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/ExternalDefinitions.xsd +242 -0
  1560. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/EPC-Certificate.xsd +344 -0
  1561. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/Property.xsd +66 -0
  1562. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/SAP-Report.xsd +207 -0
  1563. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/SAP09-CollectedData.xsd +1342 -0
  1564. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/UserManagement.xsd +227 -0
  1565. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/BaseDataTypes.xsd +144 -0
  1566. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/EPC-Domains.xsd +342 -0
  1567. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/SAP09-Domains.xsd +2432 -0
  1568. data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/SharedDomains.xsd +262 -0
  1569. data/api/schemas/xml/examples/CEPC-7.1(DEC).xml +317 -0
  1570. data/api/schemas/xml/examples/CEPC-7.1(DEC_RR).xml +102 -0
  1571. data/api/schemas/xml/examples/CEPC-7.1(EPC).xml +343 -0
  1572. data/api/schemas/xml/examples/CEPC-7.1(EPC-RR).xml +74 -0
  1573. data/api/schemas/xml/examples/CEPC-8.0.0(AC-CERT+AC-REPORT).xml +1400 -0
  1574. data/api/schemas/xml/examples/CEPC-8.0.0(DEC).xml +288 -0
  1575. data/api/schemas/xml/examples/CEPC-8.0.0(DEC+RR).xml +338 -0
  1576. data/api/schemas/xml/examples/CEPC-8.0.0(DEC_RR).xml +57 -0
  1577. data/api/schemas/xml/examples/CEPC-8.0.0(DEC_SUMMARY).xml +76 -0
  1578. data/api/schemas/xml/examples/CEPC-8.0.0(EPC+RR).xml +327 -0
  1579. data/api/schemas/xml/examples/CEPC-NI-8.0.0(AC-CERT+AC-REPORT).xml +1400 -0
  1580. data/api/schemas/xml/examples/CEPC-NI-8.0.0(DEC).xml +287 -0
  1581. data/api/schemas/xml/examples/CEPC-NI-8.0.0(DEC+RR).xml +338 -0
  1582. data/api/schemas/xml/examples/CEPC-NI-8.0.0(DEC_RR).xml +57 -0
  1583. data/api/schemas/xml/examples/CEPC-NI-8.0.0(EPC+RR).xml +327 -0
  1584. data/api/schemas/xml/examples/RdSAP-20.0.0.xml +197 -0
  1585. data/api/schemas/xml/examples/RdSAP-NI-20.0.0.xml +195 -0
  1586. data/api/schemas/xml/examples/SAP-18.0.0.xml +216 -0
  1587. data/api/schemas/xml/examples/SAP-NI-18.0.0.xml +206 -0
  1588. data/epb_view_models.gemspec +26 -0
  1589. data/lib/epb_view_models.rb +20 -0
  1590. data/lib/helper/ac_report_extraction.rb +157 -0
  1591. data/lib/helper/energy_band_calculator.rb +43 -0
  1592. data/lib/helper/estimated_cost_potential_saving_helper.rb +38 -0
  1593. data/lib/helper/rrn_helper.rb +31 -0
  1594. data/lib/helper/schema_list_helper.rb +30 -0
  1595. data/lib/helper/xml_enums_to_output.rb +397 -0
  1596. data/lib/presenter/ac_cert/summary.rb +56 -0
  1597. data/lib/presenter/ac_report/summary.rb +58 -0
  1598. data/lib/presenter/cepc/report.rb +89 -0
  1599. data/lib/presenter/cepc/summary.rb +71 -0
  1600. data/lib/presenter/cepc_rr/recommendation_report.rb +49 -0
  1601. data/lib/presenter/cepc_rr/summary.rb +57 -0
  1602. data/lib/presenter/dec/report.rb +98 -0
  1603. data/lib/presenter/dec/summary.rb +99 -0
  1604. data/lib/presenter/dec/xml_summary.rb +110 -0
  1605. data/lib/presenter/dec_rr/recommendation_report.rb +49 -0
  1606. data/lib/presenter/dec_rr/summary.rb +64 -0
  1607. data/lib/presenter/export/base.rb +75 -0
  1608. data/lib/presenter/export/commercial.rb +73 -0
  1609. data/lib/presenter/export/domestic.rb +149 -0
  1610. data/lib/presenter/rd_sap/recommendation_report.rb +18 -0
  1611. data/lib/presenter/rd_sap/report.rb +214 -0
  1612. data/lib/presenter/rd_sap/summary.rb +127 -0
  1613. data/lib/presenter/sap/recommendation_report.rb +18 -0
  1614. data/lib/presenter/sap/report.rb +224 -0
  1615. data/lib/presenter/sap/summary.rb +173 -0
  1616. data/lib/view_model/ac_cert_wrapper.rb +39 -0
  1617. data/lib/view_model/ac_report_wrapper.rb +47 -0
  1618. data/lib/view_model/base_view_model.rb +18 -0
  1619. data/lib/view_model/cepc31/cepc.rb +101 -0
  1620. data/lib/view_model/cepc31/cepc_rr.rb +62 -0
  1621. data/lib/view_model/cepc31/common_schema.rb +110 -0
  1622. data/lib/view_model/cepc31/dec.rb +221 -0
  1623. data/lib/view_model/cepc31/dec_rr.rb +96 -0
  1624. data/lib/view_model/cepc40/ac_report.rb +165 -0
  1625. data/lib/view_model/cepc40/cepc.rb +101 -0
  1626. data/lib/view_model/cepc40/cepc_rr.rb +58 -0
  1627. data/lib/view_model/cepc40/common_schema.rb +110 -0
  1628. data/lib/view_model/cepc40/dec.rb +221 -0
  1629. data/lib/view_model/cepc40/dec_rr.rb +96 -0
  1630. data/lib/view_model/cepc50/ac_report.rb +165 -0
  1631. data/lib/view_model/cepc50/cepc.rb +101 -0
  1632. data/lib/view_model/cepc50/cepc_rr.rb +58 -0
  1633. data/lib/view_model/cepc50/common_schema.rb +109 -0
  1634. data/lib/view_model/cepc50/dec.rb +221 -0
  1635. data/lib/view_model/cepc50/dec_rr.rb +96 -0
  1636. data/lib/view_model/cepc51/ac_report.rb +165 -0
  1637. data/lib/view_model/cepc51/cepc.rb +97 -0
  1638. data/lib/view_model/cepc51/cepc_rr.rb +58 -0
  1639. data/lib/view_model/cepc51/common_schema.rb +109 -0
  1640. data/lib/view_model/cepc51/dec.rb +221 -0
  1641. data/lib/view_model/cepc51/dec_rr.rb +96 -0
  1642. data/lib/view_model/cepc60/ac_report.rb +165 -0
  1643. data/lib/view_model/cepc60/cepc.rb +101 -0
  1644. data/lib/view_model/cepc60/cepc_rr.rb +58 -0
  1645. data/lib/view_model/cepc60/common_schema.rb +109 -0
  1646. data/lib/view_model/cepc60/dec.rb +229 -0
  1647. data/lib/view_model/cepc60/dec_rr.rb +100 -0
  1648. data/lib/view_model/cepc70/ac_cert.rb +63 -0
  1649. data/lib/view_model/cepc70/ac_report.rb +307 -0
  1650. data/lib/view_model/cepc70/cepc.rb +97 -0
  1651. data/lib/view_model/cepc70/cepc_rr.rb +58 -0
  1652. data/lib/view_model/cepc70/common_schema.rb +109 -0
  1653. data/lib/view_model/cepc70/dec.rb +229 -0
  1654. data/lib/view_model/cepc70/dec_rr.rb +96 -0
  1655. data/lib/view_model/cepc71/ac_cert.rb +63 -0
  1656. data/lib/view_model/cepc71/ac_report.rb +307 -0
  1657. data/lib/view_model/cepc71/cepc.rb +101 -0
  1658. data/lib/view_model/cepc71/cepc_rr.rb +58 -0
  1659. data/lib/view_model/cepc71/common_schema.rb +109 -0
  1660. data/lib/view_model/cepc71/dec.rb +233 -0
  1661. data/lib/view_model/cepc71/dec_rr.rb +96 -0
  1662. data/lib/view_model/cepc800/ac_cert.rb +63 -0
  1663. data/lib/view_model/cepc800/ac_report.rb +310 -0
  1664. data/lib/view_model/cepc800/cepc.rb +121 -0
  1665. data/lib/view_model/cepc800/cepc_rr.rb +58 -0
  1666. data/lib/view_model/cepc800/common_schema.rb +109 -0
  1667. data/lib/view_model/cepc800/dec.rb +231 -0
  1668. data/lib/view_model/cepc800/dec_rr.rb +98 -0
  1669. data/lib/view_model/cepc_ni800/ac_cert.rb +63 -0
  1670. data/lib/view_model/cepc_ni800/ac_report.rb +305 -0
  1671. data/lib/view_model/cepc_ni800/cepc.rb +117 -0
  1672. data/lib/view_model/cepc_ni800/cepc_rr.rb +57 -0
  1673. data/lib/view_model/cepc_ni800/common_schema.rb +109 -0
  1674. data/lib/view_model/cepc_ni800/dec.rb +229 -0
  1675. data/lib/view_model/cepc_ni800/dec_rr.rb +87 -0
  1676. data/lib/view_model/cepc_rr_wrapper.rb +55 -0
  1677. data/lib/view_model/cepc_wrapper.rb +60 -0
  1678. data/lib/view_model/dec_rr_wrapper.rb +55 -0
  1679. data/lib/view_model/dec_summary_wrapper.rb +47 -0
  1680. data/lib/view_model/dec_wrapper.rb +56 -0
  1681. data/lib/view_model/domestic_epc_view_model.rb +90 -0
  1682. data/lib/view_model/factory.rb +101 -0
  1683. data/lib/view_model/rd_sap_schema_170/common_schema.rb +519 -0
  1684. data/lib/view_model/rd_sap_schema_171/common_schema.rb +519 -0
  1685. data/lib/view_model/rd_sap_schema_180/common_schema.rb +519 -0
  1686. data/lib/view_model/rd_sap_schema_190/common_schema.rb +519 -0
  1687. data/lib/view_model/rd_sap_schema_200/common_schema.rb +584 -0
  1688. data/lib/view_model/rd_sap_schema_ni_173/common_schema.rb +508 -0
  1689. data/lib/view_model/rd_sap_schema_ni_174/common_schema.rb +508 -0
  1690. data/lib/view_model/rd_sap_schema_ni_180/common_schema.rb +508 -0
  1691. data/lib/view_model/rd_sap_schema_ni_190/common_schema.rb +508 -0
  1692. data/lib/view_model/rd_sap_schema_ni_200/common_schema.rb +571 -0
  1693. data/lib/view_model/rd_sap_wrapper.rb +62 -0
  1694. data/lib/view_model/sap_schema_102/common_schema.rb +495 -0
  1695. data/lib/view_model/sap_schema_102/rdsap.rb +66 -0
  1696. data/lib/view_model/sap_schema_110/common_schema.rb +503 -0
  1697. data/lib/view_model/sap_schema_110/rdsap.rb +86 -0
  1698. data/lib/view_model/sap_schema_110/sap.rb +25 -0
  1699. data/lib/view_model/sap_schema_112/common_schema.rb +517 -0
  1700. data/lib/view_model/sap_schema_112/rdsap.rb +86 -0
  1701. data/lib/view_model/sap_schema_112/sap.rb +31 -0
  1702. data/lib/view_model/sap_schema_120/common_schema.rb +520 -0
  1703. data/lib/view_model/sap_schema_120/rdsap.rb +69 -0
  1704. data/lib/view_model/sap_schema_120/sap.rb +13 -0
  1705. data/lib/view_model/sap_schema_130/common_schema.rb +511 -0
  1706. data/lib/view_model/sap_schema_130/rdsap.rb +69 -0
  1707. data/lib/view_model/sap_schema_130/sap.rb +13 -0
  1708. data/lib/view_model/sap_schema_140/common_schema.rb +515 -0
  1709. data/lib/view_model/sap_schema_140/rdsap.rb +69 -0
  1710. data/lib/view_model/sap_schema_140/sap.rb +13 -0
  1711. data/lib/view_model/sap_schema_141/common_schema.rb +511 -0
  1712. data/lib/view_model/sap_schema_141/rdsap.rb +69 -0
  1713. data/lib/view_model/sap_schema_141/sap.rb +13 -0
  1714. data/lib/view_model/sap_schema_142/common_schema.rb +511 -0
  1715. data/lib/view_model/sap_schema_142/rdsap.rb +69 -0
  1716. data/lib/view_model/sap_schema_142/sap.rb +13 -0
  1717. data/lib/view_model/sap_schema_150/common_schema.rb +511 -0
  1718. data/lib/view_model/sap_schema_150/rdsap.rb +69 -0
  1719. data/lib/view_model/sap_schema_150/sap.rb +13 -0
  1720. data/lib/view_model/sap_schema_160/common_schema.rb +511 -0
  1721. data/lib/view_model/sap_schema_160/rdsap.rb +73 -0
  1722. data/lib/view_model/sap_schema_160/sap.rb +22 -0
  1723. data/lib/view_model/sap_schema_161/common_schema.rb +502 -0
  1724. data/lib/view_model/sap_schema_161/rdsap.rb +77 -0
  1725. data/lib/view_model/sap_schema_161/sap.rb +22 -0
  1726. data/lib/view_model/sap_schema_162/common_schema.rb +498 -0
  1727. data/lib/view_model/sap_schema_162/rdsap.rb +77 -0
  1728. data/lib/view_model/sap_schema_162/sap.rb +22 -0
  1729. data/lib/view_model/sap_schema_163/common_schema.rb +498 -0
  1730. data/lib/view_model/sap_schema_163/rdsap.rb +73 -0
  1731. data/lib/view_model/sap_schema_163/sap.rb +22 -0
  1732. data/lib/view_model/sap_schema_170/common_schema.rb +499 -0
  1733. data/lib/view_model/sap_schema_171/common_schema.rb +503 -0
  1734. data/lib/view_model/sap_schema_1800/common_schema.rb +563 -0
  1735. data/lib/view_model/sap_schema_ni_112/common_schema.rb +503 -0
  1736. data/lib/view_model/sap_schema_ni_112/rdsap.rb +77 -0
  1737. data/lib/view_model/sap_schema_ni_112/sap.rb +6 -0
  1738. data/lib/view_model/sap_schema_ni_120/common_schema.rb +499 -0
  1739. data/lib/view_model/sap_schema_ni_120/rdsap.rb +65 -0
  1740. data/lib/view_model/sap_schema_ni_120/sap.rb +13 -0
  1741. data/lib/view_model/sap_schema_ni_130/common_schema.rb +496 -0
  1742. data/lib/view_model/sap_schema_ni_130/rdsap.rb +65 -0
  1743. data/lib/view_model/sap_schema_ni_130/sap.rb +13 -0
  1744. data/lib/view_model/sap_schema_ni_140/common_schema.rb +496 -0
  1745. data/lib/view_model/sap_schema_ni_140/rdsap.rb +65 -0
  1746. data/lib/view_model/sap_schema_ni_140/sap.rb +13 -0
  1747. data/lib/view_model/sap_schema_ni_141/common_schema.rb +496 -0
  1748. data/lib/view_model/sap_schema_ni_141/rdsap.rb +65 -0
  1749. data/lib/view_model/sap_schema_ni_141/sap.rb +13 -0
  1750. data/lib/view_model/sap_schema_ni_142/common_schema.rb +496 -0
  1751. data/lib/view_model/sap_schema_ni_142/rdsap.rb +65 -0
  1752. data/lib/view_model/sap_schema_ni_142/sap.rb +13 -0
  1753. data/lib/view_model/sap_schema_ni_150/common_schema.rb +496 -0
  1754. data/lib/view_model/sap_schema_ni_150/rdsap.rb +65 -0
  1755. data/lib/view_model/sap_schema_ni_150/sap.rb +13 -0
  1756. data/lib/view_model/sap_schema_ni_160/common_schema.rb +491 -0
  1757. data/lib/view_model/sap_schema_ni_160/rdsap.rb +69 -0
  1758. data/lib/view_model/sap_schema_ni_160/sap.rb +22 -0
  1759. data/lib/view_model/sap_schema_ni_161/common_schema.rb +487 -0
  1760. data/lib/view_model/sap_schema_ni_161/rdsap.rb +69 -0
  1761. data/lib/view_model/sap_schema_ni_161/sap.rb +22 -0
  1762. data/lib/view_model/sap_schema_ni_170/common_schema.rb +496 -0
  1763. data/lib/view_model/sap_schema_ni_170/rdsap.rb +69 -0
  1764. data/lib/view_model/sap_schema_ni_170/sap.rb +22 -0
  1765. data/lib/view_model/sap_schema_ni_171/common_schema.rb +496 -0
  1766. data/lib/view_model/sap_schema_ni_171/rdsap.rb +69 -0
  1767. data/lib/view_model/sap_schema_ni_171/sap.rb +22 -0
  1768. data/lib/view_model/sap_schema_ni_172/common_schema.rb +496 -0
  1769. data/lib/view_model/sap_schema_ni_172/rdsap.rb +69 -0
  1770. data/lib/view_model/sap_schema_ni_172/sap.rb +22 -0
  1771. data/lib/view_model/sap_schema_ni_173/common_schema.rb +483 -0
  1772. data/lib/view_model/sap_schema_ni_174/common_schema.rb +483 -0
  1773. data/lib/view_model/sap_schema_ni_1800/common_schema.rb +565 -0
  1774. data/lib/view_model/sap_wrapper.rb +224 -0
  1775. metadata +1844 -0
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="DCLG-HIP/CommonStructures" xmlns:ERR="DCLG-HIP/Exceptions" xmlns:pfdt="DCLG-HIP/BaseDataTypes" xmlns:SAP05="DCLG-SAP05" xmlns:HIP="DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.2">
3
+ <!--
4
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
+
6
+ -->
7
+ <!--***************************************************************************
8
+ Imports and Inclusions
9
+ *************************************************************************** -->
10
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
+ <xs:import namespace="DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
+ <xs:import namespace="DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
+ <xs:import namespace="DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
14
+ <!-- Include templates for all Business Entities used by the message -->
15
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
16
+ <!-- Add the New build SAP-EPC data model -->
17
+ <xs:import namespace="DCLG-SAP05" schemaLocation="../SAP-EPC/Templates/SAP05-Report.xsd"/>
18
+ <!--***************************************************************************
19
+ Message Definition
20
+ *************************************************************************** -->
21
+ <xs:element name="ConditionReportCreateRequest_1">
22
+ <xs:complexType>
23
+ <xs:sequence>
24
+ <xs:element name="Identification" type="CS:DefaultIdBlock"/>
25
+ <xs:element name="Configuration" type="CS:CreateRequestConfigBlock"/>
26
+ <xs:element name="Content">
27
+ <xs:complexType>
28
+ <xs:sequence>
29
+ <xs:choice>
30
+ <xs:element name="SAP-EPC-Data" type="SAP05:Energy-Performance-Certificate"/>
31
+ <xs:element name="EPC-Data" type="HIP:Energy-Performance-Certificate"/>
32
+ <xs:element name="HCR-Data" type="HIP:Home-Condition-Report"/>
33
+ </xs:choice>
34
+ <xs:element name="PDF" type="xs:base64Binary"/>
35
+ </xs:sequence>
36
+ </xs:complexType>
37
+ </xs:element>
38
+ </xs:sequence>
39
+ </xs:complexType>
40
+ </xs:element>
41
+ </xs:schema>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="DCLG-HIP/CommonStructures" xmlns:ERR="DCLG-HIP/Exceptions" xmlns:pfdt="DCLG-HIP/BaseDataTypes" xmlns:HIP="DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.2">
3
+ <!--
4
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
+
6
+ -->
7
+ <!--***************************************************************************
8
+ Imports and Inclusions
9
+ *************************************************************************** -->
10
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
+ <xs:import namespace="DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
+ <xs:import namespace="DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
+ <xs:import namespace="DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
14
+ <!-- Include templates for all Business Entities used by the message -->
15
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
16
+ <!--***************************************************************************
17
+ Message Definition
18
+ *************************************************************************** -->
19
+ <xs:element name="ConditionReportCreateResponse_1">
20
+ <xs:complexType>
21
+ <xs:sequence>
22
+ <xs:element name="Identification">
23
+ <xs:complexType>
24
+ <xs:complexContent>
25
+ <xs:extension base="CS:DefaultIdBlock">
26
+ <xs:sequence>
27
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
28
+ </xs:sequence>
29
+ </xs:extension>
30
+ </xs:complexContent>
31
+ </xs:complexType>
32
+ </xs:element>
33
+ <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
34
+ <xs:choice>
35
+ <!-- This is the valid response if everything is OK -->
36
+ <xs:element name="Content">
37
+ <xs:complexType>
38
+ <xs:sequence>
39
+ <xs:element name="RRN" type="pfdt:RRNType"/>
40
+ </xs:sequence>
41
+ </xs:complexType>
42
+ </xs:element>
43
+ <!-- This is the response if anything is wrong with the actual data in the message -->
44
+ <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
45
+ </xs:choice>
46
+ </xs:sequence>
47
+ </xs:complexType>
48
+ </xs:element>
49
+ <!--***************************************************************************
50
+ Exception Message Definition
51
+ *************************************************************************** -->
52
+ </xs:schema>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="DCLG-HIP/CommonStructures" xmlns:ERR="DCLG-HIP/Exceptions" xmlns:pfdt="DCLG-HIP/BaseDataTypes" xmlns:HIP="DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.2">
3
+ <!--
4
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
+
6
+ -->
7
+ <!--***************************************************************************
8
+ Imports and Inclusions
9
+ *************************************************************************** -->
10
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
+ <xs:import namespace="DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
+ <xs:import namespace="DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
+ <xs:import namespace="DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
14
+ <!-- Include templates for all Business Entities used by the message -->
15
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
16
+ <!--***************************************************************************
17
+ Request Message Definition
18
+ *************************************************************************** -->
19
+ <xs:element name="ConditionReportRetrieveRequest_1">
20
+ <xs:complexType>
21
+ <xs:sequence>
22
+ <xs:element name="Identification">
23
+ <xs:complexType>
24
+ <xs:complexContent>
25
+ <xs:extension base="CS:DefaultIdBlock">
26
+ <xs:sequence>
27
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
28
+ </xs:sequence>
29
+ </xs:extension>
30
+ </xs:complexContent>
31
+ </xs:complexType>
32
+ </xs:element>
33
+ <xs:element name="Configuration">
34
+ <xs:complexType>
35
+ <xs:complexContent>
36
+ <xs:extension base="CS:RetrieveRequestConfigBlock">
37
+ <xs:sequence>
38
+ <xs:element name="RetrieveLatest" type="pfdt:Flag"/>
39
+ <xs:element name="Assessor-Id" type="HIP:CertificateNumberType" minOccurs="0">
40
+ <xs:annotation>
41
+ <xs:documentation>If the message is requesting SAP-EPC Input Data, then this element must be populated, so that the register may verify that the Assessor request the data is allowed to view such data.</xs:documentation>
42
+ </xs:annotation>
43
+ </xs:element>
44
+ </xs:sequence>
45
+ </xs:extension>
46
+ </xs:complexContent>
47
+ </xs:complexType>
48
+ </xs:element>
49
+ </xs:sequence>
50
+ </xs:complexType>
51
+ </xs:element>
52
+ </xs:schema>
@@ -0,0 +1,87 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="DCLG-HIP/CommonStructures" xmlns:ERR="DCLG-HIP/Exceptions" xmlns:SAP05="DCLG-SAP05" xmlns:pfdt="DCLG-HIP/BaseDataTypes" xmlns:HIP="DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.2">
3
+ <!--
4
+ © Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
5
+
6
+ -->
7
+ <!--***************************************************************************
8
+ Imports and Inclusions
9
+ *************************************************************************** -->
10
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
11
+ <xs:import namespace="DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
12
+ <xs:import namespace="DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
13
+ <xs:import namespace="DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
14
+ <!-- Include templates for all Business Entities used by the message -->
15
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
16
+ <!-- Add the New build SAP-EPC data model -->
17
+ <xs:import namespace="DCLG-SAP05" schemaLocation="../SAP-EPC/Templates/SAP05-Report.xsd"/>
18
+ <!--***************************************************************************
19
+ Response Message Definition
20
+ The response from the service may be:
21
+ * A summary list of available Reports
22
+ * A PDF of one of the Reports
23
+ * A list of exceptions
24
+ *************************************************************************** -->
25
+ <xs:element name="ConditionReportRetrieveResponse_1">
26
+ <xs:complexType>
27
+ <xs:sequence>
28
+ <xs:element name="Identification">
29
+ <xs:complexType>
30
+ <xs:complexContent>
31
+ <xs:extension base="CS:DefaultIdBlock">
32
+ <xs:sequence>
33
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
34
+ </xs:sequence>
35
+ </xs:extension>
36
+ </xs:complexContent>
37
+ </xs:complexType>
38
+ </xs:element>
39
+ <xs:element name="Configuration">
40
+ <xs:complexType>
41
+ <xs:complexContent>
42
+ <xs:extension base="CS:SearchResponseConfigBlock">
43
+ <xs:sequence>
44
+ <xs:element name="LatestRetrieved" type="pfdt:Flag"/>
45
+ </xs:sequence>
46
+ </xs:extension>
47
+ </xs:complexContent>
48
+ </xs:complexType>
49
+ </xs:element>
50
+ <xs:choice>
51
+ <!-- This is the valid response if everthing is OK -->
52
+ <xs:element name="Content">
53
+ <xs:complexType>
54
+ <xs:choice>
55
+ <xs:element name="Report-List" maxOccurs="unbounded">
56
+ <xs:complexType>
57
+ <xs:all>
58
+ <xs:element name="Report-Summary">
59
+ <xs:complexType>
60
+ <xs:all>
61
+ <xs:element name="RRN" type="pfdt:RRNType"/>
62
+ <xs:element name="Inspection-Date" type="xs:date"/>
63
+ <xs:element name="HI-Name" type="HIP:PersonNameType"/>
64
+ <xs:element name="HI-Certificate" type="HIP:CertificateNumberType"/>
65
+ <xs:element name="Restricted-Access" type="HIP:RestrictedAccessCode"/>
66
+ <xs:element name="Report-Status" type="HIP:ReportStatusCode"/>
67
+ </xs:all>
68
+ </xs:complexType>
69
+ </xs:element>
70
+ </xs:all>
71
+ </xs:complexType>
72
+ </xs:element>
73
+ <xs:element name="PDF" type="xs:base64Binary"/>
74
+ <xs:element name="HCR-Header" type="HIP:Report-Header"/>
75
+ <xs:element name="HCR-Data" type="HIP:Home-Condition-Report"/>
76
+ <xs:element name="EPC-Data" type="HIP:Energy-Performance-Certificate"/>
77
+ <xs:element name="SAP-EPC-Data" type="SAP05:Energy-Performance-Certificate"/>
78
+ </xs:choice>
79
+ </xs:complexType>
80
+ </xs:element>
81
+ <!-- This is the response if anything is wrong with the actual data in the message -->
82
+ <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
83
+ </xs:choice>
84
+ </xs:sequence>
85
+ </xs:complexType>
86
+ </xs:element>
87
+ </xs:schema>
@@ -0,0 +1,1005 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--EPC Recommendations, RdSAP Addenda and Related Party Disclosure-->
3
+ <EPC:ExternalDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="EPC ExternalDefinitions.xsd" xmlns:EPC="EPC">
4
+ <Revision-Number>2.1a</Revision-Number>
5
+ <Revision-Date>2010-03-09</Revision-Date>
6
+ <Country>
7
+ <Country-Code>EAW</Country-Code>
8
+ <Recommendation>
9
+ <Improvement-Number>1</Improvement-Number>
10
+ <Improvement-Summary language="1">Insulate hot water cylinder with 80 mm jacket</Improvement-Summary>
11
+ <Improvement-Summary language="2">Inswleiddio’r silindr dŵr poeth gyda siaced 80 mm</Improvement-Summary>
12
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
13
+ <Improvement-Heading language="2">Inswleiddiad silindr dŵr poeth</Improvement-Heading>
14
+ <Improvement-Description language="1">Installing an 80 mm thick cylinder jacket around the hot water cylinder will help to maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. A cylinder jacket is a layer of insulation that is fitted around the hot water cylinder. The jacket should be fitted over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness, or to suit the space available, for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
15
+ <Improvement-Description language="2">Bydd gosod siaced silindr o drwch 80 mm o amgylch y silindr dŵr poeth yn helpu i gadw’r dŵr ar y tymheredd gofynnol; bydd hyn yn gostwng y swm o ynni a ddefnyddir ac yn lleihau’r biliau tanwydd. Haenen inswleiddio sydd yn ffitio o amgylch y silindr dŵr poeth yw siaced silindr. Dylai’r siaced gael ei ffitio dros unrhyw thermostat sydd wedi ei glampio i’r silindr. Dylai’r pibellau dŵr poeth sydd yn dod o’r silindr gael eu hinswleiddio hefyd, trwy ddefnyddio inswleiddiad pibell sydd wedi ei ffurfio’n barod, o drwch hyd at 50 mm, neu sy’n addas ar gyfer y gofod sydd ar gael, am cyn belled ag y gellir gwneud hynny i leihau colledion yn yr haf. Gellir prynu’r holl ddeunydd yma mewn siopau DIY ac fe all unigolyn medrus â diddordeb brwd mewn DIY ei osod.</Improvement-Description>
16
+ </Recommendation>
17
+ <Recommendation>
18
+ <Improvement-Number>2</Improvement-Number>
19
+ <Improvement-Summary language="1">Increase hot water cylinder insulation</Improvement-Summary>
20
+ <Improvement-Summary language="2">Cynyddu inswleiddiad dŵr poeth</Improvement-Summary>
21
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
22
+ <Improvement-Heading language="2">Inswleiddiad silindr dŵr poeth</Improvement-Heading>
23
+ <Improvement-Description language="1">Increasing the thickness of existing insulation around the hot water cylinder will help to maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. An additional cylinder jacket or other suitable insulation layer can be used. The insulation should be fitted over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness, or to suit the space available, for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
24
+ <Improvement-Description language="2">Bydd cynyddu trwch yr inswleiddiad presennol o amgylch y silindr dŵr poeth yn helpu i gadw’r dŵr ar y tymheredd gofynnol; bydd hyn yn gostwng y swm o ynni a ddefnyddir ac yn lleihau’r biliau tanwydd. Gall siaced silindr ychwanegol neu haen arall o inswleiddiad addas gael eu defnyddio. Dylai’r inswleiddiad gael ei ffitio dros unrhyw thermostat sydd wedi ei glampio i’r silindr. Dylai’r pibellau dŵr poeth sydd yn dod o’r silindr gael eu hinswleiddio hefyd, trwy ddefnyddio inswleiddiad pibell sydd wedi ei ffurfio’n barod, o drwch hyd at 50 mm, neu sy’n addas ar gyfer y gofod sydd ar gael, am cyn belled ag y gellir gwneud hynny i leihau colledion yn yr haf. Gellir prynu’r holl ddeunydd yma mewn siopau DIY ac fe all unigolyn medrus â diddordeb brwd mewn DIY ei osod.</Improvement-Description>
25
+ </Recommendation>
26
+ <Recommendation>
27
+ <Improvement-Number>3</Improvement-Number>
28
+ <Improvement-Summary language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary>
29
+ <Improvement-Summary language="2">Ychwanegu siaced 80 mm ychwanegol i’r siaced dŵr poeth</Improvement-Summary>
30
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
31
+ <Improvement-Heading language="2">Inswleiddiad silindr dŵr poeth</Improvement-Heading>
32
+ <Improvement-Description language="1">Increasing the thickness of existing insulation by adding an 80 mm cylinder jacket around the hot water cylinder will help maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. The jacket should be fitted over the top of the existing foam insulation and over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness, or to suit the space available, for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
33
+ <Improvement-Description language="2">Bydd cynyddu trwch yr inswleiddiad presennol drwy ychwanegu siaced silindr 80 mm o drwch o amgylch y silindr dŵr poeth yn helpu i gadw’r dŵr ar y tymheredd gofynnol; bydd hyn yn gostwng y swm o ynni a ddefnyddir a lleihau’r biliau tanwydd. Dylai’r siaced gael ei ffitio dros yr inswleiddiad sbwng presennol a thros unrhyw thermostat sydd wedi ei glampio ar y silindr. Dylai’r pibellau dŵr poeth gael eu hinswleiddio hefyd, trwy ddefnyddio inswleiddiad pibell sydd wedi ei ffurfio’n barod o drwch hyd at 50 mm, neu sy’n addas ar gyfer y gofod sydd ar gael, am cyn belled ag y gellir gwneud hynny i leihau colledion yn yr haf. Gellir prynu’r holl ddeunydd yma mewn siop DIY ac fe all unigolyn medrus â diddordeb brwd mewn DIY ei osod.</Improvement-Description>
34
+ </Recommendation>
35
+ <Recommendation>
36
+ <Improvement-Number>4</Improvement-Number>
37
+ <Improvement-Summary language="1">Hot water cylinder thermostat</Improvement-Summary>
38
+ <Improvement-Summary language="2">Thermostat silindr dŵr poeth</Improvement-Summary>
39
+ <Improvement-Heading language="1">Cylinder thermostat</Improvement-Heading>
40
+ <Improvement-Heading language="2">Thermostat silindr</Improvement-Heading>
41
+ <Improvement-Description language="1">A hot water cylinder thermostat enables the boiler to switch off when the water in the cylinder reaches the required temperature; this minimises the amount of energy that is used and lowers fuel bills. The thermostat is a temperature sensor that sends a signal to the boiler when the required temperature is reached. To be fully effective it needs to be sited in the correct position and hard wired in place, so it should be installed by a competent plumber or heating engineer.</Improvement-Description>
42
+ <Improvement-Description language="2">Mae thermostat silindr dŵr poeth yn galluogi’r bwyler i ddiffodd pan fydd y dŵr yn y silindr yn cyrraedd y tymheredd gofynnol; mae hyn yn minimeiddio’r swm o ynni sydd yn cael ei ddefnyddio ac yn gostwng biliau tanwydd. Y sensor tymheredd yw’r thermostat sydd yn danfon signal i’r bwyler pan fydd y tymheredd gofynnol wedi ei gyrraedd. I fod yn hollol effeithiol mae angen iddo gael ei leoli yn y safle cywir a’i wifro’n galed i’w le, felly dylai plymiwr neu beiriannydd gwresogi cymwys ei osod.</Improvement-Description>
43
+ </Recommendation>
44
+ <Recommendation>
45
+ <Improvement-Number>5</Improvement-Number>
46
+ <Improvement-Summary language="1">Increase loft insulation to 270 mm</Improvement-Summary>
47
+ <Improvement-Summary language="2">Cynyddu inswleiddiad croglofft i 270 mm</Improvement-Summary>
48
+ <Improvement-Heading language="1">Loft insulation</Improvement-Heading>
49
+ <Improvement-Heading language="2">Inswleiddiad croglofft</Improvement-Heading>
50
+ <Improvement-Description language="1">Loft insulation laid in the loft space or between roof rafters to a depth of at least 270 mm will significantly reduce heat loss through the roof; this will improve levels of comfort, reduce energy use and lower fuel bills. Insulation should not be placed below any cold water storage tank, any such tank should also be insulated on its sides and top, and there should be boarding on battens over the insulation to provide safe access between the loft hatch and the cold water tank. The insulation can be installed by professional contractors but also by a capable DIY enthusiast. Loose granules may be used instead of insulation quilt; this form of loft insulation can be blown into place and can be useful where access is difficult. The loft space must have adequate ventilation to prevent dampness; seek advice about this if unsure. Further information about loft insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
51
+ <Improvement-Description language="2">Bydd gosod inswleiddiad yn y gofod croglofft neu rhwng trawstiau pren nenfwd i drwch o 270 mm o leiaf yn lleihau’r gwres a gollir trwy’r to yn arwyddocaol; bydd hyn yn gwella’r cysur, yn lleihau defnydd ynni ac yn gostwng biliau tanwydd. Ni ddylid gosod inswleiddiad o dan unrhyw danc storio dŵr oer, a dylai unrhyw danc o’r fath gael ei inswleiddio ar ei ochrau a’i ben, a dylid gosod byrddau ar fatonau dros yr inswleiddiad i ddarparu mynediad diogel rhwng yr agoriad i’r groglofft a’r tanc dŵr oer. Gall yr inswleiddiad yma gael ei osod gan gontractwyr proffesiynol ond hefyd gan berson DIY brwdfrydig medrus. Gellir defnyddio gronynnau rhydd yn hytrach na chwilt inswleiddio, gellir chwythu’r math yma o inswleiddiad i’w le a gall fod yn ddefnyddiol lle mae’r mynediad yn anodd. Rhaid i’r gofod yn y groglofft fod â gwyntylliad digonol i osgoi lleithder; mynnwch gyngor am hyn os ydych yn ansicr. Mae rhagor o wybodaeth am inswleiddio croglofftydd a manylion contractwyr lleol ar gael gan y National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
52
+ </Recommendation>
53
+ <Recommendation>
54
+ <Improvement-Number>6</Improvement-Number>
55
+ <Improvement-Summary language="1">Cavity wall insulation</Improvement-Summary>
56
+ <Improvement-Summary language="2">Inswleiddiad wal geudod</Improvement-Summary>
57
+ <Improvement-Heading language="1">Cavity wall insulation</Improvement-Heading>
58
+ <Improvement-Heading language="2">Inswleiddiad wal geudod</Improvement-Heading>
59
+ <Improvement-Description language="1">Cavity wall insulation, to fill the gap between the inner and outer layers of external walls with an insulating material, reduces heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. The insulation material is pumped into the gap through small holes that are drilled into the outer walls, and the holes are made good afterwards. As specialist machinery is used to fill the cavity, a professional installation company should carry out this work, and they should carry out a thorough survey before commencing work to ensure that this type of insulation is suitable for this home. They should also provide a guarantee for the work and handle any building control issues. Further information about cavity wall insulation and details of local installers can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
60
+ <Improvement-Description language="2">Mae inswleiddiad wal geudod, i lenwi’r twll rhwng yr haenau mewnol ac allanol o waliau allanol gyda deunydd inswleiddio, yn gostwng colledion gwres: bydd hyn yn gwella’r cysur, yn lleihau defnydd ynni ac yn gostwng biliau tanwydd. Pwmpir y deunydd inswleiddio i fewn i’r bylchau drwy dyllau bychan sydd yn cael eu drilio i mewn i’r waliau allanol, ac fe atgyweirir y tyllau wedyn. Gan y defnyddir peiriannau arbennig i lenwi’r ceudod, dylai cwmni proffesiynol wneud y gwaith yma, a dylent wneud arolwg manwl cyn cychwyn ar y gwaith i wneud yn sicr bod y math yma o inswleiddiad yn addas i’r cartref yma. Dylasent hefyd warantu’r gwaith a delio gydag unrhyw faterion rheoli adeiladu. Gellir cael gwybodaeth bellach am inswleiddio waliau ceudod a manylion gosodwyr lleol gan y National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
61
+ </Recommendation>
62
+ <Recommendation>
63
+ <Improvement-Number>7</Improvement-Number>
64
+ <Improvement-Summary language="1">50 mm internal or external wall insulation</Improvement-Summary>
65
+ <Improvement-Summary language="2">Inswleiddiad wal fewnol neu allanol o 50 mm</Improvement-Summary>
66
+ <Improvement-Heading language="1">Internal or external wall insulation</Improvement-Heading>
67
+ <Improvement-Heading language="2">Inswleiddiad wal fewnol neu allanol</Improvement-Heading>
68
+ <Improvement-Description language="1">Solid wall insulation involves adding a layer of insulation to either the inside or the outside surface of the external walls, which reduces heat loss and lowers fuel bills. As it is more expensive than cavity wall insulation it is only recommended for walls without a cavity, or where for technical reasons a cavity cannot be filled. Internal insulation, known as dry-lining, is where a layer of insulation is fixed to the inside surface of external walls; this type of insulation is best applied when rooms require redecorating and can be installed by a competent DIY enthusiast. External solid wall insulation is the application of an insulant and a weather-protective finish to the outside of the wall. This may improve the look of the home, particularly where existing brickwork or rendering is poor, and will provide long-lasting weather protection. Further information can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk). It should be noted that planning permission might be required.</Improvement-Description>
69
+ <Improvement-Description language="2">Mae inswleiddiad wal gadarn yn golygu ychwanegu haenau o inswleiddiad i arwyneb naill ai y tu mewn neu’r tu allan i waliau allanol, sydd yn gostwng colledion gwres ac sydd yn lleihau biliau tanwydd. Gan ei fod yn fwy drud nag inswleiddio waliau ceudod fe’i hargymhellir ar gyfer waliau heb geudod yn unig, neu lle na ellir llenwi ceudod am resymau technegol. Mae inswleiddiad mewnol, sydd yn cael ei adnabod fel ‘dry lining’ yn Saesneg, yn digwydd pan fydd haenen o inswleiddiad yn cael ei roi ar arwyneb mewnol waliau allanol; yr adeg orau i ddefnyddio’r dull yma yw pan fydd angen ail addurno a gall unigolyn medrus â diddordeb brwd mewn DIY ei osod. Golyga inswleiddiad wal gadarn allanol osod inswleiddiad a gorffeniad i atal tywydd ar y wal allanol. Gall hyn wella golwg y cartref yn enwedig lle mae’r gwaith brics neu rendro’n wael a bydd yn rhoi diogelwch tymor hir rhag y tywydd. Gellir cael gwybodaeth bellach gan y National Insulation Association (www.nationalinsulationassociation.org.uk). Dylid nodi y bydd caniatâd cynllunio yn ofynnol o bosib.</Improvement-Description>
70
+ </Recommendation>
71
+ <Recommendation>
72
+ <Improvement-Number>8</Improvement-Number>
73
+ <Improvement-Summary language="1">Replace single glazed windows with low-E double glazing</Improvement-Summary>
74
+ <Improvement-Summary language="2">Newid ffenestri gwydr sengl am rai gwydr dwbl E-isel</Improvement-Summary>
75
+ <Improvement-Heading language="1">Double glazing</Improvement-Heading>
76
+ <Improvement-Heading language="2">Gwydr Dwbl</Improvement-Heading>
77
+ <Improvement-Description language="1">Double glazing is the term given to a system where two panes of glass are made up into a sealed unit. Replacing existing single-glazed windows with double glazing will improve comfort in the home by reducing draughts and cold spots near windows. Double-glazed windows may also reduce noise, improve security and combat problems with condensation. Building Regulations apply to this work, so either use a contractor who is registered with a competent persons scheme¹ or obtain advice from your local authority building control department.</Improvement-Description>
78
+ <Improvement-Description language="2">Gwydr dwbl yw’r term a roddir i’r system lle mae dau baen o wydr yn cael eu rhoi mewn un uned sydd wedi ei selio. Bydd newid ffenestr sydd ag un paen a gosod gwydr dwbl yn gwella cysur o fewn y cartref drwy leihau drafft a mannau oer ger ffenestri. Gall gwydr dwbl hefyd leihau sŵn, gwella diogelwch a mynd i’r afael â phroblemau anwedd. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith yma, felly naill ai defnyddiwch gontractwr sydd wedi ei gofrestru gan gynllun person cymwys¹ neu sicrhewch gyngor oddi wrth adran rheoli adeiladu eich awdurdod lleol.</Improvement-Description>
79
+ <Has-Footnote>true</Has-Footnote>
80
+ </Recommendation>
81
+ <Recommendation>
82
+ <Improvement-Number>9</Improvement-Number>
83
+ <Improvement-Summary language="1">Secondary glazing to single glazed windows</Improvement-Summary>
84
+ <Improvement-Summary language="2">Gwydriad eilaidd i ffenestri gwydr sengl</Improvement-Summary>
85
+ <Improvement-Heading language="1">Secondary glazing</Improvement-Heading>
86
+ <Improvement-Heading language="2">Gwydriad eilaidd</Improvement-Heading>
87
+ <Improvement-Description language="1">Secondary glazing is the addition of a second pane of glass inside the existing window. Adding secondary glazing will improve comfort in the home by reducing draughts and cold spots near windows. It may also reduce noise and combat problems with condensation. Installation can be carried out by a competent DIY enthusiast.</Improvement-Description>
88
+ <Improvement-Description language="2">Gwydriad eilaidd yw ychwanegu ail baen o wydr y tu fewn i ffenestr sydd yn bodoli eisoes. Bydd ychwanegu gwydriad eilaidd yn ychwanegu cysur yn y cartref drwy leihau drafftiau a mannau oer ger ffenestri. Gall hefyd leihau sŵn a mynd i’r afael â phroblemau anwedd. Gall unigolyn medrus â diddordeb brwd mewn DIY ei osod.</Improvement-Description>
89
+ </Recommendation>
90
+ <Recommendation>
91
+ <Improvement-Number>10</Improvement-Number>
92
+ <Improvement-Summary language="1">Draughtproof single-glazed windows</Improvement-Summary>
93
+ <Improvement-Summary language="2">Diogelu ffenestri gwydr sengl rhag drafft</Improvement-Summary>
94
+ <Improvement-Heading language="1">Draughtproofing</Improvement-Heading>
95
+ <Improvement-Heading language="2">Diogelu rhag drafft</Improvement-Heading>
96
+ <Improvement-Description language="1">Fitting draughtproofing, strips of insulation around windows and doors, will improve the comfort in the home. A contractor can be employed but draughtproofing can be installed by a competent DIY enthusiast.</Improvement-Description>
97
+ <Improvement-Description language="2">Bydd gosod ataliwr drafft, stripiau inswleiddio o amgylch ffenestri a drysau, yn gwella cysur yn y cartref. Gellir cyflogi contractwr ond gall unigolyn medrus â diddordeb brwd mewn DIY wneud y gwaith yma.</Improvement-Description>
98
+ </Recommendation>
99
+ <Recommendation>
100
+ <Improvement-Number>11</Improvement-Number>
101
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
102
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwres</Improvement-Summary>
103
+ <Improvement-Heading language="1">Heating controls (programmer, room thermostat and thermostatic radiator valves)</Improvement-Heading>
104
+ <Improvement-Heading language="2">Rheolyddion gwres (rhaglennydd, thermostat ystafell a falfiau rheiddiaduron thermostatig)</Improvement-Heading>
105
+ <Improvement-Description language="1">The heating system would benefit from a programmer and room thermostat to enable the boiler to switch off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Radiator valves should be fitted to every radiator except one – the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required.</Improvement-Description>
106
+ <Improvement-Description language="2">Byddai system wresogi yn elwa o raglennydd a thermostat ystafell i alluogi’r bwyler i ddiffodd pan nad oes angen gwres; bydd hyn yn lleihau swm yr ynni a ddefnyddir ac yn lleihau biliau tanwydd. Dylid gosod falfiau rheiddiaduron thermostatig hefyd, i alluogi tymheredd pob ystafell i gael ei reoli i fod yn addas ar gyfer anghenion unigol, gan ychwanegu at gysur a lleihau biliau gwresogi. Er enghraifft, gallant gael eu gosod i fod yn gynhesach ar gyfer y lolfa a’r ystafell ymolchi nag yn yr ystafelloedd gwely. Gofynnwch i beiriannydd gwresogi cymwys osod falfiau rheiddiadur a system bwmpio lawn a’r pwmp a’r bwyler yn cael eu diffodd gan y thermostat ystafell. Dylai falfiau rheiddiadur gael eu ffitio ar bob rheiddiadur heblaw un – y rheiddiadur yn yr un ystafell â’r thermostat ystafell. Cofiwch fod angen y thermostat ystafell ynghyd â’r falfiau rheiddiadur thermostatig i alluogi’r bwyler i ddiffodd pan nad oes angen gwres.</Improvement-Description>
107
+ </Recommendation>
108
+ <Recommendation>
109
+ <Improvement-Number>12</Improvement-Number>
110
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
111
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwres</Improvement-Summary>
112
+ <Improvement-Heading language="1">Heating controls (room thermostat and thermostatic radiator valves)</Improvement-Heading>
113
+ <Improvement-Heading language="2">Rheolyddion gwres (thermostat ystafell a falfiau rheiddiadur thermostatig)</Improvement-Heading>
114
+ <Improvement-Description language="1">A room thermostat will increase the efficiency of the heating system by enabling the boiler to switch off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except for the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required.</Improvement-Description>
115
+ <Improvement-Description language="2">Bydd thermostat ystafell yn cynyddu effeithlonrwydd y system wresogi drwy alluogi’r bwyler i ddiffodd pan nad oes angen gwres; bydd hyn yn lleihau swm yr ynni a ddefnyddir ac yn lleihau biliau tanwydd. Dylid gosod falfiau rheiddiadur thermostatig hefyd; i alluogi tymheredd pob ystafell i gael ei reoli i fod yn addas ar gyfer anghenion unigol, gan ychwanegu at y cysur a lleihau biliau gwresogi, os bydd drysau mewnol yn cael eu cadw ar gau. Er enghraifft, gallant gael eu gosod i fod yn gynhesach yn y lolfa a’r ystafell ymolchi nag yn yr ystafelloedd gwely. Gofynnwch i beiriannydd gwresogi cymwys osod falfiau rheiddiaduron thermostatig a system bwmpio lawn a’r pwmp a’r bwyler yn cael eu diffodd gan y thermostat ystafell. Dylai falfiau rheiddiaduron thermostatig gael eu ffitio ar bob rheiddiadur heblaw am y rheiddiadur yn yr un ystafell â’r thermostat ystafell. Cofiwch fod angen y thermostat ystafell ynghyd â’r falfiau thermostatig i alluogi’r bwyler i ddiffodd pan nad oes angen unrhyw wres.</Improvement-Description>
116
+ </Recommendation>
117
+ <Recommendation>
118
+ <Improvement-Number>13</Improvement-Number>
119
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
120
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwresogi</Improvement-Summary>
121
+ <Improvement-Heading language="1">Heating controls (thermostatic radiator valves)</Improvement-Heading>
122
+ <Improvement-Heading language="2">Rheolyddion gwresogi (falfiau rheiddiadur thermostatig)</Improvement-Heading>
123
+ <Improvement-Description language="1">Thermostatic radiator valves allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves. Thermostatic radiator valves should be fitted to every radiator except the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required.</Improvement-Description>
124
+ <Improvement-Description language="2">Mae falfiau rheiddiadur thermostatig yn galluogi tymheredd pob ystafell i gael ei reoli i gwrdd ag anghenion unigol, gan ychwanegu at gysur a lleihau biliau gwresogi os bydd drysau mewnol yn cael eu cadw ar gau. Er enghraifft, gallant gael eu gosod i fod yn gynhesach yn y lolfa a’r ystafell ymolchi nag yn yr ystafelloedd gwely. Gofynnwch i beiriannydd gwresogi cymwys osod falfiau rheiddiadur thermostatig. Dylai falfiau rheiddiadur thermostatig gael eu ffitio ar bob rheiddiadur heblaw’r rheiddiadur yn yr un ystafell â’r thermostat ystafell. Cofiwch fod angen y thermostat ystafell ynghyd â’r falfiau rheiddiadur thermostatig, i alluogi’r bwyler i ddiffodd pan nad oes angen gwres.</Improvement-Description>
125
+ </Recommendation>
126
+ <Recommendation>
127
+ <Improvement-Number>14</Improvement-Number>
128
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
129
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwresogi</Improvement-Summary>
130
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
131
+ <Improvement-Heading language="2">Rheolyddion gwresogi (thermostat ystafell)</Improvement-Heading>
132
+ <Improvement-Description language="1">The heating system should have a room thermostat to enable the boiler to switch off when no heat is required. A competent heating engineer should be asked to do this work. Insist that the thermostat switches off the boiler as well as the pump and that the thermostatic radiator valve is removed from any radiator in the same room as the thermostat.</Improvement-Description>
133
+ <Improvement-Description language="2">Dylai’r system wresogi fod â thermostat ystafell i alluogi’r bwyler i ddiffodd pan nad oes angen gwres. Dylid gofyn i beiriannydd gwresogi cymwys wneud y gwaith yma. Mynnwch fod y thermostat yn diffodd y bwyler ynghyd â’r pwmp a bod y falf rheiddiadur thermostatig yn cael ei symud oddi ar unrhyw reiddiadur yn yr un ystafell â’r thermostat.</Improvement-Description>
134
+ </Recommendation>
135
+ <Recommendation>
136
+ <Improvement-Number>15</Improvement-Number>
137
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
138
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwresogi</Improvement-Summary>
139
+ <Improvement-Heading language="1">Heating controls (programmer and thermostatic radiator valves)</Improvement-Heading>
140
+ <Improvement-Heading language="2">Rheolyddion gwresogi (rhaglennydd a falfiau rheiddiadur thermostatig)</Improvement-Heading>
141
+ <Improvement-Description language="1">The heating system would benefit from a programmer to provide better comfort through automatic control of the system. A modern programmer can provide different time programmes for heating and hot water, allowing different time periods to be set for each; seven-day programmers also allow different heating and/or hot water patterns to be set for weekdays and weekends and holidays. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except for the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required.</Improvement-Description>
142
+ <Improvement-Description language="2">Bydd system wresogi yn elwa o gael rhaglennydd i ddarparu gwell cysur drwy reoli’r system yn awtomatig. Gall rhaglennydd cyfoes ddarparu rhaglenni amser gwahanol ar gyfer gwresogi a dŵr poeth gan ganiatáu i gyfnodau amser gwahanol gael eu pennu ar gyfer pob un, mae rhaglenni saith niwrnod hefyd yn galluogi gwresogi gwahanol a / neu batrymau dŵr poeth gwahanol i gael eu gosod ar gyfer diwrnodau gwaith a’r penwythnos a gwyliau. Dylid gosod falfiau rheiddiaduron thermostatig hefyd, i alluogi tymheredd pob ystafell i gael ei reoli i ddiwallu anghenion unigol, gan ychwanegu at gysur a lleihau biliau gwresogi os bydd drysau mewnol yn cael eu cadw ar gau. Er enghraifft, gallant gael eu gosod i fod yn gynhesach yn y lolfa a’r ystafell ymolchi nag yn yr ystafelloedd gwely. Gofynnwch i beiriannydd gwresogi cymwys osod system falfiau rheiddiadur thermostatig a system bwmpio lawn a’r pwmp a’r bwyler yn cael eu diffodd gan y thermostat ystafell. Cofiwch fod angen y thermostat ystafell ynghyd â’r falfiau rheiddiadur thermostatig, i alluogi’r bwyler i ddiffodd pan nad oes angen gwres.</Improvement-Description>
143
+ </Recommendation>
144
+ <Recommendation>
145
+ <Improvement-Number>16</Improvement-Number>
146
+ <Improvement-Summary language="1">Time and temperature zone control</Improvement-Summary>
147
+ <Improvement-Summary language="2">Rheolydd amser a pharth gwres</Improvement-Summary>
148
+ <Improvement-Heading language="1">Heating controls (time and temperature zone control)</Improvement-Heading>
149
+ <Improvement-Heading language="2">Rheolyddion gwresogi (rheolydd amser a pharth gwres)</Improvement-Heading>
150
+ <Improvement-Description language="1">The heating system controls should be improved so that both the temperature and time of heating can be set differently in separate areas of your house; this will reduce the amount of energy used and lower fuel bills. For example, it is possible to have cooler temperatures in the bedrooms than in the living room provided internal doors are kept closed, and to have a longer heating period for the living room. A competent heating engineer should be asked to do this work.</Improvement-Description>
151
+ <Improvement-Description language="2">Dylai’r rheolyddion system wresogi gael eu gwella fel y gall y tymheredd ac amser y gwresogi gael eu gosod yn wahanol mewn rhannau gwahanol o’ch cartref; bydd hyn yn lleihau’r swm o ynni sydd yn cael ei ddefnyddio ac yn lleihau biliau tanwydd. Er enghraifft, mae’n bosibl cael tymheredd oerach yn yr ystafelloedd gwely nag yn y lolfa os bydd drysau mewnol yn cael eu cadw ar gau, a chael cyfnod gwresogi hirach yn y lolfa. Dylid gofyn i beiriannydd gwresogi cymwys wneud y gwaith yma.</Improvement-Description>
152
+ </Recommendation>
153
+ <Recommendation>
154
+ <Improvement-Number>17</Improvement-Number>
155
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
156
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwresogi</Improvement-Summary>
157
+ <Improvement-Heading language="1">Heating controls (programmer and room thermostat)</Improvement-Heading>
158
+ <Improvement-Heading language="2">Rheolyddion gwresogi (rhaglennydd a thermostat ystafell)</Improvement-Heading>
159
+ <Improvement-Description language="1">The warm air heating system would benefit from the addition of a programmer and room thermostat so that it switches off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Insist that the thermostat switches off the warm air burner as well as the blower. A modern programmer can provide different time programmes for heating and hot water, allowing different time periods to be set for each; seven-day programmers also allow different heating patterns to be set for weekdays and weekends and holidays. A competent heating engineer should be asked to do this work.</Improvement-Description>
160
+ <Improvement-Description language="2">Byddai system wresogi aer poeth yn elwa o ychwanegu rhaglennydd a thermostat ystafell fel ei fod yn diffodd pan nad oes angen gwres; bydd hyn yn lleihau’r swm o ynni a ddefnyddir ac yn lleihau biliau tanwydd. Mynnwch fod y thermostat yn diffodd y llosgwr aer poeth ynghyd â’r chwythwr. Gall rhaglennydd modern ddarparu rhaglenni amser gwahanol ar gyfer gwres a dŵr poeth, gan alluogi cyfnodau amser gwahanol i gael eu gosod ar gyfer pob un; gall rhaglennydd saith niwrnod hefyd alluogi patrymau gwresogi gwahanol i gael eu gosod ar gyfer wythnos waith, penwythnos a gwyliau. Dylid gofyn i beiriannydd gwresogi cymwys wneud y gwaith yma.</Improvement-Description>
161
+ </Recommendation>
162
+ <Recommendation>
163
+ <Improvement-Number>18</Improvement-Number>
164
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
165
+ <Improvement-Summary language="2">Uwchraddio rheolyddion gwresogi</Improvement-Summary>
166
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
167
+ <Improvement-Heading language="2">Rheolyddion gwresogi (thermostat ystafell)</Improvement-Heading>
168
+ <Improvement-Description language="1">The warm air heating system in this home would benefit from the addition of a room thermostat so that it switches off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Insist that the thermostat switches off the warm air burner as well as the blower. A competent heating engineer should be asked to do this work.</Improvement-Description>
169
+ <Improvement-Description language="2">Byddai system aer poeth yn y cartref yma yn elwa o ychwanegu thermostat ystafell fel ei fod yn diffodd pan nad oes angen gwres; bydd hyn yn lleihau’r swm o ynni a ddefnyddir ac yn lleihau biliau tanwydd. Mynnwch fod y thermostat yn diffodd y llosgwr aer poeth ynghyd â’r chwythwr. Dylid gofyn i beiriannydd gwresogi cymwys wneud y gwaith yma.</Improvement-Description>
170
+ </Recommendation>
171
+ <Recommendation>
172
+ <Improvement-Number>19</Improvement-Number>
173
+ <Improvement-Summary language="1">Solar water heating</Improvement-Summary>
174
+ <Improvement-Summary language="2">Gwresogi dŵr solar</Improvement-Summary>
175
+ <Improvement-Heading language="1">Solar water heating</Improvement-Heading>
176
+ <Improvement-Heading language="2">Gwresogi dŵr solar</Improvement-Heading>
177
+ <Improvement-Description language="1">A solar water heating panel, usually fixed to the roof, uses the sun to pre-heat the hot water supply. This will significantly reduce the demand on the heating system to provide hot water and hence save fuel and money. The Solar Trade Association has up-to-date information on local installers and any grant that may be available.</Improvement-Description>
178
+ <Improvement-Description language="2">Bydd panel gwresogi dŵr solar, sydd fel arfer yn cael ei osod ar y to, yn defnyddio’r haul i ragboethi’r cyflenwad dŵr poeth. Bydd hyn yn gostwng y galw ar y system wresogi i ddarparu dŵr poeth yn arwyddocaol a chan hynny yn arbed tanwydd ac arian. Mae gan y Solar Trade Association wybodaeth gyfredol am osodwyr lleol ac unrhyw grant a all fod ar gael.</Improvement-Description>
179
+ </Recommendation>
180
+ <Recommendation>
181
+ <Improvement-Number>20</Improvement-Number>
182
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
183
+ <Improvement-Summary language="2">Cyfnewid y bwyler am fwyler cyddwyso newydd</Improvement-Summary>
184
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
185
+ <Improvement-Heading language="2">Bwyler cyddwyso newydd</Improvement-Heading>
186
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat this property. This improvement is most appropriate when the existing central heating boiler needs repair or replacement, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
187
+ <Improvement-Description language="2">Mae bwyler cyddwyso yn fwy effeithlon na mathau eraill o fwyleri, gan olygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad yma. Mae’r gwelliant yma yn fwyaf priodol pan fydd angen newid neu atgyweirio’r bwyler gwres canolog presennol, ond gall fod yna amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae bwyleri cyddwyso angen draen ar gyfer y cyddwysiad sydd yn cyfyngu ar eu lleoliad; cofiwch hyn wrth ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y byddwch yn cadw’r bwyler yma am y tro (wrth ailwampio’r gegin). Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
188
+ <Has-Footnote>true</Has-Footnote>
189
+ </Recommendation>
190
+ <Recommendation>
191
+ <Improvement-Number>21</Improvement-Number>
192
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
193
+ <Improvement-Summary language="2">Cyfnewid y bwyler am fwyler cyddwyso newydd</Improvement-Summary>
194
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
195
+ <Improvement-Heading language="2">Bwyler cyddwyso newydd</Improvement-Heading>
196
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat this property. This improvement is most appropriate when the existing central heating boiler needs repair or replacement, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
197
+ <Improvement-Description language="2">Mae bwyler cyddwyso yn fwy effeithlon na mathau eraill o fwyleri, gan olygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad yma. Mae’r gwelliant yma yn fwyaf priodol pan fydd angen newid neu atgyweirio’r bwyler gwres canolog presennol, ond gall fod yna amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae bwyleri cyddwyso angen draen ar gyfer y cyddwysiad sydd yn cyfyngu ar eu lleoliad; cofiwch hyn wrth ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y byddwch yn cadw’r bwyler yma am y tro (wrth ailwampio’r gegin). Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
198
+ <Has-Footnote>true</Has-Footnote>
199
+ </Recommendation>
200
+ <Recommendation>
201
+ <Improvement-Number>22</Improvement-Number>
202
+ <Improvement-Summary language="1">Replace boiler with biomass boiler</Improvement-Summary>
203
+ <Improvement-Summary language="2">Cyfnewid bwyler am fwyler biomas</Improvement-Summary>
204
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
205
+ <Improvement-Heading language="2">Bwyler biomas</Improvement-Heading>
206
+ <Improvement-Description language="1">Modern boilers are cleaner burning and more efficient than the boiler in this home and cost less to run. A biomass boiler burns renewable fuel such as wood logs or pellets and therefore is less damaging to the environment. This improvement is most appropriate when the existing heating system needs repair or replacement. Building Regulations and provisions under the Clean Air Act apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
207
+ <Improvement-Description language="2">Mae bwyleri modern yn llosgi’n lanach ac yn fwy effeithlon na’r bwyler yn y cartref yma ac yn costio llai i’w rhedeg. Mae bwyler biomas yn llosgi tanwydd adnewyddadwy megis pelennau neu foncyffion coed ac felly yn llai niweidiol i’r amgylchedd. Mae’r gwelliant yma fwyaf priodol pan fydd angen newid neu atgywyeirio’r system wresogi bresennol. Mae Rheoliadau Adeiladu a darpariaethau dan y Ddeddf Aer Glân yn berthnasol i’r gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol, oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
208
+ <Has-Footnote>true</Has-Footnote>
209
+ </Recommendation>
210
+ <Recommendation>
211
+ <Improvement-Number>23</Improvement-Number>
212
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
213
+ <Improvement-Summary language="2">Ffwrn pelennau coed gyda bwyler a rheiddiaduron </Improvement-Summary>
214
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
215
+ <Improvement-Heading language="2">Ffwrn biomas gyda bwyler</Improvement-Heading>
216
+ <Improvement-Description language="1">A closed-in solid fuel stove (also called a room heater) is about twice as efficient as an open fire. Modern heaters with glass doors are clean, easy to use and provide an attractive source of heating. A biomass boiler burns renewable fuel such as wood pellets and therefore is much less damaging to the environment. This improvement is most appropriate when the existing heating system needs repair or replacement. Building Regulations and provisions under the Clean Air Act apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
217
+ <Improvement-Description language="2">Mae ffwrn tanwydd solet wedi ei gloi i mewn (sydd hefyd yn cael ei alw’n wresogydd ystafell) bron ddwywaith yn fwy effeithlon na thân agored. Mae gwresogyddion modern gyda drws gwydr yn lân, yn hawdd eu defnyddio ac yn darparu ffynhonnell wres ddeniadol. Mae bwyler biomas yn llosgi tanwydd adnewyddadwy megis pelennau coed ac o’r herwydd mae yn llawer llai niweidiol i’r amgylchedd. Mae’r gwelliant yma yn fwyaf priodol pan fydd angen atgyweirio neu gyfnewid y system wresogi bresennol . Mae Rheoliadau Adeiladu a darpariaethau dan y Ddeddf Aer Glân yn berthnasol i’r gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol, oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹ ac yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
218
+ <Has-Footnote>true</Has-Footnote>
219
+ </Recommendation>
220
+ <Recommendation>
221
+ <Improvement-Number>24</Improvement-Number>
222
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
223
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan a silindr trochi deuol</Improvement-Summary>
224
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
225
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
226
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in the property. Ask for a quotation for new, fan-assisted heaters with automatic charge control. A dual-immersion cylinder, which can be installed at the same time, will provide cheaper hot water than the system currently installed. As installations should be in accordance with the current regulations covering electrical wiring, only a qualified electrician should carry out the installation. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified electrical heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
227
+ <Improvement-Description language="2">Mae gwresogyddion stôr modern yn llai ac yn haws eu rheoli na’r hen fath sydd yn yr adeilad. Gofynnwch am ddyfynbris am wresogydd â chymorth ffan gyda rheolydd gwefrau awtomatig newydd. Gall silindr trochi deuol, y gellir ei osod ar yr un pryd, ddarparu dŵr poeth rhatach na’r system sydd wedi ei gosod yn barod. Gan y dylai gosodiadau fod yn unol â rheoliadau cyfredol yn ymwneud â gwifro trydanol, dim ond trydanwr cymwysedig ddylai wneud y gwaith gosod. Mae Rheoliadau Adeiladu yn berthnasol ar gyfer y gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol, oni bai bod y sawl sydd yn gwneud y gwaith gosod wedi ei gofrestru gyda chynllun person cymwys ¹, ac felly’n medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi trydanol cymwysedig esbonio’r opsiynau, a fydd efallai yn cynnwys newid i ddulliau eraill o wresogi trydanol.</Improvement-Description>
228
+ <Has-Footnote>true</Has-Footnote>
229
+ </Recommendation>
230
+ <Recommendation>
231
+ <Improvement-Number>25</Improvement-Number>
232
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
233
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Summary>
234
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
235
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
236
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in the property. Ask for a quotation for new, fan-assisted heaters with automatic charge control. As installations should be in accordance with the current regulations covering electrical wiring, only a qualified electrician should carry out the installation. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified electrical heating engineer to explain the options which might also include switching to other forms of electric heating.</Improvement-Description>
237
+ <Improvement-Description language="2">Mae gwresogyddion stôr modern yn llai ac yn haws eu rheoli na’r hen fath sydd yn yr adeilad. Gofynnwch am ddyfynbris am wresogydd â chymorth ffan gyda rheolydd gwefrau awtomatig newydd. Gan y dylai gosodiadau fod yn unol â rheoliadau cyfredol yn ymwneud â gwifro trydanol, dim ond trydanwr cymwysedig ddylai wneud y gwaith gosod. Mae Rheoliadau Adeiladu yn berthnasol ar gyfer y gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol, oni bai bod y sawl sydd yn gwneud y gwaith gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau, a fydd efallai yn cynnwys newid i ddulliau eraill o wresogi trydanol.</Improvement-Description>
238
+ <Has-Footnote>true</Has-Footnote>
239
+ </Recommendation>
240
+ <Recommendation>
241
+ <Improvement-Number>26</Improvement-Number>
242
+ <Improvement-Summary language="1">Replacement warm air unit</Improvement-Summary>
243
+ <Improvement-Summary language="2">Cyfnewid uned aer poeth</Improvement-Summary>
244
+ <Improvement-Heading language="1">Replacement warm air unit</Improvement-Heading>
245
+ <Improvement-Heading language="2">Cyfnewid uned aer poeth</Improvement-Heading>
246
+ <Improvement-Description language="1">A modern warm air unit is capable of higher efficiency than older types, meaning it will burn less fuel for heating and (if fitted) the hot water system in your property. This improvement is most appropriate when the existing central heating warm air unit or hot water service needs repair or replacement. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
247
+ <Improvement-Description language="2">Mae uned aer poeth modern yn llawer mwy effeithlon na’r hen fathau, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi ac (os bydd wedi ei osod) ar gyfer y system ddŵr poeth yn eich adeilad. Mae’r gwelliant hwn yn fwyaf addas pan fo’r uned aer poeth gwres canolog presennol neu’r gwasanaeth dŵr poeth angen eu hatgyweirio neu eu cyfenwid. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
248
+ <Has-Footnote>true</Has-Footnote>
249
+ </Recommendation>
250
+ <Recommendation>
251
+ <Improvement-Number>28</Improvement-Number>
252
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
253
+ <Improvement-Summary language="2">Bwyler cyddwyso olew gyda rheiddiaduron</Improvement-Summary>
254
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
255
+ <Improvement-Heading language="2">Bwyler cyddwyso olew</Improvement-Heading>
256
+ <Improvement-Description language="1">Condensing boilers have a much higher efficiency than other types of heating appliance, meaning they will burn less fuel to heat the property. This option is best taken up when the present warm air unit requires repair or replacement. Building Regulations apply to this work and require replacement oil boilers to be of the condensing type unless there are exceptional circumstances, so your local authority building control department should be informed unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
257
+ <Improvement-Description language="2">Mae bwyleri cyddwyso yn fwy effeithlon na mathau eraill o offer gwresogi, sydd yn golygu y byddant yn llosgi llai o olew i wresogi’r adeilad. Mae’r gwelliant hwn yn fwyaf addas pan fo’r uned aer poeth presennol angen ei hatgyweirio neu ei chyfnewid. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn ac yn gofyn bod yn rhaid i fwyleri olew fod o’r math cyddwyso oni bai bod yna amgylchiadau eithriadol, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
258
+ <Has-Footnote>true</Has-Footnote>
259
+ </Recommendation>
260
+ <Recommendation>
261
+ <Improvement-Number>29</Improvement-Number>
262
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
263
+ <Improvement-Summary language="2">Newid system wresogi i fwyler cyddwyso nwy</Improvement-Summary>
264
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
265
+ <Improvement-Heading language="2">Bwyler cyddwyso nwy </Improvement-Heading>
266
+ <Improvement-Description language="1">Changing the heating to use a mains gas boiler that provides both space and water heating will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing heating system needs repair or replacement. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
267
+ <Improvement-Description language="2">Bydd newid y system wresogi i ddefnyddio bwyler nwy prif gyflenwad sydd yn gwresogi gofod a dŵr yn arbed arian, gan fod defnyddio nwy prif gyflenwad dipyn yn rhatach na’r tanwydd sydd yn cael ei ddefnyddio ar hyn o bryd. Gall bwyler cyddwyso fod yn llawer mwy effeithlon na mathau eraill o fwyleri sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad, ond gall fod rhai amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu ar eu lleoliad; cofiwch hyn wrth ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y byddwch yn cadw’r bwyler yma am y tro (er enghraifft wrth ail-wneud y gegin). Mae’r gwelliant yn fwyaf addas pan fo’r system wresogi bresennol angen ei hatgyweirio neu ei chyfnewid. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
268
+ <Has-Footnote>true</Has-Footnote>
269
+ </Recommendation>
270
+ <Recommendation>
271
+ <Improvement-Number>30</Improvement-Number>
272
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
273
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan a silindr trochi deuol</Improvement-Summary>
274
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
275
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
276
+ <Improvement-Description language="1">Modern storage heaters are much less expensive to run than the direct acting, on-peak heating system in the property. A dual-rate electricity supply is required to provide the off-peak electricity that these heaters use; this is easily obtained by contacting the energy supplier. Ask for a quotation for fan-assisted heaters with automatic charge control. A dual-immersion cylinder, which can be installed at the same time, will provide cheaper hot water than the system currently installed. As installations should be in accordance with the national wiring standards, only a qualified electrician should carry out the installation. Building Regulations apply to this work, so Building Control should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified electrical heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
277
+ <Improvement-Description language="2">Mae gwresogyddion stôr modern llawer yn rhatach i’w rhedeg na’r system wresogi uniongyrchol weithredol, pan fydd y trydan ddrutaf sydd yn yr adeilad. Mae angen cyflenwad trydan graddfa-ddeuol i gyflenwi’r trydan allfrig y mae’r gwresogyddion yma yn ei ddefnyddio; gellir cael gafael ar hyn yn hawdd drwy gysylltu â’r cyflenwr trydan. Gofynnwch am ddyfynbris am wresogyddion â chymorth ffan gyda rheolydd gwefrau awtomatig. Bydd silindr trochi deuol, a all gael ei osod ar yr un pryd, yn darparu dŵr poeth dipyn yn rhatach na’r system sydd wedi ei gosod ar hyn o bryd. Gan y dylai gosodiadau fod yn unol â’r safonau gwifro cenedlaethol, dim ond trydanwr cymwysedig ddylai fod yn gosod. Mae Rheoliadau Adeiladu yn gymwys i’r gwaith, felly dylid hysbysu’r adran Rheoli Adeiladu oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi trydanol cymwysedig esbonio’r opsiynau i chi, a all hefyd gynnwys newid i ffurfiau eraill o wresogi trydanol.</Improvement-Description>
278
+ <Has-Footnote>true</Has-Footnote>
279
+ </Recommendation>
280
+ <Recommendation>
281
+ <Improvement-Number>31</Improvement-Number>
282
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
283
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Summary>
284
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
285
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
286
+ <Improvement-Description language="1">Modern storage heaters are much less expensive to run than the direct acting, on-peak heating system in the property. A dual-rate electricity supply is required to provide the off-peak electricity that these heaters use; this is easily obtained by contacting the energy supplier. Ask for a quotation for fan-assisted heaters with automatic charge control. As installations should be in accordance with the national wiring standards, only a qualified electrician should carry out the installation. Building Regulations apply to this work, so Building Control should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified electrical heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
287
+ <Improvement-Description language="2">Mae gwresogyddion stôr modern llawer yn rhatach i’w rhedeg na’r system wresogi uniongyrchol weithredol, pan fydd trydan ddrutaf sydd yn yr adeilad. Mae angen cyflenwad trydan graddfa-ddeuol i gyflenwi’r trydan allfrig y mae’r gwresogyddion yma yn ei ddefnyddio; gellir cael gafael ar hyn yn hawdd drwy gysylltu â’r cyflenwr ynni. Gofynnwch am ddyfynbris am wresogyddion â chymorth ffan gyda rheolydd gwefr awtomatig. Gan y dylai gosodiadau fod yn unol â’r safonau gwifro cenedlaethol, dim ond trydanwr cymwysedig ddylai fod yn gosod. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu’r adran Rheoli Adeiladu oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi trydanol cymwysedig esbonio’r opsiynau i chi, a all hefyd gynnwys newid i ffurfiau eraill o wresogi trydanol.</Improvement-Description>
288
+ <Has-Footnote>true</Has-Footnote>
289
+ </Recommendation>
290
+ <Recommendation>
291
+ <Improvement-Number>32</Improvement-Number>
292
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
293
+ <Improvement-Summary language="2">Newid system wresogi i fwyler cyddwyso nwy</Improvement-Summary>
294
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
295
+ <Improvement-Heading language="2">Bwyler cyddwyso nwy </Improvement-Heading>
296
+ <Improvement-Description language="1">Changing the heating to use a mains gas boiler that provides both space and water heating will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing heating system needs repair or replacement. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
297
+ <Improvement-Description language="2">Bydd newid y system wresogi i ddefnyddio bwyler nwy prif gyflenwad sydd yn gwresogi gofod a dŵr yn arbed arian, gan fod defnyddio nwy prif gyflenwad yn rhatach na’r tanwydd sydd yn cael ei ddefnyddio ar hyn o bryd. Mae bwyler cyddwyso yn llawer mwy effeithlon na mathau eraill o fwyleri, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu ar eu lleoliad. Cofiwch hyn wrth ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y byddwch yn cadw’r bwyler yma am y tro (wrth ailwampio’r gegin). Mae’r gwelliant hwn yn fwyaf addas pan fydd y system wresogi bresennol angen ei hatgyweirio neu ei chyfnewid. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith yma, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
298
+ <Has-Footnote>true</Has-Footnote>
299
+ </Recommendation>
300
+ <Recommendation>
301
+ <Improvement-Number>34</Improvement-Number>
302
+ <Improvement-Summary language="1">Solar photovoltaic panels, 2.5 kWp</Improvement-Summary>
303
+ <Improvement-Summary language="2">Paneli solar ffotofoltäig, 2.5 kWp</Improvement-Summary>
304
+ <Improvement-Heading language="1">Solar photovoltaic (PV) panels</Improvement-Heading>
305
+ <Improvement-Heading language="2">Paneli solar ffotofoltäig</Improvement-Heading>
306
+ <Improvement-Description language="1">A solar PV system is one which converts light directly into electricity via panels placed on the roof with no waste and no emissions. This electricity is used throughout the home in the same way as the electricity purchased from an energy supplier. The British Photovoltaic Association has up-to-date information on local installers who are qualified electricians and on any grant that may be available. Planning restrictions may apply in certain neighbourhoods and you should check this with the local authority. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is appropriately qualified and registered as such with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. The assessment does not include the effect of any feed-in tariff, which could appreciably increase the savings that are shown on this EPC for solar photovoltaic panels.</Improvement-Description>
307
+ <Improvement-Description language="2">Mae system solar PV yn un sydd yn trosi goleuni yn drydan drwy gyfrwng paneli wedi eu gosod ar y to heb unrhyw wastraff nag allyriadau. Caiff y trydan hwn ei ddefnyddio drwy’r cartref yn union yn yr un modd â thrydan sydd wedi ei brynu oddi wrth gyflenwr ynni. Mae gan y British Photovoltaic Association wybodaeth gyfredol ar osodwyr lleol sydd yn drydanwyr cymwysedig ac ar unrhyw grant sydd ar gael. Efallai bod cyfyngiadau cynllunio yn bodoli mewn rhai cymdogaethau a dylech wirio hyn gyda’ch awdurdod lleol. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ennill cymwysterau priodol ac wedi ei gofrestru felly gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Dydy’r asesiad ddim yn cynnwys effaith unrhyw dariff dechreuol, a allai gynyddu’n sylweddol ar yr arbedion sy’n cael eu dangos ar yr EPC yma ar gyfer paneli ynni haul ffotofoltäig.</Improvement-Description>
308
+ <Has-Footnote>true</Has-Footnote>
309
+ </Recommendation>
310
+ <Recommendation>
311
+ <Improvement-Number>35</Improvement-Number>
312
+ <Improvement-Summary language="1">Low energy lighting for all fixed outlets</Improvement-Summary>
313
+ <Improvement-Summary language="2">Goleuo ynni isel ar gyfer yr holl osodiadau sefydlog</Improvement-Summary>
314
+ <Improvement-Heading language="1">Low energy lighting</Improvement-Heading>
315
+ <Improvement-Heading language="2">Goleuo ynni isel</Improvement-Heading>
316
+ <Improvement-Description language="1">Replacement of traditional light bulbs with energy saving recommended ones will reduce lighting costs over the lifetime of the bulb, and they last up to 12 times longer than ordinary light bulbs. Also consider selecting low energy light fittings when redecorating; contact the Lighting Association for your nearest stockist of Domestic Energy Efficient Lighting Scheme fittings.</Improvement-Description>
317
+ <Improvement-Description language="2">Mae cyfnewid bylbiau golau traddodiadol am fylbiau a argymhellir am arbed ynni yn lleihau costau dros hyd oes y bwlb, ac maent yn para hyd at 12 gwaith yn fwy na bylbiau cyffredin. Ystyriwch hefyd ddewis ffitiadau golau ynni isel wrth ailaddurno; cysylltwch â’r Lighting Association er mwyn cael gwybod am eich siop leol sydd yn gwerthu ffitiadau Cynllun Goleuo Domestig Ynni Effeithlon.</Improvement-Description>
318
+ </Recommendation>
319
+ <Recommendation>
320
+ <Improvement-Number>36</Improvement-Number>
321
+ <Improvement-Summary language="1">Replace heating unit with condensing unit</Improvement-Summary>
322
+ <Improvement-Summary language="2">Cyfnewid uned wresogi am uned gyddwyso newydd</Improvement-Summary>
323
+ <Improvement-Heading language="1">Install condensing heating unit</Improvement-Heading>
324
+ <Improvement-Heading language="2">Gosod uned wresogi gyddwyso newydd</Improvement-Heading>
325
+ <Improvement-Description language="1">A condensing unit is capable of much higher efficiencies than other types, meaning it will burn less fuel to heat this property but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing central heating unit needs repair or replacement. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
326
+ <Improvement-Description language="2">Gall uned gyddwyso fod yn llawer mwy effeithlon na ffurfiau eraill, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad hwn, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Cofiwch hyn wrth i chi ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y bydd yn cael ei gadw am y tro (er enghraifft ailwampio’r gegin). Mae’r gwelliant hwn yn fwyaf addas pan fo’r uned gwres canolog bresennol angen ei thrwsio neu ei hadnewyddu. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
327
+ <Has-Footnote>true</Has-Footnote>
328
+ </Recommendation>
329
+ <Recommendation>
330
+ <Improvement-Number>37</Improvement-Number>
331
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
332
+ <Improvement-Summary language="2">Gosod bwyler cyddwyso</Improvement-Summary>
333
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
334
+ <Improvement-Heading language="2">Gosod bwyler cyddwyso (ar wahân i’r popty estynedig)</Improvement-Heading>
335
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property. It is recommended to install a separate condensing boiler, independent of the range cooker, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
336
+ <Improvement-Description language="2">Gall bwyler cyddwyso fod yn llawer mwy effeithlon na mathau eraill o fwyleri, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad. Argymhellir gosod bwyler cyddwyso ar wahân, yn annibynnol o’r popty estynedig, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
337
+ <Has-Footnote>true</Has-Footnote>
338
+ </Recommendation>
339
+ <Recommendation>
340
+ <Improvement-Number>38</Improvement-Number>
341
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
342
+ <Improvement-Summary language="2">Gosod bwyler cyddwyso</Improvement-Summary>
343
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
344
+ <Improvement-Heading language="2">Gosod bwyler cyddwyso (ar wahân i’r popty estynedig)</Improvement-Heading>
345
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property. It is recommended to install a separate condensing boiler, independent of the range cooker, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
346
+ <Improvement-Description language="2">Gall bwyler cyddwyso fod yn llawer mwy effeithlon na mathau eraill o fwyleri, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad. Argymhellir gosod bwyler cyddwyso ar wahân, yn annibynnol o’r popty estynedig, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
347
+ <Has-Footnote>true</Has-Footnote>
348
+ </Recommendation>
349
+ <Recommendation>
350
+ <Improvement-Number>39</Improvement-Number>
351
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
352
+ <Improvement-Summary language="2">Stôf pelenni pren gyda bwyler a rheiddiaduron</Improvement-Summary>
353
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
354
+ <Improvement-Heading language="2">Stôf biomas gyda bwyler</Improvement-Heading>
355
+ <Improvement-Description language="1">A biomass stove (also called a room heater) burns renewable fuel such as wood pellets and therefore is less damaging to the environment than the solid fuel room heater in this home. This improvement is most appropriate when the existing heating system needs repair or replacement. Building Regulations and provisions under the Clean Air Act apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
356
+ <Improvement-Description language="2">Mae stôf biomas (sydd hefyd yn cael ei alw yn wresogydd ystafell) yn llosgi tanwydd adnewyddadwy megis pelenni pren ac o’r herwydd yn llai niweidiol i’r amgylchedd na’r gwresogydd ystafell tanwydd solet yn y cartref hwn. Mae’r gwelliant hwn yn fwyaf perthnasol pan fo’r system wresogi bresennol angen ei hatgyweirio neu ei hadnewyddu. Mae Rheoliadau Adeiladu a darpariaethau o dan Ddeddf Aer Glân yn berthnasol i’r gwaith hwn felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
357
+ <Has-Footnote>true</Has-Footnote>
358
+ </Recommendation>
359
+ <Recommendation>
360
+ <Improvement-Number>40</Improvement-Number>
361
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
362
+ <Improvement-Summary language="2">Newid gwresogyddion ystafell i fwyler cyddwyso</Improvement-Summary>
363
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
364
+ <Improvement-Heading language="2">Bwyler cyddwyso</Improvement-Heading>
365
+ <Improvement-Description language="1">A full central heating system using a condensing boiler will provide space and water heating at greater efficiency than gas room heaters, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
366
+ <Improvement-Description language="2">Bydd system wres canolog lawn yn defnyddio bwyler cyddwyso yn gwresogi gofod a dŵr mewn dull mwy effeithlon na gwresogyddion ystafell nwy, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad hwn, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Cofiwch hyn wrth i chi ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y bydd yn cael ei gadw am y tro (er enghraifft ailwampio’r gegin). Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod yr uned wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi profiadol esbonio’r opsiynau i chi.</Improvement-Description>
367
+ <Has-Footnote>true</Has-Footnote>
368
+ </Recommendation>
369
+ <Recommendation>
370
+ <Improvement-Number>41</Improvement-Number>
371
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
372
+ <Improvement-Summary language="2">Newid gwresogyddion ystafell i fwyler cyddwyso</Improvement-Summary>
373
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
374
+ <Improvement-Heading language="2">Bwyler cyddwyso</Improvement-Heading>
375
+ <Improvement-Description language="1">A full central heating system using a condensing boiler will provide space and water heating at greater efficiency than gas room heaters, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
376
+ <Improvement-Description language="2">Bydd system wres canolog lawn yn defnyddio bwyler cyddwyso yn gwresogi gofod a dŵr mewn dull mwy effeithlon na gwresogyddion ystafell nwy, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad hwn, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Cofiwch hyn wrth i chi ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y bydd yn cael ei gadw am y tro (er enghraifft ailwampio cegin). Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod yr uned wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
377
+ <Has-Footnote>true</Has-Footnote>
378
+ </Recommendation>
379
+ <Recommendation>
380
+ <Improvement-Number>42</Improvement-Number>
381
+ <Improvement-Summary language="1">Replace heating unit with mains gas condensing unit</Improvement-Summary>
382
+ <Improvement-Summary language="2">Cyfnewid uned wresogi am uned gyddwyso prif gyflenwad nwy</Improvement-Summary>
383
+ <Improvement-Heading language="1">Mains gas condensing heating unit</Improvement-Heading>
384
+ <Improvement-Heading language="2">Uned wresogi gyddwyso prif gyflenwad nwy</Improvement-Heading>
385
+ <Improvement-Description language="1">Changing the heating to use a mains gas heating unit will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing unit is capable of much higher efficiencies than other types, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing units need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing central heating unit needs repair or replacement. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
386
+ <Improvement-Description language="2">Bydd newid y system wresogi i ddefnyddio uned wresogi prif gyflenwad nwy yn arbed arian, gan fod nwy prif gyflenwad dipyn yn rhatach ar hyn o bryd na’r tanwydd sydd yn cael ei ddefnyddio ar hyn o bryd. Mae uned gyddwyso yn llawer mwy effeithlon na mathau eraill, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad hwn, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar unedau cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Cofiwch hyn wrth i chi ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y bydd yn cael ei gadw am y tro (er enghraifft ailwampio’r gegin). Mae’r gwelliant hwn yn fwyaf addas pan fo’r uned gwres canolog bresennol angen ei thrwsio neu ei hadnewyddu. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
387
+ <Has-Footnote>true</Has-Footnote>
388
+ </Recommendation>
389
+ <Recommendation>
390
+ <Improvement-Number>43</Improvement-Number>
391
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
392
+ <Improvement-Summary language="2">Bwyler cyddwyso olew gyda rheiddiaduron</Improvement-Summary>
393
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
394
+ <Improvement-Heading language="2">Bwyler cyddwyso olew</Improvement-Heading>
395
+ <Improvement-Description language="1">Condensing boilers have a much higher efficiency than other types of heating appliance, meaning they will burn less fuel to heat the property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This option is best taken up when the present warm air unit requires repair or replacement. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is registered with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Ask a qualified heating engineer to explain the options.</Improvement-Description>
396
+ <Improvement-Description language="2">Mae bwyleri cyddwyso olew yn llawer mwy effeithlon na mathau eraill o offer gwresogi, sydd yn golygu y bydd yn llosgi llai o danwydd i wresogi’r adeilad, ond gall fod amgylchiadau eithriadol sydd yn gwneud hyn yn anymarferol. Mae angen draen ar fwyleri cyddwyso ar gyfer y cyddwysiad sydd yn cyfyngu eu lleoliad. Cofiwch hyn wrth i chi ystyried ail-ddylunio’r ystafell sydd yn cynnwys y bwyler presennol er efallai y bydd yn cael ei gadw am y tro (er enghraifft ail-wneud cegin). Dyma’r opsiwn gorau pan fo’r uned awyr cynnes bresennol angen ei thrwsio neu ei hadnewyddu. Mae Rheoliadau Adeiladu yn gymwys i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Gofynnwch i beiriannydd gwresogi cymwysedig esbonio’r opsiynau i chi.</Improvement-Description>
397
+ <Has-Footnote>true</Has-Footnote>
398
+ </Recommendation>
399
+ <Recommendation>
400
+ <Improvement-Number>44</Improvement-Number>
401
+ <Improvement-Summary language="1">Wind turbine</Improvement-Summary>
402
+ <Improvement-Summary language="2">Tyrbin gwynt</Improvement-Summary>
403
+ <Improvement-Heading language="1">Wind turbine</Improvement-Heading>
404
+ <Improvement-Heading language="2">Tyrbin gwynt</Improvement-Heading>
405
+ <Improvement-Description language="1">A wind turbine provides electricity from wind energy. This electricity is used throughout the home in the same way as the electricity purchased from an energy supplier. The British Wind Energy Association has up-to-date information on suppliers of small-scale wind systems and any grant that may be available. Planning restrictions may apply and you should check this with the local authority. Building Regulations apply to this work, so your local authority building control department should be informed, unless the installer is appropriately qualified and registered as such with a competent persons scheme¹, and can therefore self-certify the work for Building Regulation compliance. Wind turbines are not suitable for all properties. The system’s effectiveness depends on local wind speeds and the presence of nearby obstructions, and a site survey should be undertaken by an accredited installer. The assessment does not include the effect of any feed-in tariff, which could appreciably increase the savings that are shown on this EPC for a wind turbine.</Improvement-Description>
406
+ <Improvement-Description language="2">Mae tyrbin gwynt yn darparu trydan o ynni’r gwynt. Caiff y trydan hwn ei ddefnyddio drwy’r cartref yn union yn yr un modd â thrydan sydd wedi ei brynu oddi wrth gyflenwr ynni. Mae gan y British Wind Energy Association wybodaeth gyfredol am gyflenwyr systemau gwynt graddfa fach ac unrhyw grant sydd ar gael. Efallai bod cyfyngiadau cynllunio yn bodoli a dylech wirio hyn gyda’r awdurdod lleol. Mae Rheoliadau Adeiladu yn berthnasol i’r gwaith hwn, felly dylid hysbysu adran rheoli adeiladu eich awdurdod lleol oni bai bod y sawl sydd yn gosod wedi ennill cymhwyster priodol ac wedi ei gofrestru gyda chynllun person cymwys¹, ac o’r herwydd yn medru ardystio’r gwaith ei hunan er mwyn sicrhau ei fod yn cydymffurfio â’r Rheoliadau Adeiladu. Nid yw tyrbinau gwynt yn addas ar gyfer pob math o eiddo. Mae effeithiolrwydd y system yn dibynnu ar gyflymder y gwynt yn lleol a phresenoldeb rhwystrau cyfagos, a dylai’r safle gael ei arolygu gan osodwr achrededig. Dydy’r asesiad ddim yn cynnwys effaith unrhyw dariff dechreuol, a allai gynyddu’n sylweddol ar yr arbedion sy’n cael eu dangos ar yr EPC yma ar gyfer twrbin gwynt.</Improvement-Description>
407
+ <Has-Footnote>true</Has-Footnote>
408
+ </Recommendation>
409
+ <Footnote-Text language="1">¹ For information on approved competent persons schemes enter ‘existing competent person schemes’ into an internet search engine or contact your local Energy Saving Trust advice centre on 0800 512 012.</Footnote-Text>
410
+ <Footnote-Text language="2">¹ Am wybodaeth ar gynlluniau personau cymwys sydd wedi’u cymeradwyo rhowch ‘existing competent person schemes’ i mewn i beiriant chwilio’r rhyngrwyd neu cysylltwch â chanolfan gynghori leol yr Ymddiriedolaeth Arbed Ynni ar 0800 512 012.</Footnote-Text>
411
+ </Country>
412
+ <Country>
413
+ <Country-Code>SCT</Country-Code>
414
+ <Recommendation>
415
+ <Improvement-Number>1</Improvement-Number>
416
+ <Improvement-Summary language="1">Insulate hot water cylinder with 80 mm jacket </Improvement-Summary>
417
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
418
+ <Improvement-Description language="1">Installing an 80 mm thick cylinder jacket around the hot water cylinder will help to maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. A cylinder jacket is a layer of insulation that is fitted around the hot water cylinder. The jacket should be fitted over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness, or to suit the space available, for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
419
+ </Recommendation>
420
+ <Recommendation>
421
+ <Improvement-Number>2</Improvement-Number>
422
+ <Improvement-Summary language="1">Increase hot water cylinder insulation</Improvement-Summary>
423
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
424
+ <Improvement-Description language="1">Increasing the thickness of existing insulation around the hot water cylinder will help to maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. An additional cylinder jacket or other suitable insulation layer can be used. The insulation should be fitted over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness, or to suit the space available, for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
425
+ </Recommendation>
426
+ <Recommendation>
427
+ <Improvement-Number>3</Improvement-Number>
428
+ <Improvement-Summary language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary>
429
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
430
+ <Improvement-Description language="1">Increasing the thickness of existing insulation by adding an 80 mm cylinder jacket around the hot water cylinder will help maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. The jacket should be fitted over the top of the existing foam insulation and over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness, or to suit the space available, for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
431
+ </Recommendation>
432
+ <Recommendation>
433
+ <Improvement-Number>4</Improvement-Number>
434
+ <Improvement-Summary language="1">Hot water cylinder thermostat</Improvement-Summary>
435
+ <Improvement-Heading language="1">Cylinder thermostat</Improvement-Heading>
436
+ <Improvement-Description language="1">A hot water cylinder thermostat enables the boiler to switch off when the water in the cylinder reaches the required temperature; this minimises the amount of energy that is used and lowers fuel bills. The thermostat is a temperature sensor that sends a signal to the boiler when the required temperature is reached. To be fully effective it needs to be sited in the correct position and hard wired in place, so it should be installed by a competent plumber or heating engineer. It should be noted that building standards may apply to this work.</Improvement-Description>
437
+ </Recommendation>
438
+ <Recommendation>
439
+ <Improvement-Number>5</Improvement-Number>
440
+ <Improvement-Summary language="1">Increase loft insulation to 270 mm</Improvement-Summary>
441
+ <Improvement-Heading language="1">Loft insulation</Improvement-Heading>
442
+ <Improvement-Description language="1">Loft insulation laid in the loft space or between roof rafters to a depth of at least 270 mm will significantly reduce heat loss through the roof; this will improve levels of comfort, reduce energy use and lower fuel bills. Insulation should not be placed below any cold water storage tank, any such tank should also be insulated on its sides and top, and there should be boarding on battens over the insulation to provide safe access between the loft hatch and the cold water tank. The insulation can be installed by professional contractors but also by a capable DIY enthusiast. Loose granules may be used instead of insulation quilt; this form of loft insulation can be blown into place and can be useful where access is difficult. The loft space must have adequate ventilation to prevent dampness; seek advice about this if unsure. Further information about loft insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk). It should be noted that building standards may apply to this work.</Improvement-Description>
443
+ </Recommendation>
444
+ <Recommendation>
445
+ <Improvement-Number>6</Improvement-Number>
446
+ <Improvement-Summary language="1">Cavity wall insulation</Improvement-Summary>
447
+ <Improvement-Heading language="1">Cavity wall insulation</Improvement-Heading>
448
+ <Improvement-Description language="1">Cavity wall insulation, to fill the gap between the inner and outer layers of external walls with an insulating material, reduces heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. The insulation material is pumped into the gap through small holes that are drilled into the outer walls, and the holes are made good afterwards. As specialist machinery is used to fill the cavity, a professional installation company should carry out this work, and they should carry out a thorough survey before commencing work to ensure that this type of insulation is suitable for this home and its exposure. They should also provide a guarantee for the work and handle any building standards issues. Further information about cavity wall insulation and details of local installers can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
449
+ </Recommendation>
450
+ <Recommendation>
451
+ <Improvement-Number>7</Improvement-Number>
452
+ <Improvement-Summary language="1">50 mm internal or external wall insulation</Improvement-Summary>
453
+ <Improvement-Heading language="1">Internal or external wall insulation</Improvement-Heading>
454
+ <Improvement-Description language="1">Solid wall insulation involves adding a layer of insulation to either the inside or the outside surface of the external walls, which reduces heat loss and lowers fuel bills. As it is more expensive than cavity wall insulation it is only recommended for walls without a cavity, or where for technical reasons a cavity cannot be filled. Internal insulation, known as dry-lining, is where a layer of insulation is fixed to the inside surface of external walls; this type of insulation is best applied when rooms require redecorating and can be installed by a competent DIY enthusiast. External solid wall insulation is the application of an insulant and a weather-protective finish to the outside of the wall. This may improve the look of the home, particularly where existing brickwork or rendering is poor, and will provide long-lasting weather protection. Further information can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk). It should be noted that planning permission might be required and that building standards may apply to this work.</Improvement-Description>
455
+ </Recommendation>
456
+ <Recommendation>
457
+ <Improvement-Number>8</Improvement-Number>
458
+ <Improvement-Summary language="1">Replace single glazed windows with low-E double glazing</Improvement-Summary>
459
+ <Improvement-Heading language="1">Double glazing</Improvement-Heading>
460
+ <Improvement-Description language="1">Double glazing is the term given to a system where two panes of glass are made up into a sealed unit. Replacing existing single-glazed windows with double glazing will improve comfort in the home by reducing draughts and cold spots near windows. Double-glazed windows may also reduce noise, improve security and combat problems with condensation. Building standards may apply to this work, so it is best to obtain advice from your local authority building standards department.</Improvement-Description>
461
+ </Recommendation>
462
+ <Recommendation>
463
+ <Improvement-Number>9</Improvement-Number>
464
+ <Improvement-Summary language="1">Secondary glazing to single glazed windows</Improvement-Summary>
465
+ <Improvement-Heading language="1">Secondary glazing</Improvement-Heading>
466
+ <Improvement-Description language="1">Secondary glazing is the addition of a second pane of glass inside the existing window. Adding secondary glazing will improve comfort in the home by reducing draughts and cold spots near windows. It may also reduce noise and combat problems with condensation. Installation can be carried out by a competent DIY enthusiast.</Improvement-Description>
467
+ </Recommendation>
468
+ <Recommendation>
469
+ <Improvement-Number>10</Improvement-Number>
470
+ <Improvement-Summary language="1">Draughtproof single-glazed windows</Improvement-Summary>
471
+ <Improvement-Heading language="1">Draughtproofing</Improvement-Heading>
472
+ <Improvement-Description language="1">Fitting draughtproofing, strips of insulation around windows and doors, will improve the comfort in the home. A contractor can be employed but draughtproofing can be installed by a competent DIY enthusiast.</Improvement-Description>
473
+ </Recommendation>
474
+ <Recommendation>
475
+ <Improvement-Number>11</Improvement-Number>
476
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
477
+ <Improvement-Heading language="1">Heating controls (programmer, room thermostat and thermostatic radiator valves)</Improvement-Heading>
478
+ <Improvement-Description language="1">The heating system would benefit from a programmer and room thermostat to enable the boiler to switch off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Radiator valves should be fitted to every radiator except one – the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
479
+ </Recommendation>
480
+ <Recommendation>
481
+ <Improvement-Number>12</Improvement-Number>
482
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
483
+ <Improvement-Heading language="1">Heating controls (room thermostat and thermostatic radiator valves)</Improvement-Heading>
484
+ <Improvement-Description language="1">A room thermostat will increase the efficiency of the heating system by enabling the boiler to switch off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except for the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
485
+ </Recommendation>
486
+ <Recommendation>
487
+ <Improvement-Number>13</Improvement-Number>
488
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
489
+ <Improvement-Heading language="1">Heating controls (thermostatic radiator valves)</Improvement-Heading>
490
+ <Improvement-Description language="1">Thermostatic radiator valves allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves. Thermostatic radiator valves should be fitted to every radiator except the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
491
+ </Recommendation>
492
+ <Recommendation>
493
+ <Improvement-Number>14</Improvement-Number>
494
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
495
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
496
+ <Improvement-Description language="1">The heating system should have a room thermostat to enable the boiler to switch off when no heat is required. A competent heating engineer should be asked to do this work. Insist that the thermostat switches off the boiler as well as the pump and that the thermostatic radiator valve is removed from any radiator in the same room as the thermostat. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
497
+ </Recommendation>
498
+ <Recommendation>
499
+ <Improvement-Number>15</Improvement-Number>
500
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
501
+ <Improvement-Heading language="1">Heating controls (programmer and thermostatic radiator valves)</Improvement-Heading>
502
+ <Improvement-Description language="1">The heating system would benefit from a programmer to provide better comfort through automatic control of the system. A modern programmer can provide different time programmes for heating and hot water, allowing different time periods to be set for each; seven-day programmers also allow different heating and/or hot water patterns to be set for weekdays and weekends and holidays. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except for the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
503
+ </Recommendation>
504
+ <Recommendation>
505
+ <Improvement-Number>16</Improvement-Number>
506
+ <Improvement-Summary language="1">Time and temperature zone control</Improvement-Summary>
507
+ <Improvement-Heading language="1">Heating controls (time and temperature zone control)</Improvement-Heading>
508
+ <Improvement-Description language="1">The heating system controls should be improved so that both the temperature and time of heating can be set differently in separate areas of your house; this will reduce the amount of energy used and lower fuel bills. For example, it is possible to have cooler temperatures in the bedrooms than in the living room provided internal doors are kept closed, and to have a longer heating period for the living room. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
509
+ </Recommendation>
510
+ <Recommendation>
511
+ <Improvement-Number>17</Improvement-Number>
512
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
513
+ <Improvement-Heading language="1">Heating controls (programmer and room thermostat)</Improvement-Heading>
514
+ <Improvement-Description language="1">The warm air heating system would benefit from the addition of a programmer and room thermostat so that it switches off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Insist that the thermostat switches off the warm air burner as well as the blower. A modern programmer can provide different time programmes for heating and hot water, allowing different time periods to be set for each; seven-day programmers also allow different heating patterns to be set for weekdays and weekends and holidays. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
515
+ </Recommendation>
516
+ <Recommendation>
517
+ <Improvement-Number>18</Improvement-Number>
518
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
519
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
520
+ <Improvement-Description language="1">The warm air heating system in this home would benefit from the addition of a room thermostat so that it switches off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Insist that the thermostat switches off the warm air burner as well as the blower. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
521
+ </Recommendation>
522
+ <Recommendation>
523
+ <Improvement-Number>19</Improvement-Number>
524
+ <Improvement-Summary language="1">Solar water heating</Improvement-Summary>
525
+ <Improvement-Heading language="1">Solar water heating</Improvement-Heading>
526
+ <Improvement-Description language="1">A solar water heating panel, usually fixed to the roof, uses the sun to pre-heat the hot water supply. This will significantly reduce the demand on the heating system to provide hot water and hence save fuel and money. The Solar Trade Association has up-to-date information on local installers and any grant that may be available or call 0800 512 012 (Energy Saving Trust). Building regulations may apply to this work.</Improvement-Description>
527
+ </Recommendation>
528
+ <Recommendation>
529
+ <Improvement-Number>20</Improvement-Number>
530
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
531
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
532
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat this property. This improvement is most appropriate when the existing central heating boiler needs repair or replacement, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
533
+ </Recommendation>
534
+ <Recommendation>
535
+ <Improvement-Number>21</Improvement-Number>
536
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
537
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
538
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat this property. This improvement is most appropriate when the existing central heating boiler needs repair or replacement, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
539
+ </Recommendation>
540
+ <Recommendation>
541
+ <Improvement-Number>22</Improvement-Number>
542
+ <Improvement-Summary language="1">Replace boiler with biomass boiler</Improvement-Summary>
543
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
544
+ <Improvement-Description language="1">Modern boilers are cleaner burning and more efficient than the boiler in this home and cost less to run. A biomass boiler burns renewable fuel such as wood logs or pellets and therefore is less damaging to the environment. This improvement is most appropriate when the existing heating system needs repair or replacement. Building regulations and provisions under the Clean Air Act may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. Call 0800 512 012 (Energy Saving Trust) for information about any grants that may be available.</Improvement-Description>
545
+ </Recommendation>
546
+ <Recommendation>
547
+ <Improvement-Number>23</Improvement-Number>
548
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
549
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
550
+ <Improvement-Description language="1">A closed-in solid fuel stove (also called a room heater) is about twice as efficient as an open fire. Modern heaters with glass doors are clean, easy to use and provide an attractive source of heating. A biomass boiler burns renewable fuel such as wood pellets and therefore is much less damaging to the environment. This improvement is most appropriate when the existing heating system needs repair or replacement. Building regulations and provisions under the Clean Air Act may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. Call 0800 512 012 (Energy Saving Trust) for information about any grants that may be available.</Improvement-Description>
551
+ </Recommendation>
552
+ <Recommendation>
553
+ <Improvement-Number>24</Improvement-Number>
554
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
555
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
556
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in the property. Ask for a quotation for new, fan-assisted heaters with automatic charge control. A dual-immersion cylinder, which can be installed at the same time, will provide cheaper hot water than the system currently installed. Installations should be in accordance with the current regulations covering electrical wiring. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
557
+ </Recommendation>
558
+ <Recommendation>
559
+ <Improvement-Number>25</Improvement-Number>
560
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
561
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
562
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in the property. Ask for a quotation for new, fan-assisted heaters with automatic charge control. Installations should be in accordance with the current regulations covering electrical wiring. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
563
+ </Recommendation>
564
+ <Recommendation>
565
+ <Improvement-Number>26</Improvement-Number>
566
+ <Improvement-Summary language="1">Replacement warm air unit</Improvement-Summary>
567
+ <Improvement-Heading language="1">Replacement warm air unit</Improvement-Heading>
568
+ <Improvement-Description language="1">A modern warm air unit is capable of higher efficiency than older types, meaning it will burn less fuel for heating and (if fitted) the hot water system in your property. This improvement is most appropriate when the existing central heating warm air unit or hot water service needs repair or replacement. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
569
+ </Recommendation>
570
+ <Recommendation>
571
+ <Improvement-Number>28</Improvement-Number>
572
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
573
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
574
+ <Improvement-Description language="1">Condensing boilers have a much higher efficiency than other types of heating appliance, meaning they will burn less fuel to heat the property. This option is best taken up when the present warm air unit requires repair or replacement. Building regulations may apply to this work, and require replacement oil boilers to be of the condensing type unless there are exceptional circumstances. Therefore it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
575
+ </Recommendation>
576
+ <Recommendation>
577
+ <Improvement-Number>29</Improvement-Number>
578
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
579
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
580
+ <Improvement-Description language="1">Changing the heating to use a mains gas boiler that provides both space and water heating will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing heating system needs repair or replacement. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
581
+ </Recommendation>
582
+ <Recommendation>
583
+ <Improvement-Number>30</Improvement-Number>
584
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
585
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
586
+ <Improvement-Description language="1">Modern storage heaters are much less expensive to run than the direct acting, on-peak heating system in the property. A dual-rate electricity supply is required to provide the off-peak electricity that these heaters use; this is easily obtained by contacting the energy supplier. Ask for a quotation for fan-assisted heaters with automatic charge control. A dual-immersion cylinder, which can be installed at the same time, will provide cheaper hot water than the system currently installed. Installations should be in accordance with the national wiring standards. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified electrical heating engineer. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
587
+ </Recommendation>
588
+ <Recommendation>
589
+ <Improvement-Number>31</Improvement-Number>
590
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
591
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
592
+ <Improvement-Description language="1">Modern storage heaters are much less expensive to run than the direct acting, on-peak heating system in the property. A dual-rate electricity supply is required to provide the off-peak electricity that these heaters use; this is easily obtained by contacting the energy supplier. Ask for a quotation for fan-assisted heaters with automatic charge control. Installations should be in accordance with the national wiring standards. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
593
+ </Recommendation>
594
+ <Recommendation>
595
+ <Improvement-Number>32</Improvement-Number>
596
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
597
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
598
+ <Improvement-Description language="1">Changing the heating to use a mains gas boiler that provides both space and water heating will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing heating system needs repair or replacement. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
599
+ </Recommendation>
600
+ <Recommendation>
601
+ <Improvement-Number>34</Improvement-Number>
602
+ <Improvement-Summary language="1">Solar photovoltaic panels, 2.5 kWp</Improvement-Summary>
603
+ <Improvement-Heading language="1">Solar photovoltaic (PV) panels</Improvement-Heading>
604
+ <Improvement-Description language="1">A solar PV system is one which converts light directly into electricity via panels placed on the roof with no waste and no emissions. This electricity is used throughout the home in the same way as the electricity purchased from an energy supplier. The British Photovoltaic Association has up-to-date information on local installers who are qualified electricians and on any grant that may be available, or call 0800 512 012 (Energy Saving Trust). Planning restrictions may apply in certain neighbourhoods and you should check this with the local authority. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a suitably qualified electrician. The assessment does not include the effect of any feed-in tariff, which could appreciably increase the savings that are shown on this EPC for solar photovoltaic panels.</Improvement-Description>
605
+ </Recommendation>
606
+ <Recommendation>
607
+ <Improvement-Number>35</Improvement-Number>
608
+ <Improvement-Summary language="1">Low energy lighting for all fixed outlets</Improvement-Summary>
609
+ <Improvement-Heading language="1">Low energy lighting</Improvement-Heading>
610
+ <Improvement-Description language="1">Replacement of traditional light bulbs with energy saving recommended ones will reduce lighting costs over the lifetime of the bulb, and they last up to 12 times longer than ordinary light bulbs. Also consider selecting low energy light fittings when redecorating; contact the Lighting Association for your nearest stockist of Domestic Energy Efficient Lighting Scheme fittings.</Improvement-Description>
611
+ </Recommendation>
612
+ <Recommendation>
613
+ <Improvement-Number>36</Improvement-Number>
614
+ <Improvement-Summary language="1">Replace heating unit with condensing unit</Improvement-Summary>
615
+ <Improvement-Heading language="1">Install ondensing heating unit</Improvement-Heading>
616
+ <Improvement-Description language="1">A condensing unit is capable of much higher efficiencies than other types, meaning it will burn less fuel to heat this property but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing central heating unit needs repair or replacement. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
617
+ </Recommendation>
618
+ <Recommendation>
619
+ <Improvement-Number>37</Improvement-Number>
620
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
621
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
622
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property. It is recommended to install a separate condensing boiler, independent of the range cooker, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
623
+ </Recommendation>
624
+ <Recommendation>
625
+ <Improvement-Number>38</Improvement-Number>
626
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
627
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
628
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property. It is recommended to install a separate condensing boiler, independent of the range cooker, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
629
+ </Recommendation>
630
+ <Recommendation>
631
+ <Improvement-Number>39</Improvement-Number>
632
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
633
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
634
+ <Improvement-Description language="1">A biomass stove (also called a room heater) burns renewable fuel such as wood pellets and therefore is less damaging to the environment than the solid fuel room heater in this home. This improvement is most appropriate when the existing heating system needs repair or replacement. Building regulations and provisions under the Clean Air Act may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. Call 0800 512 012 (Energy Saving Trust) for information about any grants that may be available.</Improvement-Description>
635
+ </Recommendation>
636
+ <Recommendation>
637
+ <Improvement-Number>40</Improvement-Number>
638
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
639
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
640
+ <Improvement-Description language="1">A full central heating system using a condensing boiler will provide space and water heating at greater efficiency than gas room heaters, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
641
+ </Recommendation>
642
+ <Recommendation>
643
+ <Improvement-Number>41</Improvement-Number>
644
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
645
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
646
+ <Improvement-Description language="1">A full central heating system using a condensing boiler will provide space and water heating at greater efficiency than gas room heaters, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
647
+ </Recommendation>
648
+ <Recommendation>
649
+ <Improvement-Number>42</Improvement-Number>
650
+ <Improvement-Summary language="1">Replace heating unit with mains gas condensing unit</Improvement-Summary>
651
+ <Improvement-Heading language="1">Mains gas condensing heating unit</Improvement-Heading>
652
+ <Improvement-Description language="1">Changing the heating to use a mains gas heating unit will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing unit is capable of much higher efficiencies than other types, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing units need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing central heating unit needs repair or replacement. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
653
+ </Recommendation>
654
+ <Recommendation>
655
+ <Improvement-Number>43</Improvement-Number>
656
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
657
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
658
+ <Improvement-Description language="1">Condensing boilers have a much higher efficiency than other types of heating appliance, meaning they will burn less fuel to heat the property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This option is best taken up when the present warm air unit requires repair or replacement. Building regulations may apply to this work, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
659
+ </Recommendation>
660
+ <Recommendation>
661
+ <Improvement-Number>44</Improvement-Number>
662
+ <Improvement-Summary language="1">Wind turbine</Improvement-Summary>
663
+ <Improvement-Heading language="1">Wind turbine</Improvement-Heading>
664
+ <Improvement-Description language="1">A wind turbine provides electricity from wind energy. This electricity is used throughout the home in the same way as the electricity purchased from an energy supplier. The British Wind Energy Association has up-to-date information on suppliers of small-scale wind systems and any grant that may be available, or call 0800 512 012 (Energy Saving Trust). Wind turbines are not suitable for all properties. The system’s effectiveness depends on local wind speeds and the presence of nearby obstructions, and a site survey should be undertaken by an accredited installer. Planning restrictions and/or building regulations may apply and you should check this with the local authority. The assessment does not include the effect of any feed-in tariff, which could appreciably increase the savings that are shown on this EPC for a wind turbine.</Improvement-Description>
665
+ </Recommendation>
666
+ </Country>
667
+ <Country>
668
+ <Country-Code>NIR</Country-Code>
669
+ <Recommendation>
670
+ <Improvement-Number>1</Improvement-Number>
671
+ <Improvement-Summary language="1">Insulate hot water cylinder with 80 mm jacket</Improvement-Summary>
672
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
673
+ <Improvement-Description language="1">Installing an 80 mm thick cylinder jacket around the hot water cylinder will help to maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. A cylinder jacket is a layer of insulation that is fitted around the hot water cylinder. The jacket should be fitted over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness (or to suit the space available) for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
674
+ </Recommendation>
675
+ <Recommendation>
676
+ <Improvement-Number>2</Improvement-Number>
677
+ <Improvement-Summary language="1">Increase hot water cylinder insulation</Improvement-Summary>
678
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
679
+ <Improvement-Description language="1">Increasing the thickness of existing insulation around the hot water cylinder will help to maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. An additional cylinder jacket or other suitable insulation layer can be used. The insulation should be fitted over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness (or to suit the space available) for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
680
+ </Recommendation>
681
+ <Recommendation>
682
+ <Improvement-Number>3</Improvement-Number>
683
+ <Improvement-Summary language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary>
684
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
685
+ <Improvement-Description language="1">Increasing the thickness of existing insulation by adding an 80 mm cylinder jacket around the hot water cylinder will help maintain the water at the required temperature; this will reduce the amount of energy used and lower fuel bills. The jacket should be fitted over the top of the existing foam insulation and over any thermostat clamped to the cylinder. Hot water pipes from the hot water cylinder should also be insulated, using pre-formed pipe insulation of up to 50 mm thickness (or to suit the space available) for as far as they can be accessed to reduce losses in summer. All these materials can be purchased from DIY stores and installed by a competent DIY enthusiast.</Improvement-Description>
686
+ </Recommendation>
687
+ <Recommendation>
688
+ <Improvement-Number>4</Improvement-Number>
689
+ <Improvement-Summary language="1">Hot water cylinder thermostat</Improvement-Summary>
690
+ <Improvement-Heading language="1">Cylinder thermostat</Improvement-Heading>
691
+ <Improvement-Description language="1">A hot water cylinder thermostat enables the boiler to switch off when the water in the cylinder reaches the required temperature; this minimises the amount of energy that is used and lowers fuel bills. The thermostat is a temperature sensor that sends a signal to the boiler when the required temperature is reached. To be fully effective it needs to be sited in the correct position and hard wired in place, so it should be installed by a competent plumber or heating engineer.</Improvement-Description>
692
+ </Recommendation>
693
+ <Recommendation>
694
+ <Improvement-Number>5</Improvement-Number>
695
+ <Improvement-Summary language="1">Increase loft insulation to 270 mm</Improvement-Summary>
696
+ <Improvement-Heading language="1">Loft insulation</Improvement-Heading>
697
+ <Improvement-Description language="1">Loft insulation laid in the loft space or between roof rafters to a depth of at least 270 mm will significantly reduce heat loss through the roof; this will improve levels of comfort, reduce energy use and lower fuel bills. Insulation should not be placed below any cold water storage tank; any such tank should also be insulated on its sides and top, and there should be boarding on battens over the insulation to provide safe access between the loft hatch and the cold water tank. The insulation can be installed by professional contractors but also by a capable DIY enthusiast. Loose granules may be used instead of insulation quilt; this form of loft insulation can be blown into place and can be useful where access is difficult. The loft space must have adequate ventilation to prevent dampness; seek advice about this if unsure (particularly if installing insulation between rafters because a vapour control layer and ventilation above the insulation are required). Further information about loft insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
698
+ </Recommendation>
699
+ <Recommendation>
700
+ <Improvement-Number>6</Improvement-Number>
701
+ <Improvement-Summary language="1">Cavity wall insulation</Improvement-Summary>
702
+ <Improvement-Heading language="1">Cavity wall insulation</Improvement-Heading>
703
+ <Improvement-Description language="1">Cavity wall insulation, to fill the gap between the inner and outer layers of external walls with an insulating material, reduces heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. The insulation material is pumped into the gap through small holes that are drilled into the outer walls, and the holes are made good afterwards. As specialist machinery is used to fill the cavity, a professional installation company should carry out this work, and they should carry out a thorough survey before commencing work to ensure that this type of insulation is suitable for this home. They should also provide a guarantee for the work and handle any building control issues. Further information about cavity wall insulation and details of local installers can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
704
+ </Recommendation>
705
+ <Recommendation>
706
+ <Improvement-Number>7</Improvement-Number>
707
+ <Improvement-Summary language="1">50 mm internal or external wall insulation</Improvement-Summary>
708
+ <Improvement-Heading language="1">Internal or external wall insulation</Improvement-Heading>
709
+ <Improvement-Description language="1">Solid wall insulation involves adding a layer of insulation to either the inside or the outside surface of the external walls, which reduces heat loss and lowers fuel bills. As it is more expensive than cavity wall insulation it is only recommended for walls without a cavity, or where for technical reasons a cavity cannot be filled. Internal insulation, known as dry-lining, is where a layer of insulation is fixed to the inside surface of external walls; this type of insulation is best applied when rooms require redecorating and can be installed by a competent DIY enthusiast. External solid wall insulation is the application of an insulant and a weather-protective finish to the outside of the wall. This may improve the look of the home, particularly where existing brickwork or rendering is poor, and will provide long-lasting weather protection. Further information can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
710
+ </Recommendation>
711
+ <Recommendation>
712
+ <Improvement-Number>8</Improvement-Number>
713
+ <Improvement-Summary language="1">Replace single glazed windows with low-E double glazing</Improvement-Summary>
714
+ <Improvement-Heading language="1">Double glazing</Improvement-Heading>
715
+ <Improvement-Description language="1">Double glazing is the term given to a system where two panes of glass are made up into a sealed unit. Replacing existing single-glazed windows with double glazing will improve comfort in the home by reducing draughts and cold spots near windows. Double-glazed windows may also reduce noise, improve security and combat problems with condensation.</Improvement-Description>
716
+ </Recommendation>
717
+ <Recommendation>
718
+ <Improvement-Number>9</Improvement-Number>
719
+ <Improvement-Summary language="1">Secondary glazing to single glazed windows</Improvement-Summary>
720
+ <Improvement-Heading language="1">Secondary glazing</Improvement-Heading>
721
+ <Improvement-Description language="1">Secondary glazing is the addition of a second pane of glass inside the existing window. Adding secondary glazing will improve comfort in the home by reducing draughts and cold spots near windows. It may also reduce noise and combat problems with condensation. Installation can be carried out by a competent DIY enthusiast.</Improvement-Description>
722
+ </Recommendation>
723
+ <Recommendation>
724
+ <Improvement-Number>10</Improvement-Number>
725
+ <Improvement-Summary language="1">Draughtproof single-glazed windows</Improvement-Summary>
726
+ <Improvement-Heading language="1">Draughtproofing</Improvement-Heading>
727
+ <Improvement-Description language="1">Fitting draughtproofing, strips of insulation around windows and doors, will improve the comfort in the home. A contractor can be employed but draughtproofing can be installed by a competent DIY enthusiast.</Improvement-Description>
728
+ </Recommendation>
729
+ <Recommendation>
730
+ <Improvement-Number>11</Improvement-Number>
731
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
732
+ <Improvement-Heading language="1">Heating controls (programmer, room thermostat and thermostatic radiator valves)</Improvement-Heading>
733
+ <Improvement-Description language="1">The heating system would benefit from a programmer and room thermostat to enable the boiler to switch off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except one – the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
734
+ </Recommendation>
735
+ <Recommendation>
736
+ <Improvement-Number>12</Improvement-Number>
737
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
738
+ <Improvement-Heading language="1">Heating controls (room thermostat and thermostatic radiator valves)</Improvement-Heading>
739
+ <Improvement-Description language="1">A room thermostat will increase the efficiency of the heating system by enabling the boiler to switch off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except for the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
740
+ </Recommendation>
741
+ <Recommendation>
742
+ <Improvement-Number>13</Improvement-Number>
743
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
744
+ <Improvement-Heading language="1">Heating controls (thermostatic radiator valves)</Improvement-Heading>
745
+ <Improvement-Description language="1">Thermostatic radiator valves allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves. Thermostatic radiator valves should be fitted to every radiator except the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
746
+ </Recommendation>
747
+ <Recommendation>
748
+ <Improvement-Number>14</Improvement-Number>
749
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
750
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
751
+ <Improvement-Description language="1">The heating system should have a room thermostat to enable the boiler to switch off when no heat is required. A competent heating engineer should be asked to do this work. Insist that the thermostat switches off the boiler as well as the pump and that the thermostatic radiator valve is removed from any radiator in the same room as the thermostat. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
752
+ </Recommendation>
753
+ <Recommendation>
754
+ <Improvement-Number>15</Improvement-Number>
755
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
756
+ <Improvement-Heading language="1">Heating controls (programmer and thermostatic radiator valves)</Improvement-Heading>
757
+ <Improvement-Description language="1">The heating system would benefit from a programmer to provide better comfort through automatic control of the system. A modern programmer can provide different time programmes for heating and hot water, allowing different time periods to be set for each; seven-day programmers also allow different heating and/or hot water patterns to be set for weekdays and weekends and holidays. Thermostatic radiator valves should also be installed, to allow the temperature of each room to be controlled to suit individual needs, adding to comfort and reducing heating bills provided internal doors are kept closed. For example, they can be set to be warmer in the living room and bathroom than in the bedrooms. Ask a competent heating engineer to install thermostatic radiator valves and a fully pumped system with the pump and the boiler turned off by the room thermostat. Thermostatic radiator valves should be fitted to every radiator except for the radiator in the same room as the room thermostat. Remember the room thermostat is needed as well as the thermostatic radiator valves, to enable the boiler to switch off when no heat is required. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
758
+ </Recommendation>
759
+ <Recommendation>
760
+ <Improvement-Number>16</Improvement-Number>
761
+ <Improvement-Summary language="1">Time and temperature zone control</Improvement-Summary>
762
+ <Improvement-Heading language="1">Heating controls (time and temperature zone control)</Improvement-Heading>
763
+ <Improvement-Description language="1">The heating system controls should be improved so that both the temperature and time of heating can be set differently in separate areas of your house; this will reduce the amount of energy used and lower fuel bills. For example, it is possible to have cooler temperatures in the bedrooms than in the living room provided internal doors are kept closed, and to have a longer heating period for the living room. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
764
+ </Recommendation>
765
+ <Recommendation>
766
+ <Improvement-Number>17</Improvement-Number>
767
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
768
+ <Improvement-Heading language="1">Heating controls (programmer and room thermostat)</Improvement-Heading>
769
+ <Improvement-Description language="1">The warm air heating system would benefit from the addition of a programmer and room thermostat so that it switches off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Insist that the thermostat switches off the warm air burner as well as the blower. A modern programmer can provide different time programmes for heating and hot water, allowing different time periods to be set for each; seven-day programmers also allow different heating patterns to be set for weekdays and weekends and holidays. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
770
+ </Recommendation>
771
+ <Recommendation>
772
+ <Improvement-Number>18</Improvement-Number>
773
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
774
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
775
+ <Improvement-Description language="1">The warm air heating system in this home would benefit from the addition of a room thermostat so that it switches off when no heat is required; this will reduce the amount of energy used and lower fuel bills. Insist that the thermostat switches off the warm air burner as well as the blower. It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
776
+ </Recommendation>
777
+ <Recommendation>
778
+ <Improvement-Number>19</Improvement-Number>
779
+ <Improvement-Summary language="1">Solar water heating</Improvement-Summary>
780
+ <Improvement-Heading language="1">Solar water heating</Improvement-Heading>
781
+ <Improvement-Description language="1">A solar water heating panel, usually fixed to the roof, uses the sun to pre-heat the hot water supply. This will significantly reduce the demand on the heating system to provide hot water and hence save fuel and money. The Solar Trade Association has up-to-date information on local installers and any grant that may be available or contact the Energy Saving Trust.</Improvement-Description>
782
+ </Recommendation>
783
+ <Recommendation>
784
+ <Improvement-Number>20</Improvement-Number>
785
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
786
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
787
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat this property. This improvement is most appropriate when the existing central heating boiler needs repair or replacement, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
788
+ </Recommendation>
789
+ <Recommendation>
790
+ <Improvement-Number>21</Improvement-Number>
791
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
792
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
793
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat this property. This improvement is most appropriate when the existing central heating boiler needs repair or replacement, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). It is best to obtain advice from a qualified heating engineer.</Improvement-Description>
794
+ </Recommendation>
795
+ <Recommendation>
796
+ <Improvement-Number>22</Improvement-Number>
797
+ <Improvement-Summary language="1">Replace boiler with biomass boiler</Improvement-Summary>
798
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
799
+ <Improvement-Description language="1">Modern boilers are cleaner burning and more efficient than the boiler in this home and cost less to run. A biomass boiler burns renewable fuel such as wood pellets and therefore is less damaging to the environment. This improvement is most appropriate when the existing heating system needs repair or replacement. Provisions under the Clean Air Act apply to this work. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options. Contact the Energy Saving Trust for information about any grants that may be available.</Improvement-Description>
800
+ </Recommendation>
801
+ <Recommendation>
802
+ <Improvement-Number>23</Improvement-Number>
803
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
804
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
805
+ <Improvement-Description language="1">A closed-in solid fuel stove (also called a room heater) is about twice as efficient as an open fire. Modern heaters with glass doors are clean, easy to use and provide an attractive source of heating. A biomass boiler burns renewable fuel such as wood pellets and therefore is much less damaging to the environment. This improvement is most appropriate when the existing heating system needs repair or replacement. Provisions under the Clean Air Act apply to this work. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options. Contact the Energy Saving Trust for information about any grants that may be available.</Improvement-Description>
806
+ </Recommendation>
807
+ <Recommendation>
808
+ <Improvement-Number>24</Improvement-Number>
809
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
810
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
811
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in the property. Ask for a quotation for new, fan-assisted heaters with automatic charge control. A dual-immersion cylinder, which can be installed at the same time, will provide cheaper hot water than the system currently installed. As installations should be in accordance with the current regulations covering electrical wiring, only a qualified electrician should carry out the installation. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
812
+ </Recommendation>
813
+ <Recommendation>
814
+ <Improvement-Number>25</Improvement-Number>
815
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
816
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
817
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in the property. Ask for a quotation for new, fan-assisted heaters with automatic charge control. As installations should be in accordance with the current regulations covering electrical wiring, only a qualified electrician should carry out the installation. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options which might also include switching to other forms of electric heating.</Improvement-Description>
818
+ </Recommendation>
819
+ <Recommendation>
820
+ <Improvement-Number>26</Improvement-Number>
821
+ <Improvement-Summary language="1">Replacement warm air unit</Improvement-Summary>
822
+ <Improvement-Heading language="1">Replacement warm air unit</Improvement-Heading>
823
+ <Improvement-Description language="1">A modern warm air unit is capable of higher efficiency than older types, meaning it will burn less fuel for heating and (if fitted) the hot water system in your property. This improvement is most appropriate when the existing central heating warm air unit or hot water service needs repair or replacement. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
824
+ </Recommendation>
825
+ <Recommendation>
826
+ <Improvement-Number>28</Improvement-Number>
827
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
828
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
829
+ <Improvement-Description language="1">Condensing boilers have a much higher efficiency than other types of heating appliance, meaning they will burn less fuel to heat the property. This option is best taken up when the present warm air unit requires repair or replacement. Building Regulations require replacement oil boilers to be of the condensing type unless there are exceptional circumstances. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
830
+ </Recommendation>
831
+ <Recommendation>
832
+ <Improvement-Number>29</Improvement-Number>
833
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
834
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
835
+ <Improvement-Description language="1">Changing the heating to use a mains gas boiler that provides both space and water heating will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location; remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing heating system needs repair or replacement. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
836
+ </Recommendation>
837
+ <Recommendation>
838
+ <Improvement-Number>30</Improvement-Number>
839
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
840
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
841
+ <Improvement-Description language="1">Modern storage heaters are much less expensive to run than the direct acting, on-peak heating system in the property. A dual-rate electricity supply is required to provide the off-peak electricity that these heaters use; this is easily obtained by contacting the energy supplier. Ask for a quotation for fan-assisted heaters with automatic charge control. A dual-immersion cylinder, which can be installed at the same time, will provide cheaper hot water than the system currently installed. As installations should be in accordance with the national wiring standards, only a qualified electrician should carry out the installation. Ask a qualified electrical heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
842
+ </Recommendation>
843
+ <Recommendation>
844
+ <Improvement-Number>31</Improvement-Number>
845
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
846
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
847
+ <Improvement-Description language="1">Modern storage heaters are much less expensive to run than the direct acting, on-peak heating system in the property. A dual-rate electricity supply is required to provide the off-peak electricity that these heaters use; this is easily obtained by contacting the energy supplier. Ask for a quotation for fan-assisted heaters with automatic charge control. As installations should be in accordance with the national wiring standards, only a qualified electrician should carry out the installation. It is best to obtain advice from a qualified electrical heating engineer. Ask a qualified electrical heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
848
+ </Recommendation>
849
+ <Recommendation>
850
+ <Improvement-Number>32</Improvement-Number>
851
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
852
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
853
+ <Improvement-Description language="1">Changing the heating to use a mains gas boiler that provides both space and water heating will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing heating system needs repair or replacement. It is best to obtain advice from a qualified heating engineer. Ask the qualified heating engineer to explain the options.</Improvement-Description>
854
+ </Recommendation>
855
+ <Recommendation>
856
+ <Improvement-Number>34</Improvement-Number>
857
+ <Improvement-Summary language="1">Solar photovoltaic panels, 2.5 kWp</Improvement-Summary>
858
+ <Improvement-Heading language="1">Solar photovoltaic (PV) panels</Improvement-Heading>
859
+ <Improvement-Description language="1">A solar PV system is one which converts light directly into electricity via panels placed on the roof with no waste and no emissions. This electricity is used throughout the home in the same way as the electricity purchased from an energy supplier. The British Photovoltaic Association has up-to-date information on local installers who are qualified electricians and on any grant that may be available. It is best to obtain advice from a qualified electrician. Ask the electrician to explain the options.</Improvement-Description>
860
+ </Recommendation>
861
+ <Recommendation>
862
+ <Improvement-Number>35</Improvement-Number>
863
+ <Improvement-Summary language="1">Low energy lighting for all fixed outlets</Improvement-Summary>
864
+ <Improvement-Heading language="1">Low energy lighting</Improvement-Heading>
865
+ <Improvement-Description language="1">Replacement of traditional light bulbs with energy saving recommended ones will reduce lighting costs over the lifetime of the bulb, and they last up to 12 times longer than ordinary light bulbs. Also consider selecting low energy light fittings when redecorating; contact the Lighting Association for your nearest stockist of Domestic Energy Efficient Lighting Scheme fittings.</Improvement-Description>
866
+ </Recommendation>
867
+ <Recommendation>
868
+ <Improvement-Number>36</Improvement-Number>
869
+ <Improvement-Summary language="1">Replace heating unit with condensing unit</Improvement-Summary>
870
+ <Improvement-Heading language="1">Install condensing heating unit</Improvement-Heading>
871
+ <Improvement-Description language="1">A condensing unit is capable of much higher efficiencies than other types, meaning it will burn less fuel to heat this property but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing central heating unit needs repair or replacement. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
872
+ </Recommendation>
873
+ <Recommendation>
874
+ <Improvement-Number>37</Improvement-Number>
875
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
876
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
877
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property. It is recommended to install a separate condensing boiler, independent of the range cooker, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
878
+ </Recommendation>
879
+ <Recommendation>
880
+ <Improvement-Number>38</Improvement-Number>
881
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
882
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
883
+ <Improvement-Description language="1">A condensing boiler is capable of much higher efficiencies than other types of boiler, meaning it will burn less fuel to heat the property. It is recommended to install a separate condensing boiler, independent of the range cooker, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
884
+ </Recommendation>
885
+ <Recommendation>
886
+ <Improvement-Number>39</Improvement-Number>
887
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
888
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
889
+ <Improvement-Description language="1">A biomass stove (also called a room heater) burns renewable fuel such as wood pellets and therefore is less damaging to the environment than the solid fuel room heater in this home. This improvement is most appropriate when the existing heating system needs repair or replacement. Provisions under the Clean Air Act apply to this work. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options. Contact the Energy Saving Trust for information about any grants that may be available.</Improvement-Description>
890
+ </Recommendation>
891
+ <Recommendation>
892
+ <Improvement-Number>40</Improvement-Number>
893
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
894
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
895
+ <Improvement-Description language="1">A full central heating system using a condensing boiler will provide space and water heating at greater efficiency than gas room heaters, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
896
+ </Recommendation>
897
+ <Recommendation>
898
+ <Improvement-Number>41</Improvement-Number>
899
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
900
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
901
+ <Improvement-Description language="1">A full central heating system using a condensing boiler will provide space and water heating at greater efficiency than gas room heaters, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
902
+ </Recommendation>
903
+ <Recommendation>
904
+ <Improvement-Number>42</Improvement-Number>
905
+ <Improvement-Summary language="1">Replace heating unit with mains gas condensing unit</Improvement-Summary>
906
+ <Improvement-Heading language="1">Mains gas condensing heating unit</Improvement-Heading>
907
+ <Improvement-Description language="1">Changing the heating to use a mains gas heating unit will save money, as mains gas is currently cheaper than the fuel being used at present. A condensing unit is capable of much higher efficiencies than other types, meaning it will burn less fuel to heat this property, but there may be exceptional circumstances making this impractical. Condensing units need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This improvement is most appropriate when the existing central heating unit needs repair or replacement. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
908
+ </Recommendation>
909
+ <Recommendation>
910
+ <Improvement-Number>43</Improvement-Number>
911
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
912
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
913
+ <Improvement-Description language="1">Condensing boilers have a much higher efficiency than other types of heating appliance, meaning they will burn less fuel to heat the property, but there may be exceptional circumstances making this impractical. Condensing boilers need a drain for the condensate which limits their location. Remember this when considering remodelling the room containing the existing boiler even if the latter is to be retained for the time being (for example a kitchen makeover). This option is best taken up when the present warm air unit requires repair or replacement. It is best to obtain advice from a qualified heating engineer. Ask the engineer to explain the options.</Improvement-Description>
914
+ </Recommendation>
915
+ <Recommendation>
916
+ <Improvement-Number>44</Improvement-Number>
917
+ <Improvement-Summary language="1">Wind turbine</Improvement-Summary>
918
+ <Improvement-Heading language="1">Wind turbine</Improvement-Heading>
919
+ <Improvement-Description language="1">A wind turbine provides electricity from wind energy. This electricity is used throughout the home in the same way as the electricity purchased from an energy supplier. The British Wind Energy Association has up-to-date information on suppliers of small-scale wind systems and any grant that may be available. Wind turbines are not suitable for all properties. The system’s effectiveness depends on local wind speeds and the presence of nearby obstructions, and a site survey should be undertaken by an accredited installer.</Improvement-Description>
920
+ </Recommendation>
921
+ </Country>
922
+ <Addendum>
923
+ <Addendum-Number>1</Addendum-Number>
924
+ <Circumstances>1. Wall type does not correspond to options available in RdSAP</Circumstances>
925
+ <Addendum-Text language="1">The dwelling has a type of wall that is not included in the available options. The nearest equivalent type was used for the assessment.</Addendum-Text>
926
+ <Addendum-Text language="2">Mae gan yr annedd fath o wal sydd heb ei gynnwys yn yr opsiynau sydd ar gael. Defnyddiwyd y math cyfatebol agosaf ar gyfer yr asesiad.</Addendum-Text>
927
+ </Addendum>
928
+ <Addendum>
929
+ <Addendum-Number>2</Addendum-Number>
930
+ <Circumstances>2. Room heater specified for water heating instead of a range cooker</Circumstances>
931
+ <Addendum-Text language="1">The water heating in this property is from a range cooker. A room heater using the same fuel, which gives similar ratings, was used for the assessment.</Addendum-Text>
932
+ <Addendum-Text language="2">Ffwrn sy’n gwresogi dŵr yr eiddo hwn. Defnyddiwyd twymwr ystafell sy’n arfer yr un tanwydd ac yn rhoi cyfraddiadau cyffelyb, ar gyfer yr asesiad.</Addendum-Text>
933
+ </Addendum>
934
+ <Addendum>
935
+ <Addendum-Number>3</Addendum-Number>
936
+ <Circumstances>3. Space heating from individual system and water heating from community system</Circumstances>
937
+ <Addendum-Text language="1">The water heating for this property is supplied from a community system. A multipoint gas heater, which gives similar ratings, was used for the assessment.</Addendum-Text>
938
+ <Addendum-Text language="2">System gymuned sy’n gwresogi dŵr yr eiddo hwn. Gwresogydd nwy aml-bwynt, sy’n rhoi cyfraddiadau cyffelyb, a ddefnyddiwyd ar gyfer yr asesiad.</Addendum-Text>
939
+ </Addendum>
940
+ <Addendum>
941
+ <Addendum-Number>4</Addendum-Number>
942
+ <Circumstances>4. Dwelling has a swimming pool</Circumstances>
943
+ <Addendum-Text language="1">The energy assessment for the dwelling does not include energy used to heat the swimming pool.</Addendum-Text>
944
+ <Addendum-Text language="2">Dydy asesiad ynni’r annedd ddim yn cynnwys yr ynni a gaiff ei ddefnyddio i wresogi’r pwll nofio.</Addendum-Text>
945
+ </Addendum>
946
+ <Addendum>
947
+ <Addendum-Number>5</Addendum-Number>
948
+ <Circumstances>5. Dwelling has micro-CHP</Circumstances>
949
+ <Addendum-Text language="1">The dwelling has a micro-CHP system. This is outside the scope of the assessment methodology and a condensing boiler was used for the assessment.</Addendum-Text>
950
+ <Addendum-Text language="2">Mae gan yr eiddo system ficro-CHP. Daw hyn y tu allan i’r dull asesu a defnyddiwyd bwyler cyddwyso ar gyfer yr asesiad.</Addendum-Text>
951
+ </Addendum>
952
+ <Addendum>
953
+ <Addendum-Number>6</Addendum-Number>
954
+ <Circumstances>6. Storage heater or dual immersion, and single electric meter</Circumstances>
955
+ <Addendum-Text language="1">A dual rate appliance(s) is present with a single-rate supply. A single-rate appliance has been used for the assessment. Changing the electricity tariff to an off-peak (dual rate) supply is likely to reduce fuel costs and improve the energy rating.</Addendum-Text>
956
+ <Addendum-Text language="2">Mae yma gyfarpar cyfradd ddeuol a chyflenwad cyfradd sengl. At ddibenion yr asesiad, cyfarpar cyfradd sengl sydd wedi’i ddefnyddio. Mae’n debyg y byddai newid y tariff trydan i gyflenwad heblaw’r cyflenwad oriau brig (cyfradd ddeuol) yn lleihau costau tanwydd ac yn gwella’r cyfraddiad ynni.</Addendum-Text>
957
+ </Addendum>
958
+ <Addendum>
959
+ <Addendum-Number>7</Addendum-Number>
960
+ <Circumstances>7. Heating controlled by TRVs only</Circumstances>
961
+ <Addendum-Text language="1">It has been noted that the heating is controlled by TRVs only, which is not one of the currently available options. The recommendation on heating controls should be understood as adding a programmer and room thermostat alongside the existing TRVs.</Addendum-Text>
962
+ <Addendum-Text language="2">Nodwyd bod y gwres yn cael ei reoli â TRVs yn unig, nad yw’n un o’r opsiynau sydd ar gael ar hyn o bryd. Dylid deall bod yr argymhelliad ynghylch rheoli’r gwres yn golygu ychwanegu rhaglennydd a thermostat ystafell ochr yn ochr â’r TRVs sydd ar gael eisoes.</Addendum-Text>
963
+ </Addendum>
964
+ <Addendum>
965
+ <Addendum-Number>8</Addendum-Number>
966
+ <Circumstances>8. PVs or wind turbine present on the property (England, Wales or Scotland)</Circumstances>
967
+ <Addendum-Text language="1">The assessment does not include any feed-in tariffs that may be applicable to this property.</Addendum-Text>
968
+ <Addendum-Text language="2">Dydy’r asesiad ddim yn cynnwys unrhyw dariff dechreuol a allai fod yn gymwys ar gyfer yr eiddo hwn.</Addendum-Text>
969
+ </Addendum>
970
+ <Related-Party-Disclosure>
971
+ <Disclosure-Code>1</Disclosure-Code>
972
+ <Disclosure-Text language="1">No related party</Disclosure-Text>
973
+ <Disclosure-Text language="2">Dim parti perthnasol</Disclosure-Text>
974
+ </Related-Party-Disclosure>
975
+ <Related-Party-Disclosure>
976
+ <Disclosure-Code>2</Disclosure-Code>
977
+ <Disclosure-Text language="1">Relative of homeowner or occupier of the property</Disclosure-Text>
978
+ <Disclosure-Text language="2">Perthynas i berchennog y cartref neu ddeiliad yr eiddo</Disclosure-Text>
979
+ </Related-Party-Disclosure>
980
+ <Related-Party-Disclosure>
981
+ <Disclosure-Code>3</Disclosure-Code>
982
+ <Disclosure-Text language="1">Residing at the property</Disclosure-Text>
983
+ <Disclosure-Text language="2">Yn byw yn yr eiddo</Disclosure-Text>
984
+ </Related-Party-Disclosure>
985
+ <Related-Party-Disclosure>
986
+ <Disclosure-Code>4</Disclosure-Code>
987
+ <Disclosure-Text language="1">Financial interest in the property</Disclosure-Text>
988
+ <Disclosure-Text language="2">Buddiant ariannol yn yr eiddo</Disclosure-Text>
989
+ </Related-Party-Disclosure>
990
+ <Related-Party-Disclosure>
991
+ <Disclosure-Code>5</Disclosure-Code>
992
+ <Disclosure-Text language="1">Owner or Director of the organisation dealing with the property transaction </Disclosure-Text>
993
+ <Disclosure-Text language="2">Perchennog neu Gyfarwyddwr y corff sy’n delio â’r trafodyn eiddo</Disclosure-Text>
994
+ </Related-Party-Disclosure>
995
+ <Related-Party-Disclosure>
996
+ <Disclosure-Code>6</Disclosure-Code>
997
+ <Disclosure-Text language="1">Employed by the professional dealing with the property transaction </Disclosure-Text>
998
+ <Disclosure-Text language="2">Wedi’i gyflogi gan y person proffesiynol sy’n delio â’r trafodyn eiddo</Disclosure-Text>
999
+ </Related-Party-Disclosure>
1000
+ <Related-Party-Disclosure>
1001
+ <Disclosure-Code>7</Disclosure-Code>
1002
+ <Disclosure-Text language="1">Relative of the professional dealing with the property transaction</Disclosure-Text>
1003
+ <Disclosure-Text language="2">Perthynas i’r person proffesiynol sy’n delio â’r trafodyn eiddo</Disclosure-Text>
1004
+ </Related-Party-Disclosure>
1005
+ </EPC:ExternalDefinitions>