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,44 @@
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:HIP="DCLG-HIP" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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
+ <!-- Include templates for all Business Entities used by the message -->
14
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
15
+ <!--***************************************************************************
16
+ Message Definition
17
+ *************************************************************************** -->
18
+ <xs:element name="ConditionReportChangeAccessRequest_1">
19
+ <xs:complexType>
20
+ <xs:sequence>
21
+ <xs:element name="Identification">
22
+ <xs:complexType>
23
+ <xs:complexContent>
24
+ <xs:extension base="CS:DefaultIdBlock">
25
+ <xs:sequence>
26
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
27
+ </xs:sequence>
28
+ </xs:extension>
29
+ </xs:complexContent>
30
+ </xs:complexType>
31
+ </xs:element>
32
+ <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
33
+ <xs:element name="Content">
34
+ <xs:complexType>
35
+ <xs:sequence>
36
+ <xs:element name="OldCode" type="HIP:RestrictedAccessCode"/>
37
+ <xs:element name="NewCode" type="HIP:RestrictedAccessCode"/>
38
+ </xs:sequence>
39
+ </xs:complexType>
40
+ </xs:element>
41
+ </xs:sequence>
42
+ </xs:complexType>
43
+ </xs:element>
44
+ </xs:schema>
@@ -0,0 +1,47 @@
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" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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="ConditionReportChangeAccessResponse_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" minOccurs="0"/>
34
+ <xs:element name="Content">
35
+ <xs:complexType>
36
+ <xs:choice>
37
+ <!-- If everything is OK then no response is actually required but a success flag doesn't hurt! -->
38
+ <xs:element name="Success" type="pfdt:Flag" fixed="Y"/>
39
+ <!-- This is the response if anything is wrong with the actual data in the message -->
40
+ <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
41
+ </xs:choice>
42
+ </xs:complexType>
43
+ </xs:element>
44
+ </xs:sequence>
45
+ </xs:complexType>
46
+ </xs:element>
47
+ </xs:schema>
@@ -0,0 +1,44 @@
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:HIP="DCLG-HIP" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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
+ <!-- Include templates for all Business Entities used by the message -->
14
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
15
+ <!--***************************************************************************
16
+ Message Definition
17
+ *************************************************************************** -->
18
+ <xs:element name="ConditionReportChangeStatusRequest_1">
19
+ <xs:complexType>
20
+ <xs:sequence>
21
+ <xs:element name="Identification">
22
+ <xs:complexType>
23
+ <xs:complexContent>
24
+ <xs:extension base="CS:DefaultIdBlock">
25
+ <xs:sequence>
26
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
27
+ </xs:sequence>
28
+ </xs:extension>
29
+ </xs:complexContent>
30
+ </xs:complexType>
31
+ </xs:element>
32
+ <xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
33
+ <xs:element name="Content">
34
+ <xs:complexType>
35
+ <xs:sequence>
36
+ <xs:element name="OldStatus" type="HIP:ReportStatusCode"/>
37
+ <xs:element name="NewStatus" type="HIP:ReportStatusCode"/>
38
+ </xs:sequence>
39
+ </xs:complexType>
40
+ </xs:element>
41
+ </xs:sequence>
42
+ </xs:complexType>
43
+ </xs:element>
44
+ </xs:schema>
@@ -0,0 +1,47 @@
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" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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="ConditionReportChangeStatusResponse_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" minOccurs="0"/>
34
+ <xs:element name="Content">
35
+ <xs:complexType>
36
+ <xs:choice>
37
+ <!-- If everything is OK then no response is actually required but a success flag doesn't hurt! -->
38
+ <xs:element name="Success" type="pfdt:Flag" fixed="Y"/>
39
+ <!-- This is the response if anything is wrong with the actual data in the message -->
40
+ <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
41
+ </xs:choice>
42
+ </xs:complexType>
43
+ </xs:element>
44
+ </xs:sequence>
45
+ </xs:complexType>
46
+ </xs:element>
47
+ </xs:schema>
@@ -0,0 +1,43 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Jim Bowery (Landmark Information Group Ltd.) -->
3
+ <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:SAP09="DCLG-SAP09" xmlns:SAP="DCLG-SAP" xmlns:HIP="DCLG-HIP" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
4
+ <!--
5
+ © 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.
6
+
7
+ -->
8
+ <!--***************************************************************************
9
+ Imports and Inclusions
10
+ *************************************************************************** -->
11
+ <!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
12
+ <xs:import namespace="DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
13
+ <xs:import namespace="DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
14
+ <xs:import namespace="DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
15
+ <!-- Include templates for all Business Entities used by the message -->
16
+ <xs:import namespace="DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
17
+ <!-- Add the New build SAP-EPC data model -->
18
+ <xs:import namespace="DCLG-SAP09" schemaLocation="../SAP-EPC/Templates/SAP09-Report.xsd"/>
19
+ <xs:import namespace="DCLG-SAP" schemaLocation="../Templates/SAP-Reports.xsd"/>
20
+ <!--***************************************************************************
21
+ Message Definition
22
+ *************************************************************************** -->
23
+ <xs:element name="ConditionReportCreateRequest_1">
24
+ <xs:complexType>
25
+ <xs:sequence>
26
+ <xs:element name="Identification" type="CS:DefaultIdBlock"/>
27
+ <xs:element name="Configuration" type="CS:CreateRequestConfigBlock"/>
28
+ <xs:element name="Content">
29
+ <xs:complexType>
30
+ <xs:sequence>
31
+ <xs:choice>
32
+ <xs:element name="SAP-EPC-Data" type="SAP09:Energy-Performance-Certificate"/>
33
+ <xs:element name="EPC-Data" type="SAP:Energy-Performance-Certificate"/>
34
+ <xs:element name="HCR-Data" type="HIP:Home-Condition-Report"/>
35
+ </xs:choice>
36
+ <xs:element name="PDF" type="xs:base64Binary" minOccurs="0"/>
37
+ </xs:sequence>
38
+ </xs:complexType>
39
+ </xs:element>
40
+ </xs:sequence>
41
+ </xs:complexType>
42
+ </xs:element>
43
+ </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" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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,88 @@
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:SAP09="DCLG-SAP09" xmlns:SAP="DCLG-SAP" xmlns:pfdt="DCLG-HIP/BaseDataTypes" xmlns:HIP="DCLG-HIP" xmlns:REG="http://www.epbniregister.com" xmlns="DCLG-HIP" targetNamespace="http://www.epbniregister.com" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-NI-17.1">
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-SAP09" schemaLocation="../SAP-EPC/Templates/SAP09-Report.xsd"/>
18
+ <xs:import namespace="DCLG-SAP" schemaLocation="../Templates/SAP-Reports.xsd"/>
19
+ <!--***************************************************************************
20
+ Response Message Definition
21
+ The response from the service may be:
22
+ * A summary list of available Reports
23
+ * A PDF of one of the Reports
24
+ * A list of exceptions
25
+ *************************************************************************** -->
26
+ <xs:element name="ConditionReportRetrieveResponse_1">
27
+ <xs:complexType>
28
+ <xs:sequence>
29
+ <xs:element name="Identification">
30
+ <xs:complexType>
31
+ <xs:complexContent>
32
+ <xs:extension base="CS:DefaultIdBlock">
33
+ <xs:sequence>
34
+ <xs:element name="Identifier" type="HIP:ReportKeyFields"/>
35
+ </xs:sequence>
36
+ </xs:extension>
37
+ </xs:complexContent>
38
+ </xs:complexType>
39
+ </xs:element>
40
+ <xs:element name="Configuration">
41
+ <xs:complexType>
42
+ <xs:complexContent>
43
+ <xs:extension base="CS:SearchResponseConfigBlock">
44
+ <xs:sequence>
45
+ <xs:element name="LatestRetrieved" type="pfdt:Flag"/>
46
+ </xs:sequence>
47
+ </xs:extension>
48
+ </xs:complexContent>
49
+ </xs:complexType>
50
+ </xs:element>
51
+ <xs:choice>
52
+ <!-- This is the valid response if everthing is OK -->
53
+ <xs:element name="Content">
54
+ <xs:complexType>
55
+ <xs:choice>
56
+ <xs:element name="Report-List" maxOccurs="unbounded">
57
+ <xs:complexType>
58
+ <xs:all>
59
+ <xs:element name="Report-Summary">
60
+ <xs:complexType>
61
+ <xs:all>
62
+ <xs:element name="RRN" type="pfdt:RRNType"/>
63
+ <xs:element name="Inspection-Date" type="xs:date"/>
64
+ <xs:element name="HI-Name" type="HIP:PersonNameType"/>
65
+ <xs:element name="HI-Certificate" type="HIP:CertificateNumberType"/>
66
+ <xs:element name="Restricted-Access" type="HIP:RestrictedAccessCode"/>
67
+ <xs:element name="Report-Status" type="HIP:ReportStatusCode"/>
68
+ </xs:all>
69
+ </xs:complexType>
70
+ </xs:element>
71
+ </xs:all>
72
+ </xs:complexType>
73
+ </xs:element>
74
+ <xs:element name="PDF" type="xs:base64Binary"/>
75
+ <xs:element name="HCR-Header" type="HIP:Report-Header"/>
76
+ <xs:element name="HCR-Data" type="HIP:Home-Condition-Report"/>
77
+ <xs:element name="EPC-Data" type="SAP:Energy-Performance-Certificate"/>
78
+ <xs:element name="SAP-EPC-Data" type="SAP09:Energy-Performance-Certificate"/>
79
+ </xs:choice>
80
+ </xs:complexType>
81
+ </xs:element>
82
+ <!-- This is the response if anything is wrong with the actual data in the message -->
83
+ <xs:element name="ExceptionList" type="ERR:ExceptionList"/>
84
+ </xs:choice>
85
+ </xs:sequence>
86
+ </xs:complexType>
87
+ </xs:element>
88
+ </xs:schema>
@@ -0,0 +1,1352 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--EPC Recommendations, RdSAP Addenda, Transaction Types, Tenures 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>4.6</Revision-Number>
5
+ <Revision-Date>2012-12-10</Revision-Date>
6
+ <Country>
7
+ <Country-Code>EAW</Country-Code>
8
+ <Average-SAP-Rating>60</Average-SAP-Rating>
9
+ <Recommendation>
10
+ <Improvement-Number>1</Improvement-Number>
11
+ <Improvement-Summary language="1">Insulate hot water cylinder with 80 mm jacket</Improvement-Summary>
12
+ <Improvement-Summary language="2">Inswleiddio’r silindr dŵr poeth gyda siaced 80 mm</Improvement-Summary>
13
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
14
+ <Improvement-Heading language="2">Inswleiddiad silindr dŵr poeth</Improvement-Heading>
15
+ <Improvement-Description language="1">Insulate hot water cylinder with 80 mm jacket</Improvement-Description>
16
+ <Improvement-Description language="2">Inswleiddiad silindr dŵr poeth</Improvement-Description>
17
+ </Recommendation>
18
+ <Recommendation>
19
+ <Improvement-Number>2</Improvement-Number>
20
+ <Improvement-Summary language="1">Increase hot water cylinder insulation</Improvement-Summary>
21
+ <Improvement-Summary language="2">Cynyddu inswleiddiad dŵr poeth</Improvement-Summary>
22
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
23
+ <Improvement-Heading language="2">Inswleiddiad silindr dŵr poeth</Improvement-Heading>
24
+ <Improvement-Description language="1">Increase hot water cylinder insulation</Improvement-Description>
25
+ <Improvement-Description language="2">Cynyddu inswleiddiad dŵr poeth</Improvement-Description>
26
+ </Recommendation>
27
+ <Recommendation>
28
+ <Improvement-Number>3</Improvement-Number>
29
+ <Improvement-Summary language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary>
30
+ <Improvement-Summary language="2">Ychwanegu siaced 80 mm ychwanegol i’r siaced dŵr poeth</Improvement-Summary>
31
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
32
+ <Improvement-Heading language="2">Inswleiddiad silindr dŵr poeth</Improvement-Heading>
33
+ <Improvement-Description language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Description>
34
+ <Improvement-Description language="2">Inswleiddiad silindr dŵr poeth</Improvement-Description>
35
+ </Recommendation>
36
+ <Recommendation>
37
+ <Improvement-Number>4</Improvement-Number>
38
+ <Improvement-Summary language="1">Hot water cylinder thermostat</Improvement-Summary>
39
+ <Improvement-Summary language="2">Thermostat silindr dŵr poeth</Improvement-Summary>
40
+ <Improvement-Heading language="1">Cylinder thermostat</Improvement-Heading>
41
+ <Improvement-Heading language="2">Thermostat silindr</Improvement-Heading>
42
+ <Improvement-Description language="1">Hot water cylinder thermostat</Improvement-Description>
43
+ <Improvement-Description language="2">Thermostat silindr dŵr poeth</Improvement-Description>
44
+ </Recommendation>
45
+ <Recommendation>
46
+ <Improvement-Number>5</Improvement-Number>
47
+ <Improvement-Summary language="1">Increase loft insulation to 270 mm</Improvement-Summary>
48
+ <Improvement-Summary language="2">Cynyddu inswleiddiad croglofft i 270 mm</Improvement-Summary>
49
+ <Improvement-Heading language="1">Loft insulation</Improvement-Heading>
50
+ <Improvement-Heading language="2">Inswleiddiad croglofft</Improvement-Heading>
51
+ <Improvement-Description language="1">Increase loft insulation to 270 mm</Improvement-Description>
52
+ <Improvement-Description language="2">Cynyddu inswleiddiad croglofft i 270 mm</Improvement-Description>
53
+ </Recommendation>
54
+ <Recommendation>
55
+ <Improvement-Number>6</Improvement-Number>
56
+ <Improvement-Summary language="1">Cavity wall insulation</Improvement-Summary>
57
+ <Improvement-Summary language="2">Inswleiddio waliau ceudod</Improvement-Summary>
58
+ <Improvement-Heading language="1">Cavity wall insulation</Improvement-Heading>
59
+ <Improvement-Heading language="2">Inswleiddio waliau ceudod</Improvement-Heading>
60
+ <Improvement-Description language="1">Cavity wall insulation</Improvement-Description>
61
+ <Improvement-Description language="2">Inswleiddio waliau ceudod</Improvement-Description>
62
+ </Recommendation>
63
+ <Recommendation>
64
+ <Improvement-Number>7</Improvement-Number>
65
+ <Improvement-Summary language="1">Internal or external wall insulation</Improvement-Summary>
66
+ <Improvement-Summary language="2">Inswleiddio waliau mewnol neu allanol</Improvement-Summary>
67
+ <Improvement-Heading language="1">Internal or external wall insulation</Improvement-Heading>
68
+ <Improvement-Heading language="2">Inswleiddio waliau mewnol neu allanol</Improvement-Heading>
69
+ <Improvement-Description language="1">Internal or external wall insulation</Improvement-Description>
70
+ <Improvement-Description language="2">Inswleiddio waliau mewnol neu allanol</Improvement-Description>
71
+ </Recommendation>
72
+ <Recommendation>
73
+ <Improvement-Number>8</Improvement-Number>
74
+ <Improvement-Summary language="1">Replace single glazed windows with low-E double glazing</Improvement-Summary>
75
+ <Improvement-Summary language="2">Newid ffenestri gwydr sengl am rai gwydr dwbl E-isel</Improvement-Summary>
76
+ <Improvement-Heading language="1">Double glazing</Improvement-Heading>
77
+ <Improvement-Heading language="2">Gwydr dwbl</Improvement-Heading>
78
+ <Improvement-Description language="1">Double glazing</Improvement-Description>
79
+ <Improvement-Description language="2">Gwydr dwbl</Improvement-Description>
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 to single glazed windows</Improvement-Description>
88
+ <Improvement-Description language="2">Gwydriad eilaidd i ffenestri gwydr sengl</Improvement-Description>
89
+ </Recommendation>
90
+ <Recommendation>
91
+ <Improvement-Number>10</Improvement-Number>
92
+ <Improvement-Summary language="1">Draught proofing</Improvement-Summary>
93
+ <Improvement-Summary language="2">Atal drafftiau</Improvement-Summary>
94
+ <Improvement-Heading language="1">Draught proofing</Improvement-Heading>
95
+ <Improvement-Heading language="2">Atal drafftiau</Improvement-Heading>
96
+ <Improvement-Description language="1">Draught proofing</Improvement-Description>
97
+ <Improvement-Description language="2">Atal drafftiau</Improvement-Description>
98
+ </Recommendation>
99
+ <Recommendation>
100
+ <Improvement-Number>11</Improvement-Number>
101
+ <Improvement-Summary language="1">Heating controls (programmer, room thermostat and TRVs)</Improvement-Summary>
102
+ <Improvement-Summary language="2">Rheolyddion gwres (rhaglennydd, thermostat ystafell a TRVs)</Improvement-Summary>
103
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
104
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwres</Improvement-Heading>
105
+ <Improvement-Description language="1">Heating controls (programmer, thermostat, TRVs)</Improvement-Description>
106
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwres</Improvement-Description>
107
+ </Recommendation>
108
+ <Recommendation>
109
+ <Improvement-Number>12</Improvement-Number>
110
+ <Improvement-Summary language="1">Heating controls (room thermostat and TRVs)</Improvement-Summary>
111
+ <Improvement-Summary language="2">Rheolyddion gwres (thermostat ystafell a falfiau rheiddiadur thermostatig)</Improvement-Summary>
112
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
113
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwres</Improvement-Heading>
114
+ <Improvement-Description language="1">Heating controls (room thermostat and TRVs)</Improvement-Description>
115
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwres</Improvement-Description>
116
+ </Recommendation>
117
+ <Recommendation>
118
+ <Improvement-Number>13</Improvement-Number>
119
+ <Improvement-Summary language="1">Heating controls (thermostatic radiator valves)</Improvement-Summary>
120
+ <Improvement-Summary language="2">Rheolyddion gwresogi (falfiau rheiddiadur thermostatig)</Improvement-Summary>
121
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
122
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwres</Improvement-Heading>
123
+ <Improvement-Description language="1">Heating controls (TRVs)</Improvement-Description>
124
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwres</Improvement-Description>
125
+ </Recommendation>
126
+ <Recommendation>
127
+ <Improvement-Number>14</Improvement-Number>
128
+ <Improvement-Summary language="1">Heating controls (room thermostat)</Improvement-Summary>
129
+ <Improvement-Summary language="2">Rheolyddion gwres (thermostat ystafell)</Improvement-Summary>
130
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
131
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwres</Improvement-Heading>
132
+ <Improvement-Description language="1">Heating controls (room thermostat)</Improvement-Description>
133
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwres</Improvement-Description>
134
+ </Recommendation>
135
+ <Recommendation>
136
+ <Improvement-Number>15</Improvement-Number>
137
+ <Improvement-Summary language="1">Heating controls (programmer and TRVs)</Improvement-Summary>
138
+ <Improvement-Summary language="2">Rheolyddion gwresogi (rhaglennydd a falfiau rheiddiadur thermostatig)</Improvement-Summary>
139
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
140
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwres</Improvement-Heading>
141
+ <Improvement-Description language="1">Heating controls (programmer and TRVs)</Improvement-Description>
142
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwres</Improvement-Description>
143
+ </Recommendation>
144
+ <Recommendation>
145
+ <Improvement-Number>16</Improvement-Number>
146
+ <Improvement-Summary language="1">Heating controls (time and temperature zone control)</Improvement-Summary>
147
+ <Improvement-Summary language="2">Rheolyddion gwresogi (rheolydd amser a pharth gwres)</Improvement-Summary>
148
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
149
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwres</Improvement-Heading>
150
+ <Improvement-Description language="1">Heating controls (zone control)</Improvement-Description>
151
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwres</Improvement-Description>
152
+ </Recommendation>
153
+ <Recommendation>
154
+ <Improvement-Number>17</Improvement-Number>
155
+ <Improvement-Summary language="1">Heating controls (programmer and room thermostat)</Improvement-Summary>
156
+ <Improvement-Summary language="2">Rheolyddion gwresogi (rhaglennydd a thermostat ystafell)</Improvement-Summary>
157
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
158
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwresogi</Improvement-Heading>
159
+ <Improvement-Description language="1">Heating controls (programmer and thermostat)</Improvement-Description>
160
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwresogi</Improvement-Description>
161
+ </Recommendation>
162
+ <Recommendation>
163
+ <Improvement-Number>18</Improvement-Number>
164
+ <Improvement-Summary language="1">Heating controls (room thermostat)</Improvement-Summary>
165
+ <Improvement-Summary language="2">Rheolyddion gwresogi (thermostat ystafell)</Improvement-Summary>
166
+ <Improvement-Heading language="1">Heating controls</Improvement-Heading>
167
+ <Improvement-Heading language="2">Uwchraddio rheolyddion gwresogi</Improvement-Heading>
168
+ <Improvement-Description language="1">Heating controls (room thermostat)</Improvement-Description>
169
+ <Improvement-Description language="2">Uwchraddio rheolyddion gwresogi</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">Solar water heating</Improvement-Description>
178
+ <Improvement-Description language="2">Gwresogi dŵr solar</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">Condensing boiler</Improvement-Heading>
185
+ <Improvement-Heading language="2">Bwyler cyddwyso newydd</Improvement-Heading>
186
+ <Improvement-Description language="1">Condensing boiler</Improvement-Description>
187
+ <Improvement-Description language="2">Bwyler cyddwyso newydd</Improvement-Description>
188
+ </Recommendation>
189
+ <Recommendation>
190
+ <Improvement-Number>22</Improvement-Number>
191
+ <Improvement-Summary language="1">Replace boiler with biomass boiler</Improvement-Summary>
192
+ <Improvement-Summary language="2">Cyfnewid bwyler am fwyler biomas</Improvement-Summary>
193
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
194
+ <Improvement-Heading language="2">Bwyler biomas</Improvement-Heading>
195
+ <Improvement-Description language="1">Biomass boiler</Improvement-Description>
196
+ <Improvement-Description language="2">Bwyler biomas</Improvement-Description>
197
+ </Recommendation>
198
+ <Recommendation>
199
+ <Improvement-Number>23</Improvement-Number>
200
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
201
+ <Improvement-Summary language="2">Ffwrn pelennau coed gyda bwyler a rheiddiaduron </Improvement-Summary>
202
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
203
+ <Improvement-Heading language="2">Ffwrn biomas gyda bwyler</Improvement-Heading>
204
+ <Improvement-Description language="1">Biomass stove with boiler</Improvement-Description>
205
+ <Improvement-Description language="2">Ffwrn biomas gyda bwyler</Improvement-Description>
206
+ </Recommendation>
207
+ <Recommendation>
208
+ <Improvement-Number>24</Improvement-Number>
209
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
210
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan a silindr trochi deuol</Improvement-Summary>
211
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
212
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
213
+ <Improvement-Description language="1">Fan assisted storage heaters</Improvement-Description>
214
+ <Improvement-Description language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Description>
215
+ </Recommendation>
216
+ <Recommendation>
217
+ <Improvement-Number>25</Improvement-Number>
218
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
219
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Summary>
220
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
221
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
222
+ <Improvement-Description language="1">Fan assisted storage heaters</Improvement-Description>
223
+ <Improvement-Description language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Description>
224
+ </Recommendation>
225
+ <Recommendation>
226
+ <Improvement-Number>26</Improvement-Number>
227
+ <Improvement-Summary language="1">Replacement warm air unit</Improvement-Summary>
228
+ <Improvement-Summary language="2">Cyfnewid uned aer poeth</Improvement-Summary>
229
+ <Improvement-Heading language="1">Replacement warm air unit</Improvement-Heading>
230
+ <Improvement-Heading language="2">Cyfnewid uned aer poeth</Improvement-Heading>
231
+ <Improvement-Description language="1">Replacement warm air unit</Improvement-Description>
232
+ <Improvement-Description language="2">Cyfnewid uned aer poeth</Improvement-Description>
233
+ </Recommendation>
234
+ <Recommendation>
235
+ <Improvement-Number>27</Improvement-Number>
236
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
237
+ <Improvement-Summary language="2">Newid system wresogi i fwyler cyddwyso nwy</Improvement-Summary>
238
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
239
+ <Improvement-Heading language="2">Bwyler cyddwyso nwy</Improvement-Heading>
240
+ <Improvement-Description language="1">Gas condensing boiler</Improvement-Description>
241
+ <Improvement-Description language="2">Bwyler cyddwyso nwy</Improvement-Description>
242
+ </Recommendation>
243
+ <Recommendation>
244
+ <Improvement-Number>28</Improvement-Number>
245
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
246
+ <Improvement-Summary language="2">Bwyler cyddwyso olew gyda rheiddiaduron</Improvement-Summary>
247
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
248
+ <Improvement-Heading language="2">Bwyler cyddwyso olew</Improvement-Heading>
249
+ <Improvement-Description language="1">Condensing oil boiler</Improvement-Description>
250
+ <Improvement-Description language="2">Bwyler cyddwyso olew</Improvement-Description>
251
+ </Recommendation>
252
+ <Recommendation>
253
+ <Improvement-Number>29</Improvement-Number>
254
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
255
+ <Improvement-Summary language="2">Newid system wresogi i fwyler cyddwyso nwy</Improvement-Summary>
256
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
257
+ <Improvement-Heading language="2">Bwyler cyddwyso nwy</Improvement-Heading>
258
+ <Improvement-Description language="1">Gas condensing boiler</Improvement-Description>
259
+ <Improvement-Description language="2">Bwyler cyddwyso nwy</Improvement-Description>
260
+ </Recommendation>
261
+ <Recommendation>
262
+ <Improvement-Number>30</Improvement-Number>
263
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
264
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan a silindr trochi deuol</Improvement-Summary>
265
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
266
+ <Improvement-Heading language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Heading>
267
+ <Improvement-Description language="1">Fan assisted storage heaters</Improvement-Description>
268
+ <Improvement-Description language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Description>
269
+ </Recommendation>
270
+ <Recommendation>
271
+ <Improvement-Number>31</Improvement-Number>
272
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
273
+ <Improvement-Summary language="2">Gwresogyddion stôr â chymorth ffan</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">Fan assisted storage heaters</Improvement-Description>
277
+ <Improvement-Description language="2">Gwresogyddion stôr â chymorth ffan</Improvement-Description>
278
+ </Recommendation>
279
+ <Recommendation>
280
+ <Improvement-Number>34</Improvement-Number>
281
+ <Improvement-Summary language="1">Solar photovoltaic panels, 2.5 kWp</Improvement-Summary>
282
+ <Improvement-Summary language="2">Paneli solar ffotofoltäig, 2.5 kWp</Improvement-Summary>
283
+ <Improvement-Heading language="1">Solar photovoltaic panels</Improvement-Heading>
284
+ <Improvement-Heading language="2">Paneli solar ffotofoltäig</Improvement-Heading>
285
+ <Improvement-Description language="1">Solar photovoltaic panels</Improvement-Description>
286
+ <Improvement-Description language="2">Paneli solar ffotofoltäig</Improvement-Description>
287
+ </Recommendation>
288
+ <Recommendation>
289
+ <Improvement-Number>35</Improvement-Number>
290
+ <Improvement-Summary language="1">Low energy lighting for all fixed outlets</Improvement-Summary>
291
+ <Improvement-Summary language="2">Goleuo ynni isel ar gyfer yr holl osodiadau sefydlog</Improvement-Summary>
292
+ <Improvement-Heading language="1">Low energy lighting</Improvement-Heading>
293
+ <Improvement-Heading language="2">Goleuo ynni isel</Improvement-Heading>
294
+ <Improvement-Description language="1">Low energy lighting</Improvement-Description>
295
+ <Improvement-Description language="2">Goleuo ynni isel</Improvement-Description>
296
+ </Recommendation>
297
+ <Recommendation>
298
+ <Improvement-Number>36</Improvement-Number>
299
+ <Improvement-Summary language="1">Replace heating unit with condensing unit</Improvement-Summary>
300
+ <Improvement-Summary language="2">Cyfnewid uned wresogi am uned gyddwyso newydd</Improvement-Summary>
301
+ <Improvement-Heading language="1">Condensing heating unit</Improvement-Heading>
302
+ <Improvement-Heading language="2">Gosod uned wresogi gyddwyso</Improvement-Heading>
303
+ <Improvement-Description language="1">Condensing heating unit</Improvement-Description>
304
+ <Improvement-Description language="2">Gosod uned wresogi gyddwyso</Improvement-Description>
305
+ </Recommendation>
306
+ <Recommendation>
307
+ <Improvement-Number>37</Improvement-Number>
308
+ <Improvement-Summary language="1">Condensing boiler (separate from the range cooker)</Improvement-Summary>
309
+ <Improvement-Summary language="2">Gosod bwyler cyddwyso (ar wahân i’r popty estynedig)</Improvement-Summary>
310
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
311
+ <Improvement-Heading language="2">Gosod bwyler cyddwyso</Improvement-Heading>
312
+ <Improvement-Description language="1">Condensing boiler</Improvement-Description>
313
+ <Improvement-Description language="2">Gosod bwyler cyddwyso</Improvement-Description>
314
+ </Recommendation>
315
+ <Recommendation>
316
+ <Improvement-Number>38</Improvement-Number>
317
+ <Improvement-Summary language="1">Condensing boiler (separate from the range cooker)</Improvement-Summary>
318
+ <Improvement-Summary language="2">Gosod bwyler cyddwyso (ar wahân i’r cwcer estynedig)</Improvement-Summary>
319
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
320
+ <Improvement-Heading language="2">Gosod bwyler cyddwyso</Improvement-Heading>
321
+ <Improvement-Description language="1">Condensing boiler</Improvement-Description>
322
+ <Improvement-Description language="2">Gosod bwyler cyddwyso</Improvement-Description>
323
+ </Recommendation>
324
+ <Recommendation>
325
+ <Improvement-Number>39</Improvement-Number>
326
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
327
+ <Improvement-Summary language="2">Stôf pelenni pren gyda bwyler a rheiddiaduron</Improvement-Summary>
328
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
329
+ <Improvement-Heading language="2">Stôf biomas gyda bwyler</Improvement-Heading>
330
+ <Improvement-Description language="1">Biomass stove with boiler</Improvement-Description>
331
+ <Improvement-Description language="2">Stôf biomas gyda bwyler</Improvement-Description>
332
+ </Recommendation>
333
+ <Recommendation>
334
+ <Improvement-Number>40</Improvement-Number>
335
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
336
+ <Improvement-Summary language="2">Newid gwresogyddion ystafell i fwyler cyddwyso</Improvement-Summary>
337
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
338
+ <Improvement-Heading language="2">Bwyler cyddwyso</Improvement-Heading>
339
+ <Improvement-Description language="1">Condensing boiler</Improvement-Description>
340
+ <Improvement-Description language="2">Bwyler cyddwyso</Improvement-Description>
341
+ </Recommendation>
342
+ <Recommendation>
343
+ <Improvement-Number>42</Improvement-Number>
344
+ <Improvement-Summary language="1">Replace heating unit with mains gas condensing unit</Improvement-Summary>
345
+ <Improvement-Summary language="2">Cyfnewid uned wresogi am uned gyddwyso prif gyflenwad nwy</Improvement-Summary>
346
+ <Improvement-Heading language="1">Mains gas condensing heating unit</Improvement-Heading>
347
+ <Improvement-Heading language="2">Uned wresogi gyddwyso prif gyflenwad nwy</Improvement-Heading>
348
+ <Improvement-Description language="1">Mains gas condensing heating unit</Improvement-Description>
349
+ <Improvement-Description language="2">Uned wresogi gyddwyso prif gyflenwad nwy</Improvement-Description>
350
+ </Recommendation>
351
+ <Recommendation>
352
+ <Improvement-Number>44</Improvement-Number>
353
+ <Improvement-Summary language="1">Wind turbine</Improvement-Summary>
354
+ <Improvement-Summary language="2">Tyrbin gwynt</Improvement-Summary>
355
+ <Improvement-Heading language="1">Wind turbine</Improvement-Heading>
356
+ <Improvement-Heading language="2">Tyrbin gwynt</Improvement-Heading>
357
+ <Improvement-Description language="1">Wind turbine</Improvement-Description>
358
+ <Improvement-Description language="2">Tyrbin gwynt</Improvement-Description>
359
+ </Recommendation>
360
+ <Recommendation>
361
+ <Improvement-Number>45</Improvement-Number>
362
+ <Improvement-Summary language="1">Flat roof insulation</Improvement-Summary>
363
+ <Improvement-Summary language="2">Insiwleiddio to fflat</Improvement-Summary>
364
+ <Improvement-Heading language="1">Flat roof insulation</Improvement-Heading>
365
+ <Improvement-Heading language="2">Insiwleiddio to fflat</Improvement-Heading>
366
+ <Improvement-Description language="1">Flat roof insulation</Improvement-Description>
367
+ <Improvement-Description language="2">Insiwleiddio to fflat</Improvement-Description>
368
+ </Recommendation>
369
+ <Recommendation>
370
+ <Improvement-Number>46</Improvement-Number>
371
+ <Improvement-Summary language="1">Room-in-roof insulation</Improvement-Summary>
372
+ <Improvement-Summary language="2">Insiwleiddio ystafell-yn-y-to</Improvement-Summary>
373
+ <Improvement-Heading language="1">Room-in-roof insulation</Improvement-Heading>
374
+ <Improvement-Heading language="2">Insiwleiddio ystafell-yn-y-to</Improvement-Heading>
375
+ <Improvement-Description language="1">Room-in-roof insulation</Improvement-Description>
376
+ <Improvement-Description language="2">Insiwleiddio ystafell-yn-y-to</Improvement-Description>
377
+ </Recommendation>
378
+ <Recommendation>
379
+ <Improvement-Number>47</Improvement-Number>
380
+ <Improvement-Summary language="1">Floor insulation</Improvement-Summary>
381
+ <Improvement-Summary language="2">Insiwleiddio llawr</Improvement-Summary>
382
+ <Improvement-Heading language="1">Floor insulation</Improvement-Heading>
383
+ <Improvement-Heading language="2">Insiwleiddio llawr</Improvement-Heading>
384
+ <Improvement-Description language="1">Floor insulation</Improvement-Description>
385
+ <Improvement-Description language="2">Insiwleiddio llawr</Improvement-Description>
386
+ </Recommendation>
387
+ <Recommendation>
388
+ <Improvement-Number>48</Improvement-Number>
389
+ <Improvement-Summary language="1">High performance external doors</Improvement-Summary>
390
+ <Improvement-Summary language="2">Drysau allanol perfformiad uchel</Improvement-Summary>
391
+ <Improvement-Heading language="1">High performance external doors</Improvement-Heading>
392
+ <Improvement-Heading language="2">Drysau allanol perfformiad uchel</Improvement-Heading>
393
+ <Improvement-Description language="1">High performance external doors</Improvement-Description>
394
+ <Improvement-Description language="2">Drysau allanol perfformiad uchel</Improvement-Description>
395
+ </Recommendation>
396
+ <Recommendation>
397
+ <Improvement-Number>49</Improvement-Number>
398
+ <Improvement-Summary language="1">Heat recovery system for mixer showers</Improvement-Summary>
399
+ <Improvement-Summary language="2">System adfer gwres ar gyfer cawodydd cymysgu</Improvement-Summary>
400
+ <Improvement-Heading language="1">Heat recovery system for mixer showers</Improvement-Heading>
401
+ <Improvement-Heading language="2">System adfer gwres ar gyfer cawodydd cymysgu</Improvement-Heading>
402
+ <Improvement-Description language="1">Heat recovery system for mixer showers</Improvement-Description>
403
+ <Improvement-Description language="2">System adfer gwres ar gyfer cawodydd cymysgu</Improvement-Description>
404
+ </Recommendation>
405
+ <Recommendation>
406
+ <Improvement-Number>50</Improvement-Number>
407
+ <Improvement-Summary language="1">Flue gas heat recovery device in conjunction with boiler</Improvement-Summary>
408
+ <Improvement-Summary language="2">Dyfais adfer gwres nwyon ffliw ar y cyd â boeler</Improvement-Summary>
409
+ <Improvement-Heading language="1">Flue gas heat recovery</Improvement-Heading>
410
+ <Improvement-Heading language="2">Adfer gwres nwyon ffliw</Improvement-Heading>
411
+ <Improvement-Description language="1">Flue gas heat recovery</Improvement-Description>
412
+ <Improvement-Description language="2">Adfer gwres nwyon ffliw</Improvement-Description>
413
+ </Recommendation>
414
+ <Recommendation>
415
+ <Improvement-Number>51</Improvement-Number>
416
+ <Improvement-Summary language="1">Air or ground source heat pump</Improvement-Summary>
417
+ <Improvement-Summary language="2">Pwmp gwres o’r aer neu’r ddaear</Improvement-Summary>
418
+ <Improvement-Heading language="1">Air or ground source heat pump</Improvement-Heading>
419
+ <Improvement-Heading language="2">Pwmp gwres o’r aer neu’r ddaear</Improvement-Heading>
420
+ <Improvement-Description language="1">..</Improvement-Description>
421
+ <Improvement-Description language="2">..</Improvement-Description>
422
+ </Recommendation>
423
+ <Recommendation>
424
+ <Improvement-Number>52</Improvement-Number>
425
+ <Improvement-Summary language="1">Air or ground source heat pump with underfloor heating</Improvement-Summary>
426
+ <Improvement-Summary language="2">Pwmp gwres o’r aer neu’r ddaear gyda gwresogi tanlawr</Improvement-Summary>
427
+ <Improvement-Heading language="1">Air or ground source heat pump with underfloor heating</Improvement-Heading>
428
+ <Improvement-Heading language="2">Pwmp gwres o’r aer neu’r ddaear gyda gwresogi tanlawr</Improvement-Heading>
429
+ <Improvement-Description language="1">..</Improvement-Description>
430
+ <Improvement-Description language="2">..</Improvement-Description>
431
+ </Recommendation>
432
+ <Recommendation>
433
+ <Improvement-Number>53</Improvement-Number>
434
+ <Improvement-Summary language="1">Micro CHP</Improvement-Summary>
435
+ <Improvement-Summary language="2">CHP meicro</Improvement-Summary>
436
+ <Improvement-Heading language="1">Micro CHP</Improvement-Heading>
437
+ <Improvement-Heading language="2">CHP meicro</Improvement-Heading>
438
+ <Improvement-Description language="1">..</Improvement-Description>
439
+ <Improvement-Description language="2">..</Improvement-Description>
440
+ </Recommendation>
441
+ <Recommendation>
442
+ <Improvement-Number>54</Improvement-Number>
443
+ <Improvement-Summary language="1">Biomass boiler (Exempted Appliance if in Smoke Control Area)</Improvement-Summary>
444
+ <Improvement-Summary language="2">Boeler biomàs (Cyfarpar wedi’i Eithrio os mewn Ardal Reoli Mwg)</Improvement-Summary>
445
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
446
+ <Improvement-Heading language="2">Boeler biomàs</Improvement-Heading>
447
+ <Improvement-Description language="1">..</Improvement-Description>
448
+ <Improvement-Description language="2">..</Improvement-Description>
449
+ </Recommendation>
450
+ <Recommendation>
451
+ <Improvement-Number>55</Improvement-Number>
452
+ <Improvement-Summary language="1">External insulation with cavity wall insulation</Improvement-Summary>
453
+ <Improvement-Summary language="2">Insiwleiddio allanol gydag insiwleiddio waliau ceudod</Improvement-Summary>
454
+ <Improvement-Heading language="1">External and cavity wall insulation</Improvement-Heading>
455
+ <Improvement-Heading language="2">Insiwleiddio waliau ceudod ac allanol</Improvement-Heading>
456
+ <Improvement-Description language="1">..</Improvement-Description>
457
+ <Improvement-Description language="2">..</Improvement-Description>
458
+ </Recommendation>
459
+ <Footnote-Text language="1"/>
460
+ <Footnote-Text language="2"/>
461
+ <Transaction-Type>
462
+ <Display-Order>1</Display-Order>
463
+ <Transaction-Code>6</Transaction-Code>
464
+ <Transaction-Text>New dwelling</Transaction-Text>
465
+ <In-RdSAP>false</In-RdSAP>
466
+ </Transaction-Type>
467
+ <Transaction-Type>
468
+ <Display-Order>2</Display-Order>
469
+ <Transaction-Code>1</Transaction-Code>
470
+ <Transaction-Text>Marketed sale</Transaction-Text>
471
+ <In-RdSAP>true</In-RdSAP>
472
+ </Transaction-Type>
473
+ <Transaction-Type>
474
+ <Display-Order>3</Display-Order>
475
+ <Transaction-Code>2</Transaction-Code>
476
+ <Transaction-Text>Non-marketed sale</Transaction-Text>
477
+ <In-RdSAP>true</In-RdSAP>
478
+ </Transaction-Type>
479
+ <Transaction-Type>
480
+ <Display-Order>4</Display-Order>
481
+ <Transaction-Code>8</Transaction-Code>
482
+ <Transaction-Text>Rental</Transaction-Text>
483
+ <In-RdSAP>true</In-RdSAP>
484
+ </Transaction-Type>
485
+ <Transaction-Type>
486
+ <Display-Order>5</Display-Order>
487
+ <Transaction-Code>9</Transaction-Code>
488
+ <Transaction-Text>Assessment for Green Deal</Transaction-Text>
489
+ <In-RdSAP>true</In-RdSAP>
490
+ </Transaction-Type>
491
+ <Transaction-Type>
492
+ <Display-Order>6</Display-Order>
493
+ <Transaction-Code>10</Transaction-Code>
494
+ <Transaction-Text>Following Green Deal</Transaction-Text>
495
+ <In-RdSAP>true</In-RdSAP>
496
+ </Transaction-Type>
497
+ <Transaction-Type>
498
+ <Display-Order>7</Display-Order>
499
+ <Transaction-Code>11</Transaction-Code>
500
+ <Transaction-Text>FiT application</Transaction-Text>
501
+ <In-RdSAP>true</In-RdSAP>
502
+ </Transaction-Type>
503
+ <Transaction-Type>
504
+ <Display-Order>8</Display-Order>
505
+ <Transaction-Code>5</Transaction-Code>
506
+ <Transaction-Text>None of the above</Transaction-Text>
507
+ <In-RdSAP>true</In-RdSAP>
508
+ </Transaction-Type>
509
+ </Country>
510
+ <Country>
511
+ <Country-Code>SCT</Country-Code>
512
+ <Average-SAP-Rating>61</Average-SAP-Rating>
513
+ <Average-EI-Rating>59</Average-EI-Rating>
514
+ <Recommendation>
515
+ <Improvement-Number>1</Improvement-Number>
516
+ <Improvement-Summary language="1">Insulate hot water cylinder with 80 mm jacket </Improvement-Summary>
517
+ <Improvement-Summary-2 language="1">Insulate hot water cylinder with 80 mm jacket </Improvement-Summary-2>
518
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
519
+ <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>
520
+ </Recommendation>
521
+ <Recommendation>
522
+ <Improvement-Number>2</Improvement-Number>
523
+ <Improvement-Summary language="1">Increase hot water cylinder insulation</Improvement-Summary>
524
+ <Improvement-Summary-2 language="1">Increase hot water cylinder insulation</Improvement-Summary-2>
525
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
526
+ <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>
527
+ </Recommendation>
528
+ <Recommendation>
529
+ <Improvement-Number>3</Improvement-Number>
530
+ <Improvement-Summary language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary>
531
+ <Improvement-Summary-2 language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary-2>
532
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
533
+ <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>
534
+ </Recommendation>
535
+ <Recommendation>
536
+ <Improvement-Number>4</Improvement-Number>
537
+ <Improvement-Summary language="1">Hot water cylinder thermostat</Improvement-Summary>
538
+ <Improvement-Summary-2 language="1">Hot water cylinder thermostat</Improvement-Summary-2>
539
+ <Improvement-Heading language="1">Cylinder thermostat</Improvement-Heading>
540
+ <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. Building regulations apply to this work, so it is best to check with your local authority building standards department whether a building warrant will be required.</Improvement-Description>
541
+ </Recommendation>
542
+ <Recommendation>
543
+ <Improvement-Number>5</Improvement-Number>
544
+ <Improvement-Summary language="1">Increase loft insulation to 270 mm</Improvement-Summary>
545
+ <Improvement-Summary-2 language="1">Increase loft insulation to 270 mm</Improvement-Summary-2>
546
+ <Improvement-Heading language="1">Loft insulation</Improvement-Heading>
547
+ <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>
548
+ </Recommendation>
549
+ <Recommendation>
550
+ <Improvement-Number>6</Improvement-Number>
551
+ <Improvement-Summary language="1">Cavity wall insulation</Improvement-Summary>
552
+ <Improvement-Summary-2 language="1">Cavity wall insulation</Improvement-Summary-2>
553
+ <Improvement-Heading language="1">Cavity wall insulation</Improvement-Heading>
554
+ <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 Building Standards Division’s section of the Scottish Government website (www.scotland.gov.uk/Topics/Built-Environment/Building/Building-standards/publications/pubguide/cavitywallinsul) or the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
555
+ </Recommendation>
556
+ <Recommendation>
557
+ <Improvement-Number>7</Improvement-Number>
558
+ <Improvement-Summary language="1">Internal or external wall insulation</Improvement-Summary>
559
+ <Improvement-Summary-2 language="1">Internal or external wall insulation</Improvement-Summary-2>
560
+ <Improvement-Heading language="1">Internal or external wall insulation</Improvement-Heading>
561
+ <Improvement-Description language="1">Internal or external 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. 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 regulations apply to this work so it is best to check with your local authority whether a building warrant or planning permission will be required.</Improvement-Description>
562
+ </Recommendation>
563
+ <Recommendation>
564
+ <Improvement-Number>8</Improvement-Number>
565
+ <Improvement-Summary language="1">Replace single glazed windows with low-E double glazing</Improvement-Summary>
566
+ <Improvement-Summary-2 language="1">Double glazing</Improvement-Summary-2>
567
+ <Improvement-Heading language="1">Double glazing</Improvement-Heading>
568
+ <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 and planning permission may also be required, so it is best to check with your local authority on what standards need to be met. A building warrant is not required if the windows comply with the current requirements.</Improvement-Description>
569
+ </Recommendation>
570
+ <Recommendation>
571
+ <Improvement-Number>9</Improvement-Number>
572
+ <Improvement-Summary language="1">Secondary glazing to single glazed windows</Improvement-Summary>
573
+ <Improvement-Summary-2 language="1">Secondary glazing to single glazed windows</Improvement-Summary-2>
574
+ <Improvement-Heading language="1">Secondary glazing</Improvement-Heading>
575
+ <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. Building regulations may apply to this work, so it is best to check this with your local authority building standards department.</Improvement-Description>
576
+ </Recommendation>
577
+ <Recommendation>
578
+ <Improvement-Number>10</Improvement-Number>
579
+ <Improvement-Summary language="1">Draughtproofing</Improvement-Summary>
580
+ <Improvement-Summary-2 language="1">Draughtproofing</Improvement-Summary-2>
581
+ <Improvement-Heading language="1">Draughtproofing</Improvement-Heading>
582
+ <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>
583
+ </Recommendation>
584
+ <Recommendation>
585
+ <Improvement-Number>11</Improvement-Number>
586
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
587
+ <Improvement-Summary-2 language="1">Heating controls (programmer, thermostat, TRVs)</Improvement-Summary-2>
588
+ <Improvement-Heading language="1">Heating controls (programmer, room thermostat and thermostatic radiator valves)</Improvement-Heading>
589
+ <Improvement-Description language="1">The heating system would benefit from a programmer and room thermostat to allow you to set the temperature and programme when you want the heating and hot water to switch on and off; 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 to enable the boiler to switch off when no heat is required, thermostatic radiator valves on their own do not turn the boiler off. Building regulations generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
590
+ </Recommendation>
591
+ <Recommendation>
592
+ <Improvement-Number>12</Improvement-Number>
593
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
594
+ <Improvement-Summary-2 language="1">Heating controls (room thermostat and TRVs)</Improvement-Summary-2>
595
+ <Improvement-Heading language="1">Heating controls (room thermostat and thermostatic radiator valves)</Improvement-Heading>
596
+ <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 to enable the boiler to switch off when no heat is required, thermostatic radiator valves on their own do not turn the boiler off. Building regulations generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
597
+ </Recommendation>
598
+ <Recommendation>
599
+ <Improvement-Number>13</Improvement-Number>
600
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
601
+ <Improvement-Summary-2 language="1">Heating controls (TRVs)</Improvement-Summary-2>
602
+ <Improvement-Heading language="1">Heating controls (thermostatic radiator valves)</Improvement-Heading>
603
+ <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 generally 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>
604
+ </Recommendation>
605
+ <Recommendation>
606
+ <Improvement-Number>14</Improvement-Number>
607
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
608
+ <Improvement-Summary-2 language="1">Heating controls (room thermostat)</Improvement-Summary-2>
609
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
610
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
611
+ </Recommendation>
612
+ <Recommendation>
613
+ <Improvement-Number>15</Improvement-Number>
614
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
615
+ <Improvement-Summary-2 language="1">Heating controls (programmer and TRVs)</Improvement-Summary-2>
616
+ <Improvement-Heading language="1">Heating controls (programmer and thermostatic radiator valves)</Improvement-Heading>
617
+ <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 to enable the boiler to switch off when no heat is required, thermostatic radiator valves on their own do not turn the boiler off. Building regulations generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
618
+ </Recommendation>
619
+ <Recommendation>
620
+ <Improvement-Number>16</Improvement-Number>
621
+ <Improvement-Summary language="1">Time and temperature zone control</Improvement-Summary>
622
+ <Improvement-Summary-2 language="1">Heating controls (zone control)</Improvement-Summary-2>
623
+ <Improvement-Heading language="1">Heating controls (time and temperature zone control)</Improvement-Heading>
624
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
625
+ </Recommendation>
626
+ <Recommendation>
627
+ <Improvement-Number>17</Improvement-Number>
628
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
629
+ <Improvement-Summary-2 language="1">Heating controls (programmer and thermostat)</Improvement-Summary-2>
630
+ <Improvement-Heading language="1">Heating controls (programmer and room thermostat)</Improvement-Heading>
631
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
632
+ </Recommendation>
633
+ <Recommendation>
634
+ <Improvement-Number>18</Improvement-Number>
635
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
636
+ <Improvement-Summary-2 language="1">Heating controls (room thermostat)</Improvement-Summary-2>
637
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
638
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
639
+ </Recommendation>
640
+ <Recommendation>
641
+ <Improvement-Number>19</Improvement-Number>
642
+ <Improvement-Summary language="1">Solar water heating</Improvement-Summary>
643
+ <Improvement-Summary-2 language="1">Solar water heating</Improvement-Summary-2>
644
+ <Improvement-Heading language="1">Solar water heating</Improvement-Heading>
645
+ <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 can significantly reduce the demand on the heating system to provide hot water and hence save fuel and money. Planning permission might be required, building regulations generally apply to this work and a building warrant may be required, so it is best to check these with your local authority. You could be eligible for Renewable Heat Incentive payments which could appreciably increase the savings beyond those shown on your EPC, provided that both the product and the installer are certified by the Microgeneration Certification Scheme (or equivalent). Details of local MCS installers are available at www.microgenerationcertification.org.</Improvement-Description>
646
+ </Recommendation>
647
+ <Recommendation>
648
+ <Improvement-Number>20</Improvement-Number>
649
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
650
+ <Improvement-Summary-2 language="1">Condensing boiler</Improvement-Summary-2>
651
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
652
+ <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, however 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 generally apply to this work and a building warrant may be required, 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>22</Improvement-Number>
656
+ <Improvement-Summary language="1">Replace boiler with biomass boiler</Improvement-Summary>
657
+ <Improvement-Summary-2 language="1">Biomass boiler</Improvement-Summary-2>
658
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
659
+ <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 generally apply to this work and a building warrant may be required, so it is best to check this with your local authority building standards department and also seek advice from a qualified heating engineer. Provisions under the Clean Air Act may determine if you can install such an appliance in your area so check this with your local authority. You could be eligible for Renewable Heat Incentive payments which could appreciably increase the savings beyond those shown on your EPC, provided that both the product and the installer are certified by the Microgeneration Certification Scheme (or equivalent). Details of local MCS installers are available at www.microgenerationcertification.org.</Improvement-Description>
660
+ </Recommendation>
661
+ <Recommendation>
662
+ <Improvement-Number>23</Improvement-Number>
663
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
664
+ <Improvement-Summary-2 language="1">Biomass stove with boiler</Improvement-Summary-2>
665
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
666
+ <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 generally apply to this work and a building warrant may be required, so it is best to check this with your local authority building standards department and also seek advice from a qualified heating engineer. Provisions under the Clean Air Act may determine if you can install such an appliance in your area so check this with your local authority. You could be eligible for Renewable Heat Incentive payments which could appreciably increase the savings beyond those shown on your EPC, provided that both the product and the installer are certified by the Microgeneration Certification Scheme (or equivalent). Details of local MCS installers are available at www.microgenerationcertification.org.</Improvement-Description>
667
+ </Recommendation>
668
+ <Recommendation>
669
+ <Improvement-Number>24</Improvement-Number>
670
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
671
+ <Improvement-Summary-2 language="1">Fan assisted storage heaters</Improvement-Summary-2>
672
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
673
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in this 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. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
674
+ </Recommendation>
675
+ <Recommendation>
676
+ <Improvement-Number>25</Improvement-Number>
677
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
678
+ <Improvement-Summary-2 language="1">Fan assisted storage heaters</Improvement-Summary-2>
679
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
680
+ <Improvement-Description language="1">Modern storage heaters are smaller and easier to control than the older type in this 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. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
681
+ </Recommendation>
682
+ <Recommendation>
683
+ <Improvement-Number>26</Improvement-Number>
684
+ <Improvement-Summary language="1">Replacement warm air unit</Improvement-Summary>
685
+ <Improvement-Summary-2 language="1">Replacement warm air unit</Improvement-Summary-2>
686
+ <Improvement-Heading language="1">Replacement warm air unit</Improvement-Heading>
687
+ <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>
688
+ </Recommendation>
689
+ <Recommendation>
690
+ <Improvement-Number>27</Improvement-Number>
691
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
692
+ <Improvement-Summary-2 language="1">Gas condensing boiler</Improvement-Summary-2>
693
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
694
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer. It is also recommended to change the electricity tariff to standard tariff when off-peak is no longer used.</Improvement-Description>
695
+ </Recommendation>
696
+ <Recommendation>
697
+ <Improvement-Number>28</Improvement-Number>
698
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
699
+ <Improvement-Summary-2 language="1">Condensing oil boiler</Improvement-Summary-2>
700
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
701
+ <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 generally apply to this work, and require replacement oil boilers to be of the condensing type, unless there are exceptional circumstances. As a building warrant may be required it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
702
+ </Recommendation>
703
+ <Recommendation>
704
+ <Improvement-Number>29</Improvement-Number>
705
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
706
+ <Improvement-Summary-2 language="1">Gas condensing boiler</Improvement-Summary-2>
707
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
708
+ <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 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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
709
+ </Recommendation>
710
+ <Recommendation>
711
+ <Improvement-Number>30</Improvement-Number>
712
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
713
+ <Improvement-Summary-2 language="1">Fan assisted storage heaters</Improvement-Summary-2>
714
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
715
+ <Improvement-Description language="1">Modern storage heaters are 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 generally apply to this work and a building warrant may be required, 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>
716
+ </Recommendation>
717
+ <Recommendation>
718
+ <Improvement-Number>31</Improvement-Number>
719
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
720
+ <Improvement-Summary-2 language="1">Fan assisted storage heaters</Improvement-Summary-2>
721
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
722
+ <Improvement-Description language="1">Modern storage heaters are 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. Ask the heating engineer to explain the options, which might also include switching to other forms of electric heating.</Improvement-Description>
723
+ </Recommendation>
724
+ <Recommendation>
725
+ <Improvement-Number>34</Improvement-Number>
726
+ <Improvement-Summary language="1">Solar photovoltaic panels, 2.5 kWp</Improvement-Summary>
727
+ <Improvement-Summary-2 language="1">Solar photovoltaic (PV) panels</Improvement-Summary-2>
728
+ <Improvement-Heading language="1">Solar photovoltaic (PV) panels</Improvement-Heading>
729
+ <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. Planning permission might be required, building regulations generally apply to this work and a building warrant may be required, so it is best to check these with your 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 solar photovoltaic panels, provided that both the product and the installer are certified by the Microgeneration Certification Scheme (or equivalent). Details of local MCS installers are available at www.microgenerationcertification.org.</Improvement-Description>
730
+ </Recommendation>
731
+ <Recommendation>
732
+ <Improvement-Number>35</Improvement-Number>
733
+ <Improvement-Summary language="1">Low energy lighting for all fixed outlets</Improvement-Summary>
734
+ <Improvement-Summary-2 language="1">Low energy lighting</Improvement-Summary-2>
735
+ <Improvement-Heading language="1">Low energy lighting</Improvement-Heading>
736
+ <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>
737
+ </Recommendation>
738
+ <Recommendation>
739
+ <Improvement-Number>36</Improvement-Number>
740
+ <Improvement-Summary language="1">Replace heating unit with condensing unit</Improvement-Summary>
741
+ <Improvement-Summary-2 language="1">Condensing heating unit</Improvement-Summary-2>
742
+ <Improvement-Heading language="1">Condensing heating unit</Improvement-Heading>
743
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
744
+ </Recommendation>
745
+ <Recommendation>
746
+ <Improvement-Number>37</Improvement-Number>
747
+ <Improvement-Summary language="1">Condensing boiler</Improvement-Summary>
748
+ <Improvement-Summary-2 language="1">Condensing boiler</Improvement-Summary-2>
749
+ <Improvement-Heading language="1">Condensing boiler (separate from the range cooker)</Improvement-Heading>
750
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
751
+ </Recommendation>
752
+ <Recommendation>
753
+ <Improvement-Number>38</Improvement-Number>
754
+ <Improvement-Summary language="1">Condensing boiler</Improvement-Summary>
755
+ <Improvement-Summary-2 language="1">Condensing boiler</Improvement-Summary-2>
756
+ <Improvement-Heading language="1">Condensing boiler (separate from the range cooker)</Improvement-Heading>
757
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
758
+ </Recommendation>
759
+ <Recommendation>
760
+ <Improvement-Number>39</Improvement-Number>
761
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
762
+ <Improvement-Summary-2 language="1">Biomass stove with boiler</Improvement-Summary-2>
763
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
764
+ <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 generally apply to this work and a building warrant may be required, so it is best to check this with your local authority building standards department and also seek advice from a qualified heating engineer. Provisions under the Clean Air Act may determine if you can install such an appliance in your area so check this with your local authority. You could be eligible for Renewable Heat Incentive payments which could appreciably increase the savings beyond those shown on your EPC, provided that both the product and the installer are certified by the Microgeneration Certification Scheme (or equivalent). Details of local MCS installers are available at www.microgenerationcertification.org.</Improvement-Description>
765
+ </Recommendation>
766
+ <Recommendation>
767
+ <Improvement-Number>40</Improvement-Number>
768
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
769
+ <Improvement-Summary-2 language="1">Condensing boiler</Improvement-Summary-2>
770
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
771
+ <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. Building regulations generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
772
+ </Recommendation>
773
+ <Recommendation>
774
+ <Improvement-Number>42</Improvement-Number>
775
+ <Improvement-Summary language="1">Replace heating unit with mains gas condensing unit</Improvement-Summary>
776
+ <Improvement-Summary-2 language="1">Mains gas condensing heating unit</Improvement-Summary-2>
777
+ <Improvement-Heading language="1">Mains gas condensing heating unit</Improvement-Heading>
778
+ <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 generally apply to this work and a building warrant may be required, so it is best to obtain advice from your local authority building standards department and from a qualified heating engineer.</Improvement-Description>
779
+ </Recommendation>
780
+ <Recommendation>
781
+ <Improvement-Number>44</Improvement-Number>
782
+ <Improvement-Summary language="1">Wind turbine</Improvement-Summary>
783
+ <Improvement-Summary-2 language="1">Wind turbine</Improvement-Summary-2>
784
+ <Improvement-Heading language="1">Wind turbine</Improvement-Heading>
785
+ <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. 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 permission might be required and building regulations generally apply to this work and a building warrant may be required, so it is best to check these with your 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, provided that both the product and the installer are certified by the Microgeneration Certification Scheme (or equivalent). Details of local MCS installers are available at www.microgenerationcertification.org.</Improvement-Description>
786
+ </Recommendation>
787
+ <Recommendation>
788
+ <Improvement-Number>45</Improvement-Number>
789
+ <Improvement-Summary language="1">Flat roof insulation</Improvement-Summary>
790
+ <Improvement-Summary-2 language="1">Flat roof insulation</Improvement-Summary-2>
791
+ <Improvement-Heading language="1">Flat roof insulation</Improvement-Heading>
792
+ <Improvement-Description language="1">Insulating a flat roof will significantly reduce heat loss through the roof; this will improve levels of comfort, reduce energy use and lower fuel bills. Insulation can be placed on top of the roof under the waterproof membrane and should particularly be considered when the waterproofing needs to be replaced. Further information about roof insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk). Building regulations generally apply to this work so it is best to check this with your local authority building standards department.</Improvement-Description>
793
+ </Recommendation>
794
+ <Recommendation>
795
+ <Improvement-Number>46</Improvement-Number>
796
+ <Improvement-Summary language="1">Room-in-roof insulation</Improvement-Summary>
797
+ <Improvement-Summary-2 language="1">Room-in-roof insulation</Improvement-Summary-2>
798
+ <Improvement-Heading language="1">Room-in-roof insulation</Improvement-Heading>
799
+ <Improvement-Description language="1">Insulating roof rooms will significantly reduce heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. If it has a flat ceiling insulation can usually be added above the ceiling, and sloping ceilings and walls of roof rooms can be insulated using an internal lining board. Roof voids must have adequate ventilation to prevent dampness; seek advice about this if unsure. Further information about roof room insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk). Building regulations generally apply to this work so it is best to check this with your local authority building standards department.</Improvement-Description>
800
+ </Recommendation>
801
+ <Recommendation>
802
+ <Improvement-Number>47</Improvement-Number>
803
+ <Improvement-Summary language="1">Floor insulation</Improvement-Summary>
804
+ <Improvement-Summary-2 language="1">Floor insulation</Improvement-Summary-2>
805
+ <Improvement-Heading language="1">Floor insulation</Improvement-Heading>
806
+ <Improvement-Description language="1">Insulation of a floor will significantly reduce heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. Suspended floors can often be insulated from below but must have adequate ventilation to prevent dampness; seek advice about this if unsure. Further information about floor insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk). Building regulations generally apply to this work so it is best to check this with your local authority building standards department.</Improvement-Description>
807
+ </Recommendation>
808
+ <Recommendation>
809
+ <Improvement-Number>48</Improvement-Number>
810
+ <Improvement-Summary language="1">High performance external doors</Improvement-Summary>
811
+ <Improvement-Summary-2 language="1">High performance external doors</Improvement-Summary-2>
812
+ <Improvement-Heading language="1">High performance external doors</Improvement-Heading>
813
+ <Improvement-Description language="1">High performance external doors contain insulation and lose heat at about half the rate of conventional external doors. Building regulations generally apply to this work, so it is best to check this with your local authority building standards department.</Improvement-Description>
814
+ </Recommendation>
815
+ <Recommendation>
816
+ <Improvement-Number>49</Improvement-Number>
817
+ <Improvement-Summary language="1">Heat recovery system for mixer showers</Improvement-Summary>
818
+ <Improvement-Summary-2 language="1">Heat recovery system for mixer showers</Improvement-Summary-2>
819
+ <Improvement-Heading language="1">Heat recovery system for mixer showers</Improvement-Heading>
820
+ <Improvement-Description language="1">A shower heat recovery system extracts heat from the water in the shower drain and transfers it to incoming cold water. This reduces the amount of energy needed per shower. You should seek advice from a qualified plumber. Building regulations generally apply to this work, so it is best to check this with your local authority building standards department.</Improvement-Description>
821
+ </Recommendation>
822
+ <Recommendation>
823
+ <Improvement-Number>50</Improvement-Number>
824
+ <Improvement-Summary language="1">Flue gas heat recovery device in conjunction with boiler</Improvement-Summary>
825
+ <Improvement-Summary-2 language="1">Flue gas heat recovery</Improvement-Summary-2>
826
+ <Improvement-Heading language="1">Flue gas heat recovery</Improvement-Heading>
827
+ <Improvement-Description language="1">A flue gas heat recovery system extracts heat from the boiler flue gases and transfers it to the incoming cold water so that the boiler needs to supply less heat. It is suitable for use only with modern condensing gas boiler and should be fitted when a replacement boiler is installed. You should seek advice from a qualified heating engineer.</Improvement-Description>
828
+ </Recommendation>
829
+ <Recommendation>
830
+ <Improvement-Number>51</Improvement-Number>
831
+ <Improvement-Summary language="1">Air or ground source heat pump</Improvement-Summary>
832
+ <Improvement-Summary-2 language="1">..</Improvement-Summary-2>
833
+ <Improvement-Heading language="1">Air or ground source heat pump</Improvement-Heading>
834
+ <Improvement-Description language="1">..</Improvement-Description>
835
+ </Recommendation>
836
+ <Recommendation>
837
+ <Improvement-Number>52</Improvement-Number>
838
+ <Improvement-Summary language="1">Air or ground source heat pump with underfloor heating</Improvement-Summary>
839
+ <Improvement-Summary-2 language="1">..</Improvement-Summary-2>
840
+ <Improvement-Heading language="1">Air or ground source heat pump with underfloor heating</Improvement-Heading>
841
+ <Improvement-Description language="1">..</Improvement-Description>
842
+ </Recommendation>
843
+ <Recommendation>
844
+ <Improvement-Number>53</Improvement-Number>
845
+ <Improvement-Summary language="1">Micro CHP</Improvement-Summary>
846
+ <Improvement-Summary-2 language="1">..</Improvement-Summary-2>
847
+ <Improvement-Heading language="1">Micro CHP</Improvement-Heading>
848
+ <Improvement-Description language="1">..</Improvement-Description>
849
+ </Recommendation>
850
+ <Recommendation>
851
+ <Improvement-Number>54</Improvement-Number>
852
+ <Improvement-Summary language="1">Biomass boiler (Exempted Appliance if in Smoke Control Area)</Improvement-Summary>
853
+ <Improvement-Summary-2 language="1">..</Improvement-Summary-2>
854
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
855
+ <Improvement-Description language="1">..</Improvement-Description>
856
+ </Recommendation>
857
+ <Recommendation>
858
+ <Improvement-Number>55</Improvement-Number>
859
+ <Improvement-Summary language="1">External insulation with cavity wall insulation</Improvement-Summary>
860
+ <Improvement-Summary-2 language="1">..</Improvement-Summary-2>
861
+ <Improvement-Heading language="1">External and cavity wall insulation</Improvement-Heading>
862
+ <Improvement-Description language="1">..</Improvement-Description>
863
+ </Recommendation>
864
+ <Transaction-Type>
865
+ <Display-Order>1</Display-Order>
866
+ <Transaction-Code>6</Transaction-Code>
867
+ <Transaction-Text>New dwelling</Transaction-Text>
868
+ <In-RdSAP>false</In-RdSAP>
869
+ </Transaction-Type>
870
+ <Transaction-Type>
871
+ <Display-Order>2</Display-Order>
872
+ <Transaction-Code>1</Transaction-Code>
873
+ <Transaction-Text>Marketed sale</Transaction-Text>
874
+ <In-RdSAP>true</In-RdSAP>
875
+ </Transaction-Type>
876
+ <Transaction-Type>
877
+ <Display-Order>3</Display-Order>
878
+ <Transaction-Code>2</Transaction-Code>
879
+ <Transaction-Text>Non-marketed sale</Transaction-Text>
880
+ <In-RdSAP>true</In-RdSAP>
881
+ </Transaction-Type>
882
+ <Transaction-Type>
883
+ <Display-Order>4</Display-Order>
884
+ <Transaction-Code>8</Transaction-Code>
885
+ <Transaction-Text>Rental</Transaction-Text>
886
+ <In-RdSAP>true</In-RdSAP>
887
+ </Transaction-Type>
888
+ <Transaction-Type>
889
+ <Display-Order>5</Display-Order>
890
+ <Transaction-Code>9</Transaction-Code>
891
+ <Transaction-Text>Assessment for Green Deal</Transaction-Text>
892
+ <In-RdSAP>true</In-RdSAP>
893
+ </Transaction-Type>
894
+ <Transaction-Type>
895
+ <Display-Order>6</Display-Order>
896
+ <Transaction-Code>10</Transaction-Code>
897
+ <Transaction-Text>Following Green Deal</Transaction-Text>
898
+ <In-RdSAP>true</In-RdSAP>
899
+ </Transaction-Type>
900
+ <Transaction-Type>
901
+ <Display-Order>7</Display-Order>
902
+ <Transaction-Code>11</Transaction-Code>
903
+ <Transaction-Text>FiT application</Transaction-Text>
904
+ <In-RdSAP>true</In-RdSAP>
905
+ </Transaction-Type>
906
+ <Transaction-Type>
907
+ <Display-Order>8</Display-Order>
908
+ <Transaction-Code>5</Transaction-Code>
909
+ <Transaction-Text>None of the above</Transaction-Text>
910
+ <In-RdSAP>true</In-RdSAP>
911
+ </Transaction-Type>
912
+ </Country>
913
+ <Country>
914
+ <Country-Code>NIR</Country-Code>
915
+ <Average-SAP-Rating>57</Average-SAP-Rating>
916
+ <Recommendation>
917
+ <Improvement-Number>1</Improvement-Number>
918
+ <Improvement-Summary language="1">Insulate hot water cylinder with 80 mm jacket</Improvement-Summary>
919
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
920
+ <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>
921
+ </Recommendation>
922
+ <Recommendation>
923
+ <Improvement-Number>2</Improvement-Number>
924
+ <Improvement-Summary language="1">Increase hot water cylinder insulation</Improvement-Summary>
925
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
926
+ <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>
927
+ </Recommendation>
928
+ <Recommendation>
929
+ <Improvement-Number>3</Improvement-Number>
930
+ <Improvement-Summary language="1">Add additional 80 mm jacket to hot water cylinder</Improvement-Summary>
931
+ <Improvement-Heading language="1">Hot water cylinder insulation</Improvement-Heading>
932
+ <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>
933
+ </Recommendation>
934
+ <Recommendation>
935
+ <Improvement-Number>4</Improvement-Number>
936
+ <Improvement-Summary language="1">Hot water cylinder thermostat</Improvement-Summary>
937
+ <Improvement-Heading language="1">Cylinder thermostat</Improvement-Heading>
938
+ <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>
939
+ </Recommendation>
940
+ <Recommendation>
941
+ <Improvement-Number>5</Improvement-Number>
942
+ <Improvement-Summary language="1">Increase loft insulation to 270 mm</Improvement-Summary>
943
+ <Improvement-Heading language="1">Loft insulation</Improvement-Heading>
944
+ <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>
945
+ </Recommendation>
946
+ <Recommendation>
947
+ <Improvement-Number>6</Improvement-Number>
948
+ <Improvement-Summary language="1">Cavity wall insulation</Improvement-Summary>
949
+ <Improvement-Heading language="1">Cavity wall insulation</Improvement-Heading>
950
+ <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>
951
+ </Recommendation>
952
+ <Recommendation>
953
+ <Improvement-Number>7</Improvement-Number>
954
+ <Improvement-Summary language="1">50 mm internal or external wall insulation</Improvement-Summary>
955
+ <Improvement-Heading language="1">Internal or external wall insulation</Improvement-Heading>
956
+ <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>
957
+ </Recommendation>
958
+ <Recommendation>
959
+ <Improvement-Number>8</Improvement-Number>
960
+ <Improvement-Summary language="1">Replace single glazed windows with low-E double glazing</Improvement-Summary>
961
+ <Improvement-Heading language="1">Double glazing</Improvement-Heading>
962
+ <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>
963
+ </Recommendation>
964
+ <Recommendation>
965
+ <Improvement-Number>9</Improvement-Number>
966
+ <Improvement-Summary language="1">Secondary glazing to single glazed windows</Improvement-Summary>
967
+ <Improvement-Heading language="1">Secondary glazing</Improvement-Heading>
968
+ <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>
969
+ </Recommendation>
970
+ <Recommendation>
971
+ <Improvement-Number>10</Improvement-Number>
972
+ <Improvement-Summary language="1">Draught proof single-glazed windows</Improvement-Summary>
973
+ <Improvement-Heading language="1">Draught proofing</Improvement-Heading>
974
+ <Improvement-Description language="1">Fitting draught proofing, strips of insulation around windows and doors, will improve the comfort in the home. A contractor can be employed but draught proofing can be installed by a competent DIY enthusiast.</Improvement-Description>
975
+ </Recommendation>
976
+ <Recommendation>
977
+ <Improvement-Number>11</Improvement-Number>
978
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
979
+ <Improvement-Heading language="1">Heating controls (programmer, room thermostat and thermostatic radiator valves)</Improvement-Heading>
980
+ <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>
981
+ </Recommendation>
982
+ <Recommendation>
983
+ <Improvement-Number>12</Improvement-Number>
984
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
985
+ <Improvement-Heading language="1">Heating controls (room thermostat and thermostatic radiator valves)</Improvement-Heading>
986
+ <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>
987
+ </Recommendation>
988
+ <Recommendation>
989
+ <Improvement-Number>13</Improvement-Number>
990
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
991
+ <Improvement-Heading language="1">Heating controls (thermostatic radiator valves)</Improvement-Heading>
992
+ <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>
993
+ </Recommendation>
994
+ <Recommendation>
995
+ <Improvement-Number>14</Improvement-Number>
996
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
997
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
998
+ <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>
999
+ </Recommendation>
1000
+ <Recommendation>
1001
+ <Improvement-Number>15</Improvement-Number>
1002
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
1003
+ <Improvement-Heading language="1">Heating controls (programmer and thermostatic radiator valves)</Improvement-Heading>
1004
+ <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>
1005
+ </Recommendation>
1006
+ <Recommendation>
1007
+ <Improvement-Number>16</Improvement-Number>
1008
+ <Improvement-Summary language="1">Time and temperature zone control</Improvement-Summary>
1009
+ <Improvement-Heading language="1">Heating controls (time and temperature zone control)</Improvement-Heading>
1010
+ <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>
1011
+ </Recommendation>
1012
+ <Recommendation>
1013
+ <Improvement-Number>17</Improvement-Number>
1014
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
1015
+ <Improvement-Heading language="1">Heating controls (programmer and room thermostat)</Improvement-Heading>
1016
+ <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>
1017
+ </Recommendation>
1018
+ <Recommendation>
1019
+ <Improvement-Number>18</Improvement-Number>
1020
+ <Improvement-Summary language="1">Upgrade heating controls</Improvement-Summary>
1021
+ <Improvement-Heading language="1">Heating controls (room thermostat)</Improvement-Heading>
1022
+ <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>
1023
+ </Recommendation>
1024
+ <Recommendation>
1025
+ <Improvement-Number>19</Improvement-Number>
1026
+ <Improvement-Summary language="1">Solar water heating</Improvement-Summary>
1027
+ <Improvement-Heading language="1">Solar water heating</Improvement-Heading>
1028
+ <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.</Improvement-Description>
1029
+ </Recommendation>
1030
+ <Recommendation>
1031
+ <Improvement-Number>20</Improvement-Number>
1032
+ <Improvement-Summary language="1">Replace boiler with new condensing boiler</Improvement-Summary>
1033
+ <Improvement-Heading language="1">New condensing boiler</Improvement-Heading>
1034
+ <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>
1035
+ </Recommendation>
1036
+ <Recommendation>
1037
+ <Improvement-Number>22</Improvement-Number>
1038
+ <Improvement-Summary language="1">Replace boiler with biomass boiler</Improvement-Summary>
1039
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
1040
+ <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.</Improvement-Description>
1041
+ </Recommendation>
1042
+ <Recommendation>
1043
+ <Improvement-Number>23</Improvement-Number>
1044
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
1045
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
1046
+ <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.</Improvement-Description>
1047
+ </Recommendation>
1048
+ <Recommendation>
1049
+ <Improvement-Number>24</Improvement-Number>
1050
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
1051
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
1052
+ <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>
1053
+ </Recommendation>
1054
+ <Recommendation>
1055
+ <Improvement-Number>25</Improvement-Number>
1056
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
1057
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
1058
+ <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>
1059
+ </Recommendation>
1060
+ <Recommendation>
1061
+ <Improvement-Number>26</Improvement-Number>
1062
+ <Improvement-Summary language="1">Replacement warm air unit</Improvement-Summary>
1063
+ <Improvement-Heading language="1">Replacement warm air unit</Improvement-Heading>
1064
+ <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>
1065
+ </Recommendation>
1066
+ <Recommendation>
1067
+ <Improvement-Number>27</Improvement-Number>
1068
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
1069
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
1070
+ <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. It is also recommended to change the electricity tariff to standard tariff when off-peak is no longer used.</Improvement-Description>
1071
+ </Recommendation>
1072
+ <Recommendation>
1073
+ <Improvement-Number>28</Improvement-Number>
1074
+ <Improvement-Summary language="1">Condensing oil boiler with radiators</Improvement-Summary>
1075
+ <Improvement-Heading language="1">Condensing oil boiler</Improvement-Heading>
1076
+ <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>
1077
+ </Recommendation>
1078
+ <Recommendation>
1079
+ <Improvement-Number>29</Improvement-Number>
1080
+ <Improvement-Summary language="1">Change heating to gas condensing boiler</Improvement-Summary>
1081
+ <Improvement-Heading language="1">Gas condensing boiler</Improvement-Heading>
1082
+ <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>
1083
+ </Recommendation>
1084
+ <Recommendation>
1085
+ <Improvement-Number>30</Improvement-Number>
1086
+ <Improvement-Summary language="1">Fan assisted storage heaters and dual immersion cylinder</Improvement-Summary>
1087
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
1088
+ <Improvement-Description language="1">Modern storage heaters are 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>
1089
+ </Recommendation>
1090
+ <Recommendation>
1091
+ <Improvement-Number>31</Improvement-Number>
1092
+ <Improvement-Summary language="1">Fan-assisted storage heaters</Improvement-Summary>
1093
+ <Improvement-Heading language="1">Fan assisted storage heaters</Improvement-Heading>
1094
+ <Improvement-Description language="1">Modern storage heaters are 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>
1095
+ </Recommendation>
1096
+ <Recommendation>
1097
+ <Improvement-Number>34</Improvement-Number>
1098
+ <Improvement-Summary language="1">Solar photovoltaic panels, 2.5 kWp</Improvement-Summary>
1099
+ <Improvement-Heading language="1">Solar photovoltaic (PV) panels</Improvement-Heading>
1100
+ <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. It is best to obtain advice from a qualified electrician. Ask the electrician to explain the options.</Improvement-Description>
1101
+ </Recommendation>
1102
+ <Recommendation>
1103
+ <Improvement-Number>35</Improvement-Number>
1104
+ <Improvement-Summary language="1">Low energy lighting for all fixed outlets</Improvement-Summary>
1105
+ <Improvement-Heading language="1">Low energy lighting</Improvement-Heading>
1106
+ <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>
1107
+ </Recommendation>
1108
+ <Recommendation>
1109
+ <Improvement-Number>36</Improvement-Number>
1110
+ <Improvement-Summary language="1">Replace heating unit with condensing unit</Improvement-Summary>
1111
+ <Improvement-Heading language="1">Install condensing heating unit</Improvement-Heading>
1112
+ <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>
1113
+ </Recommendation>
1114
+ <Recommendation>
1115
+ <Improvement-Number>37</Improvement-Number>
1116
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
1117
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
1118
+ <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>
1119
+ </Recommendation>
1120
+ <Recommendation>
1121
+ <Improvement-Number>38</Improvement-Number>
1122
+ <Improvement-Summary language="1">Install condensing boiler</Improvement-Summary>
1123
+ <Improvement-Heading language="1">Install condensing boiler (separate from the range cooker)</Improvement-Heading>
1124
+ <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>
1125
+ </Recommendation>
1126
+ <Recommendation>
1127
+ <Improvement-Number>39</Improvement-Number>
1128
+ <Improvement-Summary language="1">Wood pellet stove with boiler and radiators</Improvement-Summary>
1129
+ <Improvement-Heading language="1">Biomass stove with boiler</Improvement-Heading>
1130
+ <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.</Improvement-Description>
1131
+ </Recommendation>
1132
+ <Recommendation>
1133
+ <Improvement-Number>40</Improvement-Number>
1134
+ <Improvement-Summary language="1">Change room heaters to condensing boiler</Improvement-Summary>
1135
+ <Improvement-Heading language="1">Condensing boiler</Improvement-Heading>
1136
+ <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>
1137
+ </Recommendation>
1138
+ <Recommendation>
1139
+ <Improvement-Number>42</Improvement-Number>
1140
+ <Improvement-Summary language="1">Replace heating unit with mains gas condensing unit</Improvement-Summary>
1141
+ <Improvement-Heading language="1">Mains gas condensing heating unit</Improvement-Heading>
1142
+ <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>
1143
+ </Recommendation>
1144
+ <Recommendation>
1145
+ <Improvement-Number>44</Improvement-Number>
1146
+ <Improvement-Summary language="1">Wind turbine</Improvement-Summary>
1147
+ <Improvement-Heading language="1">Wind turbine</Improvement-Heading>
1148
+ <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. 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>
1149
+ </Recommendation>
1150
+ <Recommendation>
1151
+ <Improvement-Number>45</Improvement-Number>
1152
+ <Improvement-Summary language="1">Flat roof insulation</Improvement-Summary>
1153
+ <Improvement-Heading language="1">Flat roof insulation</Improvement-Heading>
1154
+ <Improvement-Description language="1">Insulation of a flat roof will significantly reduce heat loss through the roof; this will improve levels of comfort, reduce energy use and lower fuel bills. Where the weatherproof membrane is sound and the roof construction is appropriate, suitable insulation can be placed on top of the roof membrane (inverted roof). Alternatively, where the weatherproof membrane needs to be replaced insulation can be provided under the weatherproof membrane (warm roof). Further information about roof insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
1155
+ </Recommendation>
1156
+ <Recommendation>
1157
+ <Improvement-Number>46</Improvement-Number>
1158
+ <Improvement-Summary language="1">Room-in-roof insulation</Improvement-Summary>
1159
+ <Improvement-Heading language="1">Room-in-roof insulation</Improvement-Heading>
1160
+ <Improvement-Description language="1">Insulating roof rooms will significantly reduce heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. If it has a flat ceiling insulation can usually be added above the ceiling, and sloping ceilings and walls of roof rooms can be insulated using an internal lining board. Further information about roof room insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
1161
+ </Recommendation>
1162
+ <Recommendation>
1163
+ <Improvement-Number>47</Improvement-Number>
1164
+ <Improvement-Summary language="1">Floor insulation</Improvement-Summary>
1165
+ <Improvement-Heading language="1">Floor insulation</Improvement-Heading>
1166
+ <Improvement-Description language="1">Insulation of a floor will significantly reduce heat loss; this will improve levels of comfort, reduce energy use and lower fuel bills. Suspended floors can sometimes be insulated from below which means that the floor does not need to be lifted to install the insulation. Further information about floor insulation and details of local contractors can be obtained from the National Insulation Association (www.nationalinsulationassociation.org.uk).</Improvement-Description>
1167
+ </Recommendation>
1168
+ <Recommendation>
1169
+ <Improvement-Number>48</Improvement-Number>
1170
+ <Improvement-Summary language="1">High performance external doors</Improvement-Summary>
1171
+ <Improvement-Heading language="1">High performance external doors</Improvement-Heading>
1172
+ <Improvement-Description language="1">High performance external doors contain insulation and lose heat at about half the rate of conventional external doors.</Improvement-Description>
1173
+ </Recommendation>
1174
+ <Recommendation>
1175
+ <Improvement-Number>49</Improvement-Number>
1176
+ <Improvement-Summary language="1">Heat recovery system for mixer showers</Improvement-Summary>
1177
+ <Improvement-Heading language="1">Heat recovery system for mixer showers</Improvement-Heading>
1178
+ <Improvement-Description language="1">A shower heat recovery system extracts heat from the water in the shower drain and transfers it to incoming cold water. This reduces the amount of energy needed per shower.</Improvement-Description>
1179
+ </Recommendation>
1180
+ <Recommendation>
1181
+ <Improvement-Number>50</Improvement-Number>
1182
+ <Improvement-Summary language="1">Flue gas heat recovery in conjunction with boiler</Improvement-Summary>
1183
+ <Improvement-Heading language="1">Flue gas heat recovery</Improvement-Heading>
1184
+ <Improvement-Description language="1">A flue gas heat recovery system extracts heat from the boiler flue gases and transfers it to the incoming cold water so that the boiler needs to supply less heat. It is suitable for use only with a modern condensing gas boiler and should be fitted when a replacement boiler is installed.</Improvement-Description>
1185
+ </Recommendation>
1186
+ <Recommendation>
1187
+ <Improvement-Number>51</Improvement-Number>
1188
+ <Improvement-Summary language="1">Air or ground source heat pump</Improvement-Summary>
1189
+ <Improvement-Heading language="1">Air or ground source heat pump</Improvement-Heading>
1190
+ <Improvement-Description language="1">..</Improvement-Description>
1191
+ </Recommendation>
1192
+ <Recommendation>
1193
+ <Improvement-Number>52</Improvement-Number>
1194
+ <Improvement-Summary language="1">Air or ground source heat pump with underfloor heating</Improvement-Summary>
1195
+ <Improvement-Heading language="1">Air or ground source heat pump with underfloor heating</Improvement-Heading>
1196
+ <Improvement-Description language="1">..</Improvement-Description>
1197
+ </Recommendation>
1198
+ <Recommendation>
1199
+ <Improvement-Number>53</Improvement-Number>
1200
+ <Improvement-Summary language="1">Micro CHP</Improvement-Summary>
1201
+ <Improvement-Heading language="1">Micro CHP</Improvement-Heading>
1202
+ <Improvement-Description language="1">..</Improvement-Description>
1203
+ </Recommendation>
1204
+ <Recommendation>
1205
+ <Improvement-Number>54</Improvement-Number>
1206
+ <Improvement-Summary language="1">Biomass boiler (Exempted Appliance if in Smoke Control Area)</Improvement-Summary>
1207
+ <Improvement-Heading language="1">Biomass boiler</Improvement-Heading>
1208
+ <Improvement-Description language="1">..</Improvement-Description>
1209
+ </Recommendation>
1210
+ <Recommendation>
1211
+ <Improvement-Number>55</Improvement-Number>
1212
+ <Improvement-Summary language="1">External insulation with cavity wall insulation</Improvement-Summary>
1213
+ <Improvement-Heading language="1">External and cavity wall insulation</Improvement-Heading>
1214
+ <Improvement-Description language="1">..</Improvement-Description>
1215
+ </Recommendation>
1216
+ <Transaction-Type>
1217
+ <Display-Order>1</Display-Order>
1218
+ <Transaction-Code>6</Transaction-Code>
1219
+ <Transaction-Text>New dwelling</Transaction-Text>
1220
+ <In-RdSAP>false</In-RdSAP>
1221
+ </Transaction-Type>
1222
+ <Transaction-Type>
1223
+ <Display-Order>2</Display-Order>
1224
+ <Transaction-Code>1</Transaction-Code>
1225
+ <Transaction-Text>Marketed sale</Transaction-Text>
1226
+ <In-RdSAP>true</In-RdSAP>
1227
+ </Transaction-Type>
1228
+ <Transaction-Type>
1229
+ <Display-Order>3</Display-Order>
1230
+ <Transaction-Code>2</Transaction-Code>
1231
+ <Transaction-Text>Non-marketed sale</Transaction-Text>
1232
+ <In-RdSAP>true</In-RdSAP>
1233
+ </Transaction-Type>
1234
+ <Transaction-Type>
1235
+ <Display-Order>4</Display-Order>
1236
+ <Transaction-Code>8</Transaction-Code>
1237
+ <Transaction-Text>Rental</Transaction-Text>
1238
+ <In-RdSAP>true</In-RdSAP>
1239
+ </Transaction-Type>
1240
+ <Transaction-Type>
1241
+ <Display-Order>8</Display-Order>
1242
+ <Transaction-Code>5</Transaction-Code>
1243
+ <Transaction-Text>None of the above</Transaction-Text>
1244
+ <In-RdSAP>true</In-RdSAP>
1245
+ </Transaction-Type>
1246
+ </Country>
1247
+ <Addendum>
1248
+ <Addendum-Number>1</Addendum-Number>
1249
+ <Circumstances>1. Wall type does not correspond to options available in RdSAP</Circumstances>
1250
+ <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>
1251
+ <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>
1252
+ </Addendum>
1253
+ <Addendum>
1254
+ <Addendum-Number>4</Addendum-Number>
1255
+ <Circumstances>4. Dwelling has a swimming pool</Circumstances>
1256
+ <Addendum-Text language="1">The energy assessment for the dwelling does not include energy used to heat the swimming pool.</Addendum-Text>
1257
+ <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>
1258
+ </Addendum>
1259
+ <Addendum>
1260
+ <Addendum-Number>5</Addendum-Number>
1261
+ <Circumstances>5. Dwelling has micro-CHP not found in database</Circumstances>
1262
+ <Addendum-Text language="1">The performance characteristics of the micro-CHP system in this dwelling are not known and default values were used for the assessment.</Addendum-Text>
1263
+ <Addendum-Text language="2">Nid yw nodweddion perfformiad y system CHP meicro yn yr annedd hon yn hysbys a chafodd gwerthoedd diofyn eu defnyddio at yr asesiad.</Addendum-Text>
1264
+ </Addendum>
1265
+ <Addendum>
1266
+ <Addendum-Number>6</Addendum-Number>
1267
+ <Circumstances>6. Storage heater or dual immersion, and single electric meter</Circumstances>
1268
+ <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>
1269
+ <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>
1270
+ </Addendum>
1271
+ <Addendum>
1272
+ <Addendum-Number>8</Addendum-Number>
1273
+ <Circumstances>8. PVs or wind turbine present on the property (England, Wales or Scotland)</Circumstances>
1274
+ <Addendum-Text language="1">The assessment does not include any feed-in tariffs that may be applicable to this property.</Addendum-Text>
1275
+ <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>
1276
+ </Addendum>
1277
+ <Addendum>
1278
+ <Addendum-Number>9</Addendum-Number>
1279
+ <Circumstances>9. Two main heating systems and heating system upgrade is recommended</Circumstances>
1280
+ <Addendum-Text language="1">As there is more than one heating system, you should seek professional advice on the most cost-effective option for upgrading the systems.</Addendum-Text>
1281
+ <Addendum-Text language="2">Gan fod mwy nag un system wresogi, dylech ofyn am gyngor proffesiynol am y dewis mwyaf cost-effeithiol i uwchraddio’r systemau.</Addendum-Text>
1282
+ </Addendum>
1283
+ <Addendum>
1284
+ <Addendum-Number>10</Addendum-Number>
1285
+ <Circumstances>10. Dual electricity meter selected but there is also an electricity meter for standard tariff</Circumstances>
1286
+ <Addendum-Text language="1">The assessment has been done on the basis of an off-peak electricity tariff. However some heating or hot water appliances may be on the standard domestic tariff.</Addendum-Text>
1287
+ <Addendum-Text language="2">Cyflawnwyd yr asesiad ar sail y tariff trydan am gyfnodau tawel. Fodd bynnag, gall rhai mathau o offer gwresogi neu ddwr poeth fod ar y tariff domestig safonol.</Addendum-Text>
1288
+ </Addendum>
1289
+ <Addendum>
1290
+ <Addendum-Number>11</Addendum-Number>
1291
+ <Circumstances>11. Single electricity meter selected but there is also an electricity meter for an off-peak tariff</Circumstances>
1292
+ <Addendum-Text language="1">The assessment has been done on the basis of the standard domestic electricity tariff. However some heating or hot water appliances may be on an off-peak tariff.</Addendum-Text>
1293
+ <Addendum-Text language="2">Cyflawnwyd yr asesiad ar sail y tariff trydan domestig safonol. Fodd bynnag, gall rhai mathau o offer gwresogi neu ddwr poeth fod ar y tariff am gyfnodau tawel.</Addendum-Text>
1294
+ </Addendum>
1295
+ <Addendum>
1296
+ <Addendum-Number>12</Addendum-Number>
1297
+ <Circumstances>12. Dwelling is using a biomass fuel that is not in the RdSAP fuel options </Circumstances>
1298
+ <Addendum-Text language="1">The dwelling uses a type of fuel that is not included in the available options. The nearest equivalent fuel type was used for the assessment.</Addendum-Text>
1299
+ <Addendum-Text language="2">Nid yw’r math o danwydd y mae’r anheddiad yn ei ddefnyddio wedi ei restru yn yr opsiynau sydd ar gael. Defnyddiwyd y math cyfatebol tebycaf o danwydd ar gyfer yr asesiad.</Addendum-Text>
1300
+ </Addendum>
1301
+ <Tenure>
1302
+ <Tenure-Code>1</Tenure-Code>
1303
+ <Tenure-Text>Owner-occupied</Tenure-Text>
1304
+ </Tenure>
1305
+ <Tenure>
1306
+ <Tenure-Code>2</Tenure-Code>
1307
+ <Tenure-Text>Rented (social)</Tenure-Text>
1308
+ </Tenure>
1309
+ <Tenure>
1310
+ <Tenure-Code>3</Tenure-Code>
1311
+ <Tenure-Text>Rented (private)</Tenure-Text>
1312
+ </Tenure>
1313
+ <Tenure>
1314
+ <Tenure-Code>ND</Tenure-Code>
1315
+ <Tenure-Text>Unknown</Tenure-Text>
1316
+ </Tenure>
1317
+ <Related-Party-Disclosure>
1318
+ <Disclosure-Code>1</Disclosure-Code>
1319
+ <Disclosure-Text language="1">No related party</Disclosure-Text>
1320
+ <Disclosure-Text language="2">Dim parti perthnasol</Disclosure-Text>
1321
+ </Related-Party-Disclosure>
1322
+ <Related-Party-Disclosure>
1323
+ <Disclosure-Code>2</Disclosure-Code>
1324
+ <Disclosure-Text language="1">Relative of homeowner or of occupier of the property</Disclosure-Text>
1325
+ <Disclosure-Text language="2">Perthynas i berchennog y cartref neu ddeiliad yr eiddo</Disclosure-Text>
1326
+ </Related-Party-Disclosure>
1327
+ <Related-Party-Disclosure>
1328
+ <Disclosure-Code>3</Disclosure-Code>
1329
+ <Disclosure-Text language="1">Residing at the property</Disclosure-Text>
1330
+ <Disclosure-Text language="2">Yn byw yn yr eiddo</Disclosure-Text>
1331
+ </Related-Party-Disclosure>
1332
+ <Related-Party-Disclosure>
1333
+ <Disclosure-Code>4</Disclosure-Code>
1334
+ <Disclosure-Text language="1">Financial interest in the property</Disclosure-Text>
1335
+ <Disclosure-Text language="2">Buddiant ariannol yn yr eiddo</Disclosure-Text>
1336
+ </Related-Party-Disclosure>
1337
+ <Related-Party-Disclosure>
1338
+ <Disclosure-Code>5</Disclosure-Code>
1339
+ <Disclosure-Text language="1">Owner or Director of the organisation dealing with the property transaction </Disclosure-Text>
1340
+ <Disclosure-Text language="2">Perchennog neu Gyfarwyddwr y corff sy’n delio â’r trafodyn eiddo</Disclosure-Text>
1341
+ </Related-Party-Disclosure>
1342
+ <Related-Party-Disclosure>
1343
+ <Disclosure-Code>6</Disclosure-Code>
1344
+ <Disclosure-Text language="1">Employed by the professional dealing with the property transaction </Disclosure-Text>
1345
+ <Disclosure-Text language="2">Wedi’i gyflogi gan y person proffesiynol sy’n delio â’r trafodyn eiddo</Disclosure-Text>
1346
+ </Related-Party-Disclosure>
1347
+ <Related-Party-Disclosure>
1348
+ <Disclosure-Code>7</Disclosure-Code>
1349
+ <Disclosure-Text language="1">Relative of the professional dealing with the property transaction</Disclosure-Text>
1350
+ <Disclosure-Text language="2">Perthynas i’r person proffesiynol sy’n delio â’r trafodyn eiddo</Disclosure-Text>
1351
+ </Related-Party-Disclosure>
1352
+ </EPC:ExternalDefinitions>