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,224 @@
1
+ module ViewModel
2
+ class SapWrapper
3
+ attr_reader :view_model, :schema_type
4
+
5
+ def initialize(xml_doc, schema_type, report_type = "3", additional_data = {})
6
+ @schema_type = schema_type
7
+ @view_model = build_view_model(xml_doc, schema_type, report_type)
8
+ @summary = Presenter::Sap::Summary.new(view_model)
9
+ @report = Presenter::Sap::Report.new(view_model, schema_type, additional_data)
10
+ @recommendation_report = Presenter::Sap::RecommendationReport.new(view_model)
11
+ end
12
+
13
+ def type
14
+ view_model.type_of_assessment.to_sym
15
+ end
16
+
17
+ def to_hash
18
+ @summary.to_hash
19
+ end
20
+
21
+ def to_report
22
+ @report.to_hash
23
+ end
24
+
25
+ def to_recommendation_report
26
+ @recommendation_report.to_hash
27
+ end
28
+
29
+ def get_view_model
30
+ view_model
31
+ end
32
+
33
+ private
34
+
35
+ def build_view_model(xml_doc, schema_type, report_type)
36
+ case schema_type
37
+ when :"SAP-Schema-18.0.0"
38
+ return ViewModel::SapSchema1800::CommonSchema.new xml_doc
39
+ when :"SAP-Schema-17.1"
40
+ return ViewModel::SapSchema171::CommonSchema.new xml_doc
41
+ when :"SAP-Schema-17.0"
42
+ return ViewModel::SapSchema170::CommonSchema.new xml_doc
43
+ when :"SAP-Schema-16.3"
44
+ case report_type
45
+ when "2"
46
+ return ViewModel::SapSchema163::Rdsap.new(xml_doc)
47
+ when "3"
48
+ return ViewModel::SapSchema163::Sap.new(xml_doc)
49
+ end
50
+ when :"SAP-Schema-16.2"
51
+ case report_type
52
+ when "2"
53
+ return ViewModel::SapSchema162::Rdsap.new(xml_doc)
54
+ when "3"
55
+ return ViewModel::SapSchema162::Sap.new(xml_doc)
56
+ end
57
+ when :"SAP-Schema-16.1"
58
+ case report_type
59
+ when "2"
60
+ return ViewModel::SapSchema161::Rdsap.new(xml_doc)
61
+ when "3"
62
+ return ViewModel::SapSchema161::Sap.new(xml_doc)
63
+ end
64
+ when :"SAP-Schema-16.0"
65
+ case report_type
66
+ when "2"
67
+ return ViewModel::SapSchema160::Rdsap.new(xml_doc)
68
+ when "3"
69
+ return ViewModel::SapSchema160::Sap.new(xml_doc)
70
+ end
71
+ when :"SAP-Schema-15.0"
72
+ case report_type
73
+ when "2"
74
+ return ViewModel::SapSchema150::Rdsap.new(xml_doc)
75
+ when "3"
76
+ return ViewModel::SapSchema150::Sap.new(xml_doc)
77
+ end
78
+ when :"SAP-Schema-14.2"
79
+ case report_type
80
+ when "2"
81
+ return ViewModel::SapSchema142::Rdsap.new(xml_doc)
82
+ when "3"
83
+ return ViewModel::SapSchema142::Sap.new(xml_doc)
84
+ end
85
+ when :"SAP-Schema-14.1"
86
+ case report_type
87
+ when "2"
88
+ return ViewModel::SapSchema141::Rdsap.new(xml_doc)
89
+ when "3"
90
+ return ViewModel::SapSchema141::Sap.new(xml_doc)
91
+ end
92
+ when :"SAP-Schema-14.0"
93
+ case report_type
94
+ when "2"
95
+ return ViewModel::SapSchema140::Rdsap.new(xml_doc)
96
+ when "3"
97
+ return ViewModel::SapSchema140::Sap.new(xml_doc)
98
+ end
99
+ when :"SAP-Schema-13.0"
100
+ case report_type
101
+ when "2"
102
+ return ViewModel::SapSchema130::Rdsap.new(xml_doc)
103
+ when "3"
104
+ return ViewModel::SapSchema130::Sap.new(xml_doc)
105
+ end
106
+ when :"SAP-Schema-12.0"
107
+ case report_type
108
+ when "2"
109
+ return ViewModel::SapSchema120::Rdsap.new(xml_doc)
110
+ when "3"
111
+ return ViewModel::SapSchema120::Sap.new(xml_doc)
112
+ end
113
+ when :"SAP-Schema-11.2"
114
+ case report_type
115
+ when "2"
116
+ return ViewModel::SapSchema112::Rdsap.new(xml_doc)
117
+ when "3"
118
+ return ViewModel::SapSchema112::Sap.new(xml_doc)
119
+ end
120
+ when :"SAP-Schema-11.0"
121
+ case report_type
122
+ when "2"
123
+ return ViewModel::SapSchema110::Rdsap.new(xml_doc)
124
+ when "3"
125
+ return ViewModel::SapSchema110::Sap.new(xml_doc)
126
+ end
127
+ when :"SAP-Schema-10.2"
128
+ return ViewModel::SapSchema102::Rdsap.new(xml_doc) if report_type == "2"
129
+ when :"SAP-Schema-NI-18.0.0"
130
+ return ViewModel::SapSchemaNi1800::CommonSchema.new xml_doc
131
+ when :"SAP-Schema-NI-17.4"
132
+ return ViewModel::SapSchemaNi174::CommonSchema.new xml_doc
133
+ when :"SAP-Schema-NI-17.3"
134
+ return ViewModel::SapSchemaNi173::CommonSchema.new xml_doc
135
+ when :"SAP-Schema-NI-17.2"
136
+ case report_type
137
+ when "2"
138
+ return ViewModel::SapSchemaNi172::Rdsap.new(xml_doc)
139
+ when "3"
140
+ return ViewModel::SapSchemaNi172::Sap.new(xml_doc)
141
+ end
142
+ when :"SAP-Schema-NI-17.1"
143
+ case report_type
144
+ when "2"
145
+ return ViewModel::SapSchemaNi171::Rdsap.new(xml_doc)
146
+ when "3"
147
+ return ViewModel::SapSchemaNi171::Sap.new(xml_doc)
148
+ end
149
+ when :"SAP-Schema-NI-17.0"
150
+ case report_type
151
+ when "2"
152
+ return ViewModel::SapSchemaNi170::Rdsap.new(xml_doc)
153
+ when "3"
154
+ return ViewModel::SapSchemaNi170::Sap.new(xml_doc)
155
+ end
156
+ when :"SAP-Schema-NI-16.1"
157
+ case report_type
158
+ when "2"
159
+ return ViewModel::SapSchemaNi161::Rdsap.new(xml_doc)
160
+ when "3"
161
+ return ViewModel::SapSchemaNi161::Sap.new(xml_doc)
162
+ end
163
+ when :"SAP-Schema-NI-16.0"
164
+ case report_type
165
+ when "2"
166
+ return ViewModel::SapSchemaNi160::Rdsap.new(xml_doc)
167
+ when "3"
168
+ return ViewModel::SapSchemaNi160::Sap.new(xml_doc)
169
+ end
170
+ when :"SAP-Schema-NI-15.0"
171
+ case report_type
172
+ when "2"
173
+ return ViewModel::SapSchemaNi150::Rdsap.new(xml_doc)
174
+ when "3"
175
+ return ViewModel::SapSchemaNi150::Sap.new(xml_doc)
176
+ end
177
+ when :"SAP-Schema-NI-14.2"
178
+ case report_type
179
+ when "2"
180
+ return ViewModel::SapSchemaNi142::Rdsap.new(xml_doc)
181
+ when "3"
182
+ return ViewModel::SapSchemaNi142::Sap.new(xml_doc)
183
+ end
184
+ when :"SAP-Schema-NI-14.1"
185
+ case report_type
186
+ when "2"
187
+ return ViewModel::SapSchemaNi141::Rdsap.new(xml_doc)
188
+ when "3"
189
+ return ViewModel::SapSchemaNi141::Sap.new(xml_doc)
190
+ end
191
+ when :"SAP-Schema-NI-14.0"
192
+ case report_type
193
+ when "2"
194
+ return ViewModel::SapSchemaNi140::Rdsap.new(xml_doc)
195
+ when "3"
196
+ return ViewModel::SapSchemaNi140::Sap.new(xml_doc)
197
+ end
198
+ when :"SAP-Schema-NI-13.0"
199
+ case report_type
200
+ when "2"
201
+ return ViewModel::SapSchemaNi130::Rdsap.new(xml_doc)
202
+ when "3"
203
+ return ViewModel::SapSchemaNi130::Sap.new(xml_doc)
204
+ end
205
+ when :"SAP-Schema-NI-12.0"
206
+ case report_type
207
+ when "2"
208
+ return ViewModel::SapSchemaNi120::Rdsap.new(xml_doc)
209
+ when "3"
210
+ return ViewModel::SapSchemaNi120::Sap.new(xml_doc)
211
+ end
212
+ when :"SAP-Schema-NI-11.2"
213
+ case report_type
214
+ when "2"
215
+ return ViewModel::SapSchemaNi112::Rdsap.new(xml_doc)
216
+ when "3"
217
+ return ViewModel::SapSchemaNi112::Sap.new(xml_doc)
218
+ end
219
+ end
220
+
221
+ raise ArgumentError, "Unsupported schema type"
222
+ end
223
+ end
224
+ end
metadata ADDED
@@ -0,0 +1,1844 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: epb_view_models
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - MHCLG Energy Performance of Buildings
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-07-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: nokogiri
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.11'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: zeitwerk
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 2.4.2
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 2.4.2
41
+ description:
42
+ email:
43
+ - mhclg.digital-services@communities.gov.uk
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".gitignore"
49
+ - ".rspec"
50
+ - ".rubocop.yml"
51
+ - Gemfile
52
+ - Gemfile.lock
53
+ - LICENSE
54
+ - Makefile
55
+ - README.md
56
+ - Rakefile
57
+ - api/schemas/data/orchestrate.json
58
+ - api/schemas/xml/CEPC-3.1/CommonFiles/CommonStructures.xsd
59
+ - api/schemas/xml/CEPC-3.1/CommonFiles/Exceptions.xsd
60
+ - api/schemas/xml/CEPC-3.1/Messages/ChangeReportStatusRequest.xsd
61
+ - api/schemas/xml/CEPC-3.1/Messages/ChangeReportStatusResponse.xsd
62
+ - api/schemas/xml/CEPC-3.1/Messages/GetStatusEARegisterRequest.xsd
63
+ - api/schemas/xml/CEPC-3.1/Messages/GetStatusEARegisterResponse.xsd
64
+ - api/schemas/xml/CEPC-3.1/Messages/LodgeReportRequest.xsd
65
+ - api/schemas/xml/CEPC-3.1/Messages/LodgeReportResponse.xsd
66
+ - api/schemas/xml/CEPC-3.1/Messages/UpdateEARegisterRequest.xsd
67
+ - api/schemas/xml/CEPC-3.1/Messages/UpdateEARegisterResponse.xsd
68
+ - api/schemas/xml/CEPC-3.1/Reports/BaseDataTypes.xsd
69
+ - api/schemas/xml/CEPC-3.1/Reports/CEPC-Reports.xsd
70
+ - api/schemas/xml/CEPC-3.1/Reports/Input-Data.xsd
71
+ - api/schemas/xml/CEPC-3.1/Reports/Performance-Summary.xsd
72
+ - api/schemas/xml/CEPC-3.1/Reports/Report-Header.xsd
73
+ - api/schemas/xml/CEPC-3.1/Reports/Reported-Data.xsd
74
+ - api/schemas/xml/CEPC-4.0/CommonFiles/CommonStructures.xsd
75
+ - api/schemas/xml/CEPC-4.0/CommonFiles/Exceptions.xsd
76
+ - api/schemas/xml/CEPC-4.0/Messages/ChangeReportStatusRequest.xsd
77
+ - api/schemas/xml/CEPC-4.0/Messages/ChangeReportStatusResponse.xsd
78
+ - api/schemas/xml/CEPC-4.0/Messages/GetStatusEARegisterRequest.xsd
79
+ - api/schemas/xml/CEPC-4.0/Messages/GetStatusEARegisterResponse.xsd
80
+ - api/schemas/xml/CEPC-4.0/Messages/LodgeReportRequest.xsd
81
+ - api/schemas/xml/CEPC-4.0/Messages/LodgeReportResponse.xsd
82
+ - api/schemas/xml/CEPC-4.0/Messages/UpdateEARegisterRequest.xsd
83
+ - api/schemas/xml/CEPC-4.0/Messages/UpdateEARegisterResponse.xsd
84
+ - api/schemas/xml/CEPC-4.0/Reports/BaseDataTypes.xsd
85
+ - api/schemas/xml/CEPC-4.0/Reports/CEPC-Reports.xsd
86
+ - api/schemas/xml/CEPC-4.0/Reports/Input-Data.xsd
87
+ - api/schemas/xml/CEPC-4.0/Reports/Performance-Summary.xsd
88
+ - api/schemas/xml/CEPC-4.0/Reports/Report-Header.xsd
89
+ - api/schemas/xml/CEPC-4.0/Reports/Reported-Data.xsd
90
+ - api/schemas/xml/CEPC-5.0/CommonFiles/CommonStructures.xsd
91
+ - api/schemas/xml/CEPC-5.0/CommonFiles/Exceptions.xsd
92
+ - api/schemas/xml/CEPC-5.0/Messages/ChangeReportStatusRequest.xsd
93
+ - api/schemas/xml/CEPC-5.0/Messages/ChangeReportStatusResponse.xsd
94
+ - api/schemas/xml/CEPC-5.0/Messages/GetStatusEARegisterRequest.xsd
95
+ - api/schemas/xml/CEPC-5.0/Messages/GetStatusEARegisterResponse.xsd
96
+ - api/schemas/xml/CEPC-5.0/Messages/LodgeReportRequest.xsd
97
+ - api/schemas/xml/CEPC-5.0/Messages/LodgeReportResponse.xsd
98
+ - api/schemas/xml/CEPC-5.0/Messages/UpdateEARegisterRequest.xsd
99
+ - api/schemas/xml/CEPC-5.0/Messages/UpdateEARegisterResponse.xsd
100
+ - api/schemas/xml/CEPC-5.0/Reports/BaseDataTypes.xsd
101
+ - api/schemas/xml/CEPC-5.0/Reports/CEPC-Reports.xsd
102
+ - api/schemas/xml/CEPC-5.0/Reports/Input-Data.xsd
103
+ - api/schemas/xml/CEPC-5.0/Reports/Performance-Summary.xsd
104
+ - api/schemas/xml/CEPC-5.0/Reports/Report-Header.xsd
105
+ - api/schemas/xml/CEPC-5.0/Reports/Reported-Data.xsd
106
+ - api/schemas/xml/CEPC-5.1/CommonFiles/CommonStructures.xsd
107
+ - api/schemas/xml/CEPC-5.1/CommonFiles/Exceptions.xsd
108
+ - api/schemas/xml/CEPC-5.1/Messages/ChangeReportStatusRequest.xsd
109
+ - api/schemas/xml/CEPC-5.1/Messages/ChangeReportStatusResponse.xsd
110
+ - api/schemas/xml/CEPC-5.1/Messages/GetStatusEARegisterRequest.xsd
111
+ - api/schemas/xml/CEPC-5.1/Messages/GetStatusEARegisterResponse.xsd
112
+ - api/schemas/xml/CEPC-5.1/Messages/LodgeReportRequest.xsd
113
+ - api/schemas/xml/CEPC-5.1/Messages/LodgeReportResponse.xsd
114
+ - api/schemas/xml/CEPC-5.1/Messages/UpdateEARegisterRequest.xsd
115
+ - api/schemas/xml/CEPC-5.1/Messages/UpdateEARegisterResponse.xsd
116
+ - api/schemas/xml/CEPC-5.1/Reports/BaseDataTypes.xsd
117
+ - api/schemas/xml/CEPC-5.1/Reports/CEPC-Reports.xsd
118
+ - api/schemas/xml/CEPC-5.1/Reports/Input-Data.xsd
119
+ - api/schemas/xml/CEPC-5.1/Reports/Performance-Summary.xsd
120
+ - api/schemas/xml/CEPC-5.1/Reports/Report-Header.xsd
121
+ - api/schemas/xml/CEPC-5.1/Reports/Reported-Data.xsd
122
+ - api/schemas/xml/CEPC-5.1/test.xml
123
+ - api/schemas/xml/CEPC-6.0/Reports/BaseDataTypes.xsd
124
+ - api/schemas/xml/CEPC-6.0/Reports/CEPC-Reports.xsd
125
+ - api/schemas/xml/CEPC-6.0/Reports/Input-Data.xsd
126
+ - api/schemas/xml/CEPC-6.0/Reports/Performance-Summary.xsd
127
+ - api/schemas/xml/CEPC-6.0/Reports/Report-Header.xsd
128
+ - api/schemas/xml/CEPC-6.0/Reports/Reported-Data.xsd
129
+ - api/schemas/xml/CEPC-7.0/Reports/BaseDataTypes.xsd
130
+ - api/schemas/xml/CEPC-7.0/Reports/CEPC-Reports.xsd
131
+ - api/schemas/xml/CEPC-7.0/Reports/Input-Data.xsd
132
+ - api/schemas/xml/CEPC-7.0/Reports/Performance-Summary.xsd
133
+ - api/schemas/xml/CEPC-7.0/Reports/Report-Header.xsd
134
+ - api/schemas/xml/CEPC-7.0/Reports/Reported-Data.xsd
135
+ - api/schemas/xml/CEPC-7.1/CIP.xsd
136
+ - api/schemas/xml/CEPC-7.1/Reports/BaseDataTypes.xsd
137
+ - api/schemas/xml/CEPC-7.1/Reports/CEPC-Reports.xsd
138
+ - api/schemas/xml/CEPC-7.1/Reports/Input-Data.xsd
139
+ - api/schemas/xml/CEPC-7.1/Reports/Performance-Summary.xsd
140
+ - api/schemas/xml/CEPC-7.1/Reports/Report-Header.xsd
141
+ - api/schemas/xml/CEPC-7.1/Reports/Reported-Data.xsd
142
+ - api/schemas/xml/CEPC-8.0.0/CIP.xsd
143
+ - api/schemas/xml/CEPC-8.0.0/DEC-Summary.xsd
144
+ - api/schemas/xml/CEPC-8.0.0/Reports/BaseDataTypes.xsd
145
+ - api/schemas/xml/CEPC-8.0.0/Reports/CEPC-Reports.xsd
146
+ - api/schemas/xml/CEPC-8.0.0/Reports/Input-Data.xsd
147
+ - api/schemas/xml/CEPC-8.0.0/Reports/Performance-Summary.xsd
148
+ - api/schemas/xml/CEPC-8.0.0/Reports/Report-Header.xsd
149
+ - api/schemas/xml/CEPC-8.0.0/Reports/Reported-Data.xsd
150
+ - api/schemas/xml/CEPC-NI-7.1/CIP.xsd
151
+ - api/schemas/xml/CEPC-NI-7.1/Reports/BaseDataTypes.xsd
152
+ - api/schemas/xml/CEPC-NI-7.1/Reports/CEPC-Reports.xsd
153
+ - api/schemas/xml/CEPC-NI-7.1/Reports/Input-Data.xsd
154
+ - api/schemas/xml/CEPC-NI-7.1/Reports/Performance-Summary.xsd
155
+ - api/schemas/xml/CEPC-NI-7.1/Reports/Report-Header.xsd
156
+ - api/schemas/xml/CEPC-NI-7.1/Reports/Reported-Data.xsd
157
+ - api/schemas/xml/CEPC-NI-8.0.0/CIP.xsd
158
+ - api/schemas/xml/CEPC-NI-8.0.0/Reports/BaseDataTypes.xsd
159
+ - api/schemas/xml/CEPC-NI-8.0.0/Reports/CEPC-Reports.xsd
160
+ - api/schemas/xml/CEPC-NI-8.0.0/Reports/Input-Data.xsd
161
+ - api/schemas/xml/CEPC-NI-8.0.0/Reports/Performance-Summary.xsd
162
+ - api/schemas/xml/CEPC-NI-8.0.0/Reports/Report-Header.xsd
163
+ - api/schemas/xml/CEPC-NI-8.0.0/Reports/Reported-Data.xsd
164
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/ExternalDefinitions.xml
165
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/ExternalDefinitions.xsd
166
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/AssessorManagement.xsd
167
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/EPC-Certificate.xsd
168
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/EPC-CollectedData.xsd
169
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/ExceptionList.xsd
170
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/Property.xsd
171
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/RdSAP-Report.xsd
172
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/ReportList.xsd
173
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/UDT/EPC-Domains.xsd
174
+ - api/schemas/xml/RdSAP-Schema-17.0/RdSAP/UDT/SAP-Domains.xsd
175
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/ExternalDefinitions.xml
176
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/ExternalDefinitions.xsd
177
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/AssessorManagement.xsd
178
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/EPC-Certificate.xsd
179
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/EPC-CollectedData.xsd
180
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/ExceptionList.xsd
181
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/Property.xsd
182
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/RdSAP-Report.xsd
183
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/ReportList.xsd
184
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/UDT/EPC-Domains.xsd
185
+ - api/schemas/xml/RdSAP-Schema-17.1/RdSAP/UDT/SAP-Domains.xsd
186
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/ExternalDefinitions.xml
187
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/ExternalDefinitions.xsd
188
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/AssessorManagement.xsd
189
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/EPC-Certificate.xsd
190
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/EPC-CollectedData.xsd
191
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/ExceptionList.xsd
192
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/Property.xsd
193
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/RdSAP-Report.xsd
194
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/ReportList.xsd
195
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/UDT/EPC-Domains.xsd
196
+ - api/schemas/xml/RdSAP-Schema-18.0/RdSAP/UDT/SAP-Domains.xsd
197
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/ExternalDefinitions.xml
198
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/ExternalDefinitions.xsd
199
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/AssessorManagement.xsd
200
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/EPC-Certificate.xsd
201
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/EPC-CollectedData.xsd
202
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
203
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/Property.xsd
204
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/RdSAP-Report.xsd
205
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ReportList.xsd
206
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/UDT/EPC-Domains.xsd
207
+ - api/schemas/xml/RdSAP-Schema-19.0/RdSAP/UDT/SAP-Domains.xsd
208
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/ExternalDefinitions.xml
209
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/ExternalDefinitions.xsd
210
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/AssessorManagement.xsd
211
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/EPC-Certificate.xsd
212
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/EPC-CollectedData.xsd
213
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/Property.xsd
214
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/RdSAP-Report.xsd
215
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/UDT/EPC-Domains.xsd
216
+ - api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/UDT/SAP-Domains.xsd
217
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/ExternalDefinitions.xml
218
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/ExternalDefinitions.xsd
219
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/AssessorManagement.xsd
220
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/EPC-Certificate.xsd
221
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/EPC-CollectedData.xsd
222
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/ExceptionList.xsd
223
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/Property.xsd
224
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/RdSAP-Report.xsd
225
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/ReportList.xsd
226
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/UDT/EPC-Domains.xsd
227
+ - api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/UDT/SAP-Domains.xsd
228
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/ExternalDefinitions.xml
229
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/ExternalDefinitions.xsd
230
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/AssessorManagement.xsd
231
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/EPC-Certificate.xsd
232
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/EPC-CollectedData.xsd
233
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/ExceptionList.xsd
234
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/Property.xsd
235
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/RdSAP-Report.xsd
236
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/ReportList.xsd
237
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/UDT/EPC-Domains.xsd
238
+ - api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/UDT/SAP-Domains.xsd
239
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/ExternalDefinitions.xml
240
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/ExternalDefinitions.xsd
241
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/AssessorManagement.xsd
242
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/EPC-Certificate.xsd
243
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/EPC-CollectedData.xsd
244
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/ExceptionList.xsd
245
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/Property.xsd
246
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/RdSAP-Report.xsd
247
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/ReportList.xsd
248
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/UDT/EPC-Domains.xsd
249
+ - api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/UDT/SAP-Domains.xsd
250
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/ExternalDefinitions.xml
251
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/ExternalDefinitions.xsd
252
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/AssessorManagement.xsd
253
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/EPC-Certificate.xsd
254
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/EPC-CollectedData.xsd
255
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/Property.xsd
256
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/RdSAP-Report.xsd
257
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/UDT/EPC-Domains.xsd
258
+ - api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/UDT/SAP-Domains.xsd
259
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/ExternalDefinitions.xml
260
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/ExternalDefinitions.xsd
261
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/AssessorManagement.xsd
262
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/EPC-Certificate.xsd
263
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/EPC-CollectedData.xsd
264
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/Property.xsd
265
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/RdSAP-Report.xsd
266
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/UDT/EPC-Domains.xsd
267
+ - api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/UDT/SAP-Domains.xsd
268
+ - api/schemas/xml/SAP-Schema-10.2/CommonFiles/CommonStructures.xsd
269
+ - api/schemas/xml/SAP-Schema-10.2/CommonFiles/Exceptions.xsd
270
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessRequest_1.xsd
271
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessResponse_1.xsd
272
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeStatusRequest_1.xsd
273
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeStatusResponse_1.xsd
274
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportCreateRequest_1.xsd
275
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportCreateResponse_1.xsd
276
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportRetrieveRequest_1.xsd
277
+ - api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportRetrieveResponse_1.xsd
278
+ - api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
279
+ - api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
280
+ - api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
281
+ - api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
282
+ - api/schemas/xml/SAP-Schema-10.2/Messages/PropertyUPRNValidationRequest_1.xsd
283
+ - api/schemas/xml/SAP-Schema-10.2/Messages/PropertyUPRNValidationResponse_1.xsd
284
+ - api/schemas/xml/SAP-Schema-10.2/Templates/EPC-Certificate.xsd
285
+ - api/schemas/xml/SAP-Schema-10.2/Templates/EPC-CollectedData.xsd
286
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesExternal.xsd
287
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesGrounds.xsd
288
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesInternal.xsd
289
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesServices.xsd
290
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HCR-PropertyDetails.xsd
291
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HCR-RiskAssessment.xsd
292
+ - api/schemas/xml/SAP-Schema-10.2/Templates/HIP-Reports.xsd
293
+ - api/schemas/xml/SAP-Schema-10.2/Templates/Property.xsd
294
+ - api/schemas/xml/SAP-Schema-10.2/Templates/UserManagement.xsd
295
+ - api/schemas/xml/SAP-Schema-10.2/UDT/BaseDataTypes.xsd
296
+ - api/schemas/xml/SAP-Schema-10.2/UDT/EPC-Domains.xsd
297
+ - api/schemas/xml/SAP-Schema-10.2/UDT/HCR-Domains.xsd
298
+ - api/schemas/xml/SAP-Schema-10.2/UDT/SAP-Domains.xsd
299
+ - api/schemas/xml/SAP-Schema-10.2/UDT/SharedDomains.xsd
300
+ - api/schemas/xml/SAP-Schema-10.2/UDT/TypeDefinitions.xsd
301
+ - api/schemas/xml/SAP-Schema-11.0/CommonFiles/CommonStructures.xsd
302
+ - api/schemas/xml/SAP-Schema-11.0/CommonFiles/Exceptions.xsd
303
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeAccessRequest_1.xsd
304
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeAccessResponse_1.xsd
305
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeStatusRequest_1.xsd
306
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeStatusResponse_1.xsd
307
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportCreateRequest_1.xsd
308
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportCreateResponse_1.xsd
309
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportRetrieveRequest_1.xsd
310
+ - api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportRetrieveResponse_1.xsd
311
+ - api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
312
+ - api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
313
+ - api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
314
+ - api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
315
+ - api/schemas/xml/SAP-Schema-11.0/Messages/PropertyUPRNValidationRequest_1.xsd
316
+ - api/schemas/xml/SAP-Schema-11.0/Messages/PropertyUPRNValidationResponse_1.xsd
317
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/EPC-Certificate.xsd
318
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/Property.xsd
319
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
320
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/SAP05-Report.xsd
321
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/UserManagement.xsd
322
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/BaseDataTypes.xsd
323
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/EPC-Domains.xsd
324
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/SAP05-Domains.xsd
325
+ - api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/SharedDomains.xsd
326
+ - api/schemas/xml/SAP-Schema-11.0/Templates/EPC-Certificate.xsd
327
+ - api/schemas/xml/SAP-Schema-11.0/Templates/EPC-CollectedData.xsd
328
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesExternal.xsd
329
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesGrounds.xsd
330
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesInternal.xsd
331
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesServices.xsd
332
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HCR-PropertyDetails.xsd
333
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HCR-RiskAssessment.xsd
334
+ - api/schemas/xml/SAP-Schema-11.0/Templates/HIP-Reports.xsd
335
+ - api/schemas/xml/SAP-Schema-11.0/Templates/Property.xsd
336
+ - api/schemas/xml/SAP-Schema-11.0/Templates/UserManagement.xsd
337
+ - api/schemas/xml/SAP-Schema-11.0/UDT/BaseDataTypes.xsd
338
+ - api/schemas/xml/SAP-Schema-11.0/UDT/EPC-Domains.xsd
339
+ - api/schemas/xml/SAP-Schema-11.0/UDT/HCR-Domains.xsd
340
+ - api/schemas/xml/SAP-Schema-11.0/UDT/SAP-Domains.xsd
341
+ - api/schemas/xml/SAP-Schema-11.0/UDT/SharedDomains.xsd
342
+ - api/schemas/xml/SAP-Schema-11.0/UDT/TypeDefinitions.xsd
343
+ - api/schemas/xml/SAP-Schema-11.2/CommonFiles/CommonStructures.xsd
344
+ - api/schemas/xml/SAP-Schema-11.2/CommonFiles/Exceptions.xsd
345
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd
346
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeAccessResponse_1.xsd
347
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeStatusRequest_1.xsd
348
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeStatusResponse_1.xsd
349
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportCreateRequest_1.xsd
350
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportCreateResponse_1.xsd
351
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportRetrieveRequest_1.xsd
352
+ - api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportRetrieveResponse_1.xsd
353
+ - api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
354
+ - api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
355
+ - api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
356
+ - api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
357
+ - api/schemas/xml/SAP-Schema-11.2/Messages/PropertyUPRNValidationRequest_1.xsd
358
+ - api/schemas/xml/SAP-Schema-11.2/Messages/PropertyUPRNValidationResponse_1.xsd
359
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/EPC-Certificate.xsd
360
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/Property.xsd
361
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/SAP05-CollectedData.xsd
362
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/SAP05-Report.xsd
363
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/UserManagement.xsd
364
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/BaseDataTypes.xsd
365
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/EPC-Domains.xsd
366
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/SAP05-Domains.xsd
367
+ - api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/SharedDomains.xsd
368
+ - api/schemas/xml/SAP-Schema-11.2/Templates/EPC-Certificate.xsd
369
+ - api/schemas/xml/SAP-Schema-11.2/Templates/EPC-CollectedData.xsd
370
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesExternal.xsd
371
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesGrounds.xsd
372
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesInternal.xsd
373
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesServices.xsd
374
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HCR-PropertyDetails.xsd
375
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HCR-RiskAssessment.xsd
376
+ - api/schemas/xml/SAP-Schema-11.2/Templates/HIP-Reports.xsd
377
+ - api/schemas/xml/SAP-Schema-11.2/Templates/Property.xsd
378
+ - api/schemas/xml/SAP-Schema-11.2/Templates/UserManagement.xsd
379
+ - api/schemas/xml/SAP-Schema-11.2/UDT/BaseDataTypes.xsd
380
+ - api/schemas/xml/SAP-Schema-11.2/UDT/EPC-Domains.xsd
381
+ - api/schemas/xml/SAP-Schema-11.2/UDT/HCR-Domains.xsd
382
+ - api/schemas/xml/SAP-Schema-11.2/UDT/SAP-Domains.xsd
383
+ - api/schemas/xml/SAP-Schema-11.2/UDT/SharedDomains.xsd
384
+ - api/schemas/xml/SAP-Schema-11.2/UDT/TypeDefinitions.xsd
385
+ - api/schemas/xml/SAP-Schema-12.0/CommonFiles/CommonStructures.xsd
386
+ - api/schemas/xml/SAP-Schema-12.0/CommonFiles/Exceptions.xsd
387
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeAccessRequest_1.xsd
388
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeAccessResponse_1.xsd
389
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeStatusRequest_1.xsd
390
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeStatusResponse_1.xsd
391
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportCreateRequest_1.xsd
392
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportCreateResponse_1.xsd
393
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportRetrieveRequest_1.xsd
394
+ - api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportRetrieveResponse_1.xsd
395
+ - api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
396
+ - api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
397
+ - api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
398
+ - api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
399
+ - api/schemas/xml/SAP-Schema-12.0/Messages/PropertyUPRNValidationRequest_1.xsd
400
+ - api/schemas/xml/SAP-Schema-12.0/Messages/PropertyUPRNValidationResponse_1.xsd
401
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/EPC-Certificate.xsd
402
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/Property.xsd
403
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
404
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/SAP05-Report.xsd
405
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/UserManagement.xsd
406
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/BaseDataTypes.xsd
407
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/EPC-Domains.xsd
408
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/SAP05-Domains.xsd
409
+ - api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/SharedDomains.xsd
410
+ - api/schemas/xml/SAP-Schema-12.0/Templates/EPC-Certificate.xsd
411
+ - api/schemas/xml/SAP-Schema-12.0/Templates/EPC-CollectedData.xsd
412
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesExternal.xsd
413
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesGrounds.xsd
414
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesInternal.xsd
415
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesServices.xsd
416
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HCR-PropertyDetails.xsd
417
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HCR-RiskAssessment.xsd
418
+ - api/schemas/xml/SAP-Schema-12.0/Templates/HIP-Reports.xsd
419
+ - api/schemas/xml/SAP-Schema-12.0/Templates/Property.xsd
420
+ - api/schemas/xml/SAP-Schema-12.0/Templates/UserManagement.xsd
421
+ - api/schemas/xml/SAP-Schema-12.0/UDT/BaseDataTypes.xsd
422
+ - api/schemas/xml/SAP-Schema-12.0/UDT/EPC-Domains.xsd
423
+ - api/schemas/xml/SAP-Schema-12.0/UDT/HCR-Domains.xsd
424
+ - api/schemas/xml/SAP-Schema-12.0/UDT/SAP-Domains.xsd
425
+ - api/schemas/xml/SAP-Schema-12.0/UDT/SharedDomains.xsd
426
+ - api/schemas/xml/SAP-Schema-12.0/UDT/TypeDefinitions.xsd
427
+ - api/schemas/xml/SAP-Schema-13.0/CommonFiles/CommonStructures.xsd
428
+ - api/schemas/xml/SAP-Schema-13.0/CommonFiles/Exceptions.xsd
429
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeAccessRequest_1.xsd
430
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeAccessResponse_1.xsd
431
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeStatusRequest_1.xsd
432
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeStatusResponse_1.xsd
433
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportCreateRequest_1.xsd
434
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportCreateResponse_1.xsd
435
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportRetrieveRequest_1.xsd
436
+ - api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportRetrieveResponse_1.xsd
437
+ - api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
438
+ - api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
439
+ - api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
440
+ - api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
441
+ - api/schemas/xml/SAP-Schema-13.0/Messages/PropertyUPRNValidationRequest_1.xsd
442
+ - api/schemas/xml/SAP-Schema-13.0/Messages/PropertyUPRNValidationResponse_1.xsd
443
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/EPC-Certificate.xsd
444
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/Property.xsd
445
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
446
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/SAP05-Report.xsd
447
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/UserManagement.xsd
448
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/BaseDataTypes.xsd
449
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/EPC-Domains.xsd
450
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/Recommendations.xsd
451
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/SAP05-Domains.xsd
452
+ - api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/SharedDomains.xsd
453
+ - api/schemas/xml/SAP-Schema-13.0/Templates/EPC-Certificate.xsd
454
+ - api/schemas/xml/SAP-Schema-13.0/Templates/EPC-CollectedData.xsd
455
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesExternal.xsd
456
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesGrounds.xsd
457
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesInternal.xsd
458
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesServices.xsd
459
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HCR-PropertyDetails.xsd
460
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HCR-RiskAssessment.xsd
461
+ - api/schemas/xml/SAP-Schema-13.0/Templates/HIP-Reports.xsd
462
+ - api/schemas/xml/SAP-Schema-13.0/Templates/Property.xsd
463
+ - api/schemas/xml/SAP-Schema-13.0/Templates/UserManagement.xsd
464
+ - api/schemas/xml/SAP-Schema-13.0/UDT/BaseDataTypes.xsd
465
+ - api/schemas/xml/SAP-Schema-13.0/UDT/EPC-Domains.xsd
466
+ - api/schemas/xml/SAP-Schema-13.0/UDT/HCR-Domains.xsd
467
+ - api/schemas/xml/SAP-Schema-13.0/UDT/SAP-Domains.xsd
468
+ - api/schemas/xml/SAP-Schema-13.0/UDT/SharedDomains.xsd
469
+ - api/schemas/xml/SAP-Schema-13.0/UDT/TypeDefinitions.xsd
470
+ - api/schemas/xml/SAP-Schema-14.0/CommonFiles/CommonStructures.xsd
471
+ - api/schemas/xml/SAP-Schema-14.0/CommonFiles/Exceptions.xsd
472
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeAccessRequest_1.xsd
473
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeAccessResponse_1.xsd
474
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeStatusRequest_1.xsd
475
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeStatusResponse_1.xsd
476
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportCreateRequest_1.xsd
477
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportCreateResponse_1.xsd
478
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportRetrieveRequest_1.xsd
479
+ - api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportRetrieveResponse_1.xsd
480
+ - api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
481
+ - api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
482
+ - api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
483
+ - api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
484
+ - api/schemas/xml/SAP-Schema-14.0/Messages/PropertyUPRNValidationRequest_1.xsd
485
+ - api/schemas/xml/SAP-Schema-14.0/Messages/PropertyUPRNValidationResponse_1.xsd
486
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/EPC-Certificate.xsd
487
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/Property.xsd
488
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
489
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/SAP05-Report.xsd
490
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/UserManagement.xsd
491
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/BaseDataTypes.xsd
492
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/EPC-Domains.xsd
493
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/SAP05-Domains.xsd
494
+ - api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/SharedDomains.xsd
495
+ - api/schemas/xml/SAP-Schema-14.0/Templates/EPC-Certificate.xsd
496
+ - api/schemas/xml/SAP-Schema-14.0/Templates/EPC-CollectedData.xsd
497
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesExternal.xsd
498
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesGrounds.xsd
499
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesInternal.xsd
500
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesServices.xsd
501
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HCR-PropertyDetails.xsd
502
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HCR-RiskAssessment.xsd
503
+ - api/schemas/xml/SAP-Schema-14.0/Templates/HIP-Reports.xsd
504
+ - api/schemas/xml/SAP-Schema-14.0/Templates/Property.xsd
505
+ - api/schemas/xml/SAP-Schema-14.0/Templates/UserManagement.xsd
506
+ - api/schemas/xml/SAP-Schema-14.0/UDT/BaseDataTypes.xsd
507
+ - api/schemas/xml/SAP-Schema-14.0/UDT/EPC-Domains.xsd
508
+ - api/schemas/xml/SAP-Schema-14.0/UDT/HCR-Domains.xsd
509
+ - api/schemas/xml/SAP-Schema-14.0/UDT/SAP-Domains.xsd
510
+ - api/schemas/xml/SAP-Schema-14.0/UDT/SharedDomains.xsd
511
+ - api/schemas/xml/SAP-Schema-14.0/UDT/TypeDefinitions.xsd
512
+ - api/schemas/xml/SAP-Schema-14.1/._CommonFiles
513
+ - api/schemas/xml/SAP-Schema-14.1/._SAP-EPC
514
+ - api/schemas/xml/SAP-Schema-14.1/._Templates
515
+ - api/schemas/xml/SAP-Schema-14.1/CommonFiles/._CommonStructures.xsd
516
+ - api/schemas/xml/SAP-Schema-14.1/CommonFiles/CommonStructures.xsd
517
+ - api/schemas/xml/SAP-Schema-14.1/CommonFiles/Exceptions.xsd
518
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessRequest_1.xsd
519
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessResponse_1.xsd
520
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusRequest_1.xsd
521
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusResponse_1.xsd
522
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportCreateRequest_1.xsd
523
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportRetrieveResponse_1.xsd
524
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
525
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
526
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
527
+ - api/schemas/xml/SAP-Schema-14.1/Messages/._PropertyUPRNValidationResponse_1.xsd
528
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd
529
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd
530
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd
531
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusResponse_1.xsd
532
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportCreateRequest_1.xsd
533
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportCreateResponse_1.xsd
534
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportRetrieveRequest_1.xsd
535
+ - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportRetrieveResponse_1.xsd
536
+ - api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
537
+ - api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
538
+ - api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
539
+ - api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
540
+ - api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationRequest_1.xsd
541
+ - api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationResponse_1.xsd
542
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/._Templates
543
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._EPC-Certificate.xsd
544
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._UserManagement.xsd
545
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/EPC-Certificate.xsd
546
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/Property.xsd
547
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd
548
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-Report.xsd
549
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/UserManagement.xsd
550
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._BaseDataTypes.xsd
551
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._SAP05-Domains.xsd
552
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/BaseDataTypes.xsd
553
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/EPC-Domains.xsd
554
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SAP05-Domains.xsd
555
+ - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SharedDomains.xsd
556
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-Certificate.xsd
557
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-CollectedData.xsd
558
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-FeaturesGrounds.xsd
559
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-PropertyDetails.xsd
560
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-RiskAssessment.xsd
561
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._HIP-Reports.xsd
562
+ - api/schemas/xml/SAP-Schema-14.1/Templates/._UserManagement.xsd
563
+ - api/schemas/xml/SAP-Schema-14.1/Templates/EPC-Certificate.xsd
564
+ - api/schemas/xml/SAP-Schema-14.1/Templates/EPC-CollectedData.xsd
565
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesExternal.xsd
566
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesGrounds.xsd
567
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesInternal.xsd
568
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesServices.xsd
569
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-PropertyDetails.xsd
570
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-RiskAssessment.xsd
571
+ - api/schemas/xml/SAP-Schema-14.1/Templates/HIP-Reports.xsd
572
+ - api/schemas/xml/SAP-Schema-14.1/Templates/Property.xsd
573
+ - api/schemas/xml/SAP-Schema-14.1/Templates/UserManagement.xsd
574
+ - api/schemas/xml/SAP-Schema-14.1/UDT/._BaseDataTypes.xsd
575
+ - api/schemas/xml/SAP-Schema-14.1/UDT/._HCR-Domains.xsd
576
+ - api/schemas/xml/SAP-Schema-14.1/UDT/._SAP-Domains.xsd
577
+ - api/schemas/xml/SAP-Schema-14.1/UDT/._TypeDefinitions.xsd
578
+ - api/schemas/xml/SAP-Schema-14.1/UDT/BaseDataTypes.xsd
579
+ - api/schemas/xml/SAP-Schema-14.1/UDT/EPC-Domains.xsd
580
+ - api/schemas/xml/SAP-Schema-14.1/UDT/HCR-Domains.xsd
581
+ - api/schemas/xml/SAP-Schema-14.1/UDT/SAP-Domains.xsd
582
+ - api/schemas/xml/SAP-Schema-14.1/UDT/SharedDomains.xsd
583
+ - api/schemas/xml/SAP-Schema-14.1/UDT/TypeDefinitions.xsd
584
+ - api/schemas/xml/SAP-Schema-14.2/._CommonFiles
585
+ - api/schemas/xml/SAP-Schema-14.2/._SAP-EPC
586
+ - api/schemas/xml/SAP-Schema-14.2/._Templates
587
+ - api/schemas/xml/SAP-Schema-14.2/CommonFiles/._CommonStructures.xsd
588
+ - api/schemas/xml/SAP-Schema-14.2/CommonFiles/CommonStructures.xsd
589
+ - api/schemas/xml/SAP-Schema-14.2/CommonFiles/Exceptions.xsd
590
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessRequest_1.xsd
591
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessResponse_1.xsd
592
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusRequest_1.xsd
593
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusResponse_1.xsd
594
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportCreateRequest_1.xsd
595
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportRetrieveResponse_1.xsd
596
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xml
597
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xsd
598
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
599
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
600
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
601
+ - api/schemas/xml/SAP-Schema-14.2/Messages/._PropertyUPRNValidationResponse_1.xsd
602
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd
603
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd
604
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd
605
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusResponse_1.xsd
606
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportCreateRequest_1.xsd
607
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportCreateResponse_1.xsd
608
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportRetrieveRequest_1.xsd
609
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportRetrieveResponse_1.xsd
610
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ExternalDefinitions.xml
611
+ - api/schemas/xml/SAP-Schema-14.2/Messages/ExternalDefinitions.xsd
612
+ - api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
613
+ - api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
614
+ - api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
615
+ - api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
616
+ - api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationRequest_1.xsd
617
+ - api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationResponse_1.xsd
618
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/._Templates
619
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._EPC-Certificate.xsd
620
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._UserManagement.xsd
621
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/EPC-Certificate.xsd
622
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/Property.xsd
623
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd
624
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-Report.xsd
625
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/UserManagement.xsd
626
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._BaseDataTypes.xsd
627
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._SAP05-Domains.xsd
628
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/BaseDataTypes.xsd
629
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/EPC-Domains.xsd
630
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SAP05-Domains.xsd
631
+ - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SharedDomains.xsd
632
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-Certificate.xsd
633
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-CollectedData.xsd
634
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-FeaturesGrounds.xsd
635
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-PropertyDetails.xsd
636
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-RiskAssessment.xsd
637
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._HIP-Reports.xsd
638
+ - api/schemas/xml/SAP-Schema-14.2/Templates/._UserManagement.xsd
639
+ - api/schemas/xml/SAP-Schema-14.2/Templates/EPC-Certificate.xsd
640
+ - api/schemas/xml/SAP-Schema-14.2/Templates/EPC-CollectedData.xsd
641
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesExternal.xsd
642
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesGrounds.xsd
643
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesInternal.xsd
644
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesServices.xsd
645
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-PropertyDetails.xsd
646
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-RiskAssessment.xsd
647
+ - api/schemas/xml/SAP-Schema-14.2/Templates/HIP-Reports.xsd
648
+ - api/schemas/xml/SAP-Schema-14.2/Templates/Property.xsd
649
+ - api/schemas/xml/SAP-Schema-14.2/Templates/UserManagement.xsd
650
+ - api/schemas/xml/SAP-Schema-14.2/UDT/._BaseDataTypes.xsd
651
+ - api/schemas/xml/SAP-Schema-14.2/UDT/._HCR-Domains.xsd
652
+ - api/schemas/xml/SAP-Schema-14.2/UDT/._SAP-Domains.xsd
653
+ - api/schemas/xml/SAP-Schema-14.2/UDT/._TypeDefinitions.xsd
654
+ - api/schemas/xml/SAP-Schema-14.2/UDT/BaseDataTypes.xsd
655
+ - api/schemas/xml/SAP-Schema-14.2/UDT/EPC-Domains.xsd
656
+ - api/schemas/xml/SAP-Schema-14.2/UDT/HCR-Domains.xsd
657
+ - api/schemas/xml/SAP-Schema-14.2/UDT/SAP-Domains.xsd
658
+ - api/schemas/xml/SAP-Schema-14.2/UDT/SharedDomains.xsd
659
+ - api/schemas/xml/SAP-Schema-14.2/UDT/TypeDefinitions.xsd
660
+ - api/schemas/xml/SAP-Schema-15.0/._CommonFiles
661
+ - api/schemas/xml/SAP-Schema-15.0/._SAP-EPC
662
+ - api/schemas/xml/SAP-Schema-15.0/._Templates
663
+ - api/schemas/xml/SAP-Schema-15.0/CommonFiles/._CommonStructures.xsd
664
+ - api/schemas/xml/SAP-Schema-15.0/CommonFiles/CommonStructures.xsd
665
+ - api/schemas/xml/SAP-Schema-15.0/CommonFiles/Exceptions.xsd
666
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessRequest_1.xsd
667
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessResponse_1.xsd
668
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusRequest_1.xsd
669
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusResponse_1.xsd
670
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportCreateRequest_1.xsd
671
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportRetrieveResponse_1.xsd
672
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xml
673
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xsd
674
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
675
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
676
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
677
+ - api/schemas/xml/SAP-Schema-15.0/Messages/._PropertyUPRNValidationResponse_1.xsd
678
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd
679
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd
680
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd
681
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusResponse_1.xsd
682
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportCreateRequest_1.xsd
683
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportCreateResponse_1.xsd
684
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportRetrieveRequest_1.xsd
685
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportRetrieveResponse_1.xsd
686
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ExternalDefinitions.xml
687
+ - api/schemas/xml/SAP-Schema-15.0/Messages/ExternalDefinitions.xsd
688
+ - api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
689
+ - api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
690
+ - api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
691
+ - api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
692
+ - api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationRequest_1.xsd
693
+ - api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationResponse_1.xsd
694
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/._Templates
695
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._EPC-Certificate.xsd
696
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._SAP09-Report.xsd
697
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._UserManagement.xsd
698
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/EPC-Certificate.xsd
699
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/Property.xsd
700
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
701
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-Report.xsd
702
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/UserManagement.xsd
703
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd
704
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/BaseDataTypes.xsd
705
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/EPC-Domains.xsd
706
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SAP09-Domains.xsd
707
+ - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SharedDomains.xsd
708
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-Certificate.xsd
709
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-CollectedData.xsd
710
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-FeaturesGrounds.xsd
711
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-PropertyDetails.xsd
712
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-RiskAssessment.xsd
713
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._HIP-Reports.xsd
714
+ - api/schemas/xml/SAP-Schema-15.0/Templates/._UserManagement.xsd
715
+ - api/schemas/xml/SAP-Schema-15.0/Templates/EPC-Certificate.xsd
716
+ - api/schemas/xml/SAP-Schema-15.0/Templates/EPC-CollectedData.xsd
717
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesExternal.xsd
718
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesGrounds.xsd
719
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesInternal.xsd
720
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesServices.xsd
721
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-PropertyDetails.xsd
722
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-RiskAssessment.xsd
723
+ - api/schemas/xml/SAP-Schema-15.0/Templates/HIP-Reports.xsd
724
+ - api/schemas/xml/SAP-Schema-15.0/Templates/Property.xsd
725
+ - api/schemas/xml/SAP-Schema-15.0/Templates/UserManagement.xsd
726
+ - api/schemas/xml/SAP-Schema-15.0/UDT/._BaseDataTypes.xsd
727
+ - api/schemas/xml/SAP-Schema-15.0/UDT/._HCR-Domains.xsd
728
+ - api/schemas/xml/SAP-Schema-15.0/UDT/._SAP-Domains.xsd
729
+ - api/schemas/xml/SAP-Schema-15.0/UDT/._TypeDefinitions.xsd
730
+ - api/schemas/xml/SAP-Schema-15.0/UDT/BaseDataTypes.xsd
731
+ - api/schemas/xml/SAP-Schema-15.0/UDT/EPC-Domains.xsd
732
+ - api/schemas/xml/SAP-Schema-15.0/UDT/HCR-Domains.xsd
733
+ - api/schemas/xml/SAP-Schema-15.0/UDT/SAP-Domains.xsd
734
+ - api/schemas/xml/SAP-Schema-15.0/UDT/SharedDomains.xsd
735
+ - api/schemas/xml/SAP-Schema-15.0/UDT/TypeDefinitions.xsd
736
+ - api/schemas/xml/SAP-Schema-16.0/._CommonFiles
737
+ - api/schemas/xml/SAP-Schema-16.0/._SAP-EPC
738
+ - api/schemas/xml/SAP-Schema-16.0/._Templates
739
+ - api/schemas/xml/SAP-Schema-16.0/CommonFiles/._CommonStructures.xsd
740
+ - api/schemas/xml/SAP-Schema-16.0/CommonFiles/CommonStructures.xsd
741
+ - api/schemas/xml/SAP-Schema-16.0/CommonFiles/Exceptions.xsd
742
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._Assessor.xsd
743
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessRequest_1.xsd
744
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessResponse_1.xsd
745
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusRequest_1.xsd
746
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusResponse_1.xsd
747
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportCreateRequest_1.xsd
748
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportRetrieveResponse_1.xsd
749
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xml
750
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xsd
751
+ - api/schemas/xml/SAP-Schema-16.0/Messages/._PropertyUPRNValidationResponse_1.xsd
752
+ - api/schemas/xml/SAP-Schema-16.0/Messages/Assessor.xsd
753
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd
754
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd
755
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeStatusRequest_1.xsd
756
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeStatusResponse_1.xsd
757
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportCreateRequest_1.xsd
758
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportCreateResponse_1.xsd
759
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportRetrieveRequest_1.xsd
760
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportRetrieveResponse_1.xsd
761
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xml
762
+ - api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xsd
763
+ - api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationRequest_1.xsd
764
+ - api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationResponse_1.xsd
765
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/._Templates
766
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._EPC-Certificate.xsd
767
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._SAP09-Report.xsd
768
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._UserManagement.xsd
769
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/EPC-Certificate.xsd
770
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/Property.xsd
771
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
772
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-Report.xsd
773
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/UserManagement.xsd
774
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd
775
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/BaseDataTypes.xsd
776
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/EPC-Domains.xsd
777
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SAP09-Domains.xsd
778
+ - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SharedDomains.xsd
779
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-Certificate.xsd
780
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-CollectedData.xsd
781
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-FeaturesGrounds.xsd
782
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-PropertyDetails.xsd
783
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-RiskAssessment.xsd
784
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._HIP-Reports.xsd
785
+ - api/schemas/xml/SAP-Schema-16.0/Templates/._UserManagement.xsd
786
+ - api/schemas/xml/SAP-Schema-16.0/Templates/AssessorManagement.xsd
787
+ - api/schemas/xml/SAP-Schema-16.0/Templates/EPC-Certificate.xsd
788
+ - api/schemas/xml/SAP-Schema-16.0/Templates/EPC-CollectedData.xsd
789
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesExternal.xsd
790
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesGrounds.xsd
791
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesInternal.xsd
792
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesServices.xsd
793
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HCR-PropertyDetails.xsd
794
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HCR-RiskAssessment.xsd
795
+ - api/schemas/xml/SAP-Schema-16.0/Templates/HIP-Reports.xsd
796
+ - api/schemas/xml/SAP-Schema-16.0/Templates/Property.xsd
797
+ - api/schemas/xml/SAP-Schema-16.0/Templates/SAP-Reports.xsd
798
+ - api/schemas/xml/SAP-Schema-16.0/Templates/UserManagement.xsd
799
+ - api/schemas/xml/SAP-Schema-16.0/UDT/._BaseDataTypes.xsd
800
+ - api/schemas/xml/SAP-Schema-16.0/UDT/._HCR-Domains.xsd
801
+ - api/schemas/xml/SAP-Schema-16.0/UDT/._SAP-Domains.xsd
802
+ - api/schemas/xml/SAP-Schema-16.0/UDT/._TypeDefinitions.xsd
803
+ - api/schemas/xml/SAP-Schema-16.0/UDT/BaseDataTypes.xsd
804
+ - api/schemas/xml/SAP-Schema-16.0/UDT/EPC-Domains.xsd
805
+ - api/schemas/xml/SAP-Schema-16.0/UDT/HCR-Domains.xsd
806
+ - api/schemas/xml/SAP-Schema-16.0/UDT/SAP-Domains.xsd
807
+ - api/schemas/xml/SAP-Schema-16.0/UDT/SharedDomains.xsd
808
+ - api/schemas/xml/SAP-Schema-16.0/UDT/TypeDefinitions.xsd
809
+ - api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd
810
+ - api/schemas/xml/SAP-Schema-16.1/CommonFiles/CommonStructures.xsd
811
+ - api/schemas/xml/SAP-Schema-16.1/CommonFiles/Exceptions.xsd
812
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._Assessor.xsd
813
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessRequest_1.xsd
814
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessResponse_1.xsd
815
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusRequest_1.xsd
816
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusResponse_1.xsd
817
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportCreateRequest_1.xsd
818
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportRetrieveResponse_1.xsd
819
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xml
820
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xsd
821
+ - api/schemas/xml/SAP-Schema-16.1/Messages/._PropertyUPRNValidationResponse_1.xsd
822
+ - api/schemas/xml/SAP-Schema-16.1/Messages/Assessor.xsd
823
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd
824
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd
825
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeStatusRequest_1.xsd
826
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeStatusResponse_1.xsd
827
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportCreateRequest_1.xsd
828
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportCreateResponse_1.xsd
829
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportRetrieveRequest_1.xsd
830
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportRetrieveResponse_1.xsd
831
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xml
832
+ - api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xsd
833
+ - api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationRequest_1.xsd
834
+ - api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationResponse_1.xsd
835
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/._Templates
836
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._EPC-Certificate.xsd
837
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._SAP09-Report.xsd
838
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._UserManagement.xsd
839
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/EPC-Certificate.xsd
840
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/Property.xsd
841
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-CollectedData.xsd
842
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-Report.xsd
843
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/UserManagement.xsd
844
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd
845
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/BaseDataTypes.xsd
846
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/EPC-Domains.xsd
847
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SAP09-Domains.xsd
848
+ - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SharedDomains.xsd
849
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-Certificate.xsd
850
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-CollectedData.xsd
851
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-FeaturesGrounds.xsd
852
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-PropertyDetails.xsd
853
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-RiskAssessment.xsd
854
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._HIP-Reports.xsd
855
+ - api/schemas/xml/SAP-Schema-16.1/Templates/._UserManagement.xsd
856
+ - api/schemas/xml/SAP-Schema-16.1/Templates/AssessorManagement.xsd
857
+ - api/schemas/xml/SAP-Schema-16.1/Templates/EPC-Certificate.xsd
858
+ - api/schemas/xml/SAP-Schema-16.1/Templates/EPC-CollectedData.xsd
859
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesExternal.xsd
860
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesGrounds.xsd
861
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesInternal.xsd
862
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesServices.xsd
863
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HCR-PropertyDetails.xsd
864
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HCR-RiskAssessment.xsd
865
+ - api/schemas/xml/SAP-Schema-16.1/Templates/HIP-Reports.xsd
866
+ - api/schemas/xml/SAP-Schema-16.1/Templates/Property.xsd
867
+ - api/schemas/xml/SAP-Schema-16.1/Templates/SAP-Reports.xsd
868
+ - api/schemas/xml/SAP-Schema-16.1/Templates/UserManagement.xsd
869
+ - api/schemas/xml/SAP-Schema-16.1/UDT/._BaseDataTypes.xsd
870
+ - api/schemas/xml/SAP-Schema-16.1/UDT/._HCR-Domains.xsd
871
+ - api/schemas/xml/SAP-Schema-16.1/UDT/._SAP-Domains.xsd
872
+ - api/schemas/xml/SAP-Schema-16.1/UDT/._TypeDefinitions.xsd
873
+ - api/schemas/xml/SAP-Schema-16.1/UDT/BaseDataTypes.xsd
874
+ - api/schemas/xml/SAP-Schema-16.1/UDT/EPC-Domains.xsd
875
+ - api/schemas/xml/SAP-Schema-16.1/UDT/HCR-Domains.xsd
876
+ - api/schemas/xml/SAP-Schema-16.1/UDT/SAP-Domains.xsd
877
+ - api/schemas/xml/SAP-Schema-16.1/UDT/SharedDomains.xsd
878
+ - api/schemas/xml/SAP-Schema-16.1/UDT/TypeDefinitions.xsd
879
+ - api/schemas/xml/SAP-Schema-16.2/._CommonFiles
880
+ - api/schemas/xml/SAP-Schema-16.2/._SAP-EPC
881
+ - api/schemas/xml/SAP-Schema-16.2/._Templates
882
+ - api/schemas/xml/SAP-Schema-16.2/CommonFiles/._CommonStructures.xsd
883
+ - api/schemas/xml/SAP-Schema-16.2/CommonFiles/CommonStructures.xsd
884
+ - api/schemas/xml/SAP-Schema-16.2/CommonFiles/Exceptions.xsd
885
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._Assessor.xsd
886
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessRequest_1.xsd
887
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessResponse_1.xsd
888
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusRequest_1.xsd
889
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusResponse_1.xsd
890
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportCreateRequest_1.xsd
891
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportRetrieveResponse_1.xsd
892
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xml
893
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xsd
894
+ - api/schemas/xml/SAP-Schema-16.2/Messages/._PropertyUPRNValidationResponse_1.xsd
895
+ - api/schemas/xml/SAP-Schema-16.2/Messages/Assessor.xsd
896
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessRequest_1.xsd
897
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessResponse_1.xsd
898
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeStatusRequest_1.xsd
899
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeStatusResponse_1.xsd
900
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportCreateRequest_1.xsd
901
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportCreateResponse_1.xsd
902
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportRetrieveRequest_1.xsd
903
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportRetrieveResponse_1.xsd
904
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xml
905
+ - api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xsd
906
+ - api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationRequest_1.xsd
907
+ - api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationResponse_1.xsd
908
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/._Templates
909
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._EPC-Certificate.xsd
910
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._SAP09-Report.xsd
911
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._UserManagement.xsd
912
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/EPC-Certificate.xsd
913
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/Property.xsd
914
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-CollectedData.xsd
915
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-Report.xsd
916
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/UserManagement.xsd
917
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd
918
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/BaseDataTypes.xsd
919
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/EPC-Domains.xsd
920
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SAP09-Domains.xsd
921
+ - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SharedDomains.xsd
922
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-Certificate.xsd
923
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-CollectedData.xsd
924
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-FeaturesGrounds.xsd
925
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-PropertyDetails.xsd
926
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-RiskAssessment.xsd
927
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._HIP-Reports.xsd
928
+ - api/schemas/xml/SAP-Schema-16.2/Templates/._UserManagement.xsd
929
+ - api/schemas/xml/SAP-Schema-16.2/Templates/AssessorManagement.xsd
930
+ - api/schemas/xml/SAP-Schema-16.2/Templates/EPC-Certificate.xsd
931
+ - api/schemas/xml/SAP-Schema-16.2/Templates/EPC-CollectedData.xsd
932
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesExternal.xsd
933
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesGrounds.xsd
934
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesInternal.xsd
935
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesServices.xsd
936
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HCR-PropertyDetails.xsd
937
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HCR-RiskAssessment.xsd
938
+ - api/schemas/xml/SAP-Schema-16.2/Templates/HIP-Reports.xsd
939
+ - api/schemas/xml/SAP-Schema-16.2/Templates/Property.xsd
940
+ - api/schemas/xml/SAP-Schema-16.2/Templates/SAP-Reports.xsd
941
+ - api/schemas/xml/SAP-Schema-16.2/Templates/UserManagement.xsd
942
+ - api/schemas/xml/SAP-Schema-16.2/UDT/._BaseDataTypes.xsd
943
+ - api/schemas/xml/SAP-Schema-16.2/UDT/._HCR-Domains.xsd
944
+ - api/schemas/xml/SAP-Schema-16.2/UDT/._SAP-Domains.xsd
945
+ - api/schemas/xml/SAP-Schema-16.2/UDT/._TypeDefinitions.xsd
946
+ - api/schemas/xml/SAP-Schema-16.2/UDT/BaseDataTypes.xsd
947
+ - api/schemas/xml/SAP-Schema-16.2/UDT/EPC-Domains.xsd
948
+ - api/schemas/xml/SAP-Schema-16.2/UDT/HCR-Domains.xsd
949
+ - api/schemas/xml/SAP-Schema-16.2/UDT/SAP-Domains.xsd
950
+ - api/schemas/xml/SAP-Schema-16.2/UDT/SharedDomains.xsd
951
+ - api/schemas/xml/SAP-Schema-16.2/UDT/TypeDefinitions.xsd
952
+ - api/schemas/xml/SAP-Schema-16.3/CommonFiles/CommonStructures.xsd
953
+ - api/schemas/xml/SAP-Schema-16.3/CommonFiles/Exceptions.xsd
954
+ - api/schemas/xml/SAP-Schema-16.3/Messages/Assessor.xsd
955
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeAccessRequest_1.xsd
956
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeAccessResponse_1.xsd
957
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeStatusRequest_1.xsd
958
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeStatusResponse_1.xsd
959
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportCreateRequest_1.xsd
960
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportCreateResponse_1.xsd
961
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportRetrieveRequest_1.xsd
962
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportRetrieveResponse_1.xsd
963
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ExternalDefinitions.xml
964
+ - api/schemas/xml/SAP-Schema-16.3/Messages/ExternalDefinitions.xsd
965
+ - api/schemas/xml/SAP-Schema-16.3/Messages/PropertyUPRNValidationRequest_1.xsd
966
+ - api/schemas/xml/SAP-Schema-16.3/Messages/PropertyUPRNValidationResponse_1.xsd
967
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/EPC-Certificate.xsd
968
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/Property.xsd
969
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/SAP09-CollectedData.xsd
970
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/SAP09-Report.xsd
971
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/UserManagement.xsd
972
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/BaseDataTypes.xsd
973
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/EPC-Domains.xsd
974
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/SAP09-Domains.xsd
975
+ - api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/SharedDomains.xsd
976
+ - api/schemas/xml/SAP-Schema-16.3/Templates/AssessorManagement.xsd
977
+ - api/schemas/xml/SAP-Schema-16.3/Templates/EPC-Certificate.xsd
978
+ - api/schemas/xml/SAP-Schema-16.3/Templates/EPC-CollectedData.xsd
979
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesExternal.xsd
980
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesGrounds.xsd
981
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesInternal.xsd
982
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesServices.xsd
983
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HCR-PropertyDetails.xsd
984
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HCR-RiskAssessment.xsd
985
+ - api/schemas/xml/SAP-Schema-16.3/Templates/HIP-Reports.xsd
986
+ - api/schemas/xml/SAP-Schema-16.3/Templates/Property.xsd
987
+ - api/schemas/xml/SAP-Schema-16.3/Templates/SAP-Reports.xsd
988
+ - api/schemas/xml/SAP-Schema-16.3/Templates/UserManagement.xsd
989
+ - api/schemas/xml/SAP-Schema-16.3/UDT/BaseDataTypes.xsd
990
+ - api/schemas/xml/SAP-Schema-16.3/UDT/EPC-Domains.xsd
991
+ - api/schemas/xml/SAP-Schema-16.3/UDT/HCR-Domains.xsd
992
+ - api/schemas/xml/SAP-Schema-16.3/UDT/SAP-Domains.xsd
993
+ - api/schemas/xml/SAP-Schema-16.3/UDT/SharedDomains.xsd
994
+ - api/schemas/xml/SAP-Schema-16.3/UDT/TypeDefinitions.xsd
995
+ - api/schemas/xml/SAP-Schema-17.0/SAP/ExternalDefinitions.xml
996
+ - api/schemas/xml/SAP-Schema-17.0/SAP/ExternalDefinitions.xsd
997
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/AssessorManagement.xsd
998
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/EPC-Certificate.xsd
999
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/ExceptionList.xsd
1000
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/Property.xsd
1001
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/ReportList.xsd
1002
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/SAP-CollectedData.xsd
1003
+ - api/schemas/xml/SAP-Schema-17.0/SAP/Templates/SAP-Report.xsd
1004
+ - api/schemas/xml/SAP-Schema-17.0/SAP/UDT/EPC-Domains.xsd
1005
+ - api/schemas/xml/SAP-Schema-17.0/SAP/UDT/SAP-Domains.xsd
1006
+ - api/schemas/xml/SAP-Schema-17.1/SAP/ExternalDefinitions.xml
1007
+ - api/schemas/xml/SAP-Schema-17.1/SAP/ExternalDefinitions.xsd
1008
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/AssessorManagement.xsd
1009
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/EPC-Certificate.xsd
1010
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/ExceptionList.xsd
1011
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/Property.xsd
1012
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/ReportList.xsd
1013
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/SAP-CollectedData.xsd
1014
+ - api/schemas/xml/SAP-Schema-17.1/SAP/Templates/SAP-Report.xsd
1015
+ - api/schemas/xml/SAP-Schema-17.1/SAP/UDT/EPC-Domains.xsd
1016
+ - api/schemas/xml/SAP-Schema-17.1/SAP/UDT/SAP-Domains.xsd
1017
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/ExternalDefinitions.xml
1018
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/ExternalDefinitions.xsd
1019
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/AssessorManagement.xsd
1020
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/EPC-Certificate.xsd
1021
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/Property.xsd
1022
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/SAP-CollectedData.xsd
1023
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/SAP-Report.xsd
1024
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/UDT/EPC-Domains.xsd
1025
+ - api/schemas/xml/SAP-Schema-18.0.0/SAP/UDT/SAP-Domains.xsd
1026
+ - api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/CommonStructures.xsd
1027
+ - api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/Exceptions.xsd
1028
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd
1029
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessResponse_1.xsd
1030
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeStatusRequest_1.xsd
1031
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeStatusResponse_1.xsd
1032
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportCreateRequest_1.xsd
1033
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportCreateResponse_1.xsd
1034
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportRetrieveRequest_1.xsd
1035
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportRetrieveResponse_1.xsd
1036
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1037
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1038
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1039
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1040
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/PropertyUPRNValidationRequest_1.xsd
1041
+ - api/schemas/xml/SAP-Schema-NI-11.2/Messages/PropertyUPRNValidationResponse_1.xsd
1042
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/EPC-Certificate.xsd
1043
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/Property.xsd
1044
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/SAP05-CollectedData.xsd
1045
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/SAP05-Report.xsd
1046
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/UserManagement.xsd
1047
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/BaseDataTypes.xsd
1048
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/EPC-Domains.xsd
1049
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/SAP05-Domains.xsd
1050
+ - api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/SharedDomains.xsd
1051
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/EPC-Certificate.xsd
1052
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/EPC-CollectedData.xsd
1053
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesExternal.xsd
1054
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesGrounds.xsd
1055
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesInternal.xsd
1056
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesServices.xsd
1057
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-PropertyDetails.xsd
1058
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-RiskAssessment.xsd
1059
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/HIP-Reports.xsd
1060
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/Property.xsd
1061
+ - api/schemas/xml/SAP-Schema-NI-11.2/Templates/UserManagement.xsd
1062
+ - api/schemas/xml/SAP-Schema-NI-11.2/UDT/BaseDataTypes.xsd
1063
+ - api/schemas/xml/SAP-Schema-NI-11.2/UDT/EPC-Domains.xsd
1064
+ - api/schemas/xml/SAP-Schema-NI-11.2/UDT/HCR-Domains.xsd
1065
+ - api/schemas/xml/SAP-Schema-NI-11.2/UDT/SAP-Domains.xsd
1066
+ - api/schemas/xml/SAP-Schema-NI-11.2/UDT/SharedDomains.xsd
1067
+ - api/schemas/xml/SAP-Schema-NI-11.2/UDT/TypeDefinitions.xsd
1068
+ - api/schemas/xml/SAP-Schema-NI-12.0/CommonFiles/CommonStructures.xsd
1069
+ - api/schemas/xml/SAP-Schema-NI-12.0/CommonFiles/Exceptions.xsd
1070
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeAccessRequest_1.xsd
1071
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeAccessResponse_1.xsd
1072
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeStatusRequest_1.xsd
1073
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeStatusResponse_1.xsd
1074
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportCreateRequest_1.xsd
1075
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportCreateResponse_1.xsd
1076
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportRetrieveRequest_1.xsd
1077
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportRetrieveResponse_1.xsd
1078
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1079
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1080
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1081
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1082
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/PropertyUPRNValidationRequest_1.xsd
1083
+ - api/schemas/xml/SAP-Schema-NI-12.0/Messages/PropertyUPRNValidationResponse_1.xsd
1084
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/EPC-Certificate.xsd
1085
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/Property.xsd
1086
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
1087
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/SAP05-Report.xsd
1088
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/UserManagement.xsd
1089
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/BaseDataTypes.xsd
1090
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/EPC-Domains.xsd
1091
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/SAP05-Domains.xsd
1092
+ - api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/SharedDomains.xsd
1093
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/EPC-Certificate.xsd
1094
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/EPC-CollectedData.xsd
1095
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesExternal.xsd
1096
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesGrounds.xsd
1097
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesInternal.xsd
1098
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesServices.xsd
1099
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-PropertyDetails.xsd
1100
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-RiskAssessment.xsd
1101
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/HIP-Reports.xsd
1102
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/Property.xsd
1103
+ - api/schemas/xml/SAP-Schema-NI-12.0/Templates/UserManagement.xsd
1104
+ - api/schemas/xml/SAP-Schema-NI-12.0/UDT/BaseDataTypes.xsd
1105
+ - api/schemas/xml/SAP-Schema-NI-12.0/UDT/EPC-Domains.xsd
1106
+ - api/schemas/xml/SAP-Schema-NI-12.0/UDT/HCR-Domains.xsd
1107
+ - api/schemas/xml/SAP-Schema-NI-12.0/UDT/SAP-Domains.xsd
1108
+ - api/schemas/xml/SAP-Schema-NI-12.0/UDT/SharedDomains.xsd
1109
+ - api/schemas/xml/SAP-Schema-NI-12.0/UDT/TypeDefinitions.xsd
1110
+ - api/schemas/xml/SAP-Schema-NI-13.0/CommonFiles/CommonStructures.xsd
1111
+ - api/schemas/xml/SAP-Schema-NI-13.0/CommonFiles/Exceptions.xsd
1112
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeAccessRequest_1.xsd
1113
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeAccessResponse_1.xsd
1114
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeStatusRequest_1.xsd
1115
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeStatusResponse_1.xsd
1116
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportCreateRequest_1.xsd
1117
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportCreateResponse_1.xsd
1118
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportRetrieveRequest_1.xsd
1119
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportRetrieveResponse_1.xsd
1120
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1121
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1122
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1123
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1124
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/PropertyUPRNValidationRequest_1.xsd
1125
+ - api/schemas/xml/SAP-Schema-NI-13.0/Messages/PropertyUPRNValidationResponse_1.xsd
1126
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/EPC-Certificate.xsd
1127
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/Property.xsd
1128
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
1129
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/SAP05-Report.xsd
1130
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/UserManagement.xsd
1131
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/BaseDataTypes.xsd
1132
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/EPC-Domains.xsd
1133
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/Recommendations.xsd
1134
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/SAP05-Domains.xsd
1135
+ - api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/SharedDomains.xsd
1136
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/EPC-Certificate.xsd
1137
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/EPC-CollectedData.xsd
1138
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesExternal.xsd
1139
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesGrounds.xsd
1140
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesInternal.xsd
1141
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesServices.xsd
1142
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-PropertyDetails.xsd
1143
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-RiskAssessment.xsd
1144
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/HIP-Reports.xsd
1145
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/Property.xsd
1146
+ - api/schemas/xml/SAP-Schema-NI-13.0/Templates/UserManagement.xsd
1147
+ - api/schemas/xml/SAP-Schema-NI-13.0/UDT/BaseDataTypes.xsd
1148
+ - api/schemas/xml/SAP-Schema-NI-13.0/UDT/EPC-Domains.xsd
1149
+ - api/schemas/xml/SAP-Schema-NI-13.0/UDT/HCR-Domains.xsd
1150
+ - api/schemas/xml/SAP-Schema-NI-13.0/UDT/SAP-Domains.xsd
1151
+ - api/schemas/xml/SAP-Schema-NI-13.0/UDT/SharedDomains.xsd
1152
+ - api/schemas/xml/SAP-Schema-NI-13.0/UDT/TypeDefinitions.xsd
1153
+ - api/schemas/xml/SAP-Schema-NI-14.0/CommonFiles/CommonStructures.xsd
1154
+ - api/schemas/xml/SAP-Schema-NI-14.0/CommonFiles/Exceptions.xsd
1155
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeAccessRequest_1.xsd
1156
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeAccessResponse_1.xsd
1157
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeStatusRequest_1.xsd
1158
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeStatusResponse_1.xsd
1159
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportCreateRequest_1.xsd
1160
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportCreateResponse_1.xsd
1161
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportRetrieveRequest_1.xsd
1162
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportRetrieveResponse_1.xsd
1163
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1164
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1165
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1166
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1167
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/PropertyUPRNValidationRequest_1.xsd
1168
+ - api/schemas/xml/SAP-Schema-NI-14.0/Messages/PropertyUPRNValidationResponse_1.xsd
1169
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/EPC-Certificate.xsd
1170
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/Property.xsd
1171
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
1172
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/SAP05-Report.xsd
1173
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/UserManagement.xsd
1174
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/BaseDataTypes.xsd
1175
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/EPC-Domains.xsd
1176
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/SAP05-Domains.xsd
1177
+ - api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/SharedDomains.xsd
1178
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/EPC-Certificate.xsd
1179
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/EPC-CollectedData.xsd
1180
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesExternal.xsd
1181
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesGrounds.xsd
1182
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesInternal.xsd
1183
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesServices.xsd
1184
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-PropertyDetails.xsd
1185
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-RiskAssessment.xsd
1186
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/HIP-Reports.xsd
1187
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/Property.xsd
1188
+ - api/schemas/xml/SAP-Schema-NI-14.0/Templates/UserManagement.xsd
1189
+ - api/schemas/xml/SAP-Schema-NI-14.0/UDT/BaseDataTypes.xsd
1190
+ - api/schemas/xml/SAP-Schema-NI-14.0/UDT/EPC-Domains.xsd
1191
+ - api/schemas/xml/SAP-Schema-NI-14.0/UDT/HCR-Domains.xsd
1192
+ - api/schemas/xml/SAP-Schema-NI-14.0/UDT/SAP-Domains.xsd
1193
+ - api/schemas/xml/SAP-Schema-NI-14.0/UDT/SharedDomains.xsd
1194
+ - api/schemas/xml/SAP-Schema-NI-14.0/UDT/TypeDefinitions.xsd
1195
+ - api/schemas/xml/SAP-Schema-NI-14.1/CommonFiles/CommonStructures.xsd
1196
+ - api/schemas/xml/SAP-Schema-NI-14.1/CommonFiles/Exceptions.xsd
1197
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd
1198
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd
1199
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd
1200
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeStatusResponse_1.xsd
1201
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportCreateRequest_1.xsd
1202
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportCreateResponse_1.xsd
1203
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportRetrieveRequest_1.xsd
1204
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportRetrieveResponse_1.xsd
1205
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1206
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1207
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1208
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1209
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/PropertyUPRNValidationRequest_1.xsd
1210
+ - api/schemas/xml/SAP-Schema-NI-14.1/Messages/PropertyUPRNValidationResponse_1.xsd
1211
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/EPC-Certificate.xsd
1212
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/Property.xsd
1213
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd
1214
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/SAP05-Report.xsd
1215
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/UserManagement.xsd
1216
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/BaseDataTypes.xsd
1217
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/EPC-Domains.xsd
1218
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/SAP05-Domains.xsd
1219
+ - api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/SharedDomains.xsd
1220
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/EPC-Certificate.xsd
1221
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/EPC-CollectedData.xsd
1222
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesExternal.xsd
1223
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesGrounds.xsd
1224
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesInternal.xsd
1225
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesServices.xsd
1226
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-PropertyDetails.xsd
1227
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-RiskAssessment.xsd
1228
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/HIP-Reports.xsd
1229
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/Property.xsd
1230
+ - api/schemas/xml/SAP-Schema-NI-14.1/Templates/UserManagement.xsd
1231
+ - api/schemas/xml/SAP-Schema-NI-14.1/UDT/BaseDataTypes.xsd
1232
+ - api/schemas/xml/SAP-Schema-NI-14.1/UDT/EPC-Domains.xsd
1233
+ - api/schemas/xml/SAP-Schema-NI-14.1/UDT/HCR-Domains.xsd
1234
+ - api/schemas/xml/SAP-Schema-NI-14.1/UDT/SAP-Domains.xsd
1235
+ - api/schemas/xml/SAP-Schema-NI-14.1/UDT/SharedDomains.xsd
1236
+ - api/schemas/xml/SAP-Schema-NI-14.1/UDT/TypeDefinitions.xsd
1237
+ - api/schemas/xml/SAP-Schema-NI-14.2/CommonFiles/CommonStructures.xsd
1238
+ - api/schemas/xml/SAP-Schema-NI-14.2/CommonFiles/Exceptions.xsd
1239
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd
1240
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd
1241
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd
1242
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeStatusResponse_1.xsd
1243
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportCreateRequest_1.xsd
1244
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportCreateResponse_1.xsd
1245
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportRetrieveRequest_1.xsd
1246
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportRetrieveResponse_1.xsd
1247
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ExternalDefinitions.xml
1248
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/ExternalDefinitions.xsd
1249
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1250
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1251
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1252
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1253
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/PropertyUPRNValidationRequest_1.xsd
1254
+ - api/schemas/xml/SAP-Schema-NI-14.2/Messages/PropertyUPRNValidationResponse_1.xsd
1255
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/EPC-Certificate.xsd
1256
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/Property.xsd
1257
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd
1258
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/SAP05-Report.xsd
1259
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/UserManagement.xsd
1260
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/BaseDataTypes.xsd
1261
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/EPC-Domains.xsd
1262
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/SAP05-Domains.xsd
1263
+ - api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/SharedDomains.xsd
1264
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/EPC-Certificate.xsd
1265
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/EPC-CollectedData.xsd
1266
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesExternal.xsd
1267
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesGrounds.xsd
1268
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesInternal.xsd
1269
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesServices.xsd
1270
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-PropertyDetails.xsd
1271
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-RiskAssessment.xsd
1272
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/HIP-Reports.xsd
1273
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/Property.xsd
1274
+ - api/schemas/xml/SAP-Schema-NI-14.2/Templates/UserManagement.xsd
1275
+ - api/schemas/xml/SAP-Schema-NI-14.2/UDT/BaseDataTypes.xsd
1276
+ - api/schemas/xml/SAP-Schema-NI-14.2/UDT/EPC-Domains.xsd
1277
+ - api/schemas/xml/SAP-Schema-NI-14.2/UDT/HCR-Domains.xsd
1278
+ - api/schemas/xml/SAP-Schema-NI-14.2/UDT/SAP-Domains.xsd
1279
+ - api/schemas/xml/SAP-Schema-NI-14.2/UDT/SharedDomains.xsd
1280
+ - api/schemas/xml/SAP-Schema-NI-14.2/UDT/TypeDefinitions.xsd
1281
+ - api/schemas/xml/SAP-Schema-NI-15.0/CommonFiles/CommonStructures.xsd
1282
+ - api/schemas/xml/SAP-Schema-NI-15.0/CommonFiles/Exceptions.xsd
1283
+ - api/schemas/xml/SAP-Schema-NI-15.0/META-INF/MANIFEST.MF
1284
+ - api/schemas/xml/SAP-Schema-NI-15.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties
1285
+ - api/schemas/xml/SAP-Schema-NI-15.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml
1286
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd
1287
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd
1288
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd
1289
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeStatusResponse_1.xsd
1290
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportCreateRequest_1.xsd
1291
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportCreateResponse_1.xsd
1292
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportRetrieveRequest_1.xsd
1293
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportRetrieveResponse_1.xsd
1294
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ExternalDefinitions.xml
1295
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/ExternalDefinitions.xsd
1296
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1297
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1298
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1299
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1300
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/PropertyUPRNValidationRequest_1.xsd
1301
+ - api/schemas/xml/SAP-Schema-NI-15.0/Messages/PropertyUPRNValidationResponse_1.xsd
1302
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/EPC-Certificate.xsd
1303
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/Property.xsd
1304
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
1305
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/SAP05-Report.xsd
1306
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/UserManagement.xsd
1307
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/BaseDataTypes.xsd
1308
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/EPC-Domains.xsd
1309
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/SAP05-Domains.xsd
1310
+ - api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/SharedDomains.xsd
1311
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/EPC-Certificate.xsd
1312
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/EPC-CollectedData.xsd
1313
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesExternal.xsd
1314
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesGrounds.xsd
1315
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesInternal.xsd
1316
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesServices.xsd
1317
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-PropertyDetails.xsd
1318
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-RiskAssessment.xsd
1319
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/HIP-Reports.xsd
1320
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/Property.xsd
1321
+ - api/schemas/xml/SAP-Schema-NI-15.0/Templates/UserManagement.xsd
1322
+ - api/schemas/xml/SAP-Schema-NI-15.0/UDT/BaseDataTypes.xsd
1323
+ - api/schemas/xml/SAP-Schema-NI-15.0/UDT/EPC-Domains.xsd
1324
+ - api/schemas/xml/SAP-Schema-NI-15.0/UDT/HCR-Domains.xsd
1325
+ - api/schemas/xml/SAP-Schema-NI-15.0/UDT/SAP-Domains.xsd
1326
+ - api/schemas/xml/SAP-Schema-NI-15.0/UDT/SharedDomains.xsd
1327
+ - api/schemas/xml/SAP-Schema-NI-15.0/UDT/TypeDefinitions.xsd
1328
+ - api/schemas/xml/SAP-Schema-NI-16.0/CommonFiles/CommonStructures.xsd
1329
+ - api/schemas/xml/SAP-Schema-NI-16.0/CommonFiles/Exceptions.xsd
1330
+ - api/schemas/xml/SAP-Schema-NI-16.0/META-INF/MANIFEST.MF
1331
+ - api/schemas/xml/SAP-Schema-NI-16.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties
1332
+ - api/schemas/xml/SAP-Schema-NI-16.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml
1333
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/Assessor.xsd
1334
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd
1335
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd
1336
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeStatusRequest_1.xsd
1337
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeStatusResponse_1.xsd
1338
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportCreateRequest_1.xsd
1339
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportCreateResponse_1.xsd
1340
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportRetrieveRequest_1.xsd
1341
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportRetrieveResponse_1.xsd
1342
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ExternalDefinitions.xml
1343
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/ExternalDefinitions.xsd
1344
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1345
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1346
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1347
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1348
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/PropertyUPRNValidationRequest_1.xsd
1349
+ - api/schemas/xml/SAP-Schema-NI-16.0/Messages/PropertyUPRNValidationResponse_1.xsd
1350
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/EPC-Certificate.xsd
1351
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/Property.xsd
1352
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/SAP05-CollectedData.xsd
1353
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/SAP05-Report.xsd
1354
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/UserManagement.xsd
1355
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/BaseDataTypes.xsd
1356
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/EPC-Domains.xsd
1357
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/SAP05-Domains.xsd
1358
+ - api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/SharedDomains.xsd
1359
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/AssessorManagement.xsd
1360
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/EPC-Certificate.xsd
1361
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/EPC-CollectedData.xsd
1362
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesExternal.xsd
1363
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesGrounds.xsd
1364
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesInternal.xsd
1365
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesServices.xsd
1366
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-PropertyDetails.xsd
1367
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-RiskAssessment.xsd
1368
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/HIP-Reports.xsd
1369
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/Property.xsd
1370
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/SAP-Reports.xsd
1371
+ - api/schemas/xml/SAP-Schema-NI-16.0/Templates/UserManagement.xsd
1372
+ - api/schemas/xml/SAP-Schema-NI-16.0/UDT/BaseDataTypes.xsd
1373
+ - api/schemas/xml/SAP-Schema-NI-16.0/UDT/EPC-Domains.xsd
1374
+ - api/schemas/xml/SAP-Schema-NI-16.0/UDT/HCR-Domains.xsd
1375
+ - api/schemas/xml/SAP-Schema-NI-16.0/UDT/SAP-Domains.xsd
1376
+ - api/schemas/xml/SAP-Schema-NI-16.0/UDT/SharedDomains.xsd
1377
+ - api/schemas/xml/SAP-Schema-NI-16.0/UDT/TypeDefinitions.xsd
1378
+ - api/schemas/xml/SAP-Schema-NI-16.1/CommonFiles/CommonStructures.xsd
1379
+ - api/schemas/xml/SAP-Schema-NI-16.1/CommonFiles/Exceptions.xsd
1380
+ - api/schemas/xml/SAP-Schema-NI-16.1/META-INF/MANIFEST.MF
1381
+ - api/schemas/xml/SAP-Schema-NI-16.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties
1382
+ - api/schemas/xml/SAP-Schema-NI-16.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml
1383
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/Assessor.xsd
1384
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd
1385
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd
1386
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeStatusRequest_1.xsd
1387
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeStatusResponse_1.xsd
1388
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportCreateRequest_1.xsd
1389
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportCreateResponse_1.xsd
1390
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportRetrieveRequest_1.xsd
1391
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportRetrieveResponse_1.xsd
1392
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ExternalDefinitions.xml
1393
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/ExternalDefinitions.xsd
1394
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1395
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1396
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1397
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1398
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/PropertyUPRNValidationRequest_1.xsd
1399
+ - api/schemas/xml/SAP-Schema-NI-16.1/Messages/PropertyUPRNValidationResponse_1.xsd
1400
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/EPC-Certificate.xsd
1401
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/Property.xsd
1402
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/SAP05-CollectedData.xsd
1403
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/SAP05-Report.xsd
1404
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/UserManagement.xsd
1405
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/BaseDataTypes.xsd
1406
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/EPC-Domains.xsd
1407
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/SAP05-Domains.xsd
1408
+ - api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/SharedDomains.xsd
1409
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/AssessorManagement.xsd
1410
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/EPC-Certificate.xsd
1411
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/EPC-CollectedData.xsd
1412
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesExternal.xsd
1413
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesGrounds.xsd
1414
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesInternal.xsd
1415
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesServices.xsd
1416
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-PropertyDetails.xsd
1417
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-RiskAssessment.xsd
1418
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/HIP-Reports.xsd
1419
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/Property.xsd
1420
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/SAP-Reports.xsd
1421
+ - api/schemas/xml/SAP-Schema-NI-16.1/Templates/UserManagement.xsd
1422
+ - api/schemas/xml/SAP-Schema-NI-16.1/UDT/BaseDataTypes.xsd
1423
+ - api/schemas/xml/SAP-Schema-NI-16.1/UDT/EPC-Domains.xsd
1424
+ - api/schemas/xml/SAP-Schema-NI-16.1/UDT/HCR-Domains.xsd
1425
+ - api/schemas/xml/SAP-Schema-NI-16.1/UDT/SAP-Domains.xsd
1426
+ - api/schemas/xml/SAP-Schema-NI-16.1/UDT/SharedDomains.xsd
1427
+ - api/schemas/xml/SAP-Schema-NI-16.1/UDT/TypeDefinitions.xsd
1428
+ - api/schemas/xml/SAP-Schema-NI-17.0/CommonFiles/CommonStructures.xsd
1429
+ - api/schemas/xml/SAP-Schema-NI-17.0/CommonFiles/Exceptions.xsd
1430
+ - api/schemas/xml/SAP-Schema-NI-17.0/META-INF/MANIFEST.MF
1431
+ - api/schemas/xml/SAP-Schema-NI-17.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties
1432
+ - api/schemas/xml/SAP-Schema-NI-17.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml
1433
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/Assessor.xsd
1434
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeAccessRequest_1.xsd
1435
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeAccessResponse_1.xsd
1436
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeStatusRequest_1.xsd
1437
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeStatusResponse_1.xsd
1438
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportCreateRequest_1.xsd
1439
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportCreateResponse_1.xsd
1440
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportRetrieveRequest_1.xsd
1441
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportRetrieveResponse_1.xsd
1442
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ExternalDefinitions.xml
1443
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/ExternalDefinitions.xsd
1444
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1445
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1446
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1447
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1448
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/PropertyUPRNValidationRequest_1.xsd
1449
+ - api/schemas/xml/SAP-Schema-NI-17.0/Messages/PropertyUPRNValidationResponse_1.xsd
1450
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/EPC-Certificate.xsd
1451
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/Property.xsd
1452
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
1453
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/SAP09-Report.xsd
1454
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/UserManagement.xsd
1455
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/BaseDataTypes.xsd
1456
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/EPC-Domains.xsd
1457
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/SAP09-Domains.xsd
1458
+ - api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/SharedDomains.xsd
1459
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/AssessorManagement.xsd
1460
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/EPC-Certificate.xsd
1461
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/EPC-CollectedData.xsd
1462
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesExternal.xsd
1463
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesGrounds.xsd
1464
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesInternal.xsd
1465
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesServices.xsd
1466
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-PropertyDetails.xsd
1467
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-RiskAssessment.xsd
1468
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/HIP-Reports.xsd
1469
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/Property.xsd
1470
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/SAP-Reports.xsd
1471
+ - api/schemas/xml/SAP-Schema-NI-17.0/Templates/UserManagement.xsd
1472
+ - api/schemas/xml/SAP-Schema-NI-17.0/UDT/BaseDataTypes.xsd
1473
+ - api/schemas/xml/SAP-Schema-NI-17.0/UDT/EPC-Domains.xsd
1474
+ - api/schemas/xml/SAP-Schema-NI-17.0/UDT/HCR-Domains.xsd
1475
+ - api/schemas/xml/SAP-Schema-NI-17.0/UDT/SAP-Domains.xsd
1476
+ - api/schemas/xml/SAP-Schema-NI-17.0/UDT/SharedDomains.xsd
1477
+ - api/schemas/xml/SAP-Schema-NI-17.0/UDT/TypeDefinitions.xsd
1478
+ - api/schemas/xml/SAP-Schema-NI-17.1/CommonFiles/CommonStructures.xsd
1479
+ - api/schemas/xml/SAP-Schema-NI-17.1/CommonFiles/Exceptions.xsd
1480
+ - api/schemas/xml/SAP-Schema-NI-17.1/META-INF/MANIFEST.MF
1481
+ - api/schemas/xml/SAP-Schema-NI-17.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties
1482
+ - api/schemas/xml/SAP-Schema-NI-17.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml
1483
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/Assessor.xsd
1484
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeAccessRequest_1.xsd
1485
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeAccessResponse_1.xsd
1486
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeStatusRequest_1.xsd
1487
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeStatusResponse_1.xsd
1488
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportCreateRequest_1.xsd
1489
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportCreateResponse_1.xsd
1490
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportRetrieveRequest_1.xsd
1491
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportRetrieveResponse_1.xsd
1492
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ExternalDefinitions.xml
1493
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/ExternalDefinitions.xsd
1494
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1495
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1496
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1497
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1498
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/PropertyUPRNValidationRequest_1.xsd
1499
+ - api/schemas/xml/SAP-Schema-NI-17.1/Messages/PropertyUPRNValidationResponse_1.xsd
1500
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/EPC-Certificate.xsd
1501
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/Property.xsd
1502
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/SAP09-CollectedData.xsd
1503
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/SAP09-Report.xsd
1504
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/UserManagement.xsd
1505
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/BaseDataTypes.xsd
1506
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/EPC-Domains.xsd
1507
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/SAP09-Domains.xsd
1508
+ - api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/SharedDomains.xsd
1509
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/AssessorManagement.xsd
1510
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/EPC-Certificate.xsd
1511
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/EPC-CollectedData.xsd
1512
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesExternal.xsd
1513
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesGrounds.xsd
1514
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesInternal.xsd
1515
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesServices.xsd
1516
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-PropertyDetails.xsd
1517
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-RiskAssessment.xsd
1518
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/HIP-Reports.xsd
1519
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/Property.xsd
1520
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/SAP-Reports.xsd
1521
+ - api/schemas/xml/SAP-Schema-NI-17.1/Templates/UserManagement.xsd
1522
+ - api/schemas/xml/SAP-Schema-NI-17.1/UDT/BaseDataTypes.xsd
1523
+ - api/schemas/xml/SAP-Schema-NI-17.1/UDT/EPC-Domains.xsd
1524
+ - api/schemas/xml/SAP-Schema-NI-17.1/UDT/HCR-Domains.xsd
1525
+ - api/schemas/xml/SAP-Schema-NI-17.1/UDT/SAP-Domains.xsd
1526
+ - api/schemas/xml/SAP-Schema-NI-17.1/UDT/SharedDomains.xsd
1527
+ - api/schemas/xml/SAP-Schema-NI-17.1/UDT/TypeDefinitions.xsd
1528
+ - api/schemas/xml/SAP-Schema-NI-17.2/CommonFiles/CommonStructures.xsd
1529
+ - api/schemas/xml/SAP-Schema-NI-17.2/CommonFiles/Exceptions.xsd
1530
+ - api/schemas/xml/SAP-Schema-NI-17.2/META-INF/MANIFEST.MF
1531
+ - api/schemas/xml/SAP-Schema-NI-17.2/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties
1532
+ - api/schemas/xml/SAP-Schema-NI-17.2/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml
1533
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/Assessor.xsd
1534
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeAccessRequest_1.xsd
1535
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeAccessResponse_1.xsd
1536
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeStatusRequest_1.xsd
1537
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeStatusResponse_1.xsd
1538
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportCreateRequest_1.xsd
1539
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportCreateResponse_1.xsd
1540
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportRetrieveRequest_1.xsd
1541
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportRetrieveResponse_1.xsd
1542
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ExternalDefinitions.xml
1543
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/ExternalDefinitions.xsd
1544
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
1545
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
1546
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd
1547
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
1548
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/PropertyUPRNValidationRequest_1.xsd
1549
+ - api/schemas/xml/SAP-Schema-NI-17.2/Messages/PropertyUPRNValidationResponse_1.xsd
1550
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/EPC-Certificate.xsd
1551
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/Property.xsd
1552
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/SAP09-CollectedData.xsd
1553
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/SAP09-Report.xsd
1554
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/UserManagement.xsd
1555
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/BaseDataTypes.xsd
1556
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/EPC-Domains.xsd
1557
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/SAP09-Domains.xsd
1558
+ - api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/SharedDomains.xsd
1559
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/AssessorManagement.xsd
1560
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/EPC-Certificate.xsd
1561
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/EPC-CollectedData.xsd
1562
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesExternal.xsd
1563
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesGrounds.xsd
1564
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesInternal.xsd
1565
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesServices.xsd
1566
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-PropertyDetails.xsd
1567
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-RiskAssessment.xsd
1568
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/HIP-Reports.xsd
1569
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/Property.xsd
1570
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/SAP-Reports.xsd
1571
+ - api/schemas/xml/SAP-Schema-NI-17.2/Templates/UserManagement.xsd
1572
+ - api/schemas/xml/SAP-Schema-NI-17.2/UDT/BaseDataTypes.xsd
1573
+ - api/schemas/xml/SAP-Schema-NI-17.2/UDT/EPC-Domains.xsd
1574
+ - api/schemas/xml/SAP-Schema-NI-17.2/UDT/HCR-Domains.xsd
1575
+ - api/schemas/xml/SAP-Schema-NI-17.2/UDT/SAP-Domains.xsd
1576
+ - api/schemas/xml/SAP-Schema-NI-17.2/UDT/SharedDomains.xsd
1577
+ - api/schemas/xml/SAP-Schema-NI-17.2/UDT/TypeDefinitions.xsd
1578
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/ExternalDefinitions.xml
1579
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/ExternalDefinitions.xsd
1580
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/EPC-Certificate.xsd
1581
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/ExceptionList.xsd
1582
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/Property.xsd
1583
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/ReportList.xsd
1584
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/SAP-Report.xsd
1585
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/SAP09-CollectedData.xsd
1586
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/UserManagement.xsd
1587
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/BaseDataTypes.xsd
1588
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/EPC-Domains.xsd
1589
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/SAP09-Domains.xsd
1590
+ - api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/SharedDomains.xsd
1591
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/ExternalDefinitions.xml
1592
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/ExternalDefinitions.xsd
1593
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/EPC-Certificate.xsd
1594
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/ExceptionList.xsd
1595
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/Property.xsd
1596
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/ReportList.xsd
1597
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/SAP-Report.xsd
1598
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/SAP09-CollectedData.xsd
1599
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/UserManagement.xsd
1600
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/BaseDataTypes.xsd
1601
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/EPC-Domains.xsd
1602
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/SAP09-Domains.xsd
1603
+ - api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/SharedDomains.xsd
1604
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/ExternalDefinitions.xml
1605
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/ExternalDefinitions.xsd
1606
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/EPC-Certificate.xsd
1607
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/Property.xsd
1608
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/SAP-Report.xsd
1609
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/SAP09-CollectedData.xsd
1610
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/UserManagement.xsd
1611
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/BaseDataTypes.xsd
1612
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/EPC-Domains.xsd
1613
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/SAP09-Domains.xsd
1614
+ - api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/SharedDomains.xsd
1615
+ - api/schemas/xml/examples/CEPC-7.1(DEC).xml
1616
+ - api/schemas/xml/examples/CEPC-7.1(DEC_RR).xml
1617
+ - api/schemas/xml/examples/CEPC-7.1(EPC).xml
1618
+ - api/schemas/xml/examples/CEPC-7.1(EPC-RR).xml
1619
+ - api/schemas/xml/examples/CEPC-8.0.0(AC-CERT+AC-REPORT).xml
1620
+ - api/schemas/xml/examples/CEPC-8.0.0(DEC).xml
1621
+ - api/schemas/xml/examples/CEPC-8.0.0(DEC+RR).xml
1622
+ - api/schemas/xml/examples/CEPC-8.0.0(DEC_RR).xml
1623
+ - api/schemas/xml/examples/CEPC-8.0.0(DEC_SUMMARY).xml
1624
+ - api/schemas/xml/examples/CEPC-8.0.0(EPC+RR).xml
1625
+ - api/schemas/xml/examples/CEPC-NI-8.0.0(AC-CERT+AC-REPORT).xml
1626
+ - api/schemas/xml/examples/CEPC-NI-8.0.0(DEC).xml
1627
+ - api/schemas/xml/examples/CEPC-NI-8.0.0(DEC+RR).xml
1628
+ - api/schemas/xml/examples/CEPC-NI-8.0.0(DEC_RR).xml
1629
+ - api/schemas/xml/examples/CEPC-NI-8.0.0(EPC+RR).xml
1630
+ - api/schemas/xml/examples/RdSAP-20.0.0.xml
1631
+ - api/schemas/xml/examples/RdSAP-NI-20.0.0.xml
1632
+ - api/schemas/xml/examples/SAP-18.0.0.xml
1633
+ - api/schemas/xml/examples/SAP-NI-18.0.0.xml
1634
+ - epb_view_models.gemspec
1635
+ - lib/epb_view_models.rb
1636
+ - lib/helper/ac_report_extraction.rb
1637
+ - lib/helper/energy_band_calculator.rb
1638
+ - lib/helper/estimated_cost_potential_saving_helper.rb
1639
+ - lib/helper/rrn_helper.rb
1640
+ - lib/helper/schema_list_helper.rb
1641
+ - lib/helper/xml_enums_to_output.rb
1642
+ - lib/presenter/ac_cert/summary.rb
1643
+ - lib/presenter/ac_report/summary.rb
1644
+ - lib/presenter/cepc/report.rb
1645
+ - lib/presenter/cepc/summary.rb
1646
+ - lib/presenter/cepc_rr/recommendation_report.rb
1647
+ - lib/presenter/cepc_rr/summary.rb
1648
+ - lib/presenter/dec/report.rb
1649
+ - lib/presenter/dec/summary.rb
1650
+ - lib/presenter/dec/xml_summary.rb
1651
+ - lib/presenter/dec_rr/recommendation_report.rb
1652
+ - lib/presenter/dec_rr/summary.rb
1653
+ - lib/presenter/export/base.rb
1654
+ - lib/presenter/export/commercial.rb
1655
+ - lib/presenter/export/domestic.rb
1656
+ - lib/presenter/rd_sap/recommendation_report.rb
1657
+ - lib/presenter/rd_sap/report.rb
1658
+ - lib/presenter/rd_sap/summary.rb
1659
+ - lib/presenter/sap/recommendation_report.rb
1660
+ - lib/presenter/sap/report.rb
1661
+ - lib/presenter/sap/summary.rb
1662
+ - lib/view_model/ac_cert_wrapper.rb
1663
+ - lib/view_model/ac_report_wrapper.rb
1664
+ - lib/view_model/base_view_model.rb
1665
+ - lib/view_model/cepc31/cepc.rb
1666
+ - lib/view_model/cepc31/cepc_rr.rb
1667
+ - lib/view_model/cepc31/common_schema.rb
1668
+ - lib/view_model/cepc31/dec.rb
1669
+ - lib/view_model/cepc31/dec_rr.rb
1670
+ - lib/view_model/cepc40/ac_report.rb
1671
+ - lib/view_model/cepc40/cepc.rb
1672
+ - lib/view_model/cepc40/cepc_rr.rb
1673
+ - lib/view_model/cepc40/common_schema.rb
1674
+ - lib/view_model/cepc40/dec.rb
1675
+ - lib/view_model/cepc40/dec_rr.rb
1676
+ - lib/view_model/cepc50/ac_report.rb
1677
+ - lib/view_model/cepc50/cepc.rb
1678
+ - lib/view_model/cepc50/cepc_rr.rb
1679
+ - lib/view_model/cepc50/common_schema.rb
1680
+ - lib/view_model/cepc50/dec.rb
1681
+ - lib/view_model/cepc50/dec_rr.rb
1682
+ - lib/view_model/cepc51/ac_report.rb
1683
+ - lib/view_model/cepc51/cepc.rb
1684
+ - lib/view_model/cepc51/cepc_rr.rb
1685
+ - lib/view_model/cepc51/common_schema.rb
1686
+ - lib/view_model/cepc51/dec.rb
1687
+ - lib/view_model/cepc51/dec_rr.rb
1688
+ - lib/view_model/cepc60/ac_report.rb
1689
+ - lib/view_model/cepc60/cepc.rb
1690
+ - lib/view_model/cepc60/cepc_rr.rb
1691
+ - lib/view_model/cepc60/common_schema.rb
1692
+ - lib/view_model/cepc60/dec.rb
1693
+ - lib/view_model/cepc60/dec_rr.rb
1694
+ - lib/view_model/cepc70/ac_cert.rb
1695
+ - lib/view_model/cepc70/ac_report.rb
1696
+ - lib/view_model/cepc70/cepc.rb
1697
+ - lib/view_model/cepc70/cepc_rr.rb
1698
+ - lib/view_model/cepc70/common_schema.rb
1699
+ - lib/view_model/cepc70/dec.rb
1700
+ - lib/view_model/cepc70/dec_rr.rb
1701
+ - lib/view_model/cepc71/ac_cert.rb
1702
+ - lib/view_model/cepc71/ac_report.rb
1703
+ - lib/view_model/cepc71/cepc.rb
1704
+ - lib/view_model/cepc71/cepc_rr.rb
1705
+ - lib/view_model/cepc71/common_schema.rb
1706
+ - lib/view_model/cepc71/dec.rb
1707
+ - lib/view_model/cepc71/dec_rr.rb
1708
+ - lib/view_model/cepc800/ac_cert.rb
1709
+ - lib/view_model/cepc800/ac_report.rb
1710
+ - lib/view_model/cepc800/cepc.rb
1711
+ - lib/view_model/cepc800/cepc_rr.rb
1712
+ - lib/view_model/cepc800/common_schema.rb
1713
+ - lib/view_model/cepc800/dec.rb
1714
+ - lib/view_model/cepc800/dec_rr.rb
1715
+ - lib/view_model/cepc_ni800/ac_cert.rb
1716
+ - lib/view_model/cepc_ni800/ac_report.rb
1717
+ - lib/view_model/cepc_ni800/cepc.rb
1718
+ - lib/view_model/cepc_ni800/cepc_rr.rb
1719
+ - lib/view_model/cepc_ni800/common_schema.rb
1720
+ - lib/view_model/cepc_ni800/dec.rb
1721
+ - lib/view_model/cepc_ni800/dec_rr.rb
1722
+ - lib/view_model/cepc_rr_wrapper.rb
1723
+ - lib/view_model/cepc_wrapper.rb
1724
+ - lib/view_model/dec_rr_wrapper.rb
1725
+ - lib/view_model/dec_summary_wrapper.rb
1726
+ - lib/view_model/dec_wrapper.rb
1727
+ - lib/view_model/domestic_epc_view_model.rb
1728
+ - lib/view_model/factory.rb
1729
+ - lib/view_model/rd_sap_schema_170/common_schema.rb
1730
+ - lib/view_model/rd_sap_schema_171/common_schema.rb
1731
+ - lib/view_model/rd_sap_schema_180/common_schema.rb
1732
+ - lib/view_model/rd_sap_schema_190/common_schema.rb
1733
+ - lib/view_model/rd_sap_schema_200/common_schema.rb
1734
+ - lib/view_model/rd_sap_schema_ni_173/common_schema.rb
1735
+ - lib/view_model/rd_sap_schema_ni_174/common_schema.rb
1736
+ - lib/view_model/rd_sap_schema_ni_180/common_schema.rb
1737
+ - lib/view_model/rd_sap_schema_ni_190/common_schema.rb
1738
+ - lib/view_model/rd_sap_schema_ni_200/common_schema.rb
1739
+ - lib/view_model/rd_sap_wrapper.rb
1740
+ - lib/view_model/sap_schema_102/common_schema.rb
1741
+ - lib/view_model/sap_schema_102/rdsap.rb
1742
+ - lib/view_model/sap_schema_110/common_schema.rb
1743
+ - lib/view_model/sap_schema_110/rdsap.rb
1744
+ - lib/view_model/sap_schema_110/sap.rb
1745
+ - lib/view_model/sap_schema_112/common_schema.rb
1746
+ - lib/view_model/sap_schema_112/rdsap.rb
1747
+ - lib/view_model/sap_schema_112/sap.rb
1748
+ - lib/view_model/sap_schema_120/common_schema.rb
1749
+ - lib/view_model/sap_schema_120/rdsap.rb
1750
+ - lib/view_model/sap_schema_120/sap.rb
1751
+ - lib/view_model/sap_schema_130/common_schema.rb
1752
+ - lib/view_model/sap_schema_130/rdsap.rb
1753
+ - lib/view_model/sap_schema_130/sap.rb
1754
+ - lib/view_model/sap_schema_140/common_schema.rb
1755
+ - lib/view_model/sap_schema_140/rdsap.rb
1756
+ - lib/view_model/sap_schema_140/sap.rb
1757
+ - lib/view_model/sap_schema_141/common_schema.rb
1758
+ - lib/view_model/sap_schema_141/rdsap.rb
1759
+ - lib/view_model/sap_schema_141/sap.rb
1760
+ - lib/view_model/sap_schema_142/common_schema.rb
1761
+ - lib/view_model/sap_schema_142/rdsap.rb
1762
+ - lib/view_model/sap_schema_142/sap.rb
1763
+ - lib/view_model/sap_schema_150/common_schema.rb
1764
+ - lib/view_model/sap_schema_150/rdsap.rb
1765
+ - lib/view_model/sap_schema_150/sap.rb
1766
+ - lib/view_model/sap_schema_160/common_schema.rb
1767
+ - lib/view_model/sap_schema_160/rdsap.rb
1768
+ - lib/view_model/sap_schema_160/sap.rb
1769
+ - lib/view_model/sap_schema_161/common_schema.rb
1770
+ - lib/view_model/sap_schema_161/rdsap.rb
1771
+ - lib/view_model/sap_schema_161/sap.rb
1772
+ - lib/view_model/sap_schema_162/common_schema.rb
1773
+ - lib/view_model/sap_schema_162/rdsap.rb
1774
+ - lib/view_model/sap_schema_162/sap.rb
1775
+ - lib/view_model/sap_schema_163/common_schema.rb
1776
+ - lib/view_model/sap_schema_163/rdsap.rb
1777
+ - lib/view_model/sap_schema_163/sap.rb
1778
+ - lib/view_model/sap_schema_170/common_schema.rb
1779
+ - lib/view_model/sap_schema_171/common_schema.rb
1780
+ - lib/view_model/sap_schema_1800/common_schema.rb
1781
+ - lib/view_model/sap_schema_ni_112/common_schema.rb
1782
+ - lib/view_model/sap_schema_ni_112/rdsap.rb
1783
+ - lib/view_model/sap_schema_ni_112/sap.rb
1784
+ - lib/view_model/sap_schema_ni_120/common_schema.rb
1785
+ - lib/view_model/sap_schema_ni_120/rdsap.rb
1786
+ - lib/view_model/sap_schema_ni_120/sap.rb
1787
+ - lib/view_model/sap_schema_ni_130/common_schema.rb
1788
+ - lib/view_model/sap_schema_ni_130/rdsap.rb
1789
+ - lib/view_model/sap_schema_ni_130/sap.rb
1790
+ - lib/view_model/sap_schema_ni_140/common_schema.rb
1791
+ - lib/view_model/sap_schema_ni_140/rdsap.rb
1792
+ - lib/view_model/sap_schema_ni_140/sap.rb
1793
+ - lib/view_model/sap_schema_ni_141/common_schema.rb
1794
+ - lib/view_model/sap_schema_ni_141/rdsap.rb
1795
+ - lib/view_model/sap_schema_ni_141/sap.rb
1796
+ - lib/view_model/sap_schema_ni_142/common_schema.rb
1797
+ - lib/view_model/sap_schema_ni_142/rdsap.rb
1798
+ - lib/view_model/sap_schema_ni_142/sap.rb
1799
+ - lib/view_model/sap_schema_ni_150/common_schema.rb
1800
+ - lib/view_model/sap_schema_ni_150/rdsap.rb
1801
+ - lib/view_model/sap_schema_ni_150/sap.rb
1802
+ - lib/view_model/sap_schema_ni_160/common_schema.rb
1803
+ - lib/view_model/sap_schema_ni_160/rdsap.rb
1804
+ - lib/view_model/sap_schema_ni_160/sap.rb
1805
+ - lib/view_model/sap_schema_ni_161/common_schema.rb
1806
+ - lib/view_model/sap_schema_ni_161/rdsap.rb
1807
+ - lib/view_model/sap_schema_ni_161/sap.rb
1808
+ - lib/view_model/sap_schema_ni_170/common_schema.rb
1809
+ - lib/view_model/sap_schema_ni_170/rdsap.rb
1810
+ - lib/view_model/sap_schema_ni_170/sap.rb
1811
+ - lib/view_model/sap_schema_ni_171/common_schema.rb
1812
+ - lib/view_model/sap_schema_ni_171/rdsap.rb
1813
+ - lib/view_model/sap_schema_ni_171/sap.rb
1814
+ - lib/view_model/sap_schema_ni_172/common_schema.rb
1815
+ - lib/view_model/sap_schema_ni_172/rdsap.rb
1816
+ - lib/view_model/sap_schema_ni_172/sap.rb
1817
+ - lib/view_model/sap_schema_ni_173/common_schema.rb
1818
+ - lib/view_model/sap_schema_ni_174/common_schema.rb
1819
+ - lib/view_model/sap_schema_ni_1800/common_schema.rb
1820
+ - lib/view_model/sap_wrapper.rb
1821
+ homepage: https://github.com/communitiesuk/epb-view-models
1822
+ licenses:
1823
+ - MIT
1824
+ metadata: {}
1825
+ post_install_message:
1826
+ rdoc_options: []
1827
+ require_paths:
1828
+ - lib
1829
+ required_ruby_version: !ruby/object:Gem::Requirement
1830
+ requirements:
1831
+ - - ">="
1832
+ - !ruby/object:Gem::Version
1833
+ version: 2.7.0
1834
+ required_rubygems_version: !ruby/object:Gem::Requirement
1835
+ requirements:
1836
+ - - ">="
1837
+ - !ruby/object:Gem::Version
1838
+ version: '0'
1839
+ requirements: []
1840
+ rubygems_version: 3.1.6
1841
+ signing_key:
1842
+ specification_version: 4
1843
+ summary: Library used to parse Energy Performance Certificates (EPC)
1844
+ test_files: []