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,3007 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns="DCLG-SAP05" xmlns:SAP05="DCLG-SAP05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="DCLG-SAP05" elementFormDefault="qualified" version="LIG-NI-16.1">
3
+ <xs:simpleType name="SAP-StoreyFloorCode">
4
+ <xs:annotation>
5
+ <xs:documentation>Code which identifies a particular storey in a building part.</xs:documentation>
6
+ </xs:annotation>
7
+ <xs:restriction base="xs:string">
8
+ <xs:enumeration value="-1">
9
+ <xs:annotation>
10
+ <xs:documentation>Lower ground</xs:documentation>
11
+ </xs:annotation>
12
+ </xs:enumeration>
13
+ <xs:enumeration value="0">
14
+ <xs:annotation>
15
+ <xs:documentation>Ground</xs:documentation>
16
+ </xs:annotation>
17
+ </xs:enumeration>
18
+ <xs:enumeration value="1">
19
+ <xs:annotation>
20
+ <xs:documentation>1st</xs:documentation>
21
+ </xs:annotation>
22
+ </xs:enumeration>
23
+ <xs:enumeration value="2">
24
+ <xs:annotation>
25
+ <xs:documentation>2nd</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:enumeration>
28
+ <xs:enumeration value="3">
29
+ <xs:annotation>
30
+ <xs:documentation>3rd</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:enumeration>
33
+ <xs:enumeration value="4">
34
+ <xs:annotation>
35
+ <xs:documentation>4th</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:enumeration>
38
+ <xs:enumeration value="5">
39
+ <xs:annotation>
40
+ <xs:documentation>5th</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:enumeration>
43
+ <xs:enumeration value="6">
44
+ <xs:annotation>
45
+ <xs:documentation>6th</xs:documentation>
46
+ </xs:annotation>
47
+ </xs:enumeration>
48
+ <xs:enumeration value="99">
49
+ <xs:annotation>
50
+ <xs:documentation>Roof rooms</xs:documentation>
51
+ </xs:annotation>
52
+ </xs:enumeration>
53
+ </xs:restriction>
54
+ </xs:simpleType>
55
+ <xs:simpleType name="SAP-ImprovementMeasureCode">
56
+ <xs:annotation>
57
+ <xs:documentation>Code which indicates an improvement measure for a property.</xs:documentation>
58
+ </xs:annotation>
59
+ <xs:restriction base="xs:string">
60
+ <xs:enumeration value="A">
61
+ <xs:annotation>
62
+ <xs:documentation>Loft insulation</xs:documentation>
63
+ </xs:annotation>
64
+ </xs:enumeration>
65
+ <xs:enumeration value="B">
66
+ <xs:annotation>
67
+ <xs:documentation>Cavity wall insulation</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:enumeration>
70
+ <xs:enumeration value="C">
71
+ <xs:annotation>
72
+ <xs:documentation>Hot water cylinder insulation</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:enumeration>
75
+ <xs:enumeration value="D">
76
+ <xs:annotation>
77
+ <xs:documentation>Draughtproofing</xs:documentation>
78
+ </xs:annotation>
79
+ </xs:enumeration>
80
+ <xs:enumeration value="E">
81
+ <xs:annotation>
82
+ <xs:documentation>Low energy lights</xs:documentation>
83
+ </xs:annotation>
84
+ </xs:enumeration>
85
+ <xs:enumeration value="F">
86
+ <xs:annotation>
87
+ <xs:documentation>Cylinder thermostat</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:enumeration>
90
+ <xs:enumeration value="G">
91
+ <xs:annotation>
92
+ <xs:documentation>Heating controls for wet central heating system</xs:documentation>
93
+ </xs:annotation>
94
+ </xs:enumeration>
95
+ <xs:enumeration value="H">
96
+ <xs:annotation>
97
+ <xs:documentation>Heating controls for warm air system</xs:documentation>
98
+ </xs:annotation>
99
+ </xs:enumeration>
100
+ <xs:enumeration value="I">
101
+ <xs:annotation>
102
+ <xs:documentation>Upgrade boiler, same fuel</xs:documentation>
103
+ </xs:annotation>
104
+ </xs:enumeration>
105
+ <xs:enumeration value="J">
106
+ <xs:annotation>
107
+ <xs:documentation>Biomass boiler</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:enumeration>
110
+ <xs:enumeration value="K">
111
+ <xs:annotation>
112
+ <xs:documentation>Biomass room heater with boiler</xs:documentation>
113
+ </xs:annotation>
114
+ </xs:enumeration>
115
+ <xs:enumeration value="L">
116
+ <xs:annotation>
117
+ <xs:documentation>New or replacement storage heaters</xs:documentation>
118
+ </xs:annotation>
119
+ </xs:enumeration>
120
+ <xs:enumeration value="M">
121
+ <xs:annotation>
122
+ <xs:documentation>Replacement warm-air unit</xs:documentation>
123
+ </xs:annotation>
124
+ </xs:enumeration>
125
+ <xs:enumeration value="N">
126
+ <xs:annotation>
127
+ <xs:documentation>Solar water heating</xs:documentation>
128
+ </xs:annotation>
129
+ </xs:enumeration>
130
+ <xs:enumeration value="O">
131
+ <xs:annotation>
132
+ <xs:documentation>Double glazing</xs:documentation>
133
+ </xs:annotation>
134
+ </xs:enumeration>
135
+ <xs:enumeration value="P">
136
+ <xs:annotation>
137
+ <xs:documentation>Secondary glazing</xs:documentation>
138
+ </xs:annotation>
139
+ </xs:enumeration>
140
+ <xs:enumeration value="Q">
141
+ <xs:annotation>
142
+ <xs:documentation>Solid wall insulation</xs:documentation>
143
+ </xs:annotation>
144
+ </xs:enumeration>
145
+ <xs:enumeration value="R">
146
+ <xs:annotation>
147
+ <xs:documentation>Condensing oil boiler</xs:documentation>
148
+ </xs:annotation>
149
+ </xs:enumeration>
150
+ <xs:enumeration value="S">
151
+ <xs:annotation>
152
+ <xs:documentation>Change heating to Band A gas condensing boiler (no fuel switch)</xs:documentation>
153
+ </xs:annotation>
154
+ </xs:enumeration>
155
+ <xs:enumeration value="T">
156
+ <xs:annotation>
157
+ <xs:documentation>Change heating to Band A gas condensing boiler (fuel switch)</xs:documentation>
158
+ </xs:annotation>
159
+ </xs:enumeration>
160
+ <xs:enumeration value="U">
161
+ <xs:annotation>
162
+ <xs:documentation>Photovoltaics</xs:documentation>
163
+ </xs:annotation>
164
+ </xs:enumeration>
165
+ <xs:enumeration value="V">
166
+ <xs:annotation>
167
+ <xs:documentation>Wind turbine</xs:documentation>
168
+ </xs:annotation>
169
+ </xs:enumeration>
170
+ </xs:restriction>
171
+ </xs:simpleType>
172
+ <xs:simpleType name="SAP-WaterHeatingCode">
173
+ <xs:annotation>
174
+ <xs:documentation>Code which indicates the type of heating system, as defined in SAP table 4a (codes 901-999).</xs:documentation>
175
+ </xs:annotation>
176
+ <xs:restriction base="xs:positiveInteger">
177
+ <xs:maxInclusive value="999"/>
178
+ <xs:minInclusive value="901"/>
179
+ </xs:restriction>
180
+ </xs:simpleType>
181
+ <xs:simpleType name="SAP-LZCEnergySourceCode">
182
+ <xs:annotation>
183
+ <xs:documentation>Code which indicates a particular low or zero carbon energy source.</xs:documentation>
184
+ </xs:annotation>
185
+ <xs:restriction base="xs:string">
186
+ <xs:enumeration value="1">
187
+ <xs:annotation>
188
+ <xs:documentation>Biomass main heating</xs:documentation>
189
+ </xs:annotation>
190
+ </xs:enumeration>
191
+ <xs:enumeration value="2">
192
+ <xs:annotation>
193
+ <xs:documentation>Biomass community heating</xs:documentation>
194
+ </xs:annotation>
195
+ </xs:enumeration>
196
+ <xs:enumeration value="3">
197
+ <xs:annotation>
198
+ <xs:documentation>Biomass community heating for some of heat generation</xs:documentation>
199
+ </xs:annotation>
200
+ </xs:enumeration>
201
+ <xs:enumeration value="4">
202
+ <xs:annotation>
203
+ <xs:documentation>Biomass secondary heating</xs:documentation>
204
+ </xs:annotation>
205
+ </xs:enumeration>
206
+ <xs:enumeration value="5">
207
+ <xs:annotation>
208
+ <xs:documentation>Geothermal heat source</xs:documentation>
209
+ </xs:annotation>
210
+ </xs:enumeration>
211
+ <xs:enumeration value="6">
212
+ <xs:annotation>
213
+ <xs:documentation>Combined heat and power</xs:documentation>
214
+ </xs:annotation>
215
+ </xs:enumeration>
216
+ <xs:enumeration value="7">
217
+ <xs:annotation>
218
+ <xs:documentation>Ground source heat pump</xs:documentation>
219
+ </xs:annotation>
220
+ </xs:enumeration>
221
+ <xs:enumeration value="8">
222
+ <xs:annotation>
223
+ <xs:documentation>Water source heat pump</xs:documentation>
224
+ </xs:annotation>
225
+ </xs:enumeration>
226
+ <xs:enumeration value="9">
227
+ <xs:annotation>
228
+ <xs:documentation>Air source heat pump</xs:documentation>
229
+ </xs:annotation>
230
+ </xs:enumeration>
231
+ <xs:enumeration value="10">
232
+ <xs:annotation>
233
+ <xs:documentation>Solar water heating</xs:documentation>
234
+ </xs:annotation>
235
+ </xs:enumeration>
236
+ <xs:enumeration value="11">
237
+ <xs:annotation>
238
+ <xs:documentation>Solar photovoltaics</xs:documentation>
239
+ </xs:annotation>
240
+ </xs:enumeration>
241
+ <xs:enumeration value="12">
242
+ <xs:annotation>
243
+ <xs:documentation>Wind turbine</xs:documentation>
244
+ </xs:annotation>
245
+ </xs:enumeration>
246
+ <xs:enumeration value="13">
247
+ <xs:annotation>
248
+ <xs:documentation>Community heat pump</xs:documentation>
249
+ </xs:annotation>
250
+ </xs:enumeration>
251
+ </xs:restriction>
252
+ </xs:simpleType>
253
+ <xs:simpleType name="FlueTypeCode">
254
+ <xs:annotation>
255
+ <xs:documentation>Code which indicates the type of flue.</xs:documentation>
256
+ </xs:annotation>
257
+ <xs:restriction base="xs:string">
258
+ <xs:enumeration value="1">
259
+ <xs:annotation>
260
+ <xs:documentation>open flue</xs:documentation>
261
+ </xs:annotation>
262
+ </xs:enumeration>
263
+ <xs:enumeration value="2">
264
+ <xs:annotation>
265
+ <xs:documentation>balanced flue</xs:documentation>
266
+ </xs:annotation>
267
+ </xs:enumeration>
268
+ <xs:enumeration value="3">
269
+ <xs:annotation>
270
+ <xs:documentation>chimney</xs:documentation>
271
+ </xs:annotation>
272
+ </xs:enumeration>
273
+ <xs:enumeration value="4">
274
+ <xs:annotation>
275
+ <xs:documentation>omitted (boiler is in an outhouse, so its flue arrangements are not relevant)</xs:documentation>
276
+ </xs:annotation>
277
+ </xs:enumeration>
278
+ <xs:enumeration value="5">
279
+ <xs:annotation>
280
+ <xs:documentation>unknown (there is a flue, but its type could not be determined)</xs:documentation>
281
+ </xs:annotation>
282
+ </xs:enumeration>
283
+ </xs:restriction>
284
+ </xs:simpleType>
285
+ <xs:simpleType name="SAP-GlazingGapTypeCode">
286
+ <xs:restriction base="xs:string">
287
+ <xs:enumeration value="1">
288
+ <xs:annotation>
289
+ <xs:documentation>6 mm</xs:documentation>
290
+ </xs:annotation>
291
+ </xs:enumeration>
292
+ <xs:enumeration value="2">
293
+ <xs:annotation>
294
+ <xs:documentation>12 mm</xs:documentation>
295
+ </xs:annotation>
296
+ </xs:enumeration>
297
+ <xs:enumeration value="3">
298
+ <xs:annotation>
299
+ <xs:documentation>16 mm or more</xs:documentation>
300
+ </xs:annotation>
301
+ </xs:enumeration>
302
+ </xs:restriction>
303
+ </xs:simpleType>
304
+ <xs:simpleType name="SAP-DataTypeCode">
305
+ <xs:annotation>
306
+ <xs:documentation>Code which indicates the type of SAP data.</xs:documentation>
307
+ </xs:annotation>
308
+ <xs:restriction base="xs:string">
309
+ <xs:enumeration value="1">
310
+ <xs:annotation>
311
+ <xs:documentation>new dwelling as designed</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:enumeration>
314
+ <xs:enumeration value="2">
315
+ <xs:annotation>
316
+ <xs:documentation>new dwelling as built</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:enumeration>
319
+ <xs:enumeration value="3">
320
+ <xs:annotation>
321
+ <xs:documentation>new extension to existing dwelling</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:enumeration>
324
+ <xs:enumeration value="4">
325
+ <xs:annotation>
326
+ <xs:documentation>new dwelling created by change of use</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:enumeration>
329
+ <xs:enumeration value="5">
330
+ <xs:annotation>
331
+ <xs:documentation>existing dwelling</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:enumeration>
334
+ <xs:enumeration value="6">
335
+ <xs:annotation>
336
+ <xs:documentation>other</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:enumeration>
339
+ </xs:restriction>
340
+ </xs:simpleType>
341
+ <xs:simpleType name="SAP-VersionCode">
342
+ <xs:annotation>
343
+ <xs:documentation>Code which indicates the SAP version.</xs:documentation>
344
+ </xs:annotation>
345
+ <xs:restriction base="xs:string">
346
+ <xs:enumeration value="9.80">
347
+ <xs:annotation>
348
+ <xs:documentation>SAP 2005 version 9.80, dated October 2005</xs:documentation>
349
+ </xs:annotation>
350
+ </xs:enumeration>
351
+ <xs:enumeration value="9.81">
352
+ <xs:annotation>
353
+ <xs:documentation>SAP version 9.81, dated January 2008</xs:documentation>
354
+ </xs:annotation>
355
+ </xs:enumeration>
356
+ <xs:enumeration value="9.82">
357
+ <xs:annotation>
358
+ <xs:documentation>SAP version 9.82, dated Jun 2008</xs:documentation>
359
+ </xs:annotation>
360
+ </xs:enumeration>
361
+ <xs:enumeration value="9.83">
362
+ <xs:annotation>
363
+ <xs:documentation>SAP version 9.83, dated Jun 2009</xs:documentation>
364
+ </xs:annotation>
365
+ </xs:enumeration>
366
+ </xs:restriction>
367
+ </xs:simpleType>
368
+ <xs:simpleType name="SAP-FloorTypeCode">
369
+ <xs:annotation>
370
+ <xs:documentation>Code which indicates the type of floor (exposure).</xs:documentation>
371
+ </xs:annotation>
372
+ <xs:restriction base="xs:string">
373
+ <xs:enumeration value="1">
374
+ <xs:annotation>
375
+ <xs:documentation>basement floor</xs:documentation>
376
+ </xs:annotation>
377
+ </xs:enumeration>
378
+ <xs:enumeration value="2">
379
+ <xs:annotation>
380
+ <xs:documentation>ground floor</xs:documentation>
381
+ </xs:annotation>
382
+ </xs:enumeration>
383
+ <xs:enumeration value="3">
384
+ <xs:annotation>
385
+ <xs:documentation>upper floor (if heat loss area &gt; 0, this area is an exposed floor)</xs:documentation>
386
+ </xs:annotation>
387
+ </xs:enumeration>
388
+ </xs:restriction>
389
+ </xs:simpleType>
390
+ <xs:simpleType name="UKCountryCode">
391
+ <xs:annotation>
392
+ <xs:documentation>Code which indicates the country within the UK, taken from BS 6879.</xs:documentation>
393
+ </xs:annotation>
394
+ <xs:restriction base="xs:string">
395
+ <xs:enumeration value="EAW">
396
+ <xs:annotation>
397
+ <xs:documentation>England and Wales</xs:documentation>
398
+ </xs:annotation>
399
+ </xs:enumeration>
400
+ <xs:enumeration value="SCT">
401
+ <xs:annotation>
402
+ <xs:documentation>Scotland</xs:documentation>
403
+ </xs:annotation>
404
+ </xs:enumeration>
405
+ <xs:enumeration value="NIR">
406
+ <xs:annotation>
407
+ <xs:documentation>Northern Ireland</xs:documentation>
408
+ </xs:annotation>
409
+ </xs:enumeration>
410
+ </xs:restriction>
411
+ </xs:simpleType>
412
+ <xs:simpleType name="UKRegionCode">
413
+ <xs:annotation>
414
+ <xs:documentation>Code which indicates the region within the UK.</xs:documentation>
415
+ </xs:annotation>
416
+ <xs:restriction base="xs:string">
417
+ <xs:enumeration value="1">
418
+ <xs:annotation>
419
+ <xs:documentation>Borders</xs:documentation>
420
+ </xs:annotation>
421
+ </xs:enumeration>
422
+ <xs:enumeration value="2">
423
+ <xs:annotation>
424
+ <xs:documentation>East Anglia</xs:documentation>
425
+ </xs:annotation>
426
+ </xs:enumeration>
427
+ <xs:enumeration value="3">
428
+ <xs:annotation>
429
+ <xs:documentation>East Pennines</xs:documentation>
430
+ </xs:annotation>
431
+ </xs:enumeration>
432
+ <xs:enumeration value="4">
433
+ <xs:annotation>
434
+ <xs:documentation>East Scotland</xs:documentation>
435
+ </xs:annotation>
436
+ </xs:enumeration>
437
+ <xs:enumeration value="5">
438
+ <xs:annotation>
439
+ <xs:documentation>Highland</xs:documentation>
440
+ </xs:annotation>
441
+ </xs:enumeration>
442
+ <xs:enumeration value="6">
443
+ <xs:annotation>
444
+ <xs:documentation>Midlands</xs:documentation>
445
+ </xs:annotation>
446
+ </xs:enumeration>
447
+ <xs:enumeration value="7">
448
+ <xs:annotation>
449
+ <xs:documentation>North East England</xs:documentation>
450
+ </xs:annotation>
451
+ </xs:enumeration>
452
+ <xs:enumeration value="8">
453
+ <xs:annotation>
454
+ <xs:documentation>North East Scotland</xs:documentation>
455
+ </xs:annotation>
456
+ </xs:enumeration>
457
+ <xs:enumeration value="9">
458
+ <xs:annotation>
459
+ <xs:documentation>North West England / South West Scotland</xs:documentation>
460
+ </xs:annotation>
461
+ </xs:enumeration>
462
+ <xs:enumeration value="10">
463
+ <xs:annotation>
464
+ <xs:documentation>Northern Ireland</xs:documentation>
465
+ </xs:annotation>
466
+ </xs:enumeration>
467
+ <xs:enumeration value="11">
468
+ <xs:annotation>
469
+ <xs:documentation>Orkney</xs:documentation>
470
+ </xs:annotation>
471
+ </xs:enumeration>
472
+ <xs:enumeration value="12">
473
+ <xs:annotation>
474
+ <xs:documentation>Severn Valley</xs:documentation>
475
+ </xs:annotation>
476
+ </xs:enumeration>
477
+ <xs:enumeration value="13">
478
+ <xs:annotation>
479
+ <xs:documentation>Shetland</xs:documentation>
480
+ </xs:annotation>
481
+ </xs:enumeration>
482
+ <xs:enumeration value="14">
483
+ <xs:annotation>
484
+ <xs:documentation>South East England</xs:documentation>
485
+ </xs:annotation>
486
+ </xs:enumeration>
487
+ <xs:enumeration value="15">
488
+ <xs:annotation>
489
+ <xs:documentation>South West England</xs:documentation>
490
+ </xs:annotation>
491
+ </xs:enumeration>
492
+ <xs:enumeration value="16">
493
+ <xs:annotation>
494
+ <xs:documentation>Southern England</xs:documentation>
495
+ </xs:annotation>
496
+ </xs:enumeration>
497
+ <xs:enumeration value="17">
498
+ <xs:annotation>
499
+ <xs:documentation>Thames Valley</xs:documentation>
500
+ </xs:annotation>
501
+ </xs:enumeration>
502
+ <xs:enumeration value="18">
503
+ <xs:annotation>
504
+ <xs:documentation>Wales</xs:documentation>
505
+ </xs:annotation>
506
+ </xs:enumeration>
507
+ <xs:enumeration value="19">
508
+ <xs:annotation>
509
+ <xs:documentation>West Pennines</xs:documentation>
510
+ </xs:annotation>
511
+ </xs:enumeration>
512
+ <xs:enumeration value="20">
513
+ <xs:annotation>
514
+ <xs:documentation>West Scotland</xs:documentation>
515
+ </xs:annotation>
516
+ </xs:enumeration>
517
+ <xs:enumeration value="21">
518
+ <xs:annotation>
519
+ <xs:documentation>Western Isles</xs:documentation>
520
+ </xs:annotation>
521
+ </xs:enumeration>
522
+ <xs:enumeration value="22">
523
+ <xs:annotation>
524
+ <xs:documentation>Jersey</xs:documentation>
525
+ </xs:annotation>
526
+ </xs:enumeration>
527
+ <xs:enumeration value="23">
528
+ <xs:annotation>
529
+ <xs:documentation>Guernsey</xs:documentation>
530
+ </xs:annotation>
531
+ </xs:enumeration>
532
+ <xs:enumeration value="24">
533
+ <xs:annotation>
534
+ <xs:documentation>Isle of Man</xs:documentation>
535
+ </xs:annotation>
536
+ </xs:enumeration>
537
+ </xs:restriction>
538
+ </xs:simpleType>
539
+ <xs:simpleType name="SAP-ExposedWallTypeCode">
540
+ <xs:annotation>
541
+ <xs:documentation>Code which indicates the type of wall (exposure).</xs:documentation>
542
+ </xs:annotation>
543
+ <xs:restriction base="xs:string">
544
+ <xs:enumeration value="1">
545
+ <xs:annotation>
546
+ <xs:documentation>basement wall</xs:documentation>
547
+ </xs:annotation>
548
+ </xs:enumeration>
549
+ <xs:enumeration value="2">
550
+ <xs:annotation>
551
+ <xs:documentation>exposed wall</xs:documentation>
552
+ </xs:annotation>
553
+ </xs:enumeration>
554
+ <xs:enumeration value="3">
555
+ <xs:annotation>
556
+ <xs:documentation>sheltered wall</xs:documentation>
557
+ </xs:annotation>
558
+ </xs:enumeration>
559
+ </xs:restriction>
560
+ </xs:simpleType>
561
+ <xs:simpleType name="SAP-ThermalBridgeCode">
562
+ <xs:annotation>
563
+ <xs:documentation>Code which indicates how the thermal bridge data has been recorded.</xs:documentation>
564
+ </xs:annotation>
565
+ <xs:restriction base="xs:string">
566
+ <xs:enumeration value="1">
567
+ <xs:annotation>
568
+ <xs:documentation>default</xs:documentation>
569
+ </xs:annotation>
570
+ </xs:enumeration>
571
+ <xs:enumeration value="2">
572
+ <xs:annotation>
573
+ <xs:documentation>2002 regulations</xs:documentation>
574
+ </xs:annotation>
575
+ </xs:enumeration>
576
+ <xs:enumeration value="3">
577
+ <xs:annotation>
578
+ <xs:documentation>accredited</xs:documentation>
579
+ </xs:annotation>
580
+ </xs:enumeration>
581
+ <xs:enumeration value="4">
582
+ <xs:annotation>
583
+ <xs:documentation>user defined (global y-value)</xs:documentation>
584
+ </xs:annotation>
585
+ </xs:enumeration>
586
+ <xs:enumeration value="5">
587
+ <xs:annotation>
588
+ <xs:documentation>user defined (individual values)</xs:documentation>
589
+ </xs:annotation>
590
+ </xs:enumeration>
591
+ </xs:restriction>
592
+ </xs:simpleType>
593
+ <xs:simpleType name="SAP-ThermalBridgeTypeCode">
594
+ <xs:annotation>
595
+ <xs:documentation>Code which indicates a particular type of thermal bridge.</xs:documentation>
596
+ </xs:annotation>
597
+ <xs:restriction base="xs:string">
598
+ <xs:enumeration value="1">
599
+ <xs:annotation>
600
+ <xs:documentation>Steel lintel with perforated steel base plate</xs:documentation>
601
+ </xs:annotation>
602
+ </xs:enumeration>
603
+ <xs:enumeration value="2">
604
+ <xs:annotation>
605
+ <xs:documentation>Other lintels (including other steel lintels)</xs:documentation>
606
+ </xs:annotation>
607
+ </xs:enumeration>
608
+ <xs:enumeration value="3">
609
+ <xs:annotation>
610
+ <xs:documentation>Sill</xs:documentation>
611
+ </xs:annotation>
612
+ </xs:enumeration>
613
+ <xs:enumeration value="4">
614
+ <xs:annotation>
615
+ <xs:documentation>Jamb</xs:documentation>
616
+ </xs:annotation>
617
+ </xs:enumeration>
618
+ <xs:enumeration value="5">
619
+ <xs:annotation>
620
+ <xs:documentation>Ground floor</xs:documentation>
621
+ </xs:annotation>
622
+ </xs:enumeration>
623
+ <xs:enumeration value="6">
624
+ <xs:annotation>
625
+ <xs:documentation>Intermediate floor within a dwelling</xs:documentation>
626
+ </xs:annotation>
627
+ </xs:enumeration>
628
+ <xs:enumeration value="7">
629
+ <xs:annotation>
630
+ <xs:documentation>Intermediate floor between dwellings</xs:documentation>
631
+ </xs:annotation>
632
+ </xs:enumeration>
633
+ <xs:enumeration value="8">
634
+ <xs:annotation>
635
+ <xs:documentation>Balcony within a dwelling</xs:documentation>
636
+ </xs:annotation>
637
+ </xs:enumeration>
638
+ <xs:enumeration value="9">
639
+ <xs:annotation>
640
+ <xs:documentation>Balcony between dwellings</xs:documentation>
641
+ </xs:annotation>
642
+ </xs:enumeration>
643
+ <xs:enumeration value="10">
644
+ <xs:annotation>
645
+ <xs:documentation>Eaves (insulation at ceiling level)</xs:documentation>
646
+ </xs:annotation>
647
+ </xs:enumeration>
648
+ <xs:enumeration value="11">
649
+ <xs:annotation>
650
+ <xs:documentation>Eaves (insulation at rafter level)</xs:documentation>
651
+ </xs:annotation>
652
+ </xs:enumeration>
653
+ <xs:enumeration value="12">
654
+ <xs:annotation>
655
+ <xs:documentation>Gable (insulation at ceiling level)</xs:documentation>
656
+ </xs:annotation>
657
+ </xs:enumeration>
658
+ <xs:enumeration value="13">
659
+ <xs:annotation>
660
+ <xs:documentation>Gable (insulation at rafter level)</xs:documentation>
661
+ </xs:annotation>
662
+ </xs:enumeration>
663
+ <xs:enumeration value="14">
664
+ <xs:annotation>
665
+ <xs:documentation>Corner (normal)</xs:documentation>
666
+ </xs:annotation>
667
+ </xs:enumeration>
668
+ <xs:enumeration value="15">
669
+ <xs:annotation>
670
+ <xs:documentation>Corner (inverted)</xs:documentation>
671
+ </xs:annotation>
672
+ </xs:enumeration>
673
+ <xs:enumeration value="16">
674
+ <xs:annotation>
675
+ <xs:documentation>Party wall between dwellings</xs:documentation>
676
+ </xs:annotation>
677
+ </xs:enumeration>
678
+ <xs:enumeration value="17">
679
+ <xs:annotation>
680
+ <xs:documentation>other type 1</xs:documentation>
681
+ </xs:annotation>
682
+ </xs:enumeration>
683
+ <xs:enumeration value="18">
684
+ <xs:annotation>
685
+ <xs:documentation>other type 2</xs:documentation>
686
+ </xs:annotation>
687
+ </xs:enumeration>
688
+ </xs:restriction>
689
+ </xs:simpleType>
690
+ <xs:simpleType name="SAP-OrientationCode">
691
+ <xs:annotation>
692
+ <xs:documentation>Code which indicates the compass direction.</xs:documentation>
693
+ </xs:annotation>
694
+ <xs:restriction base="xs:string">
695
+ <xs:enumeration value="0">
696
+ <xs:annotation>
697
+ <xs:documentation>unknown or unspecified</xs:documentation>
698
+ </xs:annotation>
699
+ </xs:enumeration>
700
+ <xs:enumeration value="1">
701
+ <xs:annotation>
702
+ <xs:documentation>North</xs:documentation>
703
+ </xs:annotation>
704
+ </xs:enumeration>
705
+ <xs:enumeration value="2">
706
+ <xs:annotation>
707
+ <xs:documentation>North East</xs:documentation>
708
+ </xs:annotation>
709
+ </xs:enumeration>
710
+ <xs:enumeration value="3">
711
+ <xs:annotation>
712
+ <xs:documentation>East</xs:documentation>
713
+ </xs:annotation>
714
+ </xs:enumeration>
715
+ <xs:enumeration value="4">
716
+ <xs:annotation>
717
+ <xs:documentation>South East</xs:documentation>
718
+ </xs:annotation>
719
+ </xs:enumeration>
720
+ <xs:enumeration value="5">
721
+ <xs:annotation>
722
+ <xs:documentation>South</xs:documentation>
723
+ </xs:annotation>
724
+ </xs:enumeration>
725
+ <xs:enumeration value="6">
726
+ <xs:annotation>
727
+ <xs:documentation>South West</xs:documentation>
728
+ </xs:annotation>
729
+ </xs:enumeration>
730
+ <xs:enumeration value="7">
731
+ <xs:annotation>
732
+ <xs:documentation>West</xs:documentation>
733
+ </xs:annotation>
734
+ </xs:enumeration>
735
+ <xs:enumeration value="8">
736
+ <xs:annotation>
737
+ <xs:documentation>North West</xs:documentation>
738
+ </xs:annotation>
739
+ </xs:enumeration>
740
+ <xs:enumeration value="9">
741
+ <xs:annotation>
742
+ <xs:documentation>Horizontal (windows and roof windows only)</xs:documentation>
743
+ </xs:annotation>
744
+ </xs:enumeration>
745
+ </xs:restriction>
746
+ </xs:simpleType>
747
+ <xs:simpleType name="SAP-OpeningDataSourceCode">
748
+ <xs:annotation>
749
+ <xs:documentation>Code which indicates the source of opening data.</xs:documentation>
750
+ </xs:annotation>
751
+ <xs:restriction base="xs:string">
752
+ <xs:enumeration value="2">
753
+ <xs:annotation>
754
+ <xs:documentation>manufacturer declaration</xs:documentation>
755
+ </xs:annotation>
756
+ </xs:enumeration>
757
+ <xs:enumeration value="3">
758
+ <xs:annotation>
759
+ <xs:documentation>SAP table</xs:documentation>
760
+ </xs:annotation>
761
+ </xs:enumeration>
762
+ <xs:enumeration value="4">
763
+ <xs:annotation>
764
+ <xs:documentation>BFRC data</xs:documentation>
765
+ </xs:annotation>
766
+ </xs:enumeration>
767
+ </xs:restriction>
768
+ </xs:simpleType>
769
+ <xs:simpleType name="SAP-OpeningTypeCode">
770
+ <xs:annotation>
771
+ <xs:documentation>Code which indicates the type of opening.</xs:documentation>
772
+ </xs:annotation>
773
+ <xs:restriction base="xs:string">
774
+ <xs:enumeration value="1">
775
+ <xs:annotation>
776
+ <xs:documentation>solid door</xs:documentation>
777
+ </xs:annotation>
778
+ </xs:enumeration>
779
+ <xs:enumeration value="2">
780
+ <xs:annotation>
781
+ <xs:documentation>half glazed door</xs:documentation>
782
+ </xs:annotation>
783
+ </xs:enumeration>
784
+ <xs:enumeration value="3">
785
+ <xs:annotation>
786
+ <xs:documentation>door to corridor</xs:documentation>
787
+ </xs:annotation>
788
+ </xs:enumeration>
789
+ <xs:enumeration value="4">
790
+ <xs:annotation>
791
+ <xs:documentation>window</xs:documentation>
792
+ </xs:annotation>
793
+ </xs:enumeration>
794
+ <xs:enumeration value="5">
795
+ <xs:annotation>
796
+ <xs:documentation>roof window</xs:documentation>
797
+ </xs:annotation>
798
+ </xs:enumeration>
799
+ </xs:restriction>
800
+ </xs:simpleType>
801
+ <xs:simpleType name="HeatEmitterCode">
802
+ <xs:annotation>
803
+ <xs:documentation>Code which indicates the type of heating emitter.</xs:documentation>
804
+ </xs:annotation>
805
+ <xs:restriction base="xs:string">
806
+ <xs:enumeration value="1">
807
+ <xs:annotation>
808
+ <xs:documentation>radiators</xs:documentation>
809
+ </xs:annotation>
810
+ </xs:enumeration>
811
+ <xs:enumeration value="2">
812
+ <xs:annotation>
813
+ <xs:documentation>underfloor</xs:documentation>
814
+ </xs:annotation>
815
+ </xs:enumeration>
816
+ <xs:enumeration value="3">
817
+ <xs:annotation>
818
+ <xs:documentation>both</xs:documentation>
819
+ </xs:annotation>
820
+ </xs:enumeration>
821
+ </xs:restriction>
822
+ </xs:simpleType>
823
+ <xs:simpleType name="SAP-GlazingTypeCode">
824
+ <xs:annotation>
825
+ <xs:documentation>Code which indicates the type of glazing; if U-value is from BFRC or manufacturer declaration, give as one of
826
+ - single
827
+ - double
828
+ - triple.</xs:documentation>
829
+ </xs:annotation>
830
+ <xs:restriction base="xs:string">
831
+ <xs:enumeration value="1">
832
+ <xs:annotation>
833
+ <xs:documentation>not applicable (non-glazed door)</xs:documentation>
834
+ </xs:annotation>
835
+ </xs:enumeration>
836
+ <xs:enumeration value="2">
837
+ <xs:annotation>
838
+ <xs:documentation>single</xs:documentation>
839
+ </xs:annotation>
840
+ </xs:enumeration>
841
+ <xs:enumeration value="3">
842
+ <xs:annotation>
843
+ <xs:documentation>double</xs:documentation>
844
+ </xs:annotation>
845
+ </xs:enumeration>
846
+ <xs:enumeration value="4">
847
+ <xs:annotation>
848
+ <xs:documentation>double low-E hard 0.2</xs:documentation>
849
+ </xs:annotation>
850
+ </xs:enumeration>
851
+ <xs:enumeration value="5">
852
+ <xs:annotation>
853
+ <xs:documentation>double low-E hard 0.15</xs:documentation>
854
+ </xs:annotation>
855
+ </xs:enumeration>
856
+ <xs:enumeration value="6">
857
+ <xs:annotation>
858
+ <xs:documentation>double low-E soft 0.1</xs:documentation>
859
+ </xs:annotation>
860
+ </xs:enumeration>
861
+ <xs:enumeration value="7">
862
+ <xs:annotation>
863
+ <xs:documentation>double low-E soft 0.05</xs:documentation>
864
+ </xs:annotation>
865
+ </xs:enumeration>
866
+ <xs:enumeration value="8">
867
+ <xs:annotation>
868
+ <xs:documentation>triple</xs:documentation>
869
+ </xs:annotation>
870
+ </xs:enumeration>
871
+ <xs:enumeration value="9">
872
+ <xs:annotation>
873
+ <xs:documentation>triple low-E hard 0.2</xs:documentation>
874
+ </xs:annotation>
875
+ </xs:enumeration>
876
+ <xs:enumeration value="10">
877
+ <xs:annotation>
878
+ <xs:documentation>triple low-E hard 0.15</xs:documentation>
879
+ </xs:annotation>
880
+ </xs:enumeration>
881
+ <xs:enumeration value="11">
882
+ <xs:annotation>
883
+ <xs:documentation>triple low-E soft 0.1</xs:documentation>
884
+ </xs:annotation>
885
+ </xs:enumeration>
886
+ <xs:enumeration value="12">
887
+ <xs:annotation>
888
+ <xs:documentation>triple low-E soft 0.05</xs:documentation>
889
+ </xs:annotation>
890
+ </xs:enumeration>
891
+ <xs:enumeration value="13">
892
+ <xs:annotation>
893
+ <xs:documentation>secondary glazing</xs:documentation>
894
+ </xs:annotation>
895
+ </xs:enumeration>
896
+ </xs:restriction>
897
+ </xs:simpleType>
898
+ <xs:simpleType name="SAP-FrameTypeCode">
899
+ <xs:annotation>
900
+ <xs:documentation>Code which indicates the type of opening frame.</xs:documentation>
901
+ </xs:annotation>
902
+ <xs:restriction base="xs:string">
903
+ <xs:enumeration value="1">
904
+ <xs:annotation>
905
+ <xs:documentation>wood</xs:documentation>
906
+ </xs:annotation>
907
+ </xs:enumeration>
908
+ <xs:enumeration value="2">
909
+ <xs:annotation>
910
+ <xs:documentation>PVC</xs:documentation>
911
+ </xs:annotation>
912
+ </xs:enumeration>
913
+ <xs:enumeration value="3">
914
+ <xs:annotation>
915
+ <xs:documentation>metal no break</xs:documentation>
916
+ </xs:annotation>
917
+ </xs:enumeration>
918
+ <xs:enumeration value="4">
919
+ <xs:annotation>
920
+ <xs:documentation>metal 4 mm break</xs:documentation>
921
+ </xs:annotation>
922
+ </xs:enumeration>
923
+ <xs:enumeration value="5">
924
+ <xs:annotation>
925
+ <xs:documentation>metal 8 mm break</xs:documentation>
926
+ </xs:annotation>
927
+ </xs:enumeration>
928
+ <xs:enumeration value="6">
929
+ <xs:annotation>
930
+ <xs:documentation>metal 12 mm break</xs:documentation>
931
+ </xs:annotation>
932
+ </xs:enumeration>
933
+ <xs:enumeration value="7">
934
+ <xs:annotation>
935
+ <xs:documentation>metal 20 mm break</xs:documentation>
936
+ </xs:annotation>
937
+ </xs:enumeration>
938
+ <xs:enumeration value="8">
939
+ <xs:annotation>
940
+ <xs:documentation>metal 32 mm break</xs:documentation>
941
+ </xs:annotation>
942
+ </xs:enumeration>
943
+ </xs:restriction>
944
+ </xs:simpleType>
945
+ <xs:simpleType name="SAP-WindowOvershadingCode">
946
+ <xs:annotation>
947
+ <xs:documentation>Code which indicates the amount of window overshading.</xs:documentation>
948
+ </xs:annotation>
949
+ <xs:restriction base="xs:string">
950
+ <xs:enumeration value="1">
951
+ <xs:annotation>
952
+ <xs:documentation>very little</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:enumeration>
955
+ <xs:enumeration value="2">
956
+ <xs:annotation>
957
+ <xs:documentation>average or unknown</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:enumeration>
960
+ <xs:enumeration value="3">
961
+ <xs:annotation>
962
+ <xs:documentation>more than average</xs:documentation>
963
+ </xs:annotation>
964
+ </xs:enumeration>
965
+ <xs:enumeration value="4">
966
+ <xs:annotation>
967
+ <xs:documentation>heavy</xs:documentation>
968
+ </xs:annotation>
969
+ </xs:enumeration>
970
+ </xs:restriction>
971
+ </xs:simpleType>
972
+ <xs:simpleType name="SAP-ConservatoryTypeCode">
973
+ <xs:annotation>
974
+ <xs:documentation>Code which indicates the type of conservatory.</xs:documentation>
975
+ </xs:annotation>
976
+ <xs:restriction base="xs:string">
977
+ <xs:enumeration value="1">
978
+ <xs:annotation>
979
+ <xs:documentation>no conservatory</xs:documentation>
980
+ </xs:annotation>
981
+ </xs:enumeration>
982
+ <xs:enumeration value="2">
983
+ <xs:annotation>
984
+ <xs:documentation>separated unheated conservatory</xs:documentation>
985
+ </xs:annotation>
986
+ </xs:enumeration>
987
+ <xs:enumeration value="3">
988
+ <xs:annotation>
989
+ <xs:documentation>separated heated conservatory</xs:documentation>
990
+ </xs:annotation>
991
+ </xs:enumeration>
992
+ <xs:enumeration value="4">
993
+ <xs:annotation>
994
+ <xs:documentation>not separated</xs:documentation>
995
+ </xs:annotation>
996
+ </xs:enumeration>
997
+ </xs:restriction>
998
+ </xs:simpleType>
999
+ <xs:simpleType name="SAP-PressureTestCode">
1000
+ <xs:annotation>
1001
+ <xs:documentation>Code which indicates whether a pressure test has been done, or whether an assumed value is used.</xs:documentation>
1002
+ </xs:annotation>
1003
+ <xs:restriction base="xs:string">
1004
+ <xs:enumeration value="1">
1005
+ <xs:annotation>
1006
+ <xs:documentation>yes (measured value)</xs:documentation>
1007
+ </xs:annotation>
1008
+ </xs:enumeration>
1009
+ <xs:enumeration value="2">
1010
+ <xs:annotation>
1011
+ <xs:documentation>yes (design value)</xs:documentation>
1012
+ </xs:annotation>
1013
+ </xs:enumeration>
1014
+ <xs:enumeration value="3">
1015
+ <xs:annotation>
1016
+ <xs:documentation>assumed value</xs:documentation>
1017
+ </xs:annotation>
1018
+ </xs:enumeration>
1019
+ <xs:enumeration value="4">
1020
+ <xs:annotation>
1021
+ <xs:documentation>no</xs:documentation>
1022
+ </xs:annotation>
1023
+ </xs:enumeration>
1024
+ </xs:restriction>
1025
+ </xs:simpleType>
1026
+ <xs:simpleType name="SAP-CommunityHeatingUseCode">
1027
+ <xs:annotation>
1028
+ <xs:documentation>Code which indicates what kind of heating a community heating system is used for.</xs:documentation>
1029
+ </xs:annotation>
1030
+ <xs:restriction base="xs:string">
1031
+ <xs:enumeration value="1">
1032
+ <xs:annotation>
1033
+ <xs:documentation>space heating only</xs:documentation>
1034
+ </xs:annotation>
1035
+ </xs:enumeration>
1036
+ <xs:enumeration value="2">
1037
+ <xs:annotation>
1038
+ <xs:documentation>water heating only</xs:documentation>
1039
+ </xs:annotation>
1040
+ </xs:enumeration>
1041
+ <xs:enumeration value="3">
1042
+ <xs:annotation>
1043
+ <xs:documentation>space and water heating</xs:documentation>
1044
+ </xs:annotation>
1045
+ </xs:enumeration>
1046
+ </xs:restriction>
1047
+ </xs:simpleType>
1048
+ <xs:simpleType name="SAP-FlatLevelCode">
1049
+ <xs:annotation>
1050
+ <xs:documentation>Codes which indicates where a flat is located within a building.</xs:documentation>
1051
+ </xs:annotation>
1052
+ <xs:restriction base="xs:string">
1053
+ <xs:enumeration value="1">
1054
+ <xs:annotation>
1055
+ <xs:documentation>ground floor</xs:documentation>
1056
+ </xs:annotation>
1057
+ </xs:enumeration>
1058
+ <xs:enumeration value="2">
1059
+ <xs:annotation>
1060
+ <xs:documentation>mid floor</xs:documentation>
1061
+ </xs:annotation>
1062
+ </xs:enumeration>
1063
+ <xs:enumeration value="3">
1064
+ <xs:annotation>
1065
+ <xs:documentation>top floor</xs:documentation>
1066
+ </xs:annotation>
1067
+ </xs:enumeration>
1068
+ </xs:restriction>
1069
+ </xs:simpleType>
1070
+ <xs:simpleType name="SAP-FloorConstructionCode">
1071
+ <xs:annotation>
1072
+ <xs:documentation>Code which indicates the type of floor construction.</xs:documentation>
1073
+ </xs:annotation>
1074
+ <xs:restriction base="xs:string">
1075
+ <xs:enumeration value="1">
1076
+ <xs:annotation>
1077
+ <xs:documentation>not suspended timber</xs:documentation>
1078
+ </xs:annotation>
1079
+ </xs:enumeration>
1080
+ <xs:enumeration value="2">
1081
+ <xs:annotation>
1082
+ <xs:documentation>suspended timber, sealed</xs:documentation>
1083
+ </xs:annotation>
1084
+ </xs:enumeration>
1085
+ <xs:enumeration value="3">
1086
+ <xs:annotation>
1087
+ <xs:documentation>suspended timber, unsealed</xs:documentation>
1088
+ </xs:annotation>
1089
+ </xs:enumeration>
1090
+ </xs:restriction>
1091
+ </xs:simpleType>
1092
+ <xs:simpleType name="SAP-WallConstructionCode">
1093
+ <xs:annotation>
1094
+ <xs:documentation>Code which indicates the type of wall construction.</xs:documentation>
1095
+ </xs:annotation>
1096
+ <xs:restriction base="xs:string">
1097
+ <xs:enumeration value="1">
1098
+ <xs:annotation>
1099
+ <xs:documentation>steel or timber frame</xs:documentation>
1100
+ </xs:annotation>
1101
+ </xs:enumeration>
1102
+ <xs:enumeration value="2">
1103
+ <xs:annotation>
1104
+ <xs:documentation>other</xs:documentation>
1105
+ </xs:annotation>
1106
+ </xs:enumeration>
1107
+ </xs:restriction>
1108
+ </xs:simpleType>
1109
+ <xs:simpleType name="SAP-SpaceHeatingCode-Enumerated">
1110
+ <xs:annotation>
1111
+ <xs:documentation>Code which indicates the type of heating system, as defined in SAP tables 4a/4b (codes 101 to 899).</xs:documentation>
1112
+ </xs:annotation>
1113
+ <xs:restriction base="xs:string">
1114
+ <xs:enumeration value="151">
1115
+ <xs:annotation>
1116
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Manual feed boiler in heated space (mineral or wood)</xs:documentation>
1117
+ </xs:annotation>
1118
+ </xs:enumeration>
1119
+ <xs:enumeration value="152">
1120
+ <xs:annotation>
1121
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Manual feed boiler in unheated space (mineral or wood)</xs:documentation>
1122
+ </xs:annotation>
1123
+ </xs:enumeration>
1124
+ <xs:enumeration value="153">
1125
+ <xs:annotation>
1126
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Auto (gravity) feed boiler in heated space </xs:documentation>
1127
+ </xs:annotation>
1128
+ </xs:enumeration>
1129
+ <xs:enumeration value="154">
1130
+ <xs:annotation>
1131
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Auto (gravity) feed boiler in unheated space</xs:documentation>
1132
+ </xs:annotation>
1133
+ </xs:enumeration>
1134
+ <xs:enumeration value="155">
1135
+ <xs:annotation>
1136
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Wood chip/pellet independent boiler</xs:documentation>
1137
+ </xs:annotation>
1138
+ </xs:enumeration>
1139
+ <xs:enumeration value="156">
1140
+ <xs:annotation>
1141
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Open fire with back boiler to radiators, trapezium grate</xs:documentation>
1142
+ </xs:annotation>
1143
+ </xs:enumeration>
1144
+ <xs:enumeration value="157">
1145
+ <xs:annotation>
1146
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Open fire with back boiler to radiators, rectangular grate</xs:documentation>
1147
+ </xs:annotation>
1148
+ </xs:enumeration>
1149
+ <xs:enumeration value="158">
1150
+ <xs:annotation>
1151
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Closed roomheater with boiler to radiators</xs:documentation>
1152
+ </xs:annotation>
1153
+ </xs:enumeration>
1154
+ <xs:enumeration value="159">
1155
+ <xs:annotation>
1156
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Stove (pellet-fired) with boiler to radiators</xs:documentation>
1157
+ </xs:annotation>
1158
+ </xs:enumeration>
1159
+ <xs:enumeration value="160">
1160
+ <xs:annotation>
1161
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Range cooker boiler (integral oven and boiler)</xs:documentation>
1162
+ </xs:annotation>
1163
+ </xs:enumeration>
1164
+ <xs:enumeration value="161">
1165
+ <xs:annotation>
1166
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Range cooker boiler (independent oven and boiler)</xs:documentation>
1167
+ </xs:annotation>
1168
+ </xs:enumeration>
1169
+ <xs:enumeration value="191">
1170
+ <xs:annotation>
1171
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Direct acting electric boiler</xs:documentation>
1172
+ </xs:annotation>
1173
+ </xs:enumeration>
1174
+ <xs:enumeration value="192">
1175
+ <xs:annotation>
1176
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Electric CPSU in heated space</xs:documentation>
1177
+ </xs:annotation>
1178
+ </xs:enumeration>
1179
+ <xs:enumeration value="193">
1180
+ <xs:annotation>
1181
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Dry core storage boiler in heated space</xs:documentation>
1182
+ </xs:annotation>
1183
+ </xs:enumeration>
1184
+ <xs:enumeration value="194">
1185
+ <xs:annotation>
1186
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Dry core storage boiler in unheated space</xs:documentation>
1187
+ </xs:annotation>
1188
+ </xs:enumeration>
1189
+ <xs:enumeration value="195">
1190
+ <xs:annotation>
1191
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Water storage boiler in heated space</xs:documentation>
1192
+ </xs:annotation>
1193
+ </xs:enumeration>
1194
+ <xs:enumeration value="196">
1195
+ <xs:annotation>
1196
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Water storage boiler in unheated space</xs:documentation>
1197
+ </xs:annotation>
1198
+ </xs:enumeration>
1199
+ <xs:enumeration value="201">
1200
+ <xs:annotation>
1201
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Ground-to-water heat pump (electric)</xs:documentation>
1202
+ </xs:annotation>
1203
+ </xs:enumeration>
1204
+ <xs:enumeration value="202">
1205
+ <xs:annotation>
1206
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Ground-to-water heat pump with auxiliary heater (electric)</xs:documentation>
1207
+ </xs:annotation>
1208
+ </xs:enumeration>
1209
+ <xs:enumeration value="203">
1210
+ <xs:annotation>
1211
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Water-to-water heat pump (electric)</xs:documentation>
1212
+ </xs:annotation>
1213
+ </xs:enumeration>
1214
+ <xs:enumeration value="204">
1215
+ <xs:annotation>
1216
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Air-to-water heat pump (electric)</xs:documentation>
1217
+ </xs:annotation>
1218
+ </xs:enumeration>
1219
+ <xs:enumeration value="205">
1220
+ <xs:annotation>
1221
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Gas-fired, ground source</xs:documentation>
1222
+ </xs:annotation>
1223
+ </xs:enumeration>
1224
+ <xs:enumeration value="206">
1225
+ <xs:annotation>
1226
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Gas-fired, water source</xs:documentation>
1227
+ </xs:annotation>
1228
+ </xs:enumeration>
1229
+ <xs:enumeration value="207">
1230
+ <xs:annotation>
1231
+ <xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Gas-fired, air source</xs:documentation>
1232
+ </xs:annotation>
1233
+ </xs:enumeration>
1234
+ <xs:enumeration value="301">
1235
+ <xs:annotation>
1236
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Community boilers only</xs:documentation>
1237
+ </xs:annotation>
1238
+ </xs:enumeration>
1239
+ <xs:enumeration value="302">
1240
+ <xs:annotation>
1241
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Community CHP and boilers</xs:documentation>
1242
+ </xs:annotation>
1243
+ </xs:enumeration>
1244
+ <xs:enumeration value="303">
1245
+ <xs:annotation>
1246
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Community waste heat from power station and boilers</xs:documentation>
1247
+ </xs:annotation>
1248
+ </xs:enumeration>
1249
+ <xs:enumeration value="304">
1250
+ <xs:annotation>
1251
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Community heat pump</xs:documentation>
1252
+ </xs:annotation>
1253
+ </xs:enumeration>
1254
+ <xs:enumeration value="305">
1255
+ <xs:annotation>
1256
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Community geothermal heat source and boilers</xs:documentation>
1257
+ </xs:annotation>
1258
+ </xs:enumeration>
1259
+ <xs:enumeration value="401">
1260
+ <xs:annotation>
1261
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Old (large volume) storage heaters</xs:documentation>
1262
+ </xs:annotation>
1263
+ </xs:enumeration>
1264
+ <xs:enumeration value="402">
1265
+ <xs:annotation>
1266
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Modern (slimline) storage heaters</xs:documentation>
1267
+ </xs:annotation>
1268
+ </xs:enumeration>
1269
+ <xs:enumeration value="403">
1270
+ <xs:annotation>
1271
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Convector storage heaters</xs:documentation>
1272
+ </xs:annotation>
1273
+ </xs:enumeration>
1274
+ <xs:enumeration value="404">
1275
+ <xs:annotation>
1276
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Fan storage heaters</xs:documentation>
1277
+ </xs:annotation>
1278
+ </xs:enumeration>
1279
+ <xs:enumeration value="405">
1280
+ <xs:annotation>
1281
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Modern (slimline) storage heaters with Celect-type control</xs:documentation>
1282
+ </xs:annotation>
1283
+ </xs:enumeration>
1284
+ <xs:enumeration value="406">
1285
+ <xs:annotation>
1286
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Convector storage heaters with Celect-type control</xs:documentation>
1287
+ </xs:annotation>
1288
+ </xs:enumeration>
1289
+ <xs:enumeration value="407">
1290
+ <xs:annotation>
1291
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Fan storage heaters with Celect-type control</xs:documentation>
1292
+ </xs:annotation>
1293
+ </xs:enumeration>
1294
+ <xs:enumeration value="408">
1295
+ <xs:annotation>
1296
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Integrated storage/direct acting heater</xs:documentation>
1297
+ </xs:annotation>
1298
+ </xs:enumeration>
1299
+ <xs:enumeration value="421">
1300
+ <xs:annotation>
1301
+ <xs:documentation>ELECTRIC UNDERFLOOR HEATING: In concrete slab (off-peak only)</xs:documentation>
1302
+ </xs:annotation>
1303
+ </xs:enumeration>
1304
+ <xs:enumeration value="422">
1305
+ <xs:annotation>
1306
+ <xs:documentation>ELECTRIC UNDERFLOOR HEATING: Integrated (storage/direct acting)</xs:documentation>
1307
+ </xs:annotation>
1308
+ </xs:enumeration>
1309
+ <xs:enumeration value="423">
1310
+ <xs:annotation>
1311
+ <xs:documentation>ELECTRIC UNDERFLOOR HEATING: Integrated (storage/direct acting) with low (off-peak) tariff control</xs:documentation>
1312
+ </xs:annotation>
1313
+ </xs:enumeration>
1314
+ <xs:enumeration value="424">
1315
+ <xs:annotation>
1316
+ <xs:documentation>ELECTRIC UNDERFLOOR HEATING: In thin screed (45-60 mm)</xs:documentation>
1317
+ </xs:annotation>
1318
+ </xs:enumeration>
1319
+ <xs:enumeration value="425">
1320
+ <xs:annotation>
1321
+ <xs:documentation>ELECTRIC UNDERFLOOR HEATING: In timber floor</xs:documentation>
1322
+ </xs:annotation>
1323
+ </xs:enumeration>
1324
+ <xs:enumeration value="501">
1325
+ <xs:annotation>
1326
+ <xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, on-off control, pre 1998</xs:documentation>
1327
+ </xs:annotation>
1328
+ </xs:enumeration>
1329
+ <xs:enumeration value="502">
1330
+ <xs:annotation>
1331
+ <xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, on-off control, 1998 or later</xs:documentation>
1332
+ </xs:annotation>
1333
+ </xs:enumeration>
1334
+ <xs:enumeration value="503">
1335
+ <xs:annotation>
1336
+ <xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, modulating control, pre 1998</xs:documentation>
1337
+ </xs:annotation>
1338
+ </xs:enumeration>
1339
+ <xs:enumeration value="504">
1340
+ <xs:annotation>
1341
+ <xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, modulating control, 1998 or later</xs:documentation>
1342
+ </xs:annotation>
1343
+ </xs:enumeration>
1344
+ <xs:enumeration value="505">
1345
+ <xs:annotation>
1346
+ <xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Roomheater, with in-floor ducts</xs:documentation>
1347
+ </xs:annotation>
1348
+ </xs:enumeration>
1349
+ <xs:enumeration value="506">
1350
+ <xs:annotation>
1351
+ <xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted. on-off control, pre 1998</xs:documentation>
1352
+ </xs:annotation>
1353
+ </xs:enumeration>
1354
+ <xs:enumeration value="507">
1355
+ <xs:annotation>
1356
+ <xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted. on-off control, 1998 or later</xs:documentation>
1357
+ </xs:annotation>
1358
+ </xs:enumeration>
1359
+ <xs:enumeration value="508">
1360
+ <xs:annotation>
1361
+ <xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted, modulating control, pre 1998</xs:documentation>
1362
+ </xs:annotation>
1363
+ </xs:enumeration>
1364
+ <xs:enumeration value="509">
1365
+ <xs:annotation>
1366
+ <xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted, modulating control, 1998 or later</xs:documentation>
1367
+ </xs:annotation>
1368
+ </xs:enumeration>
1369
+ <xs:enumeration value="510">
1370
+ <xs:annotation>
1371
+ <xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted with flue heat recovery</xs:documentation>
1372
+ </xs:annotation>
1373
+ </xs:enumeration>
1374
+ <xs:enumeration value="511">
1375
+ <xs:annotation>
1376
+ <xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Condensing</xs:documentation>
1377
+ </xs:annotation>
1378
+ </xs:enumeration>
1379
+ <xs:enumeration value="512">
1380
+ <xs:annotation>
1381
+ <xs:documentation>WARM AIR SYSTEMS: Oil-fired warm air: Ducted output (on/off control)</xs:documentation>
1382
+ </xs:annotation>
1383
+ </xs:enumeration>
1384
+ <xs:enumeration value="513">
1385
+ <xs:annotation>
1386
+ <xs:documentation>WARM AIR SYSTEMS: Oil-fired warm air: Ducted output (modulating control)</xs:documentation>
1387
+ </xs:annotation>
1388
+ </xs:enumeration>
1389
+ <xs:enumeration value="514">
1390
+ <xs:annotation>
1391
+ <xs:documentation>WARM AIR SYSTEMS: Oil-fired warm air: Stub duct system</xs:documentation>
1392
+ </xs:annotation>
1393
+ </xs:enumeration>
1394
+ <xs:enumeration value="515">
1395
+ <xs:annotation>
1396
+ <xs:documentation>WARM AIR SYSTEMS: Electric warm air: Electricaire system</xs:documentation>
1397
+ </xs:annotation>
1398
+ </xs:enumeration>
1399
+ <xs:enumeration value="521">
1400
+ <xs:annotation>
1401
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Ground-to-air heat pump (electric)</xs:documentation>
1402
+ </xs:annotation>
1403
+ </xs:enumeration>
1404
+ <xs:enumeration value="522">
1405
+ <xs:annotation>
1406
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Ground-to-air heat pump with auxiliary heater (electric)</xs:documentation>
1407
+ </xs:annotation>
1408
+ </xs:enumeration>
1409
+ <xs:enumeration value="523">
1410
+ <xs:annotation>
1411
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Water-to-air heat pump (electric)</xs:documentation>
1412
+ </xs:annotation>
1413
+ </xs:enumeration>
1414
+ <xs:enumeration value="524">
1415
+ <xs:annotation>
1416
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Air-to-air heat pump (electric)</xs:documentation>
1417
+ </xs:annotation>
1418
+ </xs:enumeration>
1419
+ <xs:enumeration value="525">
1420
+ <xs:annotation>
1421
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Gas-fired, ground source</xs:documentation>
1422
+ </xs:annotation>
1423
+ </xs:enumeration>
1424
+ <xs:enumeration value="526">
1425
+ <xs:annotation>
1426
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Gas-fired, water source</xs:documentation>
1427
+ </xs:annotation>
1428
+ </xs:enumeration>
1429
+ <xs:enumeration value="527">
1430
+ <xs:annotation>
1431
+ <xs:documentation>WARM AIR SYSTEMS: Heat pumps: Gas-fired, air source</xs:documentation>
1432
+ </xs:annotation>
1433
+ </xs:enumeration>
1434
+ <xs:enumeration value="601">
1435
+ <xs:annotation>
1436
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, pre-1980 (open fronted)</xs:documentation>
1437
+ </xs:annotation>
1438
+ </xs:enumeration>
1439
+ <xs:enumeration value="602">
1440
+ <xs:annotation>
1441
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, pre-1980 (open fronted), with back boiler unit</xs:documentation>
1442
+ </xs:annotation>
1443
+ </xs:enumeration>
1444
+ <xs:enumeration value="603">
1445
+ <xs:annotation>
1446
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, 1980 or later (open fronted), sitting proud of, and sealed to, fireplace opening</xs:documentation>
1447
+ </xs:annotation>
1448
+ </xs:enumeration>
1449
+ <xs:enumeration value="604">
1450
+ <xs:annotation>
1451
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, 1980 or later (open fronted), sitting proud of, and sealed to, fireplace opening, with back boiler unit</xs:documentation>
1452
+ </xs:annotation>
1453
+ </xs:enumeration>
1454
+ <xs:enumeration value="605">
1455
+ <xs:annotation>
1456
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flush fitting Live Fuel Effect gas fire (open fronted), sealed to fireplace opening</xs:documentation>
1457
+ </xs:annotation>
1458
+ </xs:enumeration>
1459
+ <xs:enumeration value="606">
1460
+ <xs:annotation>
1461
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flush fitting Live Fuel Effect gas fire (open fronted), sealed to fireplace opening, with back boiler unit</xs:documentation>
1462
+ </xs:annotation>
1463
+ </xs:enumeration>
1464
+ <xs:enumeration value="607">
1465
+ <xs:annotation>
1466
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flush fitting Live Fuel Effect gas fire (open fronted), fan assisted, sealed to fireplace opening</xs:documentation>
1467
+ </xs:annotation>
1468
+ </xs:enumeration>
1469
+ <xs:enumeration value="609">
1470
+ <xs:annotation>
1471
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire or wall heater, balanced flue</xs:documentation>
1472
+ </xs:annotation>
1473
+ </xs:enumeration>
1474
+ <xs:enumeration value="610">
1475
+ <xs:annotation>
1476
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, closed fronted, fan assisted</xs:documentation>
1477
+ </xs:annotation>
1478
+ </xs:enumeration>
1479
+ <xs:enumeration value="611">
1480
+ <xs:annotation>
1481
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Condensing gas fire</xs:documentation>
1482
+ </xs:annotation>
1483
+ </xs:enumeration>
1484
+ <xs:enumeration value="612">
1485
+ <xs:annotation>
1486
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Decorative Fuel Effect gas fire, open to chimney</xs:documentation>
1487
+ </xs:annotation>
1488
+ </xs:enumeration>
1489
+ <xs:enumeration value="613">
1490
+ <xs:annotation>
1491
+ <xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flueless gas fire, secondary heating only</xs:documentation>
1492
+ </xs:annotation>
1493
+ </xs:enumeration>
1494
+ <xs:enumeration value="621">
1495
+ <xs:annotation>
1496
+ <xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, pre 2000</xs:documentation>
1497
+ </xs:annotation>
1498
+ </xs:enumeration>
1499
+ <xs:enumeration value="622">
1500
+ <xs:annotation>
1501
+ <xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, pre 2000, with boiler (no radiators)</xs:documentation>
1502
+ </xs:annotation>
1503
+ </xs:enumeration>
1504
+ <xs:enumeration value="623">
1505
+ <xs:annotation>
1506
+ <xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, 2000 or later</xs:documentation>
1507
+ </xs:annotation>
1508
+ </xs:enumeration>
1509
+ <xs:enumeration value="624">
1510
+ <xs:annotation>
1511
+ <xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, 2000 or later with boiler (no radiators)</xs:documentation>
1512
+ </xs:annotation>
1513
+ </xs:enumeration>
1514
+ <xs:enumeration value="631">
1515
+ <xs:annotation>
1516
+ <xs:documentation>ROOM HEATERS: Solid fuel room heaters: Open fire in grate</xs:documentation>
1517
+ </xs:annotation>
1518
+ </xs:enumeration>
1519
+ <xs:enumeration value="632">
1520
+ <xs:annotation>
1521
+ <xs:documentation>ROOM HEATERS: Solid fuel room heaters: Open fire with back boiler (no radiators)</xs:documentation>
1522
+ </xs:annotation>
1523
+ </xs:enumeration>
1524
+ <xs:enumeration value="633">
1525
+ <xs:annotation>
1526
+ <xs:documentation>ROOM HEATERS: Solid fuel room heaters: Closed room heater</xs:documentation>
1527
+ </xs:annotation>
1528
+ </xs:enumeration>
1529
+ <xs:enumeration value="634">
1530
+ <xs:annotation>
1531
+ <xs:documentation>ROOM HEATERS: Solid fuel room heaters: Closed room heater with boiler (no radiators)</xs:documentation>
1532
+ </xs:annotation>
1533
+ </xs:enumeration>
1534
+ <xs:enumeration value="635">
1535
+ <xs:annotation>
1536
+ <xs:documentation>ROOM HEATERS: Solid fuel room heaters: Stove (pellet fired)</xs:documentation>
1537
+ </xs:annotation>
1538
+ </xs:enumeration>
1539
+ <xs:enumeration value="636">
1540
+ <xs:annotation>
1541
+ <xs:documentation>ROOM HEATERS: Solid fuel room heaters: Stove (pellet fired) with boiler (no radiators)</xs:documentation>
1542
+ </xs:annotation>
1543
+ </xs:enumeration>
1544
+ <xs:enumeration value="691">
1545
+ <xs:annotation>
1546
+ <xs:documentation>ROOM HEATERS: Electric (direct acting) room heaters: Panel, convector or radiant heaters</xs:documentation>
1547
+ </xs:annotation>
1548
+ </xs:enumeration>
1549
+ <xs:enumeration value="692">
1550
+ <xs:annotation>
1551
+ <xs:documentation>ROOM HEATERS: Electric (direct acting) room heaters: Fan heaters</xs:documentation>
1552
+ </xs:annotation>
1553
+ </xs:enumeration>
1554
+ <xs:enumeration value="693">
1555
+ <xs:annotation>
1556
+ <xs:documentation>ROOM HEATERS: Electric (direct acting) room heaters: Portable electric heaters</xs:documentation>
1557
+ </xs:annotation>
1558
+ </xs:enumeration>
1559
+ <xs:enumeration value="701">
1560
+ <xs:annotation>
1561
+ <xs:documentation>OTHER SPACE HEATING SYSTEMS: Electric ceiling heating</xs:documentation>
1562
+ </xs:annotation>
1563
+ </xs:enumeration>
1564
+ <xs:enumeration value="101">
1565
+ <xs:annotation>
1566
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Regular non-condensing with automatic ignition</xs:documentation>
1567
+ </xs:annotation>
1568
+ </xs:enumeration>
1569
+ <xs:enumeration value="102">
1570
+ <xs:annotation>
1571
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Regular condensing with automatic ignition</xs:documentation>
1572
+ </xs:annotation>
1573
+ </xs:enumeration>
1574
+ <xs:enumeration value="103">
1575
+ <xs:annotation>
1576
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Non-condensing combi with automatic ignition</xs:documentation>
1577
+ </xs:annotation>
1578
+ </xs:enumeration>
1579
+ <xs:enumeration value="104">
1580
+ <xs:annotation>
1581
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Condensing combi with automatic ignition</xs:documentation>
1582
+ </xs:annotation>
1583
+ </xs:enumeration>
1584
+ <xs:enumeration value="105">
1585
+ <xs:annotation>
1586
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Regular non-condensing with permanent pilot light</xs:documentation>
1587
+ </xs:annotation>
1588
+ </xs:enumeration>
1589
+ <xs:enumeration value="106">
1590
+ <xs:annotation>
1591
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Regular condensing with permanent pilot light</xs:documentation>
1592
+ </xs:annotation>
1593
+ </xs:enumeration>
1594
+ <xs:enumeration value="107">
1595
+ <xs:annotation>
1596
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Non-condensing combi with permanent pilot light</xs:documentation>
1597
+ </xs:annotation>
1598
+ </xs:enumeration>
1599
+ <xs:enumeration value="108">
1600
+ <xs:annotation>
1601
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Condensing combi with permanent pilot light</xs:documentation>
1602
+ </xs:annotation>
1603
+ </xs:enumeration>
1604
+ <xs:enumeration value="109">
1605
+ <xs:annotation>
1606
+ <xs:documentation>Gas boilers (including LPG) 1998 or later: Back boiler</xs:documentation>
1607
+ </xs:annotation>
1608
+ </xs:enumeration>
1609
+ <xs:enumeration value="110">
1610
+ <xs:annotation>
1611
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Low thermal capacity</xs:documentation>
1612
+ </xs:annotation>
1613
+ </xs:enumeration>
1614
+ <xs:enumeration value="111">
1615
+ <xs:annotation>
1616
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: High or unknown thermal capacity</xs:documentation>
1617
+ </xs:annotation>
1618
+ </xs:enumeration>
1619
+ <xs:enumeration value="112">
1620
+ <xs:annotation>
1621
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Combi</xs:documentation>
1622
+ </xs:annotation>
1623
+ </xs:enumeration>
1624
+ <xs:enumeration value="113">
1625
+ <xs:annotation>
1626
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Condensing combi</xs:documentation>
1627
+ </xs:annotation>
1628
+ </xs:enumeration>
1629
+ <xs:enumeration value="114">
1630
+ <xs:annotation>
1631
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Condensing</xs:documentation>
1632
+ </xs:annotation>
1633
+ </xs:enumeration>
1634
+ <xs:enumeration value="115">
1635
+ <xs:annotation>
1636
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Wall mounted</xs:documentation>
1637
+ </xs:annotation>
1638
+ </xs:enumeration>
1639
+ <xs:enumeration value="116">
1640
+ <xs:annotation>
1641
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Floor mounted, pre 1979</xs:documentation>
1642
+ </xs:annotation>
1643
+ </xs:enumeration>
1644
+ <xs:enumeration value="117">
1645
+ <xs:annotation>
1646
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Floor mounted, 1979 to 1997</xs:documentation>
1647
+ </xs:annotation>
1648
+ </xs:enumeration>
1649
+ <xs:enumeration value="118">
1650
+ <xs:annotation>
1651
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Combi</xs:documentation>
1652
+ </xs:annotation>
1653
+ </xs:enumeration>
1654
+ <xs:enumeration value="119">
1655
+ <xs:annotation>
1656
+ <xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Back boiler</xs:documentation>
1657
+ </xs:annotation>
1658
+ </xs:enumeration>
1659
+ <xs:enumeration value="120">
1660
+ <xs:annotation>
1661
+ <xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With automatic ignition (non-condensing)</xs:documentation>
1662
+ </xs:annotation>
1663
+ </xs:enumeration>
1664
+ <xs:enumeration value="121">
1665
+ <xs:annotation>
1666
+ <xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With automatic ignition (condensing)</xs:documentation>
1667
+ </xs:annotation>
1668
+ </xs:enumeration>
1669
+ <xs:enumeration value="122">
1670
+ <xs:annotation>
1671
+ <xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With permanent pilot (non-condensing)</xs:documentation>
1672
+ </xs:annotation>
1673
+ </xs:enumeration>
1674
+ <xs:enumeration value="123">
1675
+ <xs:annotation>
1676
+ <xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With permanent pilot (condensing)</xs:documentation>
1677
+ </xs:annotation>
1678
+ </xs:enumeration>
1679
+ <xs:enumeration value="124">
1680
+ <xs:annotation>
1681
+ <xs:documentation>Oil boilers: Standard oil boiler pre-1985</xs:documentation>
1682
+ </xs:annotation>
1683
+ </xs:enumeration>
1684
+ <xs:enumeration value="125">
1685
+ <xs:annotation>
1686
+ <xs:documentation>Oil boilers: Standard oil boiler 1985 to 1997</xs:documentation>
1687
+ </xs:annotation>
1688
+ </xs:enumeration>
1689
+ <xs:enumeration value="126">
1690
+ <xs:annotation>
1691
+ <xs:documentation>Oil boilers: Standard oil boiler, 1998 or later</xs:documentation>
1692
+ </xs:annotation>
1693
+ </xs:enumeration>
1694
+ <xs:enumeration value="127">
1695
+ <xs:annotation>
1696
+ <xs:documentation>Oil boilers: Condensing</xs:documentation>
1697
+ </xs:annotation>
1698
+ </xs:enumeration>
1699
+ <xs:enumeration value="128">
1700
+ <xs:annotation>
1701
+ <xs:documentation>Oil boilers: Combi, pre-1998</xs:documentation>
1702
+ </xs:annotation>
1703
+ </xs:enumeration>
1704
+ <xs:enumeration value="129">
1705
+ <xs:annotation>
1706
+ <xs:documentation>Oil boilers: Combi, 1998 or later</xs:documentation>
1707
+ </xs:annotation>
1708
+ </xs:enumeration>
1709
+ <xs:enumeration value="130">
1710
+ <xs:annotation>
1711
+ <xs:documentation>Oil boilers: Condensing combi</xs:documentation>
1712
+ </xs:annotation>
1713
+ </xs:enumeration>
1714
+ <xs:enumeration value="131">
1715
+ <xs:annotation>
1716
+ <xs:documentation>Oil boilers: Oil room heater with boiler to radiators, pre 2000</xs:documentation>
1717
+ </xs:annotation>
1718
+ </xs:enumeration>
1719
+ <xs:enumeration value="132">
1720
+ <xs:annotation>
1721
+ <xs:documentation>Oil boilers: Oil room heater with boiler to radiators, 2000 or later</xs:documentation>
1722
+ </xs:annotation>
1723
+ </xs:enumeration>
1724
+ <xs:enumeration value="133">
1725
+ <xs:annotation>
1726
+ <xs:documentation>Range cooker boilers (mains gas and LPG): Single burner with permanent pilot</xs:documentation>
1727
+ </xs:annotation>
1728
+ </xs:enumeration>
1729
+ <xs:enumeration value="134">
1730
+ <xs:annotation>
1731
+ <xs:documentation>Range cooker boilers (mains gas and LPG): Single burner with automatic ignition</xs:documentation>
1732
+ </xs:annotation>
1733
+ </xs:enumeration>
1734
+ <xs:enumeration value="135">
1735
+ <xs:annotation>
1736
+ <xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with permanent pilot (non-condensing) pre 1998</xs:documentation>
1737
+ </xs:annotation>
1738
+ </xs:enumeration>
1739
+ <xs:enumeration value="136">
1740
+ <xs:annotation>
1741
+ <xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with automatic ignition (non-condensing) pre 1998</xs:documentation>
1742
+ </xs:annotation>
1743
+ </xs:enumeration>
1744
+ <xs:enumeration value="137">
1745
+ <xs:annotation>
1746
+ <xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with permanent pilot (non-condensing) 1998 or later</xs:documentation>
1747
+ </xs:annotation>
1748
+ </xs:enumeration>
1749
+ <xs:enumeration value="138">
1750
+ <xs:annotation>
1751
+ <xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with automatic ignition (non-condensing) 1998 or later</xs:documentation>
1752
+ </xs:annotation>
1753
+ </xs:enumeration>
1754
+ <xs:enumeration value="139">
1755
+ <xs:annotation>
1756
+ <xs:documentation>Range cooker boilers (oil): Single burner </xs:documentation>
1757
+ </xs:annotation>
1758
+ </xs:enumeration>
1759
+ <xs:enumeration value="140">
1760
+ <xs:annotation>
1761
+ <xs:documentation>Range cooker boilers (oil): Twin burner (non-condensing) pre 1998</xs:documentation>
1762
+ </xs:annotation>
1763
+ </xs:enumeration>
1764
+ <xs:enumeration value="141">
1765
+ <xs:annotation>
1766
+ <xs:documentation>Range cooker boilers (oil): Twin burner (non-condensing) 1998 or later</xs:documentation>
1767
+ </xs:annotation>
1768
+ </xs:enumeration>
1769
+ </xs:restriction>
1770
+ </xs:simpleType>
1771
+ <xs:simpleType name="SAP-VentilationTypeCode">
1772
+ <xs:annotation>
1773
+ <xs:documentation>Code which indicates the type of ventilation.</xs:documentation>
1774
+ </xs:annotation>
1775
+ <xs:restriction base="xs:string">
1776
+ <xs:enumeration value="1">
1777
+ <xs:annotation>
1778
+ <xs:documentation>natural with intermittent extract fans</xs:documentation>
1779
+ </xs:annotation>
1780
+ </xs:enumeration>
1781
+ <xs:enumeration value="2">
1782
+ <xs:annotation>
1783
+ <xs:documentation>natural with passive vents</xs:documentation>
1784
+ </xs:annotation>
1785
+ </xs:enumeration>
1786
+ <xs:enumeration value="3">
1787
+ <xs:annotation>
1788
+ <xs:documentation>positive input from loft</xs:documentation>
1789
+ </xs:annotation>
1790
+ </xs:enumeration>
1791
+ <xs:enumeration value="4">
1792
+ <xs:annotation>
1793
+ <xs:documentation>positive input from outside</xs:documentation>
1794
+ </xs:annotation>
1795
+ </xs:enumeration>
1796
+ <xs:enumeration value="5">
1797
+ <xs:annotation>
1798
+ <xs:documentation>mechanical extract, centralised (MEV c)</xs:documentation>
1799
+ </xs:annotation>
1800
+ </xs:enumeration>
1801
+ <xs:enumeration value="6">
1802
+ <xs:annotation>
1803
+ <xs:documentation>mechanical extract, decentralised (MEV dc)</xs:documentation>
1804
+ </xs:annotation>
1805
+ </xs:enumeration>
1806
+ <xs:enumeration value="7">
1807
+ <xs:annotation>
1808
+ <xs:documentation>balanced without heat recovery (MV)</xs:documentation>
1809
+ </xs:annotation>
1810
+ </xs:enumeration>
1811
+ <xs:enumeration value="8">
1812
+ <xs:annotation>
1813
+ <xs:documentation>balanced with heat recovery (MVHR)</xs:documentation>
1814
+ </xs:annotation>
1815
+ </xs:enumeration>
1816
+ <xs:enumeration value="9">
1817
+ <xs:annotation>
1818
+ <xs:documentation>natural with intermittent extract fans and/or passive vents</xs:documentation>
1819
+ </xs:annotation>
1820
+ </xs:enumeration>
1821
+ </xs:restriction>
1822
+ </xs:simpleType>
1823
+ <xs:simpleType name="SAP-DataSourceCode">
1824
+ <xs:annotation>
1825
+ <xs:documentation>Code which indicates the source of SAP data. Applies to both ventilation and heating.</xs:documentation>
1826
+ </xs:annotation>
1827
+ <xs:restriction base="xs:string">
1828
+ <xs:enumeration value="1">
1829
+ <xs:annotation>
1830
+ <xs:documentation>from database</xs:documentation>
1831
+ </xs:annotation>
1832
+ </xs:enumeration>
1833
+ <xs:enumeration value="2">
1834
+ <xs:annotation>
1835
+ <xs:documentation>from manufacturer declaration</xs:documentation>
1836
+ </xs:annotation>
1837
+ </xs:enumeration>
1838
+ <xs:enumeration value="3">
1839
+ <xs:annotation>
1840
+ <xs:documentation>from SAP table</xs:documentation>
1841
+ </xs:annotation>
1842
+ </xs:enumeration>
1843
+ </xs:restriction>
1844
+ </xs:simpleType>
1845
+ <xs:simpleType name="SAP-DuctTypeCode">
1846
+ <xs:annotation>
1847
+ <xs:documentation>Code which indicates the type of duct.</xs:documentation>
1848
+ </xs:annotation>
1849
+ <xs:restriction base="xs:string">
1850
+ <xs:enumeration value="1">
1851
+ <xs:annotation>
1852
+ <xs:documentation>flexible</xs:documentation>
1853
+ </xs:annotation>
1854
+ </xs:enumeration>
1855
+ <xs:enumeration value="2">
1856
+ <xs:annotation>
1857
+ <xs:documentation>rigid</xs:documentation>
1858
+ </xs:annotation>
1859
+ </xs:enumeration>
1860
+ </xs:restriction>
1861
+ </xs:simpleType>
1862
+ <xs:simpleType name="SAP-DuctInsulationCode">
1863
+ <xs:annotation>
1864
+ <xs:documentation>Code which indicates the type of duct insulation.</xs:documentation>
1865
+ </xs:annotation>
1866
+ <xs:restriction base="xs:string">
1867
+ <xs:enumeration value="1">
1868
+ <xs:annotation>
1869
+ <xs:documentation>not insulated</xs:documentation>
1870
+ </xs:annotation>
1871
+ </xs:enumeration>
1872
+ <xs:enumeration value="2">
1873
+ <xs:annotation>
1874
+ <xs:documentation>insulated</xs:documentation>
1875
+ </xs:annotation>
1876
+ </xs:enumeration>
1877
+ </xs:restriction>
1878
+ </xs:simpleType>
1879
+ <xs:simpleType name="SAP-GasOrOilBoilerTypeCode">
1880
+ <xs:annotation>
1881
+ <xs:documentation>Code which indicates the type of boiler for the case where the fuel is gas or oil.</xs:documentation>
1882
+ </xs:annotation>
1883
+ <xs:restriction base="xs:string">
1884
+ <xs:enumeration value="1">
1885
+ <xs:annotation>
1886
+ <xs:documentation>regular</xs:documentation>
1887
+ </xs:annotation>
1888
+ </xs:enumeration>
1889
+ <xs:enumeration value="2">
1890
+ <xs:annotation>
1891
+ <xs:documentation>combi</xs:documentation>
1892
+ </xs:annotation>
1893
+ </xs:enumeration>
1894
+ <xs:enumeration value="3">
1895
+ <xs:annotation>
1896
+ <xs:documentation>CPSU</xs:documentation>
1897
+ </xs:annotation>
1898
+ </xs:enumeration>
1899
+ <xs:enumeration value="4">
1900
+ <xs:annotation>
1901
+ <xs:documentation>range cooker</xs:documentation>
1902
+ </xs:annotation>
1903
+ </xs:enumeration>
1904
+ </xs:restriction>
1905
+ </xs:simpleType>
1906
+ <xs:simpleType name="SAP-CombiBoilerTypeCode">
1907
+ <xs:annotation>
1908
+ <xs:documentation>Code which indicates the type of combi boiler.</xs:documentation>
1909
+ </xs:annotation>
1910
+ <xs:restriction base="xs:string">
1911
+ <xs:enumeration value="1">
1912
+ <xs:annotation>
1913
+ <xs:documentation>instantaneous, no store or keep hot</xs:documentation>
1914
+ </xs:annotation>
1915
+ </xs:enumeration>
1916
+ <xs:enumeration value="2">
1917
+ <xs:annotation>
1918
+ <xs:documentation>primary storage</xs:documentation>
1919
+ </xs:annotation>
1920
+ </xs:enumeration>
1921
+ <xs:enumeration value="3">
1922
+ <xs:annotation>
1923
+ <xs:documentation>secondary storage</xs:documentation>
1924
+ </xs:annotation>
1925
+ </xs:enumeration>
1926
+ <xs:enumeration value="4">
1927
+ <xs:annotation>
1928
+ <xs:documentation>CPSU</xs:documentation>
1929
+ </xs:annotation>
1930
+ </xs:enumeration>
1931
+ <xs:enumeration value="5">
1932
+ <xs:annotation>
1933
+ <xs:documentation>untimed keep-hot by fuel</xs:documentation>
1934
+ </xs:annotation>
1935
+ </xs:enumeration>
1936
+ <xs:enumeration value="6">
1937
+ <xs:annotation>
1938
+ <xs:documentation>timed keep hot by fuel</xs:documentation>
1939
+ </xs:annotation>
1940
+ </xs:enumeration>
1941
+ <xs:enumeration value="7">
1942
+ <xs:annotation>
1943
+ <xs:documentation>untimed keep-hot by electricity</xs:documentation>
1944
+ </xs:annotation>
1945
+ </xs:enumeration>
1946
+ <xs:enumeration value="8">
1947
+ <xs:annotation>
1948
+ <xs:documentation>timed keep hot by electricity</xs:documentation>
1949
+ </xs:annotation>
1950
+ </xs:enumeration>
1951
+ <xs:enumeration value="9">
1952
+ <xs:annotation>
1953
+ <xs:documentation>untimed keep-hot by fuel and electricity</xs:documentation>
1954
+ </xs:annotation>
1955
+ </xs:enumeration>
1956
+ <xs:enumeration value="10">
1957
+ <xs:annotation>
1958
+ <xs:documentation>timed keep hot by fuel and electricity</xs:documentation>
1959
+ </xs:annotation>
1960
+ </xs:enumeration>
1961
+ </xs:restriction>
1962
+ </xs:simpleType>
1963
+ <xs:simpleType name="SAP-HeatingControlCode">
1964
+ <xs:annotation>
1965
+ <xs:documentation>Code which indicates the type of heating control, as described in SAP table 4e.</xs:documentation>
1966
+ </xs:annotation>
1967
+ <xs:restriction base="xs:positiveInteger">
1968
+ <xs:maxInclusive value="2999"/>
1969
+ <xs:minInclusive value="2001"/>
1970
+ </xs:restriction>
1971
+ </xs:simpleType>
1972
+ <xs:simpleType name="UnderfloorHeatEmitterCode">
1973
+ <xs:annotation>
1974
+ <xs:documentation>Code which indicates the type of underfloor heat emitter.</xs:documentation>
1975
+ </xs:annotation>
1976
+ <xs:restriction base="xs:string">
1977
+ <xs:enumeration value="1">
1978
+ <xs:annotation>
1979
+ <xs:documentation>in concrete slab</xs:documentation>
1980
+ </xs:annotation>
1981
+ </xs:enumeration>
1982
+ <xs:enumeration value="2">
1983
+ <xs:annotation>
1984
+ <xs:documentation>in thin screed</xs:documentation>
1985
+ </xs:annotation>
1986
+ </xs:enumeration>
1987
+ <xs:enumeration value="3">
1988
+ <xs:annotation>
1989
+ <xs:documentation>in timber floor</xs:documentation>
1990
+ </xs:annotation>
1991
+ </xs:enumeration>
1992
+ </xs:restriction>
1993
+ </xs:simpleType>
1994
+ <xs:simpleType name="SAP-BoilerFuelFeedCode">
1995
+ <xs:annotation>
1996
+ <xs:documentation>Code which indicates the type of boiler fuel feed.</xs:documentation>
1997
+ </xs:annotation>
1998
+ <xs:restriction base="xs:string">
1999
+ <xs:enumeration value="1">
2000
+ <xs:annotation>
2001
+ <xs:documentation>gravity</xs:documentation>
2002
+ </xs:annotation>
2003
+ </xs:enumeration>
2004
+ <xs:enumeration value="2">
2005
+ <xs:annotation>
2006
+ <xs:documentation>manual</xs:documentation>
2007
+ </xs:annotation>
2008
+ </xs:enumeration>
2009
+ <xs:enumeration value="3">
2010
+ <xs:annotation>
2011
+ <xs:documentation>screw</xs:documentation>
2012
+ </xs:annotation>
2013
+ </xs:enumeration>
2014
+ <xs:enumeration value="4">
2015
+ <xs:annotation>
2016
+ <xs:documentation>other</xs:documentation>
2017
+ </xs:annotation>
2018
+ </xs:enumeration>
2019
+ </xs:restriction>
2020
+ </xs:simpleType>
2021
+ <xs:simpleType name="SAP-NonDatabaseSourceCode">
2022
+ <xs:annotation>
2023
+ <xs:documentation>Code which indicates the source of SAP data. Like "SAP-DataSourceCode", but without the "database" option. This is why the enumeration doesn't start at "1".</xs:documentation>
2024
+ </xs:annotation>
2025
+ <xs:restriction base="xs:string">
2026
+ <xs:enumeration value="2">
2027
+ <xs:annotation>
2028
+ <xs:documentation>from manufacturer declaration</xs:documentation>
2029
+ </xs:annotation>
2030
+ </xs:enumeration>
2031
+ <xs:enumeration value="3">
2032
+ <xs:annotation>
2033
+ <xs:documentation>from SAP table</xs:documentation>
2034
+ </xs:annotation>
2035
+ </xs:enumeration>
2036
+ </xs:restriction>
2037
+ </xs:simpleType>
2038
+ <xs:simpleType name="SAP-ThermalStoreCode">
2039
+ <xs:annotation>
2040
+ <xs:documentation>Code which indicates the type of thermal store.</xs:documentation>
2041
+ </xs:annotation>
2042
+ <xs:restriction base="xs:string">
2043
+ <xs:enumeration value="1">
2044
+ <xs:annotation>
2045
+ <xs:documentation>none</xs:documentation>
2046
+ </xs:annotation>
2047
+ </xs:enumeration>
2048
+ <xs:enumeration value="2">
2049
+ <xs:annotation>
2050
+ <xs:documentation>hot water only</xs:documentation>
2051
+ </xs:annotation>
2052
+ </xs:enumeration>
2053
+ <xs:enumeration value="3">
2054
+ <xs:annotation>
2055
+ <xs:documentation>integrated</xs:documentation>
2056
+ </xs:annotation>
2057
+ </xs:enumeration>
2058
+ </xs:restriction>
2059
+ </xs:simpleType>
2060
+ <xs:simpleType name="SAP-HeatingDistributionCode">
2061
+ <xs:annotation>
2062
+ <xs:documentation>Code which indicates the type of heating distribution system.</xs:documentation>
2063
+ </xs:annotation>
2064
+ <xs:restriction base="xs:string">
2065
+ <xs:enumeration value="1">
2066
+ <xs:annotation>
2067
+ <xs:documentation>Piping system &lt;= 1990, not pre-ins, medium/high temp, full flow</xs:documentation>
2068
+ </xs:annotation>
2069
+ </xs:enumeration>
2070
+ <xs:enumeration value="2">
2071
+ <xs:annotation>
2072
+ <xs:documentation>Piping system &lt;= 1990, pre-insulated, low temp, full flow</xs:documentation>
2073
+ </xs:annotation>
2074
+ </xs:enumeration>
2075
+ <xs:enumeration value="3">
2076
+ <xs:annotation>
2077
+ <xs:documentation>Piping system &gt;= 1991, pre-insulated, medium temp, variable flow</xs:documentation>
2078
+ </xs:annotation>
2079
+ </xs:enumeration>
2080
+ <xs:enumeration value="4">
2081
+ <xs:annotation>
2082
+ <xs:documentation>Piping system &gt;= 1991, pre-insulated, low temp, variable flow</xs:documentation>
2083
+ </xs:annotation>
2084
+ </xs:enumeration>
2085
+ </xs:restriction>
2086
+ </xs:simpleType>
2087
+ <xs:simpleType name="HeatLossCorridorCode">
2088
+ <xs:restriction base="xs:string">
2089
+ <xs:enumeration value="0">
2090
+ <xs:annotation>
2091
+ <xs:documentation>no corridor</xs:documentation>
2092
+ </xs:annotation>
2093
+ </xs:enumeration>
2094
+ <xs:enumeration value="1">
2095
+ <xs:annotation>
2096
+ <xs:documentation>heated corridor</xs:documentation>
2097
+ </xs:annotation>
2098
+ </xs:enumeration>
2099
+ <xs:enumeration value="2">
2100
+ <xs:annotation>
2101
+ <xs:documentation>unheated corridor</xs:documentation>
2102
+ </xs:annotation>
2103
+ </xs:enumeration>
2104
+ </xs:restriction>
2105
+ </xs:simpleType>
2106
+ <xs:simpleType name="SAP-WaterHeatingCode-Enumeration">
2107
+ <xs:annotation>
2108
+ <xs:documentation>Code which indicates the type of heating system, as defined in SAP table 4a (codes 901-999).</xs:documentation>
2109
+ </xs:annotation>
2110
+ <xs:restriction base="xs:string">
2111
+ <xs:enumeration value="901">
2112
+ <xs:annotation>
2113
+ <xs:documentation>HOT WATER SYSTEMS: From main heating system</xs:documentation>
2114
+ </xs:annotation>
2115
+ </xs:enumeration>
2116
+ <xs:enumeration value="902">
2117
+ <xs:annotation>
2118
+ <xs:documentation>HOT WATER SYSTEMS: From secondary heater</xs:documentation>
2119
+ </xs:annotation>
2120
+ </xs:enumeration>
2121
+ <xs:enumeration value="903">
2122
+ <xs:annotation>
2123
+ <xs:documentation>HOT WATER SYSTEMS: Electric immersion (on-peak or off-peak)</xs:documentation>
2124
+ </xs:annotation>
2125
+ </xs:enumeration>
2126
+ <xs:enumeration value="904">
2127
+ <xs:annotation>
2128
+ <xs:documentation>HOT WATER SYSTEMS: Back boiler (hot water only), gas</xs:documentation>
2129
+ </xs:annotation>
2130
+ </xs:enumeration>
2131
+ <xs:enumeration value="905">
2132
+ <xs:annotation>
2133
+ <xs:documentation>HOT WATER SYSTEMS: From a circulator built into a gas warm air system, pre 1998</xs:documentation>
2134
+ </xs:annotation>
2135
+ </xs:enumeration>
2136
+ <xs:enumeration value="906">
2137
+ <xs:annotation>
2138
+ <xs:documentation>HOT WATER SYSTEMS: From a circulator built into a gas warm air system, 1998 or later</xs:documentation>
2139
+ </xs:annotation>
2140
+ </xs:enumeration>
2141
+ <xs:enumeration value="907">
2142
+ <xs:annotation>
2143
+ <xs:documentation>HOT WATER SYSTEMS: Single-point gas water heater (instantaneous at point of use)</xs:documentation>
2144
+ </xs:annotation>
2145
+ </xs:enumeration>
2146
+ <xs:enumeration value="908">
2147
+ <xs:annotation>
2148
+ <xs:documentation>HOT WATER SYSTEMS: Multi-point gas water heater (instantaneous serving several taps)</xs:documentation>
2149
+ </xs:annotation>
2150
+ </xs:enumeration>
2151
+ <xs:enumeration value="909">
2152
+ <xs:annotation>
2153
+ <xs:documentation>HOT WATER SYSTEMS: Electric instantaneous at point of use</xs:documentation>
2154
+ </xs:annotation>
2155
+ </xs:enumeration>
2156
+ <xs:enumeration value="910">
2157
+ <xs:annotation>
2158
+ <xs:documentation>HOT WATER SYSTEMS: From hot-water only community scheme</xs:documentation>
2159
+ </xs:annotation>
2160
+ </xs:enumeration>
2161
+ </xs:restriction>
2162
+ </xs:simpleType>
2163
+ <xs:simpleType name="SAP-HeatingControlCode-Enumeration">
2164
+ <xs:annotation>
2165
+ <xs:documentation>Code which indicates the type of heating control, as described in SAP table 4e.</xs:documentation>
2166
+ </xs:annotation>
2167
+ <xs:restriction base="xs:string">
2168
+ <xs:enumeration value="2101">
2169
+ <xs:annotation>
2170
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: No time or thermostatic control of room temperature</xs:documentation>
2171
+ </xs:annotation>
2172
+ </xs:enumeration>
2173
+ <xs:enumeration value="2102">
2174
+ <xs:annotation>
2175
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, no room thermostat</xs:documentation>
2176
+ </xs:annotation>
2177
+ </xs:enumeration>
2178
+ <xs:enumeration value="2103">
2179
+ <xs:annotation>
2180
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Room thermostat only</xs:documentation>
2181
+ </xs:annotation>
2182
+ </xs:enumeration>
2183
+ <xs:enumeration value="2104">
2184
+ <xs:annotation>
2185
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer and room thermostat</xs:documentation>
2186
+ </xs:annotation>
2187
+ </xs:enumeration>
2188
+ <xs:enumeration value="2105">
2189
+ <xs:annotation>
2190
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer and at least two room thermostats</xs:documentation>
2191
+ </xs:annotation>
2192
+ </xs:enumeration>
2193
+ <xs:enumeration value="2106">
2194
+ <xs:annotation>
2195
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, room thermostat and TRVs</xs:documentation>
2196
+ </xs:annotation>
2197
+ </xs:enumeration>
2198
+ <xs:enumeration value="2107">
2199
+ <xs:annotation>
2200
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, TRVs and bypass</xs:documentation>
2201
+ </xs:annotation>
2202
+ </xs:enumeration>
2203
+ <xs:enumeration value="2108">
2204
+ <xs:annotation>
2205
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, TRVs and flow switch</xs:documentation>
2206
+ </xs:annotation>
2207
+ </xs:enumeration>
2208
+ <xs:enumeration value="2109">
2209
+ <xs:annotation>
2210
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, TRVs and boiler energy manager</xs:documentation>
2211
+ </xs:annotation>
2212
+ </xs:enumeration>
2213
+ <xs:enumeration value="2110">
2214
+ <xs:annotation>
2215
+ <xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Time and temperature zone control</xs:documentation>
2216
+ </xs:annotation>
2217
+ </xs:enumeration>
2218
+ <xs:enumeration value="2201">
2219
+ <xs:annotation>
2220
+ <xs:documentation>HEAT PUMPS: No time or thermostatic control of room temperature</xs:documentation>
2221
+ </xs:annotation>
2222
+ </xs:enumeration>
2223
+ <xs:enumeration value="2202">
2224
+ <xs:annotation>
2225
+ <xs:documentation>HEAT PUMPS: Programmer, no room thermostat</xs:documentation>
2226
+ </xs:annotation>
2227
+ </xs:enumeration>
2228
+ <xs:enumeration value="2203">
2229
+ <xs:annotation>
2230
+ <xs:documentation>HEAT PUMPS: Room thermostat only</xs:documentation>
2231
+ </xs:annotation>
2232
+ </xs:enumeration>
2233
+ <xs:enumeration value="2204">
2234
+ <xs:annotation>
2235
+ <xs:documentation>HEAT PUMPS: Programmer and room thermostat</xs:documentation>
2236
+ </xs:annotation>
2237
+ </xs:enumeration>
2238
+ <xs:enumeration value="2205">
2239
+ <xs:annotation>
2240
+ <xs:documentation>HEAT PUMPS: Programmer and at least two room thermostats</xs:documentation>
2241
+ </xs:annotation>
2242
+ </xs:enumeration>
2243
+ <xs:enumeration value="2206">
2244
+ <xs:annotation>
2245
+ <xs:documentation>HEAT PUMPS: Programmer, TRVs and bypass</xs:documentation>
2246
+ </xs:annotation>
2247
+ </xs:enumeration>
2248
+ <xs:enumeration value="2207">
2249
+ <xs:annotation>
2250
+ <xs:documentation>HEAT PUMPS: Time and temperature zone control</xs:documentation>
2251
+ </xs:annotation>
2252
+ </xs:enumeration>
2253
+ <xs:enumeration value="2301">
2254
+ <xs:annotation>
2255
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, no thermostatic control of room temperature</xs:documentation>
2256
+ </xs:annotation>
2257
+ </xs:enumeration>
2258
+ <xs:enumeration value="2302">
2259
+ <xs:annotation>
2260
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, programmer, no room thermostat</xs:documentation>
2261
+ </xs:annotation>
2262
+ </xs:enumeration>
2263
+ <xs:enumeration value="2303">
2264
+ <xs:annotation>
2265
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, room thermostat only</xs:documentation>
2266
+ </xs:annotation>
2267
+ </xs:enumeration>
2268
+ <xs:enumeration value="2304">
2269
+ <xs:annotation>
2270
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, programmer and room thermostat</xs:documentation>
2271
+ </xs:annotation>
2272
+ </xs:enumeration>
2273
+ <xs:enumeration value="2305">
2274
+ <xs:annotation>
2275
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, programmer and TRVs</xs:documentation>
2276
+ </xs:annotation>
2277
+ </xs:enumeration>
2278
+ <xs:enumeration value="2306">
2279
+ <xs:annotation>
2280
+ <xs:documentation>COMMUNITY HEATING SCHEMES: Charging system linked to use of community system, programmer, and TRVs</xs:documentation>
2281
+ </xs:annotation>
2282
+ </xs:enumeration>
2283
+ <xs:enumeration value="2401">
2284
+ <xs:annotation>
2285
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Manual charge control</xs:documentation>
2286
+ </xs:annotation>
2287
+ </xs:enumeration>
2288
+ <xs:enumeration value="2402">
2289
+ <xs:annotation>
2290
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Automatic charge control</xs:documentation>
2291
+ </xs:annotation>
2292
+ </xs:enumeration>
2293
+ <xs:enumeration value="2403">
2294
+ <xs:annotation>
2295
+ <xs:documentation>ELECTRIC STORAGE SYSTEMS: Celect-type controls</xs:documentation>
2296
+ </xs:annotation>
2297
+ </xs:enumeration>
2298
+ <xs:enumeration value="2501">
2299
+ <xs:annotation>
2300
+ <xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): No thermostatic control of room temperature</xs:documentation>
2301
+ </xs:annotation>
2302
+ </xs:enumeration>
2303
+ <xs:enumeration value="2502">
2304
+ <xs:annotation>
2305
+ <xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Programmer, no room thermostat</xs:documentation>
2306
+ </xs:annotation>
2307
+ </xs:enumeration>
2308
+ <xs:enumeration value="2503">
2309
+ <xs:annotation>
2310
+ <xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Room thermostat only</xs:documentation>
2311
+ </xs:annotation>
2312
+ </xs:enumeration>
2313
+ <xs:enumeration value="2504">
2314
+ <xs:annotation>
2315
+ <xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Programmer and room thermostat</xs:documentation>
2316
+ </xs:annotation>
2317
+ </xs:enumeration>
2318
+ <xs:enumeration value="2505">
2319
+ <xs:annotation>
2320
+ <xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Programmer and at least two room thermostats</xs:documentation>
2321
+ </xs:annotation>
2322
+ </xs:enumeration>
2323
+ <xs:enumeration value="2506">
2324
+ <xs:annotation>
2325
+ <xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Time and temperature zone control</xs:documentation>
2326
+ </xs:annotation>
2327
+ </xs:enumeration>
2328
+ <xs:enumeration value="2601">
2329
+ <xs:annotation>
2330
+ <xs:documentation>ROOM HEATER SYSTEMS: No thermostatic control of room temperature</xs:documentation>
2331
+ </xs:annotation>
2332
+ </xs:enumeration>
2333
+ <xs:enumeration value="2602">
2334
+ <xs:annotation>
2335
+ <xs:documentation>ROOM HEATER SYSTEMS: Appliance thermostats</xs:documentation>
2336
+ </xs:annotation>
2337
+ </xs:enumeration>
2338
+ <xs:enumeration value="2603">
2339
+ <xs:annotation>
2340
+ <xs:documentation>ROOM HEATER SYSTEMS: Programmer and appliance thermostats</xs:documentation>
2341
+ </xs:annotation>
2342
+ </xs:enumeration>
2343
+ <xs:enumeration value="2604">
2344
+ <xs:annotation>
2345
+ <xs:documentation>ROOM HEATER SYSTEMS: Room thermostats only</xs:documentation>
2346
+ </xs:annotation>
2347
+ </xs:enumeration>
2348
+ <xs:enumeration value="2605">
2349
+ <xs:annotation>
2350
+ <xs:documentation>ROOM HEATER SYSTEMS: Programmer and room thermostats</xs:documentation>
2351
+ </xs:annotation>
2352
+ </xs:enumeration>
2353
+ <xs:enumeration value="2701">
2354
+ <xs:annotation>
2355
+ <xs:documentation>OTHER SYSTEMS: No thermostatic control of room temperature</xs:documentation>
2356
+ </xs:annotation>
2357
+ </xs:enumeration>
2358
+ <xs:enumeration value="2702">
2359
+ <xs:annotation>
2360
+ <xs:documentation>OTHER SYSTEMS: Programmer, no room thermostat</xs:documentation>
2361
+ </xs:annotation>
2362
+ </xs:enumeration>
2363
+ <xs:enumeration value="2703">
2364
+ <xs:annotation>
2365
+ <xs:documentation>OTHER SYSTEMS: Room thermostat only</xs:documentation>
2366
+ </xs:annotation>
2367
+ </xs:enumeration>
2368
+ <xs:enumeration value="2704">
2369
+ <xs:annotation>
2370
+ <xs:documentation>OTHER SYSTEMS: Programmer and room thermostat</xs:documentation>
2371
+ </xs:annotation>
2372
+ </xs:enumeration>
2373
+ <xs:enumeration value="2705">
2374
+ <xs:annotation>
2375
+ <xs:documentation>OTHER SYSTEMS: Temperature zone control</xs:documentation>
2376
+ </xs:annotation>
2377
+ </xs:enumeration>
2378
+ <xs:enumeration value="2706">
2379
+ <xs:annotation>
2380
+ <xs:documentation>OTHER SYSTEMS: Time and temperature zone control</xs:documentation>
2381
+ </xs:annotation>
2382
+ </xs:enumeration>
2383
+ </xs:restriction>
2384
+ </xs:simpleType>
2385
+ <xs:simpleType name="SAP-BuiltFormCode">
2386
+ <xs:annotation>
2387
+ <xs:documentation>Code which indicates the form in which a property is built.</xs:documentation>
2388
+ </xs:annotation>
2389
+ <xs:restriction base="xs:string">
2390
+ <xs:enumeration value="1">
2391
+ <xs:annotation>
2392
+ <xs:documentation>Detached</xs:documentation>
2393
+ </xs:annotation>
2394
+ </xs:enumeration>
2395
+ <xs:enumeration value="2">
2396
+ <xs:annotation>
2397
+ <xs:documentation>Semi-Detached</xs:documentation>
2398
+ </xs:annotation>
2399
+ </xs:enumeration>
2400
+ <xs:enumeration value="3">
2401
+ <xs:annotation>
2402
+ <xs:documentation>End-Terrace</xs:documentation>
2403
+ </xs:annotation>
2404
+ </xs:enumeration>
2405
+ <xs:enumeration value="4">
2406
+ <xs:annotation>
2407
+ <xs:documentation>Mid-Terrace</xs:documentation>
2408
+ </xs:annotation>
2409
+ </xs:enumeration>
2410
+ <xs:enumeration value="5">
2411
+ <xs:annotation>
2412
+ <xs:documentation>Enclosed End-Terrace</xs:documentation>
2413
+ </xs:annotation>
2414
+ </xs:enumeration>
2415
+ <xs:enumeration value="6">
2416
+ <xs:annotation>
2417
+ <xs:documentation>Enclosed Mid-Terrace</xs:documentation>
2418
+ </xs:annotation>
2419
+ </xs:enumeration>
2420
+ </xs:restriction>
2421
+ </xs:simpleType>
2422
+ <xs:simpleType name="SAP-SolarCollectorTypeCode">
2423
+ <xs:annotation>
2424
+ <xs:documentation>Code which indicates the type of solar collector.</xs:documentation>
2425
+ </xs:annotation>
2426
+ <xs:restriction base="xs:string">
2427
+ <xs:enumeration value="1">
2428
+ <xs:annotation>
2429
+ <xs:documentation>unglazed</xs:documentation>
2430
+ </xs:annotation>
2431
+ </xs:enumeration>
2432
+ <xs:enumeration value="2">
2433
+ <xs:annotation>
2434
+ <xs:documentation>flat panel</xs:documentation>
2435
+ </xs:annotation>
2436
+ </xs:enumeration>
2437
+ <xs:enumeration value="3">
2438
+ <xs:annotation>
2439
+ <xs:documentation>evacuated tube</xs:documentation>
2440
+ </xs:annotation>
2441
+ </xs:enumeration>
2442
+ </xs:restriction>
2443
+ </xs:simpleType>
2444
+ <xs:simpleType name="SAP-SolarCollectorDataSourceCode">
2445
+ <xs:annotation>
2446
+ <xs:documentation>Code which indicates the source of solar collector data.</xs:documentation>
2447
+ </xs:annotation>
2448
+ <xs:restriction base="xs:string">
2449
+ <xs:enumeration value="1">
2450
+ <xs:annotation>
2451
+ <xs:documentation>default</xs:documentation>
2452
+ </xs:annotation>
2453
+ </xs:enumeration>
2454
+ <xs:enumeration value="2">
2455
+ <xs:annotation>
2456
+ <xs:documentation>declared values</xs:documentation>
2457
+ </xs:annotation>
2458
+ </xs:enumeration>
2459
+ </xs:restriction>
2460
+ </xs:simpleType>
2461
+ <xs:simpleType name="SAP-CompassDirectionCode">
2462
+ <xs:annotation>
2463
+ <xs:documentation>Code which indicates the compass direction. Like SAP-OrientationCode, but without the "unknown" and "horizontal" options.</xs:documentation>
2464
+ </xs:annotation>
2465
+ <xs:restriction base="xs:string">
2466
+ <xs:enumeration value="1">
2467
+ <xs:annotation>
2468
+ <xs:documentation>North</xs:documentation>
2469
+ </xs:annotation>
2470
+ </xs:enumeration>
2471
+ <xs:enumeration value="2">
2472
+ <xs:annotation>
2473
+ <xs:documentation>North East</xs:documentation>
2474
+ </xs:annotation>
2475
+ </xs:enumeration>
2476
+ <xs:enumeration value="3">
2477
+ <xs:annotation>
2478
+ <xs:documentation>East</xs:documentation>
2479
+ </xs:annotation>
2480
+ </xs:enumeration>
2481
+ <xs:enumeration value="4">
2482
+ <xs:annotation>
2483
+ <xs:documentation>South East</xs:documentation>
2484
+ </xs:annotation>
2485
+ </xs:enumeration>
2486
+ <xs:enumeration value="5">
2487
+ <xs:annotation>
2488
+ <xs:documentation>South</xs:documentation>
2489
+ </xs:annotation>
2490
+ </xs:enumeration>
2491
+ <xs:enumeration value="6">
2492
+ <xs:annotation>
2493
+ <xs:documentation>South West</xs:documentation>
2494
+ </xs:annotation>
2495
+ </xs:enumeration>
2496
+ <xs:enumeration value="7">
2497
+ <xs:annotation>
2498
+ <xs:documentation>West</xs:documentation>
2499
+ </xs:annotation>
2500
+ </xs:enumeration>
2501
+ <xs:enumeration value="8">
2502
+ <xs:annotation>
2503
+ <xs:documentation>North West</xs:documentation>
2504
+ </xs:annotation>
2505
+ </xs:enumeration>
2506
+ </xs:restriction>
2507
+ </xs:simpleType>
2508
+ <xs:simpleType name="SAP-VerticalPitchCode">
2509
+ <xs:annotation>
2510
+ <xs:documentation>Code which indicates the vertical pitch (angle).</xs:documentation>
2511
+ </xs:annotation>
2512
+ <xs:restriction base="xs:string">
2513
+ <xs:enumeration value="1">
2514
+ <xs:annotation>
2515
+ <xs:documentation>horizontal</xs:documentation>
2516
+ </xs:annotation>
2517
+ </xs:enumeration>
2518
+ <xs:enumeration value="2">
2519
+ <xs:annotation>
2520
+ <xs:documentation>30 degrees</xs:documentation>
2521
+ </xs:annotation>
2522
+ </xs:enumeration>
2523
+ <xs:enumeration value="3">
2524
+ <xs:annotation>
2525
+ <xs:documentation>45 degrees</xs:documentation>
2526
+ </xs:annotation>
2527
+ </xs:enumeration>
2528
+ <xs:enumeration value="4">
2529
+ <xs:annotation>
2530
+ <xs:documentation>60 degrees</xs:documentation>
2531
+ </xs:annotation>
2532
+ </xs:enumeration>
2533
+ <xs:enumeration value="5">
2534
+ <xs:annotation>
2535
+ <xs:documentation>vertical</xs:documentation>
2536
+ </xs:annotation>
2537
+ </xs:enumeration>
2538
+ </xs:restriction>
2539
+ </xs:simpleType>
2540
+ <xs:simpleType name="SAP-SolarCollectorOvershadingCode">
2541
+ <xs:annotation>
2542
+ <xs:documentation>Code which indicates the amount of solar collector overshading.</xs:documentation>
2543
+ </xs:annotation>
2544
+ <xs:restriction base="xs:string">
2545
+ <xs:enumeration value="1">
2546
+ <xs:annotation>
2547
+ <xs:documentation>none or very little</xs:documentation>
2548
+ </xs:annotation>
2549
+ </xs:enumeration>
2550
+ <xs:enumeration value="2">
2551
+ <xs:annotation>
2552
+ <xs:documentation>modest</xs:documentation>
2553
+ </xs:annotation>
2554
+ </xs:enumeration>
2555
+ <xs:enumeration value="3">
2556
+ <xs:annotation>
2557
+ <xs:documentation>significant</xs:documentation>
2558
+ </xs:annotation>
2559
+ </xs:enumeration>
2560
+ <xs:enumeration value="4">
2561
+ <xs:annotation>
2562
+ <xs:documentation>heavy</xs:documentation>
2563
+ </xs:annotation>
2564
+ </xs:enumeration>
2565
+ </xs:restriction>
2566
+ </xs:simpleType>
2567
+ <xs:simpleType name="HotWaterStoreInsulationTypeCode">
2568
+ <xs:annotation>
2569
+ <xs:documentation>Code which indicates the type of hot water storage insulation.</xs:documentation>
2570
+ </xs:annotation>
2571
+ <xs:restriction base="xs:string">
2572
+ <xs:enumeration value="1">
2573
+ <xs:annotation>
2574
+ <xs:documentation>factory-applied</xs:documentation>
2575
+ </xs:annotation>
2576
+ </xs:enumeration>
2577
+ <xs:enumeration value="2">
2578
+ <xs:annotation>
2579
+ <xs:documentation>loose jacket</xs:documentation>
2580
+ </xs:annotation>
2581
+ </xs:enumeration>
2582
+ </xs:restriction>
2583
+ </xs:simpleType>
2584
+ <xs:simpleType name="HeatingFuelTypeCode">
2585
+ <xs:annotation>
2586
+ <xs:documentation>Code which indicates the type of heating fuel, as defined in SAP table 12.</xs:documentation>
2587
+ </xs:annotation>
2588
+ <xs:restriction base="xs:string">
2589
+ <xs:enumeration value="1">
2590
+ <xs:annotation>
2591
+ <xs:documentation>Gas: mains gas</xs:documentation>
2592
+ </xs:annotation>
2593
+ </xs:enumeration>
2594
+ <xs:enumeration value="2">
2595
+ <xs:annotation>
2596
+ <xs:documentation>Gas: bulk LPG</xs:documentation>
2597
+ </xs:annotation>
2598
+ </xs:enumeration>
2599
+ <xs:enumeration value="3">
2600
+ <xs:annotation>
2601
+ <xs:documentation>Gas: bottled LPG</xs:documentation>
2602
+ </xs:annotation>
2603
+ </xs:enumeration>
2604
+ <xs:enumeration value="4">
2605
+ <xs:annotation>
2606
+ <xs:documentation>Oil: heating oil</xs:documentation>
2607
+ </xs:annotation>
2608
+ </xs:enumeration>
2609
+ <xs:enumeration value="10">
2610
+ <xs:annotation>
2611
+ <xs:documentation>Solid fuel: dual fuel appliance (mineral and wood)</xs:documentation>
2612
+ </xs:annotation>
2613
+ </xs:enumeration>
2614
+ <xs:enumeration value="11">
2615
+ <xs:annotation>
2616
+ <xs:documentation>Solid fuel: house coal</xs:documentation>
2617
+ </xs:annotation>
2618
+ </xs:enumeration>
2619
+ <xs:enumeration value="12">
2620
+ <xs:annotation>
2621
+ <xs:documentation>Solid fuel: manufactured smokeless fuel</xs:documentation>
2622
+ </xs:annotation>
2623
+ </xs:enumeration>
2624
+ <xs:enumeration value="15">
2625
+ <xs:annotation>
2626
+ <xs:documentation>Solid fuel: anthracite</xs:documentation>
2627
+ </xs:annotation>
2628
+ </xs:enumeration>
2629
+ <xs:enumeration value="20">
2630
+ <xs:annotation>
2631
+ <xs:documentation>Solid fuel: wood logs</xs:documentation>
2632
+ </xs:annotation>
2633
+ </xs:enumeration>
2634
+ <xs:enumeration value="21">
2635
+ <xs:annotation>
2636
+ <xs:documentation>Solid fuel: wood chips</xs:documentation>
2637
+ </xs:annotation>
2638
+ </xs:enumeration>
2639
+ <xs:enumeration value="22">
2640
+ <xs:annotation>
2641
+ <xs:documentation>Solid fuel: wood pellets (in bags, for secondary heating)</xs:documentation>
2642
+ </xs:annotation>
2643
+ </xs:enumeration>
2644
+ <xs:enumeration value="23">
2645
+ <xs:annotation>
2646
+ <xs:documentation>Solid fuel: wood pellets (bulk supply in bags, for main heating)</xs:documentation>
2647
+ </xs:annotation>
2648
+ </xs:enumeration>
2649
+ <xs:enumeration value="36">
2650
+ <xs:annotation>
2651
+ <xs:documentation>Electricity: electricity sold to grid</xs:documentation>
2652
+ </xs:annotation>
2653
+ </xs:enumeration>
2654
+ <xs:enumeration value="37">
2655
+ <xs:annotation>
2656
+ <xs:documentation>Electricity: electricity displaced from grid</xs:documentation>
2657
+ </xs:annotation>
2658
+ </xs:enumeration>
2659
+ <xs:enumeration value="39">
2660
+ <xs:annotation>
2661
+ <xs:documentation>Electricity: electricity, unspecified tariff</xs:documentation>
2662
+ </xs:annotation>
2663
+ </xs:enumeration>
2664
+ <xs:enumeration value="41">
2665
+ <xs:annotation>
2666
+ <xs:documentation>Community heating schemes: heat from heat pump</xs:documentation>
2667
+ </xs:annotation>
2668
+ </xs:enumeration>
2669
+ <xs:enumeration value="42">
2670
+ <xs:annotation>
2671
+ <xs:documentation>Community heating schemes: heat from boilers - waste combustion</xs:documentation>
2672
+ </xs:annotation>
2673
+ </xs:enumeration>
2674
+ <xs:enumeration value="43">
2675
+ <xs:annotation>
2676
+ <xs:documentation>Community heating schemes: heat from boilers - biomass</xs:documentation>
2677
+ </xs:annotation>
2678
+ </xs:enumeration>
2679
+ <xs:enumeration value="44">
2680
+ <xs:annotation>
2681
+ <xs:documentation>Community heating schemes: heat from boilers - biogas</xs:documentation>
2682
+ </xs:annotation>
2683
+ </xs:enumeration>
2684
+ <xs:enumeration value="45">
2685
+ <xs:annotation>
2686
+ <xs:documentation>Community heating schemes: waste heat from power stations</xs:documentation>
2687
+ </xs:annotation>
2688
+ </xs:enumeration>
2689
+ <xs:enumeration value="46">
2690
+ <xs:annotation>
2691
+ <xs:documentation>Community heating schemes: geothermal heat source</xs:documentation>
2692
+ </xs:annotation>
2693
+ </xs:enumeration>
2694
+ <xs:enumeration value="48">
2695
+ <xs:annotation>
2696
+ <xs:documentation>Community heating schemes: heat from CHP</xs:documentation>
2697
+ </xs:annotation>
2698
+ </xs:enumeration>
2699
+ <xs:enumeration value="49">
2700
+ <xs:annotation>
2701
+ <xs:documentation>Community heating schemes: electricity generated by CHP</xs:documentation>
2702
+ </xs:annotation>
2703
+ </xs:enumeration>
2704
+ </xs:restriction>
2705
+ </xs:simpleType>
2706
+ <xs:simpleType name="ImmersionHeatingTypeCode">
2707
+ <xs:annotation>
2708
+ <xs:documentation>Code which indicates the type of immersion heater.</xs:documentation>
2709
+ </xs:annotation>
2710
+ <xs:restriction base="xs:string">
2711
+ <xs:enumeration value="1">
2712
+ <xs:annotation>
2713
+ <xs:documentation>Dual</xs:documentation>
2714
+ </xs:annotation>
2715
+ </xs:enumeration>
2716
+ <xs:enumeration value="2">
2717
+ <xs:annotation>
2718
+ <xs:documentation>Single</xs:documentation>
2719
+ </xs:annotation>
2720
+ </xs:enumeration>
2721
+ </xs:restriction>
2722
+ </xs:simpleType>
2723
+ <xs:simpleType name="SAP-SpaceHeatingCode">
2724
+ <xs:annotation>
2725
+ <xs:documentation>Code which indicates the type of heating system, as defined in SAP tables 4a/4b (codes 101 to 899).</xs:documentation>
2726
+ </xs:annotation>
2727
+ <xs:restriction base="xs:positiveInteger">
2728
+ <xs:maxInclusive value="899"/>
2729
+ <xs:minInclusive value="101"/>
2730
+ </xs:restriction>
2731
+ </xs:simpleType>
2732
+ <xs:simpleType name="SAP-TerrainTypeCode">
2733
+ <xs:annotation>
2734
+ <xs:documentation>Code which indicates the type of terrain.</xs:documentation>
2735
+ </xs:annotation>
2736
+ <xs:restriction base="xs:string">
2737
+ <xs:enumeration value="1">
2738
+ <xs:annotation>
2739
+ <xs:documentation>urban</xs:documentation>
2740
+ </xs:annotation>
2741
+ </xs:enumeration>
2742
+ <xs:enumeration value="2">
2743
+ <xs:annotation>
2744
+ <xs:documentation>suburban</xs:documentation>
2745
+ </xs:annotation>
2746
+ </xs:enumeration>
2747
+ <xs:enumeration value="3">
2748
+ <xs:annotation>
2749
+ <xs:documentation>rural</xs:documentation>
2750
+ </xs:annotation>
2751
+ </xs:enumeration>
2752
+ </xs:restriction>
2753
+ </xs:simpleType>
2754
+ <xs:simpleType name="SAP-ElectricityTariffCode">
2755
+ <xs:annotation>
2756
+ <xs:documentation>Code which indicates the type of electricity tariff.</xs:documentation>
2757
+ </xs:annotation>
2758
+ <xs:restriction base="xs:string">
2759
+ <xs:enumeration value="1">
2760
+ <xs:annotation>
2761
+ <xs:documentation>standard tariff</xs:documentation>
2762
+ </xs:annotation>
2763
+ </xs:enumeration>
2764
+ <xs:enumeration value="2">
2765
+ <xs:annotation>
2766
+ <xs:documentation>off-peak 7 hour</xs:documentation>
2767
+ </xs:annotation>
2768
+ </xs:enumeration>
2769
+ <xs:enumeration value="3">
2770
+ <xs:annotation>
2771
+ <xs:documentation>off-peak 10 hour</xs:documentation>
2772
+ </xs:annotation>
2773
+ </xs:enumeration>
2774
+ <xs:enumeration value="4">
2775
+ <xs:annotation>
2776
+ <xs:documentation>24 hour</xs:documentation>
2777
+ </xs:annotation>
2778
+ </xs:enumeration>
2779
+ </xs:restriction>
2780
+ </xs:simpleType>
2781
+ <xs:simpleType name="HeatLossFloorCode">
2782
+ <xs:restriction base="xs:string">
2783
+ <xs:enumeration value="1">
2784
+ <xs:annotation>
2785
+ <xs:documentation>exposed floor</xs:documentation>
2786
+ </xs:annotation>
2787
+ </xs:enumeration>
2788
+ <xs:enumeration value="2">
2789
+ <xs:annotation>
2790
+ <xs:documentation>semi-exposed upper floor to unheated space</xs:documentation>
2791
+ </xs:annotation>
2792
+ </xs:enumeration>
2793
+ <xs:enumeration value="3">
2794
+ <xs:annotation>
2795
+ <xs:documentation>semi-exposed upper floor to partially heated space</xs:documentation>
2796
+ </xs:annotation>
2797
+ </xs:enumeration>
2798
+ </xs:restriction>
2799
+ </xs:simpleType>
2800
+ <xs:simpleType name="SAP-MainHeatingCategoryCode">
2801
+ <xs:annotation>
2802
+ <xs:documentation>Codes used to indicate a category of main heating system.</xs:documentation>
2803
+ </xs:annotation>
2804
+ <xs:restriction base="xs:string">
2805
+ <xs:enumeration value="1">
2806
+ <xs:annotation>
2807
+ <xs:documentation>none</xs:documentation>
2808
+ </xs:annotation>
2809
+ </xs:enumeration>
2810
+ <xs:enumeration value="2">
2811
+ <xs:annotation>
2812
+ <xs:documentation>boiler with radiators or underfloor heating</xs:documentation>
2813
+ </xs:annotation>
2814
+ </xs:enumeration>
2815
+ <xs:enumeration value="3">
2816
+ <xs:annotation>
2817
+ <xs:documentation>micro-cogeneration</xs:documentation>
2818
+ </xs:annotation>
2819
+ </xs:enumeration>
2820
+ <xs:enumeration value="4">
2821
+ <xs:annotation>
2822
+ <xs:documentation>heat pump with radiators or underfloor heating</xs:documentation>
2823
+ </xs:annotation>
2824
+ </xs:enumeration>
2825
+ <xs:enumeration value="5">
2826
+ <xs:annotation>
2827
+ <xs:documentation>heat pump with warm air distribution</xs:documentation>
2828
+ </xs:annotation>
2829
+ </xs:enumeration>
2830
+ <xs:enumeration value="6">
2831
+ <xs:annotation>
2832
+ <xs:documentation>community heating system</xs:documentation>
2833
+ </xs:annotation>
2834
+ </xs:enumeration>
2835
+ <xs:enumeration value="7">
2836
+ <xs:annotation>
2837
+ <xs:documentation>electric storage heaters</xs:documentation>
2838
+ </xs:annotation>
2839
+ </xs:enumeration>
2840
+ <xs:enumeration value="8">
2841
+ <xs:annotation>
2842
+ <xs:documentation>electric underfloor heating</xs:documentation>
2843
+ </xs:annotation>
2844
+ </xs:enumeration>
2845
+ <xs:enumeration value="9">
2846
+ <xs:annotation>
2847
+ <xs:documentation>warm air system (not heat pump)</xs:documentation>
2848
+ </xs:annotation>
2849
+ </xs:enumeration>
2850
+ <xs:enumeration value="10">
2851
+ <xs:annotation>
2852
+ <xs:documentation>room heaters</xs:documentation>
2853
+ </xs:annotation>
2854
+ </xs:enumeration>
2855
+ <xs:enumeration value="11">
2856
+ <xs:annotation>
2857
+ <xs:documentation>other system</xs:documentation>
2858
+ </xs:annotation>
2859
+ </xs:enumeration>
2860
+ </xs:restriction>
2861
+ </xs:simpleType>
2862
+ <xs:simpleType name="SAP-SecondaryHeatingCategoryCode">
2863
+ <xs:annotation>
2864
+ <xs:documentation>Codes used to indicate a category of secondary heating system. Codes are aligned with those of 'SAP-MainHeatingCategoryCode'.</xs:documentation>
2865
+ </xs:annotation>
2866
+ <xs:restriction base="xs:string">
2867
+ <xs:enumeration value="1">
2868
+ <xs:annotation>
2869
+ <xs:documentation>none</xs:documentation>
2870
+ </xs:annotation>
2871
+ </xs:enumeration>
2872
+ <xs:enumeration value="10">
2873
+ <xs:annotation>
2874
+ <xs:documentation>room heaters</xs:documentation>
2875
+ </xs:annotation>
2876
+ </xs:enumeration>
2877
+ </xs:restriction>
2878
+ </xs:simpleType>
2879
+ <xs:simpleType name="SAP-SolidFuelBoilerType">
2880
+ <xs:annotation>
2881
+ <xs:documentation>Code which indicates the type of boiler for the case where the fuel is solid.</xs:documentation>
2882
+ </xs:annotation>
2883
+ <xs:restriction base="xs:string">
2884
+ <xs:enumeration value="1">
2885
+ <xs:annotation>
2886
+ <xs:documentation>independent</xs:documentation>
2887
+ </xs:annotation>
2888
+ </xs:enumeration>
2889
+ <xs:enumeration value="2">
2890
+ <xs:annotation>
2891
+ <xs:documentation>open fire</xs:documentation>
2892
+ </xs:annotation>
2893
+ </xs:enumeration>
2894
+ <xs:enumeration value="3">
2895
+ <xs:annotation>
2896
+ <xs:documentation>closed room heater</xs:documentation>
2897
+ </xs:annotation>
2898
+ </xs:enumeration>
2899
+ </xs:restriction>
2900
+ </xs:simpleType>
2901
+ <xs:simpleType name="ConstructionDateCode">
2902
+ <xs:restriction base="xs:string">
2903
+ <xs:enumeration value="A">
2904
+ <xs:annotation>
2905
+ <xs:documentation>England and Wales: before 1900;
2906
+ Scotland: before 1919;
2907
+ Northern Ireland: before 1919</xs:documentation>
2908
+ </xs:annotation>
2909
+ </xs:enumeration>
2910
+ <xs:enumeration value="B">
2911
+ <xs:annotation>
2912
+ <xs:documentation>England and Wales: 1900-1929;
2913
+ Scotland: 1919-1929;
2914
+ Northern Ireland: 1919-1929</xs:documentation>
2915
+ </xs:annotation>
2916
+ </xs:enumeration>
2917
+ <xs:enumeration value="C">
2918
+ <xs:annotation>
2919
+ <xs:documentation>England and Wales: 1930-1949;
2920
+ Scotland: 1930-1949;
2921
+ Northern Ireland: 1930-1949</xs:documentation>
2922
+ </xs:annotation>
2923
+ </xs:enumeration>
2924
+ <xs:enumeration value="D">
2925
+ <xs:annotation>
2926
+ <xs:documentation>England and Wales: 1950-1966;
2927
+ Scotland: 1950-1964;
2928
+ Northern Ireland: 1950-1973</xs:documentation>
2929
+ </xs:annotation>
2930
+ </xs:enumeration>
2931
+ <xs:enumeration value="E">
2932
+ <xs:annotation>
2933
+ <xs:documentation>England and Wales: 1967-1975;
2934
+ Scotland: 1965-1975;
2935
+ Northern Ireland: 1974-1977</xs:documentation>
2936
+ </xs:annotation>
2937
+ </xs:enumeration>
2938
+ <xs:enumeration value="F">
2939
+ <xs:annotation>
2940
+ <xs:documentation>England and Wales: 1976-1982;
2941
+ Scotland: 1976-1983;
2942
+ Northern Ireland: 1978-1985</xs:documentation>
2943
+ </xs:annotation>
2944
+ </xs:enumeration>
2945
+ <xs:enumeration value="G">
2946
+ <xs:annotation>
2947
+ <xs:documentation>England and Wales: 1983-1990;
2948
+ Scotland: 1984-1991;
2949
+ Northern Ireland: 1986-1991</xs:documentation>
2950
+ </xs:annotation>
2951
+ </xs:enumeration>
2952
+ <xs:enumeration value="H">
2953
+ <xs:annotation>
2954
+ <xs:documentation>England and Wales: 1991-1995;
2955
+ Scotland: 1992-1998;
2956
+ Northern Ireland: 1992-1999</xs:documentation>
2957
+ </xs:annotation>
2958
+ </xs:enumeration>
2959
+ <xs:enumeration value="I">
2960
+ <xs:annotation>
2961
+ <xs:documentation>England and Wales: 1996-2002;
2962
+ Scotland: 1999-2002;
2963
+ Northern Ireland: 2000-2006</xs:documentation>
2964
+ </xs:annotation>
2965
+ </xs:enumeration>
2966
+ <xs:enumeration value="J">
2967
+ <xs:annotation>
2968
+ <xs:documentation>England and Wales: 2003-2006;
2969
+ Scotland: 2003-2007;
2970
+ Northern Ireland: not applicable</xs:documentation>
2971
+ </xs:annotation>
2972
+ </xs:enumeration>
2973
+ <xs:enumeration value="K">
2974
+ <xs:annotation>
2975
+ <xs:documentation>England and Wales: 2007 onwards;
2976
+ Scotland: 2008 onwards;
2977
+ Northern Ireland: 2007 onwards</xs:documentation>
2978
+ </xs:annotation>
2979
+ </xs:enumeration>
2980
+ </xs:restriction>
2981
+ </xs:simpleType>
2982
+ <xs:simpleType name="SAP-WindTurbinesCount">
2983
+ <xs:restriction base="xs:integer">
2984
+ <xs:maxInclusive value="1"/>
2985
+ <xs:minInclusive value="0"/>
2986
+ </xs:restriction>
2987
+ </xs:simpleType>
2988
+ <xs:simpleType name="SAP-HasLoadOrWeatherCompensation">
2989
+ <xs:restriction base="xs:string">
2990
+ <xs:enumeration value="0">
2991
+ <xs:annotation>
2992
+ <xs:documentation>none</xs:documentation>
2993
+ </xs:annotation>
2994
+ </xs:enumeration>
2995
+ <xs:enumeration value="1">
2996
+ <xs:annotation>
2997
+ <xs:documentation>load compensation</xs:documentation>
2998
+ </xs:annotation>
2999
+ </xs:enumeration>
3000
+ <xs:enumeration value="2">
3001
+ <xs:annotation>
3002
+ <xs:documentation>weather compensation</xs:documentation>
3003
+ </xs:annotation>
3004
+ </xs:enumeration>
3005
+ </xs:restriction>
3006
+ </xs:simpleType>
3007
+ </xs:schema>