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,18 @@
1
+ <xs:schema xmlns="http://www.epbniregister.com/xsd/sap" xmlns:xs="http://www.w3.org/2001/XMLSchema"
2
+ targetNamespace="http://www.epbniregister.com/xsd/sap" elementFormDefault="qualified"
3
+ attributeFormDefault="unqualified" version="LIG-NI-17.3">
4
+ <xs:element name="ExceptionList">
5
+ <xs:complexType>
6
+ <xs:sequence>
7
+ <xs:element maxOccurs="unbounded" name="Exception">
8
+ <xs:complexType>
9
+ <xs:all>
10
+ <xs:element name="ErrorCode" type="xs:int"/>
11
+ <xs:element name="ErrorMessage" type="xs:string"/>
12
+ </xs:all>
13
+ </xs:complexType>
14
+ </xs:element>
15
+ </xs:sequence>
16
+ </xs:complexType>
17
+ </xs:element>
18
+ </xs:schema>
@@ -0,0 +1,68 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns="http://www.epbniregister.com/xsd/sap" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.epbniregister.com/xsd/sap" elementFormDefault="qualified" version="LIG-NI-17.3">
3
+ <xs:element name="Property" type="Property"/>
4
+ <xs:complexType name="Property">
5
+ <xs:annotation>
6
+ <xs:documentation>A discrete identifiable possession, such as a piece of real-estate, to which its owner has legal title. For the Home Information Pack legislation the types of property are restricted to residential properties.
7
+
8
+ It should be observed that "a property is a property is a property" and all real-estate properties, whether residential or commercial or whether being sold for the first or the nth time will have a very similar conceptual structure and similar rules and constraints.
9
+
10
+ As such the broad description of a Property can be regarded as a framework, containing a set of extension points, that can be expanded as necessary to cover additional detail.
11
+ </xs:documentation>
12
+ </xs:annotation>
13
+ <xs:all>
14
+ <xs:element name="Address" type="AddressType">
15
+ <xs:annotation>
16
+ <xs:documentation>Address for the property.</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:element>
19
+ <xs:element name="UPRN" type="UPRNType">
20
+ <xs:annotation>
21
+ <xs:documentation>Unique Property Reference Number</xs:documentation>
22
+ </xs:annotation>
23
+ </xs:element>
24
+ </xs:all>
25
+ </xs:complexType>
26
+ <xs:element name="AddressType" type="AddressType"/>
27
+ <xs:complexType name="AddressType">
28
+ <xs:annotation>
29
+ <xs:documentation>An address is composed of a number of structured elements such as Postcode, Post-Town, Street etc.
30
+
31
+ </xs:documentation>
32
+ </xs:annotation>
33
+ <xs:sequence>
34
+ <xs:element name="Address-Line-1" type="xs:string" minOccurs="0"/>
35
+ <xs:element name="Address-Line-2" type="xs:string" minOccurs="0"/>
36
+ <xs:element name="Address-Line-3" type="xs:string" minOccurs="0"/>
37
+ <xs:element name="Post-Town" type="xs:string"/>
38
+ <xs:element name="Postcode" type="PostcodeType">
39
+ <xs:annotation>
40
+ <xs:documentation>The Postcode for the Address
41
+ </xs:documentation>
42
+ </xs:annotation>
43
+ </xs:element>
44
+ </xs:sequence>
45
+ </xs:complexType>
46
+ <xs:simpleType name="UPRNType">
47
+ <xs:annotation>
48
+ <xs:documentation>Unique Property Reference Number - a 10-digit numeric string unmiquely identifuying each Property that may have a HCR registered against it.</xs:documentation>
49
+ </xs:annotation>
50
+ <xs:restriction base="xs:string">
51
+ <xs:pattern value="[0-9]{10}"/>
52
+ </xs:restriction>
53
+ </xs:simpleType>
54
+ <xs:simpleType name="PostcodeType">
55
+ <xs:restriction base="xs:string">
56
+ <xs:pattern value="[A-Z]{1,2}[0-9R][0-9A-Z]? [0-9][A-Z]{2}"/>
57
+ </xs:restriction>
58
+ </xs:simpleType>
59
+ <xs:element name="PropertyKeyFields" type="PropertyKeyFields"/>
60
+ <xs:complexType name="PropertyKeyFields">
61
+ <xs:annotation>
62
+ <xs:documentation>This is the primary key definition for the Property class - used when a message requires a reference to a Property to be passed rather than the details.</xs:documentation>
63
+ </xs:annotation>
64
+ <xs:sequence>
65
+ <xs:element name="UPRN" type="UPRNType"/>
66
+ </xs:sequence>
67
+ </xs:complexType>
68
+ </xs:schema>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Jim Bowery (Landmark Information Group Ltd.) -->
3
+ <xs:schema xmlns="http://www.epbniregister.com/xsd/sap" xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ targetNamespace="http://www.epbniregister.com/xsd/sap" elementFormDefault="qualified"
5
+ attributeFormDefault="unqualified" version="LIG-NI-17.3">
6
+ <xs:include schemaLocation="../UDT/BaseDataTypes.xsd"/>
7
+ <xs:include schemaLocation="./UserManagement.xsd"/>
8
+
9
+ <xs:element name="ReportList">
10
+ <xs:complexType>
11
+ <xs:sequence>
12
+ <xs:element name="Report-Summary" maxOccurs="unbounded">
13
+ <xs:complexType>
14
+ <xs:all>
15
+ <xs:element name="RRN" type="RRNType"/>
16
+ <xs:element name="Inspection-Date" type="xs:date"/>
17
+ <xs:element name="HI-Name" type="PersonNameType"/>
18
+ <xs:element name="HI-Certificate" type="CertificateNumberType"/>
19
+ <xs:element name="Report-Status" type="ReportStatusCode"/>
20
+ </xs:all>
21
+ </xs:complexType>
22
+ </xs:element>
23
+ </xs:sequence>
24
+ </xs:complexType>
25
+ </xs:element>
26
+ </xs:schema>
@@ -0,0 +1,195 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Jim Bowery (Landmark Information Group Ltd.) -->
3
+ <xs:schema xmlns="http://www.epbniregister.com/xsd/sap" xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ targetNamespace="http://www.epbniregister.com/xsd/sap" elementFormDefault="qualified"
5
+ version="LIG-NI-17.3">
6
+ <xs:include schemaLocation="../UDT/BaseDataTypes.xsd"/>
7
+ <xs:include schemaLocation="../UDT/SharedDomains.xsd"/>
8
+ <xs:include schemaLocation="../UDT/SAP09-Domains.xsd"/>
9
+ <xs:include schemaLocation="../Templates/UserManagement.xsd"/>
10
+ <xs:include schemaLocation="../Templates/Property.xsd"/>
11
+ <xs:include schemaLocation="../Templates/SAP09-CollectedData.xsd"/>
12
+ <xs:include schemaLocation="../Templates/EPC-Certificate.xsd"/>
13
+ <xs:element name="SAP-Report" type="Energy-Performance-Certificate"/>
14
+ <xs:complexType name="Energy-Performance-Certificate">
15
+ <xs:sequence>
16
+ <xs:element name="SAP-Version" type="SAP-VersionCode">
17
+ <xs:annotation>
18
+ <xs:documentation>Version of SAP that was used for the calculation.</xs:documentation>
19
+ </xs:annotation>
20
+ </xs:element>
21
+ <xs:element name="SAP-Data-Version" type="SAP-VersionCode" minOccurs="0">
22
+ <xs:annotation>
23
+ <xs:documentation>Version of SAP that was used to define the input data for the calculation. This is included when it differs from SAP-Version</xs:documentation>
24
+ </xs:annotation>
25
+ </xs:element>
26
+ <xs:element name="BEDF-Revision-Number" type="xs:nonNegativeInteger" minOccurs="0">
27
+ <xs:annotation>
28
+ <xs:documentation>BEDF Revision Number from SEDBUK database if boiler details retrieved from database (as on the $001 line in bedf2005.dat); if boiler or other data (mechanical vent system, PFGHRD) from database. This must be included if any item is from database. At the moment it can be
29
+ - boilers
30
+ - mech vent system
31
+ but others things will be added in future revisions.</xs:documentation>
32
+ </xs:annotation>
33
+ </xs:element>
34
+ <xs:element name="Calculation-Software-Name" type="xs:string">
35
+ <xs:annotation>
36
+ <xs:documentation>Name of the software used to perform the SAP calculation.</xs:documentation>
37
+ </xs:annotation>
38
+ </xs:element>
39
+ <xs:element name="Calculation-Software-Version" type="xs:string">
40
+ <xs:annotation>
41
+ <xs:documentation>Version of the software used to perform the SAP calculation.</xs:documentation>
42
+ </xs:annotation>
43
+ </xs:element>
44
+ <xs:element name="Report-Header" type="Report-Header"/>
45
+ <xs:element name="Energy-Assessment" type="Energy-Assessment"/>
46
+ <xs:element name="SAP09-Data" type="SAP09-Data"/>
47
+ <xs:element name="PDF" type="xs:base64Binary"/>
48
+ <xs:element name="Insurance-Details" type="Insurance-Details" minOccurs="0"/>
49
+ <xs:element name="ExternalDefinitions-Revision-Number" type="xs:string">
50
+ <xs:annotation>
51
+ <xs:documentation>A number indicating the version of related ExternalDefinitions.xsd</xs:documentation>
52
+ </xs:annotation>
53
+ </xs:element>
54
+ </xs:sequence>
55
+ </xs:complexType>
56
+ <xs:element name="Insurance-Details" type="Insurance-Details"/>
57
+ <xs:complexType name="Insurance-Details">
58
+ <xs:annotation>
59
+ <xs:documentation>Details of the Professional Indemnity Insurance policy used to provide cover against a compensation claim against any particular Home Condition Report.
60
+
61
+ A particular Home Condition Report may be covered by an Professional Indemnity Insurance policy in one of three different ways:
62
+ * The Home Inspector has personal Professional Indemnity Insurance and the Home Condition Report is covered by this.
63
+ * The Home Condition Report is covered by an umbrella Professional Indemnity Insurance policy held by the Home Condition Report Supplier that assigned the inspection to the Home Inspector.
64
+ * An individual insurance policy is taken out to cover the individual report such as the case where the property is unusual and falls outside the Home Inspectors normal Professional Indemnity Insurance policy.
65
+
66
+ A Home Inspector may use any or all of these methods to providing Professional Indemnity Insurance for a Home Condition Report on a case-by-case basis.
67
+ </xs:documentation>
68
+ </xs:annotation>
69
+ <xs:all>
70
+ <xs:element name="Insurer" type="xs:string">
71
+ <xs:annotation>
72
+ <xs:documentation>The name of the insurance company that underwrites / issued the insurance policy</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:element>
75
+ <xs:element name="Policy-No" type="xs:string">
76
+ <xs:annotation>
77
+ <xs:documentation>The policy number of the insurance policy</xs:documentation>
78
+ </xs:annotation>
79
+ </xs:element>
80
+ <xs:element name="Effective-Date" type="xs:date">
81
+ <xs:annotation>
82
+ <xs:documentation>The date that the insurance policy becomes effective (commences cover)</xs:documentation>
83
+ </xs:annotation>
84
+ </xs:element>
85
+ <xs:element name="Expiry-Date" type="xs:date">
86
+ <xs:annotation>
87
+ <xs:documentation>The date that the insurance policy is supposed to expire.</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:element>
90
+ <xs:element name="PI-Limit" type="Money">
91
+ <xs:annotation>
92
+ <xs:documentation>The upper limit of the Professional Indemnity cover provided by the insurance policy.</xs:documentation>
93
+ </xs:annotation>
94
+ </xs:element>
95
+ </xs:all>
96
+ </xs:complexType>
97
+ <xs:element name="Report-Header" type="Report-Header"/>
98
+ <xs:complexType name="Report-Header">
99
+ <xs:annotation>
100
+ <xs:documentation>Report Header contains all the identification and searchable details for the Report.</xs:documentation>
101
+ </xs:annotation>
102
+ <xs:sequence>
103
+ <xs:element name="RRN" type="RRNType">
104
+ <xs:annotation>
105
+ <xs:documentation>Report Reference Number is the unique report Identifier that the report will be publicly known by.
106
+
107
+ The RRN is allocated to the Report at the point that it is registered and will be algorithmically derived from the natural key characteristics of the Home Condition Report i.e. The Unique Property Reference Number (UPRN) and Inspection Date.</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:element>
110
+ <xs:element name="Inspection-Date" type="xs:date">
111
+ <xs:annotation>
112
+ <xs:documentation>The date that the inspection was actually carried out by the Home Inspector.</xs:documentation>
113
+ </xs:annotation>
114
+ </xs:element>
115
+ <xs:element name="Report-Type" type="ReportTypeCode">
116
+ <xs:annotation>
117
+ <xs:documentation>The type of Home Inspection that was carried out.
118
+
119
+ Initially the only allowed type will be a Home Condition Report inspection but this may be extended in the future to cover Energy Assessment Only inspections.</xs:documentation>
120
+ </xs:annotation>
121
+ </xs:element>
122
+ <xs:element name="Completion-Date" type="xs:date">
123
+ <xs:annotation>
124
+ <xs:documentation>The date that the Home Inspector completed the report. This will be after the Inspection Date but generally before the Registration Date.</xs:documentation>
125
+ </xs:annotation>
126
+ </xs:element>
127
+ <xs:element name="Registration-Date" type="xs:date">
128
+ <xs:annotation>
129
+ <xs:documentation>The date that the report was submitted to the HCR Registration Organisation for lodging in the HCR Register.</xs:documentation>
130
+ </xs:annotation>
131
+ </xs:element>
132
+ <xs:element name="Status" type="ReportStatusCode">
133
+ <xs:annotation>
134
+ <xs:documentation>The Status of the Report.
135
+
136
+ A Home Condition Report can have a number of distinct states depending on whereabouts in its overall lifecycle the HCR is - see Home Condition Report Statechart for more details.</xs:documentation>
137
+ </xs:annotation>
138
+ </xs:element>
139
+ <xs:element name="Language-Code" type="LanguageCode">
140
+ <xs:annotation>
141
+ <xs:documentation>The language that the report is written in. </xs:documentation>
142
+ </xs:annotation>
143
+ </xs:element>
144
+ <xs:element name="Restricted-Access" type="RestrictedAccessCode">
145
+ <xs:annotation>
146
+ <xs:documentation>Indicates that the Seller wants to restrict access to the Home Condition Report to General Public / Unregistered Users only.
147
+
148
+ Some members of the public have a moral / religious objection to money lending and hence may not want to let Mortgage Lenders have access to the data. When set to "Yes" retrieval of the structured (XML) data will be blocked.
149
+
150
+ However anyone with access to the Report Reference Number (RRN) can retrieve the PDF version of the Home Condition Report via the public access mechanism which cannot be restricted in this way.</xs:documentation>
151
+ </xs:annotation>
152
+ </xs:element>
153
+ <xs:element name="Transaction-Type" type="TransactionType"/>
154
+ <xs:element name="Tenure" type="TenureCode"/>
155
+ <xs:element name="Seller-Commission-Report" type="Flag">
156
+ <xs:annotation>
157
+ <xs:documentation>Indicates that the HCR was commissioned by the Seller of the Property or their Agent. This is required in order to differentiate these reports from Buyer commisioned reports which are not eligible for inclusion in a Home Information Pack</xs:documentation>
158
+ </xs:annotation>
159
+ </xs:element>
160
+ <xs:element name="Property-Type" type="PropertyTypeCode">
161
+ <xs:annotation>
162
+ <xs:documentation>Describes the type of Property that is being inspected. This should be the same as the Property-Type recorded in the Property-Details section.</xs:documentation>
163
+ </xs:annotation>
164
+ </xs:element>
165
+ <xs:element name="Home-Inspector" type="Home-Inspector"/>
166
+ <xs:element name="Property" type="Property"/>
167
+ <xs:element name="Region-Code" type="UKRegionCode" minOccurs="0">
168
+ <xs:annotation>
169
+ <xs:documentation>Region within the UK.</xs:documentation>
170
+ </xs:annotation>
171
+ </xs:element>
172
+ <xs:element name="Country-Code" type="UKCountryCode" minOccurs="0">
173
+ <xs:annotation>
174
+ <xs:documentation>Country within the UK.</xs:documentation>
175
+ </xs:annotation>
176
+ </xs:element>
177
+ <xs:element name="Related-Party-Disclosure">
178
+ <xs:complexType>
179
+ <xs:choice>
180
+ <xs:element name="Related-Party-Disclosure-Text" type="Sentence">
181
+ <xs:annotation>
182
+ <xs:documentation>For backward compatibility only.</xs:documentation>
183
+ </xs:annotation>
184
+ </xs:element>
185
+ <xs:element name="Related-Party-Disclosure-Number" type="DisclosureCode">
186
+ <xs:annotation>
187
+ <xs:documentation>Code indicating any potential conflicts of interest or commercial relationships with other parties.</xs:documentation>
188
+ </xs:annotation>
189
+ </xs:element>
190
+ </xs:choice>
191
+ </xs:complexType>
192
+ </xs:element>
193
+ </xs:sequence>
194
+ </xs:complexType>
195
+ </xs:schema>
@@ -0,0 +1,1337 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Jim Bowery (Landmark Information Group Ltd.) -->
3
+ <xs:schema xmlns="http://www.epbniregister.com/xsd/sap" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.epbniregister.com/xsd/sap" elementFormDefault="qualified" version="LIG-NI-17.3">
4
+ <xs:include schemaLocation="../UDT/BaseDataTypes.xsd"/>
5
+ <xs:include schemaLocation="../UDT/SharedDomains.xsd"/>
6
+ <xs:include schemaLocation="../UDT/SAP09-Domains.xsd"/>
7
+ <xs:element name="SAP-Deselected-Improvements" type="SAP-Deselected-Improvements"/>
8
+ <xs:complexType name="SAP-Deselected-Improvements">
9
+ <xs:annotation>
10
+ <xs:documentation>There are 22 possible improvement measures, designated from A to V. This must record measures deselected by DEA
11
+ (A to V is the full set, only E, N, U and V are considered at the moment for new build).</xs:documentation>
12
+ </xs:annotation>
13
+ <xs:sequence>
14
+ <xs:element name="Deselected-Improvement-Measure" type="SAP-ImprovementMeasureCode" maxOccurs="unbounded"/>
15
+ </xs:sequence>
16
+ </xs:complexType>
17
+ <xs:element name="SAP-Wall" type="SAP-Wall"/>
18
+ <xs:complexType name="SAP-Wall">
19
+ <xs:annotation>
20
+ <xs:documentation>Various measurements for each wall of a particular storey.</xs:documentation>
21
+ </xs:annotation>
22
+ <xs:all>
23
+ <xs:element name="Name" type="xs:string">
24
+ <xs:annotation>
25
+ <xs:documentation>Unique name which identifies this wall within its storey. Can be just a number, e.g. "1". However, a wall cannot have the same name as an opening or a roof.</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:element>
28
+ <xs:element name="Description" type="Sentence" minOccurs="0">
29
+ <xs:annotation>
30
+ <xs:documentation>Descriptive notes about the wall.</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:element>
33
+ <xs:element name="Wall-Type" type="SAP-WallTypeCode">
34
+ <xs:annotation>
35
+ <xs:documentation>Type of wall (exposure).</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:element>
38
+ <xs:element name="Total-Wall-Area" type="Measurement">
39
+ <xs:annotation>
40
+ <xs:documentation>Total wall area in square metres, inclusive of any openings.</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:element>
43
+ <xs:element name="U-Value" type="xs:decimal">
44
+ <xs:annotation>
45
+ <xs:documentation>Exposed wall U-value.</xs:documentation>
46
+ </xs:annotation>
47
+ </xs:element>
48
+ <xs:element name="Is-Curtain-Walling" type="xs:boolean" default="false" minOccurs="0">
49
+ <xs:annotation>
50
+ <xs:documentation>Whether the wall is curtain walling, i.e. a facade construction consisting of a frame of aluminium vertical and horizontal members, infilled with glazing units and opaque panels.</xs:documentation>
51
+ </xs:annotation>
52
+ </xs:element>
53
+ <xs:element name="Kappa-Value" type="xs:decimal" minOccurs="0">
54
+ <xs:annotation>
55
+ <xs:documentation>Heat capacity per unit area in kJ/m²K.</xs:documentation>
56
+ </xs:annotation>
57
+ </xs:element>
58
+ </xs:all>
59
+ </xs:complexType>
60
+ <xs:element name="SAP-Roof" type="SAP-Roof"/>
61
+ <xs:complexType name="SAP-Roof">
62
+ <xs:annotation>
63
+ <xs:documentation>Various measurements for each exposed roof that makes up a particular Building-Part.</xs:documentation>
64
+ </xs:annotation>
65
+ <xs:all>
66
+ <xs:element name="Name" type="xs:string">
67
+ <xs:annotation>
68
+ <xs:documentation>Unique name which identifies this roof. Can be just a number, e.g. "1". However, a roof cannot have the same name as a wall.</xs:documentation>
69
+ </xs:annotation>
70
+ </xs:element>
71
+ <xs:element name="Description" type="Sentence" minOccurs="0">
72
+ <xs:annotation>
73
+ <xs:documentation>Descriptive notes about the roof.</xs:documentation>
74
+ </xs:annotation>
75
+ </xs:element>
76
+ <xs:element name="Roof-Type" type="SAP-RoofTypeCode"/>
77
+ <xs:element name="Total-Roof-Area" type="Measurement">
78
+ <xs:annotation>
79
+ <xs:documentation>Total roof area in square metres, inclusive of any openings.</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:element>
82
+ <xs:element name="U-Value" type="xs:decimal">
83
+ <xs:annotation>
84
+ <xs:documentation>Exposed roof U-value.</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:element>
87
+ <xs:element name="Kappa-Value" type="xs:decimal" minOccurs="0">
88
+ <xs:annotation>
89
+ <xs:documentation>Heat capacity per unit area in kJ/m²K.</xs:documentation>
90
+ </xs:annotation>
91
+ </xs:element>
92
+ </xs:all>
93
+ </xs:complexType>
94
+ <xs:element name="SAP-Community-Heating-Systems" type="SAP-Community-Heating-Systems"/>
95
+ <xs:complexType name="SAP-Community-Heating-Systems">
96
+ <xs:annotation>
97
+ <xs:documentation>Community heating systems used by the property.</xs:documentation>
98
+ </xs:annotation>
99
+ <xs:sequence>
100
+ <xs:element name="SAP-Community-Heating-System" type="SAP-Community-Heating-System" maxOccurs="2"/>
101
+ </xs:sequence>
102
+ </xs:complexType>
103
+ <xs:element name="SAP-Thermal-Bridge" type="SAP-Thermal-Bridge"/>
104
+ <xs:complexType name="SAP-Thermal-Bridge">
105
+ <xs:annotation>
106
+ <xs:documentation>Various measurements for each thermal bridge that makes up a particular Building-Part.</xs:documentation>
107
+ </xs:annotation>
108
+ <xs:all>
109
+ <xs:element name="Thermal-Bridge-Type" type="SAP-ThermalBridgeTypeCode" minOccurs="0">
110
+ <xs:annotation>
111
+ <xs:documentation>Code to indicate a particular type of thermal bridge; only if thermal bridge code is: user defined (individual values).</xs:documentation>
112
+ </xs:annotation>
113
+ </xs:element>
114
+ <xs:element name="Length" type="Measurement" minOccurs="0">
115
+ <xs:annotation>
116
+ <xs:documentation>Length of the thermal bridge in metres; only if thermal bridge code is: user defined (individual values).</xs:documentation>
117
+ </xs:annotation>
118
+ </xs:element>
119
+ <xs:element name="Psi-Value" type="Measurement" minOccurs="0">
120
+ <xs:annotation>
121
+ <xs:documentation>Linear thermal transmittance (psi-value); only if thermal bridging is user defined individual values.</xs:documentation>
122
+ </xs:annotation>
123
+ </xs:element>
124
+ <xs:element name="Psi-Value-Source" type="PsiValueSourceCode" minOccurs="0"/>
125
+ </xs:all>
126
+ </xs:complexType>
127
+ <xs:element name="SAP-Opening" type="SAP-Opening"/>
128
+ <xs:complexType name="SAP-Opening">
129
+ <xs:annotation>
130
+ <xs:documentation>Various measurements for each exposed opening that makes up a particular Building-Part.</xs:documentation>
131
+ </xs:annotation>
132
+ <xs:all>
133
+ <xs:element name="Name" type="xs:string">
134
+ <xs:annotation>
135
+ <xs:documentation>Unique name which identifies this opening. Can be just a number, e.g. "1". However, an opening cannot have the same name as a wall.</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:element>
138
+ <xs:element name="Type" type="xs:string">
139
+ <xs:annotation>
140
+ <xs:documentation>The name of the SAP-Opening-Type for this opening.</xs:documentation>
141
+ </xs:annotation>
142
+ </xs:element>
143
+ <xs:element name="Location" type="xs:string">
144
+ <xs:annotation>
145
+ <xs:documentation>Name of the wall or roof which contains the opening.</xs:documentation>
146
+ </xs:annotation>
147
+ </xs:element>
148
+ <xs:element name="Orientation" type="SAP-OrientationCode">
149
+ <xs:annotation>
150
+ <xs:documentation>Compass direction in which the opening faces.</xs:documentation>
151
+ </xs:annotation>
152
+ </xs:element>
153
+ <xs:element name="Width" type="Measurement">
154
+ <xs:annotation>
155
+ <xs:documentation>The width of the opening in metres. If the Width field is used to record the opening area, set the Height to 1.</xs:documentation>
156
+ </xs:annotation>
157
+ </xs:element>
158
+ <xs:element name="Height" type="Measurement">
159
+ <xs:annotation>
160
+ <xs:documentation>The height of the opening in metres. If the Height field is used to record the opening area, set the Width to 1.</xs:documentation>
161
+ </xs:annotation>
162
+ </xs:element>
163
+ </xs:all>
164
+ </xs:complexType>
165
+ <xs:element name="SAP-Openings" type="SAP-Openings"/>
166
+ <xs:complexType name="SAP-Openings">
167
+ <xs:annotation>
168
+ <xs:documentation>Exposed openings that make up a particular Building-Part.</xs:documentation>
169
+ </xs:annotation>
170
+ <xs:sequence>
171
+ <xs:element name="SAP-Opening" type="SAP-Opening" maxOccurs="unbounded"/>
172
+ </xs:sequence>
173
+ </xs:complexType>
174
+ <xs:element name="SAP-Roofs" type="SAP-Roofs"/>
175
+ <xs:complexType name="SAP-Roofs">
176
+ <xs:annotation>
177
+ <xs:documentation>Exposed roofs that make up a particular Building-Part.</xs:documentation>
178
+ </xs:annotation>
179
+ <xs:sequence>
180
+ <xs:element name="SAP-Roof" type="SAP-Roof" maxOccurs="unbounded"/>
181
+ </xs:sequence>
182
+ </xs:complexType>
183
+ <xs:element name="SAP-Community-Heating-System" type="SAP-Community-Heating-System"/>
184
+ <xs:complexType name="SAP-Community-Heating-System">
185
+ <xs:annotation>
186
+ <xs:documentation>Details of a community system which heats the Main Building.</xs:documentation>
187
+ </xs:annotation>
188
+ <xs:all>
189
+ <xs:element name="Community-Heating-Use" type="SAP-CommunityHeatingUseCode">
190
+ <xs:annotation>
191
+ <xs:documentation>Specifies what kind of heating the community system is used for.</xs:documentation>
192
+ </xs:annotation>
193
+ </xs:element>
194
+ <xs:element name="Is-Community-Heating-Cylinder-In-Dwelling" type="xs:boolean" default="false" minOccurs="0">
195
+ <xs:annotation>
196
+ <xs:documentation>Community heating, hot water cylinder in dwelling? </xs:documentation>
197
+ </xs:annotation>
198
+ </xs:element>
199
+ <xs:element name="Community-Heating-Distribution-Type" type="SAP-HeatingDistributionCode" minOccurs="0">
200
+ <xs:annotation>
201
+ <xs:documentation>Community heating distribution</xs:documentation>
202
+ </xs:annotation>
203
+ </xs:element>
204
+ <xs:element name="Community-Heat-Sources" type="Community-Heat-Sources"/>
205
+ <xs:element name="Community-Heating-Distribution-Loss-Factor" type="xs:decimal" minOccurs="0">
206
+ <xs:annotation>
207
+ <xs:documentation>Used when Community-Heating-Distribution-Type is calculated.</xs:documentation>
208
+ </xs:annotation>
209
+ </xs:element>
210
+ <xs:element name="Charging-Linked-To-Heat-Use" type="xs:boolean" minOccurs="0">
211
+ <xs:annotation>
212
+ <xs:documentation>Used for hot-water-only systems.</xs:documentation>
213
+ </xs:annotation>
214
+ </xs:element>
215
+ </xs:all>
216
+ </xs:complexType>
217
+ <xs:element name="SAP-Floor-Dimension" type="SAP-Floor-Dimension"/>
218
+ <xs:complexType name="SAP-Floor-Dimension">
219
+ <xs:annotation>
220
+ <xs:documentation>Various measurements for the floor of a particular storey.</xs:documentation>
221
+ </xs:annotation>
222
+ <xs:all>
223
+ <xs:element name="Storey" type="SAP-StoreyFloorCode">
224
+ <xs:annotation>
225
+ <xs:documentation>Building storey on which the floor is located.</xs:documentation>
226
+ </xs:annotation>
227
+ </xs:element>
228
+ <xs:element name="Description" type="Sentence" minOccurs="0">
229
+ <xs:annotation>
230
+ <xs:documentation>Descriptive notes about the floor.</xs:documentation>
231
+ </xs:annotation>
232
+ </xs:element>
233
+ <xs:element name="Floor-Type" type="SAP-FloorTypeCode">
234
+ <xs:annotation>
235
+ <xs:documentation>Type of floor (exposure).</xs:documentation>
236
+ </xs:annotation>
237
+ </xs:element>
238
+ <xs:element name="Total-Floor-Area" type="Measurement">
239
+ <xs:annotation>
240
+ <xs:documentation>The total floor area of the storey in square metres.</xs:documentation>
241
+ </xs:annotation>
242
+ </xs:element>
243
+ <xs:element name="Storey-Height" type="Measurement">
244
+ <xs:annotation>
245
+ <xs:documentation>Average height of the storey in metres.</xs:documentation>
246
+ </xs:annotation>
247
+ </xs:element>
248
+ <xs:element name="Heat-Loss-Area" type="Measurement">
249
+ <xs:annotation>
250
+ <xs:documentation>The estimated total heat loss area for the floor in square metres.</xs:documentation>
251
+ </xs:annotation>
252
+ </xs:element>
253
+ <xs:element name="U-Value" type="xs:decimal">
254
+ <xs:annotation>
255
+ <xs:documentation>Heat loss floor U-value.</xs:documentation>
256
+ </xs:annotation>
257
+ </xs:element>
258
+ <xs:element name="Kappa-Value" type="xs:decimal" minOccurs="0">
259
+ <xs:annotation>
260
+ <xs:documentation>Heat capacity of floor per unit area in kJ/m²K.</xs:documentation>
261
+ </xs:annotation>
262
+ </xs:element>
263
+ <xs:element name="Kappa-Value-From-Below" type="xs:decimal" minOccurs="0">
264
+ <xs:annotation>
265
+ <xs:documentation>Heat capacity of ceiling below. Applies to the non-heat-loss area of an upper floor.</xs:documentation>
266
+ </xs:annotation>
267
+ </xs:element>
268
+ </xs:all>
269
+ </xs:complexType>
270
+ <xs:element name="SAP-Thermal-Bridges" type="SAP-Thermal-Bridges"/>
271
+ <xs:complexType name="SAP-Thermal-Bridges">
272
+ <xs:annotation>
273
+ <xs:documentation>Thermal bridges that make up a particular Building-Part.</xs:documentation>
274
+ </xs:annotation>
275
+ <xs:sequence>
276
+ <xs:element name="Thermal-Bridge-Code" type="SAP-ThermalBridgeCode">
277
+ <xs:annotation>
278
+ <xs:documentation>Code which indicates how the thermal bridge data has been recorded.</xs:documentation>
279
+ </xs:annotation>
280
+ </xs:element>
281
+ <xs:element name="User-Defined-Y-Value" type="Measurement" minOccurs="0">
282
+ <xs:annotation>
283
+ <xs:documentation>Global y-value for all thermal bridges in watts per square metre per kelvin; only if thermal bridge code is: user defined (global y-value)</xs:documentation>
284
+ </xs:annotation>
285
+ </xs:element>
286
+ <xs:element name="Calculation-Reference" type="xs:string" minOccurs="0">
287
+ <xs:annotation>
288
+ <xs:documentation>Reference to the details of the calculation of the global y-value; only if thermal bridging is user defined global y-value.</xs:documentation>
289
+ </xs:annotation>
290
+ </xs:element>
291
+ <xs:element name="SAP-Thermal-Bridge" type="SAP-Thermal-Bridge" minOccurs="0" maxOccurs="25"/>
292
+ </xs:sequence>
293
+ </xs:complexType>
294
+ <xs:element name="SAP-Walls" type="SAP-Walls"/>
295
+ <xs:complexType name="SAP-Walls">
296
+ <xs:annotation>
297
+ <xs:documentation>Exposed walls that make up a particular Storey.</xs:documentation>
298
+ </xs:annotation>
299
+ <xs:sequence>
300
+ <xs:element name="SAP-Wall" type="SAP-Wall" maxOccurs="unbounded"/>
301
+ </xs:sequence>
302
+ </xs:complexType>
303
+ <xs:element name="SAP-Opening-Type" type="SAP-Opening-Type"/>
304
+ <xs:complexType name="SAP-Opening-Type">
305
+ <xs:annotation>
306
+ <xs:documentation>Various measurements for a particular type of exposed opening that makes up a particular property. Opening types are used to capture common features shared by multiple openings, to avoid having to record the same data explicitly for each opening.</xs:documentation>
307
+ </xs:annotation>
308
+ <xs:all>
309
+ <xs:element name="Name" type="xs:string">
310
+ <xs:annotation>
311
+ <xs:documentation>Unique name which identifies this opening type. Can be just a number, e.g. "1".</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:element>
314
+ <xs:element name="Description" type="Sentence" minOccurs="0">
315
+ <xs:annotation>
316
+ <xs:documentation>Descriptive notes about the opening type.</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:element>
319
+ <xs:element name="Data-Source" type="SAP-OpeningDataSourceCode">
320
+ <xs:annotation>
321
+ <xs:documentation>The source of the data for this type of opening.</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:element>
324
+ <xs:element name="Type" type="SAP-OpeningTypeCode">
325
+ <xs:annotation>
326
+ <xs:documentation>The (physical) type of opening that this opening type represents.</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:element>
329
+ <xs:element name="Glazing-Type" type="SAP-GlazingTypeCode" minOccurs="0">
330
+ <xs:annotation>
331
+ <xs:documentation>The type of glazing; if U-value is from BFRC or manufacturer declaration, give as one of
332
+ - single
333
+ - double
334
+ - triple.</xs:documentation>
335
+ </xs:annotation>
336
+ </xs:element>
337
+ <xs:element name="Glazing-Gap" type="SAP-GlazingGapTypeCode" minOccurs="0">
338
+ <xs:annotation>
339
+ <xs:documentation>Gap between glass panes; only if SAP table and double or triple glazed.</xs:documentation>
340
+ </xs:annotation>
341
+ </xs:element>
342
+ <xs:element name="IsArgonFilled" type="xs:boolean" default="false" minOccurs="0">
343
+ <xs:annotation>
344
+ <xs:documentation>Is the opening argon-filled? Only if SAP table.</xs:documentation>
345
+ </xs:annotation>
346
+ </xs:element>
347
+ <xs:element name="Frame-Type" type="SAP-FrameTypeCode" minOccurs="0">
348
+ <xs:annotation>
349
+ <xs:documentation>The type of frame, only if data source is SAP table and it is a window, roof window or half-glazed door.</xs:documentation>
350
+ </xs:annotation>
351
+ </xs:element>
352
+ <xs:element name="Solar-Transmittance" type="xs:decimal" minOccurs="0">
353
+ <xs:annotation>
354
+ <xs:documentation>The solar transmittance; not if a door.</xs:documentation>
355
+ </xs:annotation>
356
+ </xs:element>
357
+ <xs:element name="Frame-Factor" type="xs:decimal" minOccurs="0">
358
+ <xs:annotation>
359
+ <xs:documentation>The frame factor; not if BFRC data and not if a door.</xs:documentation>
360
+ </xs:annotation>
361
+ </xs:element>
362
+ <xs:element name="U-Value" type="xs:decimal" minOccurs="0">
363
+ <xs:annotation>
364
+ <xs:documentation>U-value; only if BFRC or manufacturer declaration.</xs:documentation>
365
+ </xs:annotation>
366
+ </xs:element>
367
+ </xs:all>
368
+ </xs:complexType>
369
+ <xs:element name="SAP-Opening-Types" type="SAP-Opening-Types"/>
370
+ <xs:complexType name="SAP-Opening-Types">
371
+ <xs:annotation>
372
+ <xs:documentation>Types of exposed openings that make up a particular property. Opening types are used to capture common features shared by multiple openings, to avoid having to record the same data explicitly for each opening.</xs:documentation>
373
+ </xs:annotation>
374
+ <xs:sequence>
375
+ <xs:element name="SAP-Opening-Type" type="SAP-Opening-Type" maxOccurs="unbounded"/>
376
+ </xs:sequence>
377
+ </xs:complexType>
378
+ <xs:element name="SAP-Ventilation" type="SAP-Ventilation"/>
379
+ <xs:complexType name="SAP-Ventilation">
380
+ <xs:annotation>
381
+ <xs:documentation>Details of the means by which the building is ventilated</xs:documentation>
382
+ </xs:annotation>
383
+ <xs:all>
384
+ <xs:element name="Open-Fireplaces-Count" type="Count">
385
+ <xs:annotation>
386
+ <xs:documentation>The number of Open Fireplaces in the Property.
387
+
388
+ An Open Fireplace is a fireplace that still allows air to pass between the inside of the Property and the outside.</xs:documentation>
389
+ </xs:annotation>
390
+ </xs:element>
391
+ <xs:element name="Open-Flues-Count" type="Count">
392
+ <xs:annotation>
393
+ <xs:documentation>The number of Open Flues in the Property.</xs:documentation>
394
+ </xs:annotation>
395
+ </xs:element>
396
+ <xs:element name="Fans-Vents-Count" type="Count" minOccurs="0">
397
+ <xs:annotation>
398
+ <xs:documentation>For backward compatibility only, do not use.</xs:documentation>
399
+ </xs:annotation>
400
+ </xs:element>
401
+ <xs:element name="Flueless-Gas-Fires-Count" type="Count">
402
+ <xs:annotation>
403
+ <xs:documentation>The number of flueless gas fires in the Property.</xs:documentation>
404
+ </xs:annotation>
405
+ </xs:element>
406
+ <xs:element name="Pressure-Test" type="SAP-PressureTestCode">
407
+ <xs:annotation>
408
+ <xs:documentation>Whether there has been a pressure test, or whether an assumed value is used for the air permeability.</xs:documentation>
409
+ </xs:annotation>
410
+ </xs:element>
411
+ <xs:element name="Air-Permeability" type="xs:decimal" minOccurs="0">
412
+ <xs:annotation>
413
+ <xs:documentation>Air permeability; only if pressure test (yes or assumed).</xs:documentation>
414
+ </xs:annotation>
415
+ </xs:element>
416
+ <xs:element name="Ground-Floor-Type" type="SAP-FloorConstructionCode" minOccurs="0">
417
+ <xs:annotation>
418
+ <xs:documentation>The type of ground floor; nly if no pressure test.</xs:documentation>
419
+ </xs:annotation>
420
+ </xs:element>
421
+ <xs:element name="Wall-Type" type="SAP-WallConstructionCode" minOccurs="0">
422
+ <xs:annotation>
423
+ <xs:documentation>The construction of the walls; only if no pressure test.</xs:documentation>
424
+ </xs:annotation>
425
+ </xs:element>
426
+ <xs:element name="Has-Draught-Lobby" type="xs:boolean" default="false" minOccurs="0">
427
+ <xs:annotation>
428
+ <xs:documentation>Is there a draft lobby? Only if no pressure test.</xs:documentation>
429
+ </xs:annotation>
430
+ </xs:element>
431
+ <xs:element name="DraughtStripping" type="Percentage" minOccurs="0">
432
+ <xs:annotation>
433
+ <xs:documentation>Draughtstripping percentage; only if no pressure test.</xs:documentation>
434
+ </xs:annotation>
435
+ </xs:element>
436
+ <xs:element name="Sheltered-Sides-Count" type="Count">
437
+ <xs:annotation>
438
+ <xs:documentation>The number of sheltered sides in the Property.</xs:documentation>
439
+ </xs:annotation>
440
+ </xs:element>
441
+ <xs:element name="Ventilation-Type" type="SAP-VentilationTypeCode">
442
+ <xs:annotation>
443
+ <xs:documentation>The type of ventilation.</xs:documentation>
444
+ </xs:annotation>
445
+ </xs:element>
446
+ <xs:element name="Mechanical-Ventilation-Data-Source" type="SAP-DataSourceCode" minOccurs="0">
447
+ <xs:annotation>
448
+ <xs:documentation>Source of mechanical ventilation data; only if mechanical ventilation.</xs:documentation>
449
+ </xs:annotation>
450
+ </xs:element>
451
+ <xs:element name="Mechanical-Vent-System-Index-Number" type="xs:nonNegativeInteger" minOccurs="0">
452
+ <xs:annotation>
453
+ <xs:documentation>Mechanical vent system index number; if mechanical vent data from database (MEV c, MEV dc, MV, MVHR).</xs:documentation>
454
+ </xs:annotation>
455
+ </xs:element>
456
+ <xs:element name="Mechanical-Vent-System-Make-Model" type="xs:string" minOccurs="0">
457
+ <xs:annotation>
458
+ <xs:documentation>Mechanical ventilation system make and model; if mech vent system data is manufacturer declaration.</xs:documentation>
459
+ </xs:annotation>
460
+ </xs:element>
461
+ <xs:element name="Wet-Rooms-Count" type="Count" minOccurs="0">
462
+ <xs:annotation>
463
+ <xs:documentation>Number of wet rooms; if mech vent data from manufacturer declaration or database (MEV c, MV, MVHR).</xs:documentation>
464
+ </xs:annotation>
465
+ </xs:element>
466
+ <xs:element name="Mechanical-Vent-Specific-Fan-Power" type="Measurement" minOccurs="0">
467
+ <xs:annotation>
468
+ <xs:documentation>Mechanical vent specific fan power in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV c, MV, MVHR).</xs:documentation>
469
+ </xs:annotation>
470
+ </xs:element>
471
+ <xs:element name="Mechanical-Vent-Heat-Recovery-Efficiency" type="Percentage" minOccurs="0">
472
+ <xs:annotation>
473
+ <xs:documentation>Mechanical vent heat recovery efficiency percentage; if mechanical vent data from manufacturer declaration (MVHR).</xs:documentation>
474
+ </xs:annotation>
475
+ </xs:element>
476
+ <xs:element name="Mechanical-Vent-Duct-Type" type="SAP-DuctTypeCode" minOccurs="0">
477
+ <xs:annotation>
478
+ <xs:documentation>Mechanical vent duct type; if MEV c, MV or MVHR.</xs:documentation>
479
+ </xs:annotation>
480
+ </xs:element>
481
+ <xs:element name="Mechanical-Vent-Duct-Insulation" type="SAP-DuctInsulationCode" minOccurs="0">
482
+ <xs:annotation>
483
+ <xs:documentation>Mechanical vent duct insulation; if MVHR.</xs:documentation>
484
+ </xs:annotation>
485
+ </xs:element>
486
+ <xs:element name="Kitchen-Room-Fans-Count" type="Count" minOccurs="0">
487
+ <xs:annotation>
488
+ <xs:documentation>MEV dc, number of fans in room, kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
489
+ </xs:annotation>
490
+ </xs:element>
491
+ <xs:element name="Kitchen-Room-Fans-Specific-Power" type="Measurement" minOccurs="0">
492
+ <xs:annotation>
493
+ <xs:documentation>MEV dc, specific fan power of fans in room, kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
494
+ </xs:annotation>
495
+ </xs:element>
496
+ <xs:element name="Non-Kitchen-Room-Fans-Count" type="Count" minOccurs="0">
497
+ <xs:annotation>
498
+ <xs:documentation>MEV dc, number of fans in room, rooms other than kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
499
+ </xs:annotation>
500
+ </xs:element>
501
+ <xs:element name="Non-Kitchen-Room-Fans-Specific-Power" type="Measurement" minOccurs="0">
502
+ <xs:annotation>
503
+ <xs:documentation>MEV dc, specific fan power of fans in room, rooms other than kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
504
+ </xs:annotation>
505
+ </xs:element>
506
+ <xs:element name="Kitchen-Duct-Fans-Count" type="Count" minOccurs="0">
507
+ <xs:annotation>
508
+ <xs:documentation>MEV dc, number of fans via duct, kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
509
+ </xs:annotation>
510
+ </xs:element>
511
+ <xs:element name="Kitchen-Duct-Fans-Specific-Power" type="Measurement" minOccurs="0">
512
+ <xs:annotation>
513
+ <xs:documentation>MEV dc, specific fan power of fans via duct, kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
514
+ </xs:annotation>
515
+ </xs:element>
516
+ <xs:element name="Non-Kitchen-Duct-Fans-Count" type="Count" minOccurs="0">
517
+ <xs:annotation>
518
+ <xs:documentation>MEV dc, number of fans via duct, rooms other than kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
519
+ </xs:annotation>
520
+ </xs:element>
521
+ <xs:element name="Non-Kitchen-Duct-Fans-Specific-Power" type="Measurement" minOccurs="0">
522
+ <xs:annotation>
523
+ <xs:documentation>MEV dc, specific fan power of fans via duct, rooms other than kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
524
+ </xs:annotation>
525
+ </xs:element>
526
+ <xs:element name="Kitchen-Wall-Fans-Count" type="Count" minOccurs="0">
527
+ <xs:annotation>
528
+ <xs:documentation>MEV dc, number of fans through wall, kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
529
+ </xs:annotation>
530
+ </xs:element>
531
+ <xs:element name="Kitchen-Wall-Fans-Specific-Power" type="Measurement" minOccurs="0">
532
+ <xs:annotation>
533
+ <xs:documentation>MEV dc, specific fan power of fans through wall, kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
534
+ </xs:annotation>
535
+ </xs:element>
536
+ <xs:element name="Non-Kitchen-Wall-Fans-Count" type="Count" minOccurs="0">
537
+ <xs:annotation>
538
+ <xs:documentation>MEV dc, number of fans through wall, rooms other than kitchen; if mechanical vent data from database or manufacturer declaration (MEV dc).</xs:documentation>
539
+ </xs:annotation>
540
+ </xs:element>
541
+ <xs:element name="Non-Kitchen-Wall-Fans-Specific-Power" type="Measurement" minOccurs="0">
542
+ <xs:annotation>
543
+ <xs:documentation>MEV dc, specific fan power of fans through wall, rooms other than kitchen, in watts per (litres per second); if mechanical vent data from manufacturer declaration (MEV dc).</xs:documentation>
544
+ </xs:annotation>
545
+ </xs:element>
546
+ <xs:element name="Extract-Fans-Count" type="Count" minOccurs="0"/>
547
+ <xs:element name="PSV-Count" type="Count" minOccurs="0"/>
548
+ <xs:element name="Is-Mechanical-Vent-Approved-Installer-Scheme" type="xs:boolean" minOccurs="0"/>
549
+ </xs:all>
550
+ </xs:complexType>
551
+ <xs:element name="SAP09-Data" type="SAP09-Data"/>
552
+ <xs:complexType name="SAP09-Data">
553
+ <xs:annotation>
554
+ <xs:documentation>These are the specific data-items collected by the HI / EA needed to perform the SAP calculation.</xs:documentation>
555
+ </xs:annotation>
556
+ <xs:all>
557
+ <xs:element name="Data-Type" type="SAP-DataTypeCode">
558
+ <xs:annotation>
559
+ <xs:documentation>Type of SAP data that has been collected.</xs:documentation>
560
+ </xs:annotation>
561
+ </xs:element>
562
+ <xs:element name="Schema-Version" type="xs:string" minOccurs="0"/>
563
+ <xs:element name="SAP-Property-Details" type="SAP-Property-Details"/>
564
+ </xs:all>
565
+ </xs:complexType>
566
+ <xs:element name="SAP-Property-Details" type="SAP-Property-Details"/>
567
+ <xs:complexType name="SAP-Property-Details">
568
+ <xs:annotation>
569
+ <xs:documentation>Various measurements a particular Property.</xs:documentation>
570
+ </xs:annotation>
571
+ <xs:all>
572
+ <xs:element name="Property-Type" type="PropertyTypeCode">
573
+ <xs:annotation>
574
+ <xs:documentation>The type of Property, such as House, Flat, Mansion, Maisonette etc.</xs:documentation>
575
+ </xs:annotation>
576
+ </xs:element>
577
+ <xs:element name="Built-Form" type="SAP-BuiltFormCode" minOccurs="0">
578
+ <xs:annotation>
579
+ <xs:documentation>The building type of the Property e.g. Detached, Semi-Detached, Terrace etc.
580
+
581
+ Together with the Property Type, the Built Form provides a structured description of the property.</xs:documentation>
582
+ </xs:annotation>
583
+ </xs:element>
584
+ <xs:element name="Living-Area" type="Measurement">
585
+ <xs:annotation>
586
+ <xs:documentation>The size of the living area in square metres. The living area is the room marked on a plan as the lounge or living room, or the largest public room (irrespective of usage by particular occupants), together with any rooms not separated from the lounge or living room by doors, and including any cupboards directly accessed from the lounge or living room. Living area does not, however, extend over more than one storey, even when stairs enter the living area directly.</xs:documentation>
587
+ </xs:annotation>
588
+ </xs:element>
589
+ <xs:element name="Orientation" type="SAP-OrientationCode">
590
+ <xs:annotation>
591
+ <xs:documentation>The orientation of the front of the property.</xs:documentation>
592
+ </xs:annotation>
593
+ </xs:element>
594
+ <xs:element name="Conservatory-Type" type="SAP-ConservatoryTypeCode">
595
+ <xs:annotation>
596
+ <xs:documentation>Type of conservatory.</xs:documentation>
597
+ </xs:annotation>
598
+ </xs:element>
599
+ <xs:element name="Has-Special-Feature" type="xs:boolean" default="false" minOccurs="0">
600
+ <xs:annotation>
601
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
602
+ </xs:annotation>
603
+ </xs:element>
604
+ <xs:element name="Special-Feature-Description" type="Sentence" minOccurs="0">
605
+ <xs:annotation>
606
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
607
+ </xs:annotation>
608
+ </xs:element>
609
+ <xs:element name="Energy-Saved-Or-Generated" type="Measurement" minOccurs="0">
610
+ <xs:annotation>
611
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
612
+ </xs:annotation>
613
+ </xs:element>
614
+ <xs:element name="Saved-Or-Generated-Fuel" type="HeatingFuelTypeCode" minOccurs="0">
615
+ <xs:annotation>
616
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
617
+ </xs:annotation>
618
+ </xs:element>
619
+ <xs:element name="Energy-Used" type="Measurement" minOccurs="0">
620
+ <xs:annotation>
621
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
622
+ </xs:annotation>
623
+ </xs:element>
624
+ <xs:element name="Energy-Used-Fuel" type="HeatingFuelTypeCode" minOccurs="0">
625
+ <xs:annotation>
626
+ <xs:documentation>For backwards compatibility only, do not use.</xs:documentation>
627
+ </xs:annotation>
628
+ </xs:element>
629
+ <xs:element name="Is-In-Smoke-Control-Area" type="ExtendedBoolean">
630
+ <xs:annotation>
631
+ <xs:documentation>Is property in a smoke control area? Only if a solid fuel appliance is used.</xs:documentation>
632
+ </xs:annotation>
633
+ </xs:element>
634
+ <xs:element name="Additional-Allowable-Electricity-Generation" type="Measurement" minOccurs="0">
635
+ <xs:annotation>
636
+ <xs:documentation>Additional allowable electricity generation applicable to this dwelling in kWh per square metre; only if Zero Carbon Home assessment.</xs:documentation>
637
+ </xs:annotation>
638
+ </xs:element>
639
+ <xs:element name="SAP-Heating" type="SAP-Heating" minOccurs="0"/>
640
+ <xs:element name="SAP-Energy-Source" type="SAP-Energy-Source" minOccurs="0"/>
641
+ <xs:element name="SAP-Building-Parts" type="SAP-Building-Parts"/>
642
+ <xs:element name="SAP-Opening-Types" type="SAP-Opening-Types" minOccurs="0"/>
643
+ <xs:element name="SAP-Ventilation" type="SAP-Ventilation" minOccurs="0"/>
644
+ <xs:element name="SAP-Deselected-Improvements" type="SAP-Deselected-Improvements" minOccurs="0"/>
645
+ <xs:element name="SAP-Flat-Details" type="SAP-Flat-Details" minOccurs="0"/>
646
+ <xs:element name="SAP-Special-Features" type="SAP-Special-Features" minOccurs="0"/>
647
+ <xs:element name="Design-Water-Use" type="DesignWaterUseCode" minOccurs="0">
648
+ <xs:annotation>
649
+ <xs:documentation>Design limit for total water use.</xs:documentation>
650
+ </xs:annotation>
651
+ </xs:element>
652
+ <xs:element name="SAP-Cooling" type="SAP-Cooling" minOccurs="0"/>
653
+ </xs:all>
654
+ </xs:complexType>
655
+ <xs:element name="SAP-Flat-Details" type="SAP-Flat-Details"/>
656
+ <xs:complexType name="SAP-Flat-Details">
657
+ <xs:all>
658
+ <xs:element name="Level" type="SAP-FlatLevelCode">
659
+ <xs:annotation>
660
+ <xs:documentation>Indication of where a flat is located in a building.</xs:documentation>
661
+ </xs:annotation>
662
+ </xs:element>
663
+ </xs:all>
664
+ </xs:complexType>
665
+ <xs:element name="SAP-Floor-Dimensions" type="SAP-Floor-Dimensions"/>
666
+ <xs:complexType name="SAP-Floor-Dimensions">
667
+ <xs:annotation>
668
+ <xs:documentation>Storeys that make up a particular Building-Part.</xs:documentation>
669
+ </xs:annotation>
670
+ <xs:sequence>
671
+ <xs:element name="SAP-Floor-Dimension" type="SAP-Floor-Dimension" maxOccurs="unbounded"/>
672
+ </xs:sequence>
673
+ </xs:complexType>
674
+ <xs:element name="SAP-Building-Parts" type="SAP-Building-Parts"/>
675
+ <xs:complexType name="SAP-Building-Parts">
676
+ <xs:annotation>
677
+ <xs:documentation>Details of the significant building parts that comprise the main habitable building in the property. The main habitable area generally consists of a single main building but can over time be extended to include extensions such as new wings and additional storeys.
678
+
679
+ For the purpose of calculating the overall Energy Assessment for the property details of each distinct Building Part, such as its construction, have to be gathered because different materials have different insulation ratings (obviously) which affects the overall rating.</xs:documentation>
680
+ </xs:annotation>
681
+ <xs:sequence>
682
+ <xs:element name="SAP-Building-Part" type="SAP-Building-Part" maxOccurs="unbounded"/>
683
+ </xs:sequence>
684
+ </xs:complexType>
685
+ <xs:element name="SAP-Building-Part" type="SAP-Building-Part"/>
686
+ <xs:complexType name="SAP-Building-Part">
687
+ <xs:annotation>
688
+ <xs:documentation>A permanent structure that forms part of the Property and is built primarily for human habitation. A Building Part is usually made up of one or more Storey's and may contain a number of Internal Structural Features. An extension is also a Building Part.</xs:documentation>
689
+ </xs:annotation>
690
+ <xs:all>
691
+ <xs:element name="Building-Part-Number" type="xs:positiveInteger">
692
+ <xs:annotation>
693
+ <xs:documentation>An integer value which uniquely identifies the building part in the property. The value "1" must be assigned to the main dwelling.</xs:documentation>
694
+ </xs:annotation>
695
+ </xs:element>
696
+ <xs:element name="Identifier" type="IDString" minOccurs="0">
697
+ <xs:annotation>
698
+ <xs:documentation>Identifier for the Building part - generally only required if there are more that one Building Parts of the same type e.g. "West Wing" and "East Wing" Extensions</xs:documentation>
699
+ </xs:annotation>
700
+ </xs:element>
701
+ <xs:element name="Construction-Year" type="xs:nonNegativeInteger" minOccurs="0">
702
+ <xs:annotation>
703
+ <xs:documentation>The year when this building part was constructed. Not used if 'Construction-Age-Band' is used.</xs:documentation>
704
+ </xs:annotation>
705
+ </xs:element>
706
+ <xs:element name="Construction-Age-Band" type="ConstructionDateCode" minOccurs="0">
707
+ <xs:annotation>
708
+ <xs:documentation>The age band when this building part was constructed. Not used if 'Construction-Year' is used.</xs:documentation>
709
+ </xs:annotation>
710
+ </xs:element>
711
+ <xs:element name="Overshading" type="SAP-WindowOvershadingCode">
712
+ <xs:annotation>
713
+ <xs:documentation>Amount of overshading of windows.</xs:documentation>
714
+ </xs:annotation>
715
+ </xs:element>
716
+ <xs:element name="SAP-Openings" type="SAP-Openings" minOccurs="0"/>
717
+ <xs:element name="SAP-Roofs" type="SAP-Roofs" minOccurs="0"/>
718
+ <xs:element name="SAP-Floor-Dimensions" type="SAP-Floor-Dimensions" minOccurs="0"/>
719
+ <xs:element name="SAP-Thermal-Bridges" type="SAP-Thermal-Bridges" minOccurs="0"/>
720
+ <xs:element name="SAP-Walls" type="SAP-Walls" minOccurs="0"/>
721
+ <xs:element name="Thermal-Mass-Parameter" type="xs:decimal" minOccurs="0">
722
+ <xs:annotation>
723
+ <xs:documentation>Thermal Mass Parameter in kJ/m²K. If omitted it is calculated using the kappa values of each element.</xs:documentation>
724
+ </xs:annotation>
725
+ </xs:element>
726
+ </xs:all>
727
+ </xs:complexType>
728
+ <xs:element name="SAP-Energy-Source" type="SAP-Energy-Source"/>
729
+ <xs:complexType name="SAP-Energy-Source">
730
+ <xs:annotation>
731
+ <xs:documentation>Details of the main Electricity supply to the Property.</xs:documentation>
732
+ </xs:annotation>
733
+ <xs:all>
734
+ <xs:element name="PV-Arrays" type="PV-Arrays" minOccurs="0"/>
735
+ <xs:element name="Wind-Turbines-Count" type="Count">
736
+ <xs:annotation>
737
+ <xs:documentation>Number of wind turbines; 0 if none.</xs:documentation>
738
+ </xs:annotation>
739
+ </xs:element>
740
+ <xs:element name="Wind-Turbine-Rotor-Diameter" type="Measurement" minOccurs="0">
741
+ <xs:annotation>
742
+ <xs:documentation>Wind turbine rotor diameter in metres; only if wind turbine.</xs:documentation>
743
+ </xs:annotation>
744
+ </xs:element>
745
+ <xs:element name="Wind-Turbine-Hub-Height" type="Measurement" minOccurs="0">
746
+ <xs:annotation>
747
+ <xs:documentation>Wind turbine hub height above building in metres; only if wind turbine.</xs:documentation>
748
+ </xs:annotation>
749
+ </xs:element>
750
+ <xs:element name="Wind-Turbine-Terrain-Type" type="SAP-TerrainTypeCode" minOccurs="0">
751
+ <xs:annotation>
752
+ <xs:documentation>Terrain type; only if wind turbine.</xs:documentation>
753
+ </xs:annotation>
754
+ </xs:element>
755
+ <xs:element name="Fixed-Lighting-Outlets-Count" type="Count" minOccurs="0">
756
+ <xs:annotation>
757
+ <xs:documentation>Number of fixed lighting outlets.</xs:documentation>
758
+ </xs:annotation>
759
+ </xs:element>
760
+ <xs:element name="Low-Energy-Fixed-Lighting-Outlets-Count" type="Count" minOccurs="0">
761
+ <xs:annotation>
762
+ <xs:documentation>Number of low-energy fixed lighting outlets.</xs:documentation>
763
+ </xs:annotation>
764
+ </xs:element>
765
+ <xs:element name="Low-Energy-Fixed-Lighting-Outlets-Percentage" type="Percentage" minOccurs="0">
766
+ <xs:annotation>
767
+ <xs:documentation>% of fixed lighting outlets that are low-energy to nearest whole %. This is given in addition to the total and low-energy lighting count.</xs:documentation>
768
+ </xs:annotation>
769
+ </xs:element>
770
+ <xs:element name="Electricity-Tariff" type="SAP-ElectricityTariffCode">
771
+ <xs:annotation>
772
+ <xs:documentation>Type of electricity tariff.</xs:documentation>
773
+ </xs:annotation>
774
+ </xs:element>
775
+ <xs:element name="Hydro-Electric-Generation" type="xs:decimal" minOccurs="0">
776
+ <xs:annotation>
777
+ <xs:documentation>Electricity generated by hydro-electric generator, in kWh/year</xs:documentation>
778
+ </xs:annotation>
779
+ </xs:element>
780
+ </xs:all>
781
+ </xs:complexType>
782
+ <xs:element name="SAP-Heating" type="SAP-Heating"/>
783
+ <xs:complexType name="SAP-Heating">
784
+ <xs:annotation>
785
+ <xs:documentation>Details of the means by which the Main Building is heated.</xs:documentation>
786
+ </xs:annotation>
787
+ <xs:all>
788
+ <xs:element name="Water-Heating-Code" type="SAP-WaterHeatingCode">
789
+ <xs:annotation>
790
+ <xs:documentation>The type of Water Heating present in the Property.</xs:documentation>
791
+ </xs:annotation>
792
+ </xs:element>
793
+ <xs:element name="Water-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0">
794
+ <xs:annotation>
795
+ <xs:documentation>The type of fuel used to power the central heating e.g. Gas, Electricity. Not used if water system is main or secondary system.</xs:documentation>
796
+ </xs:annotation>
797
+ </xs:element>
798
+ <xs:element name="Has-Hot-Water-Cylinder" type="xs:boolean" default="false" minOccurs="0">
799
+ <xs:annotation>
800
+ <xs:documentation>Hot water cylinder?</xs:documentation>
801
+ </xs:annotation>
802
+ </xs:element>
803
+ <xs:element name="Secondary-Heating-Category" type="SAP-SecondaryHeatingCategoryCode">
804
+ <xs:annotation>
805
+ <xs:documentation>Category of heating system for the secondary heating system.</xs:documentation>
806
+ </xs:annotation>
807
+ </xs:element>
808
+ <xs:element name="Secondary-Heating-Data-Source" type="SAP-NonDatabaseSourceCode" minOccurs="0">
809
+ <xs:annotation>
810
+ <xs:documentation>Source of secondary heating system data; only if secondary heating system.</xs:documentation>
811
+ </xs:annotation>
812
+ </xs:element>
813
+ <xs:element name="Secondary-Heating-Code" type="SAP-SpaceHeatingCode" minOccurs="0">
814
+ <xs:annotation>
815
+ <xs:documentation>Type of secondary heating present in the property; only if required and if heating data source is SAP table.</xs:documentation>
816
+ </xs:annotation>
817
+ </xs:element>
818
+ <xs:element name="Secondary-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0">
819
+ <xs:annotation>
820
+ <xs:documentation>The type of fuel used to power the secondary heating e.g. Gas, Electricity; only if required.</xs:documentation>
821
+ </xs:annotation>
822
+ </xs:element>
823
+ <xs:element name="Secondary-Heating-Efficiency" type="Percentage" minOccurs="0">
824
+ <xs:annotation>
825
+ <xs:documentation>Secondary heater efficiency; only if secondary efficiency is manufacturer declaration.</xs:documentation>
826
+ </xs:annotation>
827
+ </xs:element>
828
+ <xs:element name="Secondary-Heating-Make-Model" type="xs:string" minOccurs="0">
829
+ <xs:annotation>
830
+ <xs:documentation>Secondary heater make and model (text); only if secondary efficiency is manufacturer declaration.</xs:documentation>
831
+ </xs:annotation>
832
+ </xs:element>
833
+ <xs:element name="Secondary-Heating-Test-Method" type="xs:string" minOccurs="0">
834
+ <xs:annotation>
835
+ <xs:documentation>Secondary heater BS test method, e.g. BS EN 13278; only if secondary efficiency is manufacturer declaration.</xs:documentation>
836
+ </xs:annotation>
837
+ </xs:element>
838
+ <xs:element name="Secondary-Heating-Flue-Type" type="FlueTypeCode" minOccurs="0">
839
+ <xs:annotation>
840
+ <xs:documentation>Secondary flue type; only if secondary efficiency is manufacturer declaration and if there is a flue.</xs:documentation>
841
+ </xs:annotation>
842
+ </xs:element>
843
+ <xs:element name="Thermal-Store" type="SAP-ThermalStoreCode" minOccurs="0">
844
+ <xs:annotation>
845
+ <xs:documentation>The type of thermal store; not used if main heating system is community heating scheme.</xs:documentation>
846
+ </xs:annotation>
847
+ </xs:element>
848
+ <xs:element name="Has-Fixed-Air-Conditioning" type="xs:boolean" default="false" minOccurs="0">
849
+ <xs:annotation>
850
+ <xs:documentation>Fixed air conditioning?</xs:documentation>
851
+ </xs:annotation>
852
+ </xs:element>
853
+ <xs:element name="Immersion-Heating-Type" type="ImmersionHeatingTypeCode" minOccurs="0">
854
+ <xs:annotation>
855
+ <xs:documentation>The type of immersion heating; only if immersion.</xs:documentation>
856
+ </xs:annotation>
857
+ </xs:element>
858
+ <xs:element name="Is-Heat-Pump-Assisted-By-Immersion" type="xs:boolean" default="false" minOccurs="0">
859
+ <xs:annotation>
860
+ <xs:documentation>Heat pump assisted by immersion? Only if main heating is heat pump and water heating from heat pump.</xs:documentation>
861
+ </xs:annotation>
862
+ </xs:element>
863
+ <xs:element name="Is-Immersion-For-Summer-Use" type="xs:boolean" default="false" minOccurs="0">
864
+ <xs:annotation>
865
+ <xs:documentation>Immersion for summer use? Only if main heating is solid fuel fire or room heater with boiler.</xs:documentation>
866
+ </xs:annotation>
867
+ </xs:element>
868
+ <xs:element name="Is-Secondary-Heating-HETAS-Approved" type="xs:boolean" default="false" minOccurs="0">
869
+ <xs:annotation>
870
+ <xs:documentation>Secondary heating appliance is HETAS approved? Only if solid fuel.</xs:documentation>
871
+ </xs:annotation>
872
+ </xs:element>
873
+ <xs:element name="Hot-Water-Store-Size" type="Measurement" minOccurs="0">
874
+ <xs:annotation>
875
+ <xs:documentation>Hot water store size in litres; if there is a hot water store. Store refers to hot water store type which can be cylinder (if thermal store is "none"), hot-water only thermal store or integrated thermal store. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
876
+ </xs:annotation>
877
+ </xs:element>
878
+ <xs:element name="Hot-Water-Store-Heat-Transfer-Area" type="xs:decimal" minOccurs="0">
879
+ <xs:annotation>
880
+ <xs:documentation>Used when a heat pump is associated with a separate and specified hot water vessel.</xs:documentation>
881
+ </xs:annotation>
882
+ </xs:element>
883
+ <xs:element name="Hot-Water-Store-Heat-Loss-Source" type="SAP-NonDatabaseSourceCode" minOccurs="0">
884
+ <xs:annotation>
885
+ <xs:documentation>The source of the hot water store heat loss information; if there is a hot water store. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
886
+ </xs:annotation>
887
+ </xs:element>
888
+ <xs:element name="Hot-Water-Store-Heat-Loss" type="Measurement" minOccurs="0">
889
+ <xs:annotation>
890
+ <xs:documentation>Hot water store declared loss in kWh/day; only if there is a hot water store and if manufacturer declared loss. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
891
+ </xs:annotation>
892
+ </xs:element>
893
+ <xs:element name="Hot-Water-Store-Insulation-Type" type="HotWaterStoreInsulationTypeCode" minOccurs="0">
894
+ <xs:annotation>
895
+ <xs:documentation>Hot water store insulation; only if there is a hot water store and if loss from SAP table. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
896
+ </xs:annotation>
897
+ </xs:element>
898
+ <xs:element name="Hot-Water-Store-Insulation-Thickness" type="Measurement" minOccurs="0">
899
+ <xs:annotation>
900
+ <xs:documentation>Hot water store insulation thickness in mm; only if there is a hot water store and if loss from SAP table. Not applicable if (a) combi boiler whose data source database or (b) instantaneous combi boiler or (c) combi boiler from SAP table or (d) instantaneous water heater.</xs:documentation>
901
+ </xs:annotation>
902
+ </xs:element>
903
+ <xs:element name="Is-Thermal-Store-Near-Boiler" type="xs:boolean" default="false" minOccurs="0">
904
+ <xs:annotation>
905
+ <xs:documentation>Thermal store connected to boiler by no more than 1.5 m of insulated pipework? Only if thermal store. Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
906
+ </xs:annotation>
907
+ </xs:element>
908
+ <xs:element name="Is-Thermal-Store-Or-CPSU-In-Airing-Cupboard" type="xs:boolean" default="false" minOccurs="0">
909
+ <xs:annotation>
910
+ <xs:documentation>Thermal store or CPSU in airing cupboard? Only if (a) boiler with integrated or hot-water-only thermal store, or (b) main heating is CPSU.</xs:documentation>
911
+ </xs:annotation>
912
+ </xs:element>
913
+ <xs:element name="Is-Primary-Pipework-Insulated" type="xs:boolean" default="false" minOccurs="0">
914
+ <xs:annotation>
915
+ <xs:documentation>Primary pipework insulated? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
916
+ </xs:annotation>
917
+ </xs:element>
918
+ <xs:element name="Has-Cylinder-Thermostat" type="xs:boolean" default="false" minOccurs="0">
919
+ <xs:annotation>
920
+ <xs:documentation>Hot water cylinder thermostat? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
921
+ </xs:annotation>
922
+ </xs:element>
923
+ <xs:element name="Is-Cylinder-In-Heated-Space" type="xs:boolean" default="false" minOccurs="0">
924
+ <xs:annotation>
925
+ <xs:documentation>Hot water cylinder in heated space? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
926
+ </xs:annotation>
927
+ </xs:element>
928
+ <xs:element name="Is-Hot-Water-Separately-Timed" type="xs:boolean" default="false" minOccurs="0">
929
+ <xs:annotation>
930
+ <xs:documentation>Hot water separately timed? Not applicable if combi boiler or instantaneous water heater.</xs:documentation>
931
+ </xs:annotation>
932
+ </xs:element>
933
+ <xs:element name="Has-PFGHRD" type="xs:boolean" default="false" minOccurs="0">
934
+ <xs:annotation>
935
+ <xs:documentation>Passive Flue Gas Heat Recovery Device (PFGHRD)?</xs:documentation>
936
+ </xs:annotation>
937
+ </xs:element>
938
+ <xs:element name="PFGHRD-Index-Number" type="xs:nonNegativeInteger" minOccurs="0">
939
+ <xs:annotation>
940
+ <xs:documentation>PFGHRD index number; only if PFGHRD.</xs:documentation>
941
+ </xs:annotation>
942
+ </xs:element>
943
+ <xs:element name="Has-Solar-Panel" type="xs:boolean" default="false" minOccurs="0">
944
+ <xs:annotation>
945
+ <xs:documentation>Solar panel?</xs:documentation>
946
+ </xs:annotation>
947
+ </xs:element>
948
+ <xs:element name="Solar-Panel-Aperture-Area" type="Measurement" minOccurs="0">
949
+ <xs:annotation>
950
+ <xs:documentation>Panel aperture area in square metres; only if solar panel.</xs:documentation>
951
+ </xs:annotation>
952
+ </xs:element>
953
+ <xs:element name="Solar-Panel-Collector-Type" type="SAP-SolarCollectorTypeCode" minOccurs="0">
954
+ <xs:annotation>
955
+ <xs:documentation>The type of solar panel collector; only if solar panel.</xs:documentation>
956
+ </xs:annotation>
957
+ </xs:element>
958
+ <xs:element name="Solar-Panel-Collector-Data-Source" type="SAP-SolarCollectorDataSourceCode" minOccurs="0">
959
+ <xs:annotation>
960
+ <xs:documentation>The source of solar panel collector data; only if solar panel.</xs:documentation>
961
+ </xs:annotation>
962
+ </xs:element>
963
+ <xs:element name="Solar-Panel-Collector-Zero-Loss-Efficiency" type="Percentage" minOccurs="0">
964
+ <xs:annotation>
965
+ <xs:documentation>Collector zero-loss efficiency; only if solar panel and declared values.</xs:documentation>
966
+ </xs:annotation>
967
+ </xs:element>
968
+ <xs:element name="Solar-Panel-Collector-Heat-Loss-Rate" type="xs:decimal" minOccurs="0">
969
+ <xs:annotation>
970
+ <xs:documentation>Collector heat loss rate; only if solar panel and declared values.</xs:documentation>
971
+ </xs:annotation>
972
+ </xs:element>
973
+ <xs:element name="Solar-Panel-Collector-Orientation" type="SAP-CompassDirectionCode" minOccurs="0">
974
+ <xs:annotation>
975
+ <xs:documentation>Collector orientation; only if solar panel.</xs:documentation>
976
+ </xs:annotation>
977
+ </xs:element>
978
+ <xs:element name="Solar-Panel-Collector-Pitch" type="SAP-VerticalPitchCode" minOccurs="0">
979
+ <xs:annotation>
980
+ <xs:documentation>Collector pitch; only if solar panel.
981
+ </xs:documentation>
982
+ </xs:annotation>
983
+ </xs:element>
984
+ <xs:element name="Solar-Panel-Collector-Overshading" type="SAP-SolarCollectorOvershadingCode" minOccurs="0">
985
+ <xs:annotation>
986
+ <xs:documentation>Collector overshading; only if solar panel.</xs:documentation>
987
+ </xs:annotation>
988
+ </xs:element>
989
+ <xs:element name="Has-Solar-Powered-Pump" type="xs:boolean" default="false" minOccurs="0">
990
+ <xs:annotation>
991
+ <xs:documentation>Solar powered pump? Only if solar panel.</xs:documentation>
992
+ </xs:annotation>
993
+ </xs:element>
994
+ <xs:element name="Is-Solar-Store-Combined-Cylinder" type="xs:boolean" default="false" minOccurs="0">
995
+ <xs:annotation>
996
+ <xs:documentation>Combined cylinder? If combined cylinder the hot water cylinder size is inclusive of the dedicated solar volume.</xs:documentation>
997
+ </xs:annotation>
998
+ </xs:element>
999
+ <xs:element name="Solar-Store-Volume" type="Measurement" minOccurs="0">
1000
+ <xs:annotation>
1001
+ <xs:documentation>Dedicated solar store volume in litres; only if solar panel.</xs:documentation>
1002
+ </xs:annotation>
1003
+ </xs:element>
1004
+ <xs:element name="SAP-Community-Heating-Systems" type="SAP-Community-Heating-Systems" minOccurs="0"/>
1005
+ <xs:element name="Main-Heating-Details" type="Main-Heating-Details"/>
1006
+ <xs:element name="SAP-Heating-Design-Water-Use" type="DesignWaterUseCode" minOccurs="0"/>
1007
+ <xs:element name="Has-WWHRS" type="xs:boolean" minOccurs="0">
1008
+ <xs:annotation>
1009
+ <xs:documentation>Waste Water Heat Recovery System.</xs:documentation>
1010
+ </xs:annotation>
1011
+ </xs:element>
1012
+ <xs:element name="WWHRS-Index-Number1" type="xs:nonNegativeInteger" minOccurs="0">
1013
+ <xs:annotation>
1014
+ <xs:documentation>WWHRS-1 index number; only if WWHRS.</xs:documentation>
1015
+ </xs:annotation>
1016
+ </xs:element>
1017
+ <xs:element name="WWHRS-Index-Number2" type="xs:nonNegativeInteger" minOccurs="0">
1018
+ <xs:annotation>
1019
+ <xs:documentation>WWHRS-2 index number; only if WWHRS.</xs:documentation>
1020
+ </xs:annotation>
1021
+ </xs:element>
1022
+ <xs:element name="Rooms-With-Bath-And-Or-Shower" type="Count" minOccurs="0"/>
1023
+ <xs:element name="Mixer-Showers-With-System1-With-Bath" type="Count" minOccurs="0"/>
1024
+ <xs:element name="Mixer-Showers-With-System1-Without-Bath" type="Count" minOccurs="0"/>
1025
+ <xs:element name="Mixer-Showers-With-System2-With-Bath" type="Count" minOccurs="0"/>
1026
+ <xs:element name="Mixer-Showers-With-System2-Without-Bath" type="Count" minOccurs="0"/>
1027
+ <xs:element name="Main-Heating-Systems-Interaction" type="MainHeatingSystemsInteraction" minOccurs="0"/>
1028
+ </xs:all>
1029
+ </xs:complexType>
1030
+ <xs:element name="SAP-Special-Feature" type="SAP-Special-Feature"/>
1031
+ <xs:complexType name="SAP-Special-Feature">
1032
+ <xs:all>
1033
+ <xs:element name="Description" type="xs:string"/>
1034
+ <xs:element name="Energy-Saved-Or-Generated" type="Measurement">
1035
+ <xs:annotation>
1036
+ <xs:documentation>Energy saved or generated in kWh/year.</xs:documentation>
1037
+ </xs:annotation>
1038
+ </xs:element>
1039
+ <xs:element name="Saved-Or-Generated-Fuel" type="HeatingFuelTypeCode" minOccurs="0"/>
1040
+ <xs:element name="Energy-Used" type="Measurement">
1041
+ <xs:annotation>
1042
+ <xs:documentation>Energy used in kWh/year.</xs:documentation>
1043
+ </xs:annotation>
1044
+ </xs:element>
1045
+ <xs:element name="Energy-Used-Fuel" type="HeatingFuelTypeCode" minOccurs="0"/>
1046
+ <xs:element name="Air-Change-Rates" type="Air-Change-Rates" minOccurs="0">
1047
+ <xs:annotation>
1048
+ <xs:documentation>For Appendix Q procedure that provides air change rates. Only one Special Feature can have data on air change rates.</xs:documentation>
1049
+ </xs:annotation>
1050
+ </xs:element>
1051
+ </xs:all>
1052
+ </xs:complexType>
1053
+ <xs:element name="SAP-Special-Features" type="SAP-Special-Features"/>
1054
+ <xs:complexType name="SAP-Special-Features">
1055
+ <xs:sequence>
1056
+ <xs:element name="SAP-Special-Feature" type="SAP-Special-Feature" maxOccurs="unbounded"/>
1057
+ </xs:sequence>
1058
+ </xs:complexType>
1059
+ <xs:element name="SAP-Cooling" type="SAP-Cooling"/>
1060
+ <xs:complexType name="SAP-Cooling">
1061
+ <xs:all>
1062
+ <xs:element name="Cooled-Area" type="xs:decimal" minOccurs="0"/>
1063
+ <xs:element name="Cooling-System-Data-Source" type="SAP-DataSourceCode" minOccurs="0"/>
1064
+ <xs:element name="Cooling-System-Type" type="SAP-CoolingSystemTypeCode" minOccurs="0"/>
1065
+ <xs:element name="Cooling-System-Class" type="SAP-CoolingSystemClassCode" minOccurs="0">
1066
+ <xs:annotation>
1067
+ <xs:documentation>Data set includes either class or EER, not both.</xs:documentation>
1068
+ </xs:annotation>
1069
+ </xs:element>
1070
+ <xs:element name="Cooling-System-EER" type="xs:decimal" minOccurs="0">
1071
+ <xs:annotation>
1072
+ <xs:documentation>Energy Efficiency Ratio. Data set includes either class or EER, not both.</xs:documentation>
1073
+ </xs:annotation>
1074
+ </xs:element>
1075
+ <xs:element name="Cooling-System-Control" type="SAP-CoolingSystemControlCode" minOccurs="0"/>
1076
+ </xs:all>
1077
+ </xs:complexType>
1078
+ <xs:element name="Main-Heating" type="Main-Heating"/>
1079
+ <xs:complexType name="Main-Heating">
1080
+ <xs:all>
1081
+ <xs:element name="Main-Heating-Number">
1082
+ <xs:annotation>
1083
+ <xs:documentation>Identifies the main heating as system 1 or system 2. System 1 must always be present, system 2 is included only when there are two systems.</xs:documentation>
1084
+ </xs:annotation>
1085
+ <xs:simpleType>
1086
+ <xs:restriction base="xs:integer">
1087
+ <xs:minInclusive value="1"/>
1088
+ <xs:maxInclusive value="2"/>
1089
+ </xs:restriction>
1090
+ </xs:simpleType>
1091
+ </xs:element>
1092
+ <xs:element name="Main-Heating-Category" type="SAP-MainHeatingCategoryCode">
1093
+ <xs:annotation>
1094
+ <xs:documentation>Category of heating system for the main heating system.</xs:documentation>
1095
+ </xs:annotation>
1096
+ </xs:element>
1097
+ <xs:element name="Main-Heating-Data-Source" type="SAP-DataSourceCode">
1098
+ <xs:annotation>
1099
+ <xs:documentation>Source of main heating system data.</xs:documentation>
1100
+ </xs:annotation>
1101
+ </xs:element>
1102
+ <xs:element name="Boiler-Index-Number" type="xs:string" minOccurs="0">
1103
+ <xs:annotation>
1104
+ <xs:documentation>The ID of the heating system from the product database, if system from database. Use for all relevant systems, not only boilers e.g. micro-CHP, heat pump.</xs:documentation>
1105
+ </xs:annotation>
1106
+ </xs:element>
1107
+ <xs:element name="Main-Heating-Make-Model" type="xs:string" minOccurs="0">
1108
+ <xs:annotation>
1109
+ <xs:documentation>Main heating make and model (text); if main heating data is manufacturer declaration.</xs:documentation>
1110
+ </xs:annotation>
1111
+ </xs:element>
1112
+ <xs:element name="Main-Heating-Test-Method" type="xs:string" minOccurs="0">
1113
+ <xs:annotation>
1114
+ <xs:documentation>Main heater BS test method, e.g. BS EN 13278; only if main heating data source is manufacturer declaration and it is a room heater.</xs:documentation>
1115
+ </xs:annotation>
1116
+ </xs:element>
1117
+ <xs:element name="Main-Heating-Efficiency" type="xs:decimal" minOccurs="0">
1118
+ <xs:annotation>
1119
+ <xs:documentation>Main heating efficiency, to be used if main heating data is manufacturer declaration and Efficiency-Type is not winter and summer.</xs:documentation>
1120
+ </xs:annotation>
1121
+ </xs:element>
1122
+ <xs:element name="Is-Condensing-Boiler" type="xs:boolean" default="false" minOccurs="0">
1123
+ <xs:annotation>
1124
+ <xs:documentation>Is the boiler a condensing boiler? If boiler efficiency is manufacturer declaration.</xs:documentation>
1125
+ </xs:annotation>
1126
+ </xs:element>
1127
+ <xs:element name="Gas-Or-Oil-Boiler-Type" type="SAP-GasOrOilBoilerTypeCode" minOccurs="0">
1128
+ <xs:annotation>
1129
+ <xs:documentation>Boiler type; if boiler efficiency is manufacturer declaration and fuel is gas or oil.</xs:documentation>
1130
+ </xs:annotation>
1131
+ </xs:element>
1132
+ <xs:element name="Combi-Boiler-Type" type="SAP-CombiBoilerTypeCode" minOccurs="0">
1133
+ <xs:annotation>
1134
+ <xs:documentation>Combi boiler type; if it is a combi boiler and boiler efficiency is manufacturer declaration.</xs:documentation>
1135
+ </xs:annotation>
1136
+ </xs:element>
1137
+ <xs:element name="Case-Heat-Emission" type="Measurement" minOccurs="0">
1138
+ <xs:annotation>
1139
+ <xs:documentation>Case heat emission at full load in kW; if it is a range cooker boiler and boiler efficiency is manufacturer declaration.</xs:documentation>
1140
+ </xs:annotation>
1141
+ </xs:element>
1142
+ <xs:element name="Heat-Transfer-To-Water" type="Measurement" minOccurs="0">
1143
+ <xs:annotation>
1144
+ <xs:documentation>Heat transfer to water at full load in kW; if it is a range cooker boiler and boiler efficiency is manufacturer declaration.</xs:documentation>
1145
+ </xs:annotation>
1146
+ </xs:element>
1147
+ <xs:element name="Solid-Fuel-Boiler-Type" type="SAP-SolidFuelBoilerType" minOccurs="0">
1148
+ <xs:annotation>
1149
+ <xs:documentation>Boiler type; if boiler efficiency is manufacturer declaration and fuel is solid.</xs:documentation>
1150
+ </xs:annotation>
1151
+ </xs:element>
1152
+ <xs:element name="Main-Heating-Code" type="SAP-SpaceHeatingCode" minOccurs="0">
1153
+ <xs:annotation>
1154
+ <xs:documentation>Main heating code; when heating data source is SAP table.</xs:documentation>
1155
+ </xs:annotation>
1156
+ </xs:element>
1157
+ <xs:element name="Main-Fuel-Type" type="HeatingFuelTypeCode" minOccurs="0">
1158
+ <xs:annotation>
1159
+ <xs:documentation>The type of fuel used to power the central heating e.g. Gas, Electricity; not used if main heating system is community heating scheme.</xs:documentation>
1160
+ </xs:annotation>
1161
+ </xs:element>
1162
+ <xs:element name="Main-Heating-Control" type="SAP-HeatingControlCode">
1163
+ <xs:annotation>
1164
+ <xs:documentation>Type of Main Control for the Heating System.</xs:documentation>
1165
+ </xs:annotation>
1166
+ </xs:element>
1167
+ <xs:element name="Heat-Emitter-Type" type="HeatEmitterCode" minOccurs="0">
1168
+ <xs:annotation>
1169
+ <xs:documentation>Identifies the means by which the central heating system (if present) emits heat; only when wet system (radiators or underfloor).</xs:documentation>
1170
+ </xs:annotation>
1171
+ </xs:element>
1172
+ <xs:element name="Underfloor-Heat-Emitter-Type" type="UnderfloorHeatEmitterCode" minOccurs="0">
1173
+ <xs:annotation>
1174
+ <xs:documentation>Means by which an underfloor heating system (if present) emits heat; only when wet system (underfloor).</xs:documentation>
1175
+ </xs:annotation>
1176
+ </xs:element>
1177
+ <xs:element name="Main-Heating-Flue-Type" type="FlueTypeCode" minOccurs="0">
1178
+ <xs:annotation>
1179
+ <xs:documentation>The type of main heating flue; only if flued appliance.</xs:documentation>
1180
+ </xs:annotation>
1181
+ </xs:element>
1182
+ <xs:element name="Is-Flue-Fan-Present" type="xs:boolean" default="false" minOccurs="0">
1183
+ <xs:annotation>
1184
+ <xs:documentation>Indicates whether the heating system contains a fan flue; only if boiler.</xs:documentation>
1185
+ </xs:annotation>
1186
+ </xs:element>
1187
+ <xs:element name="Is-Central-Heating-Pump-In-Heated-Space" type="xs:boolean" default="false" minOccurs="0">
1188
+ <xs:annotation>
1189
+ <xs:documentation>Central heating pump in heated space? Only when wet system (radiators or underfloor).</xs:documentation>
1190
+ </xs:annotation>
1191
+ </xs:element>
1192
+ <xs:element name="Is-Oil-Pump-In-Heated-Space" type="xs:boolean" default="false" minOccurs="0">
1193
+ <xs:annotation>
1194
+ <xs:documentation>Oil pump in heated space? Only if oil boiler.</xs:documentation>
1195
+ </xs:annotation>
1196
+ </xs:element>
1197
+ <xs:element name="Is-Interlocked-System" type="xs:boolean" default="false" minOccurs="0">
1198
+ <xs:annotation>
1199
+ <xs:documentation>Interlocked system? Only when wet system (radiators or underfloor).</xs:documentation>
1200
+ </xs:annotation>
1201
+ </xs:element>
1202
+ <xs:element name="Has-Delayed-Start-Thermostat" type="xs:boolean" default="false" minOccurs="0">
1203
+ <xs:annotation>
1204
+ <xs:documentation>Delayed start thermostat?</xs:documentation>
1205
+ </xs:annotation>
1206
+ </xs:element>
1207
+ <xs:element name="Has-Load-Or-Weather-Compensation" type="xs:boolean" default="false" minOccurs="0">
1208
+ <xs:annotation>
1209
+ <xs:documentation>This is for backwards compatibility only. If possible use Load-Or-Weather-Compensation instead</xs:documentation>
1210
+ </xs:annotation>
1211
+ </xs:element>
1212
+ <xs:element name="Boiler-Fuel-Feed" type="SAP-BoilerFuelFeedCode" minOccurs="0">
1213
+ <xs:annotation>
1214
+ <xs:documentation>The type of boiler fuel feed; only if solid fuel boiler with manufacturer declaration.</xs:documentation>
1215
+ </xs:annotation>
1216
+ </xs:element>
1217
+ <xs:element name="Is-Main-Heating-HETAS-Approved" type="xs:boolean" default="false" minOccurs="0">
1218
+ <xs:annotation>
1219
+ <xs:documentation>Main heating appliance is HETAS approved? Only if solid fuel.</xs:documentation>
1220
+ </xs:annotation>
1221
+ </xs:element>
1222
+ <xs:element name="Electric-CPSU-Operating-Temperature" type="Measurement" minOccurs="0">
1223
+ <xs:annotation>
1224
+ <xs:documentation>Electric CPSU operating temperature in Celcius; only if main heating is electric CPSU.</xs:documentation>
1225
+ </xs:annotation>
1226
+ </xs:element>
1227
+ <xs:element name="Load-Or-Weather-Compensation" type="SAP-HasLoadOrWeatherCompensation" minOccurs="0">
1228
+ <xs:annotation>
1229
+ <xs:documentation>Has load or weather compensation?</xs:documentation>
1230
+ </xs:annotation>
1231
+ </xs:element>
1232
+ <xs:element name="Main-Heating-Fraction" type="xs:decimal">
1233
+ <xs:annotation>
1234
+ <xs:documentation>Fraction of main heating provided by this system, is 1 if only one main system.</xs:documentation>
1235
+ </xs:annotation>
1236
+ </xs:element>
1237
+ <xs:element name="Burner-Control" type="SAP-BurnerControlCode" minOccurs="0"/>
1238
+ <xs:element name="Efficiency-Type" type="SAP-EfficiencyTypeCode" minOccurs="0"/>
1239
+ <xs:element name="Main-Heating-Efficiency-Winter" type="xs:decimal" minOccurs="0">
1240
+ <xs:annotation>
1241
+ <xs:documentation>To be used if main heating data is manufacturer declaration and Efficiency-Type is winter and summer.</xs:documentation>
1242
+ </xs:annotation>
1243
+ </xs:element>
1244
+ <xs:element name="Main-Heating-Efficiency-Summer" type="xs:decimal" minOccurs="0">
1245
+ <xs:annotation>
1246
+ <xs:documentation>To be used if main heating data is manufacturer declaration and Efficiency-Type is winter and summer.</xs:documentation>
1247
+ </xs:annotation>
1248
+ </xs:element>
1249
+ <xs:element name="Has-FGHRS" type="xs:boolean" default="false" minOccurs="0">
1250
+ <xs:annotation>
1251
+ <xs:documentation>Flue Gas Heat Recovery System.</xs:documentation>
1252
+ </xs:annotation>
1253
+ </xs:element>
1254
+ <xs:element name="FGHRS-Index-Number" type="xs:nonNegativeInteger" minOccurs="0">
1255
+ <xs:annotation>
1256
+ <xs:documentation>FGHRS index number; only if FGHRS.</xs:documentation>
1257
+ </xs:annotation>
1258
+ </xs:element>
1259
+ <xs:element name="FGHRS-Energy-Source" type="SAP-Energy-Source" minOccurs="0"/>
1260
+ </xs:all>
1261
+ </xs:complexType>
1262
+ <xs:element name="Main-Heating-Details" type="Main-Heating-Details"/>
1263
+ <xs:complexType name="Main-Heating-Details">
1264
+ <xs:sequence>
1265
+ <xs:element name="Main-Heating" type="Main-Heating" maxOccurs="2"/>
1266
+ </xs:sequence>
1267
+ </xs:complexType>
1268
+ <xs:element name="Community-Heat-Source" type="Community-Heat-Source"/>
1269
+ <xs:complexType name="Community-Heat-Source">
1270
+ <xs:all>
1271
+ <xs:element name="Heat-Source-Type" type="SAP-HeatSourceTypeCode"/>
1272
+ <xs:element name="Heat-Fraction" type="xs:decimal">
1273
+ <xs:annotation>
1274
+ <xs:documentation>Fraction of heat for the system provided by this heat source.</xs:documentation>
1275
+ </xs:annotation>
1276
+ </xs:element>
1277
+ <xs:element name="Fuel-Type" type="HeatingFuelTypeCode"/>
1278
+ <xs:element name="Efficiency" type="xs:decimal"/>
1279
+ <xs:element name="CHP-Heat-To-Power-Ratio" type="xs:decimal" minOccurs="0"/>
1280
+ <xs:element name="Description" type="xs:string" minOccurs="0"/>
1281
+ </xs:all>
1282
+ </xs:complexType>
1283
+ <xs:element name="Community-Heat-Sources" type="Community-Heat-Sources"/>
1284
+ <xs:complexType name="Community-Heat-Sources">
1285
+ <xs:sequence>
1286
+ <xs:element name="Community-Heat-Source" type="Community-Heat-Source" maxOccurs="5"/>
1287
+ </xs:sequence>
1288
+ </xs:complexType>
1289
+ <xs:element name="Air-Change-Rates" type="Air-Change-Rates"/>
1290
+ <xs:complexType name="Air-Change-Rates">
1291
+ <xs:sequence>
1292
+ <xs:element name="Air-Change-Rate" type="Air-Change-Rate" minOccurs="12" maxOccurs="12"/>
1293
+ </xs:sequence>
1294
+ </xs:complexType>
1295
+ <xs:element name="Air-Change-Rate" type="Air-Change-Rate"/>
1296
+ <xs:complexType name="Air-Change-Rate">
1297
+ <xs:all>
1298
+ <xs:element name="Air-Change-Rate-Month" type="AirChangeRateMonth"/>
1299
+ <xs:element name="Air-Change-Rate-Value" type="xs:decimal">
1300
+ <xs:annotation>
1301
+ <xs:documentation>Air change rate in month.</xs:documentation>
1302
+ </xs:annotation>
1303
+ </xs:element>
1304
+ </xs:all>
1305
+ </xs:complexType>
1306
+ <xs:element name="PV-Array" type="PV-Array"/>
1307
+ <xs:complexType name="PV-Array">
1308
+ <xs:all>
1309
+ <xs:element name="Peak-Power" type="Measurement">
1310
+ <xs:annotation>
1311
+ <xs:documentation>Peak kW of photovoltaics (PVs) (kWp); 0.0 if none.</xs:documentation>
1312
+ </xs:annotation>
1313
+ </xs:element>
1314
+ <xs:element name="Orientation" type="SAP-CompassDirectionCode" minOccurs="0">
1315
+ <xs:annotation>
1316
+ <xs:documentation>PV orientation; only if peak kWp &gt; 0.</xs:documentation>
1317
+ </xs:annotation>
1318
+ </xs:element>
1319
+ <xs:element name="Pitch" type="SAP-VerticalPitchCode" minOccurs="0">
1320
+ <xs:annotation>
1321
+ <xs:documentation>PV pitch; only if peak kWp &gt; 0.</xs:documentation>
1322
+ </xs:annotation>
1323
+ </xs:element>
1324
+ <xs:element name="Overshading" type="SAP-SolarCollectorOvershadingCode" minOccurs="0">
1325
+ <xs:annotation>
1326
+ <xs:documentation>PV overshading; only if peak kWp &gt; 0.</xs:documentation>
1327
+ </xs:annotation>
1328
+ </xs:element>
1329
+ </xs:all>
1330
+ </xs:complexType>
1331
+ <xs:element name="PV-Arrays" type="PV-Arrays"/>
1332
+ <xs:complexType name="PV-Arrays">
1333
+ <xs:sequence>
1334
+ <xs:element name="PV-Array" type="PV-Array" maxOccurs="2"/>
1335
+ </xs:sequence>
1336
+ </xs:complexType>
1337
+ </xs:schema>