epb_view_models 2.1.7 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. checksums.yaml +4 -4
  2. data/.buildspec.yml +1 -1
  3. data/.ruby-version +1 -1
  4. data/Gemfile +1 -1
  5. data/api/schemas/data/orchestrate.json +4 -0
  6. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  7. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  8. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  9. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  10. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  12. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  13. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  14. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  15. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  16. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  17. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  18. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  19. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  20. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  21. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  22. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  23. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  24. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xml +1735 -0
  25. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xsd +313 -0
  26. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/AssessorManagement.xsd +275 -0
  27. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/EPC-Certificate.xsd +632 -0
  28. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ExceptionList.xsd +20 -0
  29. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/Property.xsd +85 -0
  30. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ReportList.xsd +27 -0
  31. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-CollectedData.xsd +2516 -0
  32. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Compliance-Report.xsd +51 -0
  33. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Report.xsd +277 -0
  34. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/EPC-Domains.xsd +646 -0
  35. data/api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/SAP-Domains.xsd +3154 -0
  36. data/lib/epb_view_models.rb +1 -1
  37. data/lib/helper/xml_enums_to_output.rb +3 -0
  38. data/lib/view_model/factory.rb +1 -0
  39. data/lib/view_model/sap_schema_1920/common_schema.rb +600 -0
  40. data/lib/view_model/sap_wrapper.rb +2 -0
  41. metadata +15 -183
  42. data/api/schemas/xml/SAP-Schema-14.1/._CommonFiles +0 -0
  43. data/api/schemas/xml/SAP-Schema-14.1/._SAP-EPC +0 -0
  44. data/api/schemas/xml/SAP-Schema-14.1/._Templates +0 -0
  45. data/api/schemas/xml/SAP-Schema-14.1/CommonFiles/._CommonStructures.xsd +0 -0
  46. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  47. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  48. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  49. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  50. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  51. data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  52. data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
  53. data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
  54. data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
  55. data/api/schemas/xml/SAP-Schema-14.1/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  56. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/._Templates +0 -0
  57. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  58. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  59. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  60. data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._SAP05-Domains.xsd +0 -0
  61. data/api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-Certificate.xsd +0 -0
  62. data/api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-CollectedData.xsd +0 -0
  63. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  64. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-PropertyDetails.xsd +0 -0
  65. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-RiskAssessment.xsd +0 -0
  66. data/api/schemas/xml/SAP-Schema-14.1/Templates/._HIP-Reports.xsd +0 -0
  67. data/api/schemas/xml/SAP-Schema-14.1/Templates/._UserManagement.xsd +0 -0
  68. data/api/schemas/xml/SAP-Schema-14.1/UDT/._BaseDataTypes.xsd +0 -0
  69. data/api/schemas/xml/SAP-Schema-14.1/UDT/._HCR-Domains.xsd +0 -0
  70. data/api/schemas/xml/SAP-Schema-14.1/UDT/._SAP-Domains.xsd +0 -0
  71. data/api/schemas/xml/SAP-Schema-14.1/UDT/._TypeDefinitions.xsd +0 -0
  72. data/api/schemas/xml/SAP-Schema-14.2/._CommonFiles +0 -0
  73. data/api/schemas/xml/SAP-Schema-14.2/._SAP-EPC +0 -0
  74. data/api/schemas/xml/SAP-Schema-14.2/._Templates +0 -0
  75. data/api/schemas/xml/SAP-Schema-14.2/CommonFiles/._CommonStructures.xsd +0 -0
  76. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  77. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  78. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  79. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  80. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  81. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  82. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xml +0 -0
  83. data/api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xsd +0 -0
  84. data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
  85. data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
  86. data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
  87. data/api/schemas/xml/SAP-Schema-14.2/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  88. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/._Templates +0 -0
  89. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  90. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  91. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  92. data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._SAP05-Domains.xsd +0 -0
  93. data/api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-Certificate.xsd +0 -0
  94. data/api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-CollectedData.xsd +0 -0
  95. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  96. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-PropertyDetails.xsd +0 -0
  97. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-RiskAssessment.xsd +0 -0
  98. data/api/schemas/xml/SAP-Schema-14.2/Templates/._HIP-Reports.xsd +0 -0
  99. data/api/schemas/xml/SAP-Schema-14.2/Templates/._UserManagement.xsd +0 -0
  100. data/api/schemas/xml/SAP-Schema-14.2/UDT/._BaseDataTypes.xsd +0 -0
  101. data/api/schemas/xml/SAP-Schema-14.2/UDT/._HCR-Domains.xsd +0 -0
  102. data/api/schemas/xml/SAP-Schema-14.2/UDT/._SAP-Domains.xsd +0 -0
  103. data/api/schemas/xml/SAP-Schema-14.2/UDT/._TypeDefinitions.xsd +0 -0
  104. data/api/schemas/xml/SAP-Schema-15.0/._CommonFiles +0 -0
  105. data/api/schemas/xml/SAP-Schema-15.0/._SAP-EPC +0 -0
  106. data/api/schemas/xml/SAP-Schema-15.0/._Templates +0 -0
  107. data/api/schemas/xml/SAP-Schema-15.0/CommonFiles/._CommonStructures.xsd +0 -0
  108. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  109. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  110. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  111. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  112. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  113. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  114. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xml +0 -0
  115. data/api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xsd +0 -0
  116. data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
  117. data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
  118. data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
  119. data/api/schemas/xml/SAP-Schema-15.0/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  120. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/._Templates +0 -0
  121. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  122. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  123. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  124. data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  125. data/api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-Certificate.xsd +0 -0
  126. data/api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-CollectedData.xsd +0 -0
  127. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  128. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-PropertyDetails.xsd +0 -0
  129. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-RiskAssessment.xsd +0 -0
  130. data/api/schemas/xml/SAP-Schema-15.0/Templates/._HIP-Reports.xsd +0 -0
  131. data/api/schemas/xml/SAP-Schema-15.0/Templates/._UserManagement.xsd +0 -0
  132. data/api/schemas/xml/SAP-Schema-15.0/UDT/._BaseDataTypes.xsd +0 -0
  133. data/api/schemas/xml/SAP-Schema-15.0/UDT/._HCR-Domains.xsd +0 -0
  134. data/api/schemas/xml/SAP-Schema-15.0/UDT/._SAP-Domains.xsd +0 -0
  135. data/api/schemas/xml/SAP-Schema-15.0/UDT/._TypeDefinitions.xsd +0 -0
  136. data/api/schemas/xml/SAP-Schema-16.0/._CommonFiles +0 -0
  137. data/api/schemas/xml/SAP-Schema-16.0/._SAP-EPC +0 -0
  138. data/api/schemas/xml/SAP-Schema-16.0/._Templates +0 -0
  139. data/api/schemas/xml/SAP-Schema-16.0/CommonFiles/._CommonStructures.xsd +0 -0
  140. data/api/schemas/xml/SAP-Schema-16.0/Messages/._Assessor.xsd +0 -0
  141. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  142. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  143. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  144. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  145. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  146. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  147. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xml +0 -0
  148. data/api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xsd +0 -0
  149. data/api/schemas/xml/SAP-Schema-16.0/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  150. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/._Templates +0 -0
  151. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  152. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  153. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  154. data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  155. data/api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-Certificate.xsd +0 -0
  156. data/api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-CollectedData.xsd +0 -0
  157. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  158. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-PropertyDetails.xsd +0 -0
  159. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-RiskAssessment.xsd +0 -0
  160. data/api/schemas/xml/SAP-Schema-16.0/Templates/._HIP-Reports.xsd +0 -0
  161. data/api/schemas/xml/SAP-Schema-16.0/Templates/._UserManagement.xsd +0 -0
  162. data/api/schemas/xml/SAP-Schema-16.0/UDT/._BaseDataTypes.xsd +0 -0
  163. data/api/schemas/xml/SAP-Schema-16.0/UDT/._HCR-Domains.xsd +0 -0
  164. data/api/schemas/xml/SAP-Schema-16.0/UDT/._SAP-Domains.xsd +0 -0
  165. data/api/schemas/xml/SAP-Schema-16.0/UDT/._TypeDefinitions.xsd +0 -0
  166. data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd +0 -0
  167. data/api/schemas/xml/SAP-Schema-16.1/Messages/._Assessor.xsd +0 -0
  168. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  169. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  170. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  171. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  172. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  173. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  174. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xml +0 -0
  175. data/api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xsd +0 -0
  176. data/api/schemas/xml/SAP-Schema-16.1/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  177. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/._Templates +0 -0
  178. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  179. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  180. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  181. data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  182. data/api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-Certificate.xsd +0 -0
  183. data/api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-CollectedData.xsd +0 -0
  184. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  185. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-PropertyDetails.xsd +0 -0
  186. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-RiskAssessment.xsd +0 -0
  187. data/api/schemas/xml/SAP-Schema-16.1/Templates/._HIP-Reports.xsd +0 -0
  188. data/api/schemas/xml/SAP-Schema-16.1/Templates/._UserManagement.xsd +0 -0
  189. data/api/schemas/xml/SAP-Schema-16.1/UDT/._BaseDataTypes.xsd +0 -0
  190. data/api/schemas/xml/SAP-Schema-16.1/UDT/._HCR-Domains.xsd +0 -0
  191. data/api/schemas/xml/SAP-Schema-16.1/UDT/._SAP-Domains.xsd +0 -0
  192. data/api/schemas/xml/SAP-Schema-16.1/UDT/._TypeDefinitions.xsd +0 -0
  193. data/api/schemas/xml/SAP-Schema-16.2/._CommonFiles +0 -0
  194. data/api/schemas/xml/SAP-Schema-16.2/._SAP-EPC +0 -0
  195. data/api/schemas/xml/SAP-Schema-16.2/._Templates +0 -0
  196. data/api/schemas/xml/SAP-Schema-16.2/CommonFiles/._CommonStructures.xsd +0 -0
  197. data/api/schemas/xml/SAP-Schema-16.2/Messages/._Assessor.xsd +0 -0
  198. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
  199. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
  200. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
  201. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
  202. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
  203. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
  204. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xml +0 -0
  205. data/api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xsd +0 -0
  206. data/api/schemas/xml/SAP-Schema-16.2/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
  207. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/._Templates +0 -0
  208. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
  209. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
  210. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._UserManagement.xsd +0 -0
  211. data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
  212. data/api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-Certificate.xsd +0 -0
  213. data/api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-CollectedData.xsd +0 -0
  214. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-FeaturesGrounds.xsd +0 -0
  215. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-PropertyDetails.xsd +0 -0
  216. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-RiskAssessment.xsd +0 -0
  217. data/api/schemas/xml/SAP-Schema-16.2/Templates/._HIP-Reports.xsd +0 -0
  218. data/api/schemas/xml/SAP-Schema-16.2/Templates/._UserManagement.xsd +0 -0
  219. data/api/schemas/xml/SAP-Schema-16.2/UDT/._BaseDataTypes.xsd +0 -0
  220. data/api/schemas/xml/SAP-Schema-16.2/UDT/._HCR-Domains.xsd +0 -0
  221. data/api/schemas/xml/SAP-Schema-16.2/UDT/._SAP-Domains.xsd +0 -0
  222. data/api/schemas/xml/SAP-Schema-16.2/UDT/._TypeDefinitions.xsd +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epb_view_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MHCLG Energy Performance of Buildings
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-23 00:00:00.000000000 Z
11
+ date: 2026-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -567,22 +567,8 @@ files:
567
567
  - api/schemas/xml/SAP-Schema-14.0/UDT/SAP-Domains.xsd
568
568
  - api/schemas/xml/SAP-Schema-14.0/UDT/SharedDomains.xsd
569
569
  - api/schemas/xml/SAP-Schema-14.0/UDT/TypeDefinitions.xsd
570
- - api/schemas/xml/SAP-Schema-14.1/._CommonFiles
571
- - api/schemas/xml/SAP-Schema-14.1/._SAP-EPC
572
- - api/schemas/xml/SAP-Schema-14.1/._Templates
573
- - api/schemas/xml/SAP-Schema-14.1/CommonFiles/._CommonStructures.xsd
574
570
  - api/schemas/xml/SAP-Schema-14.1/CommonFiles/CommonStructures.xsd
575
571
  - api/schemas/xml/SAP-Schema-14.1/CommonFiles/Exceptions.xsd
576
- - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessRequest_1.xsd
577
- - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessResponse_1.xsd
578
- - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusRequest_1.xsd
579
- - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusResponse_1.xsd
580
- - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportCreateRequest_1.xsd
581
- - api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportRetrieveResponse_1.xsd
582
- - api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
583
- - api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
584
- - api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
585
- - api/schemas/xml/SAP-Schema-14.1/Messages/._PropertyUPRNValidationResponse_1.xsd
586
572
  - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd
587
573
  - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd
588
574
  - api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd
@@ -597,27 +583,15 @@ files:
597
583
  - api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
598
584
  - api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationRequest_1.xsd
599
585
  - api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationResponse_1.xsd
600
- - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/._Templates
601
- - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._EPC-Certificate.xsd
602
- - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._UserManagement.xsd
603
586
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/EPC-Certificate.xsd
604
587
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/Property.xsd
605
588
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd
606
589
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-Report.xsd
607
590
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/UserManagement.xsd
608
- - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._BaseDataTypes.xsd
609
- - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._SAP05-Domains.xsd
610
591
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/BaseDataTypes.xsd
611
592
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/EPC-Domains.xsd
612
593
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SAP05-Domains.xsd
613
594
  - api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SharedDomains.xsd
614
- - api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-Certificate.xsd
615
- - api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-CollectedData.xsd
616
- - api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-FeaturesGrounds.xsd
617
- - api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-PropertyDetails.xsd
618
- - api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-RiskAssessment.xsd
619
- - api/schemas/xml/SAP-Schema-14.1/Templates/._HIP-Reports.xsd
620
- - api/schemas/xml/SAP-Schema-14.1/Templates/._UserManagement.xsd
621
595
  - api/schemas/xml/SAP-Schema-14.1/Templates/EPC-Certificate.xsd
622
596
  - api/schemas/xml/SAP-Schema-14.1/Templates/EPC-CollectedData.xsd
623
597
  - api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesExternal.xsd
@@ -629,34 +603,14 @@ files:
629
603
  - api/schemas/xml/SAP-Schema-14.1/Templates/HIP-Reports.xsd
630
604
  - api/schemas/xml/SAP-Schema-14.1/Templates/Property.xsd
631
605
  - api/schemas/xml/SAP-Schema-14.1/Templates/UserManagement.xsd
632
- - api/schemas/xml/SAP-Schema-14.1/UDT/._BaseDataTypes.xsd
633
- - api/schemas/xml/SAP-Schema-14.1/UDT/._HCR-Domains.xsd
634
- - api/schemas/xml/SAP-Schema-14.1/UDT/._SAP-Domains.xsd
635
- - api/schemas/xml/SAP-Schema-14.1/UDT/._TypeDefinitions.xsd
636
606
  - api/schemas/xml/SAP-Schema-14.1/UDT/BaseDataTypes.xsd
637
607
  - api/schemas/xml/SAP-Schema-14.1/UDT/EPC-Domains.xsd
638
608
  - api/schemas/xml/SAP-Schema-14.1/UDT/HCR-Domains.xsd
639
609
  - api/schemas/xml/SAP-Schema-14.1/UDT/SAP-Domains.xsd
640
610
  - api/schemas/xml/SAP-Schema-14.1/UDT/SharedDomains.xsd
641
611
  - api/schemas/xml/SAP-Schema-14.1/UDT/TypeDefinitions.xsd
642
- - api/schemas/xml/SAP-Schema-14.2/._CommonFiles
643
- - api/schemas/xml/SAP-Schema-14.2/._SAP-EPC
644
- - api/schemas/xml/SAP-Schema-14.2/._Templates
645
- - api/schemas/xml/SAP-Schema-14.2/CommonFiles/._CommonStructures.xsd
646
612
  - api/schemas/xml/SAP-Schema-14.2/CommonFiles/CommonStructures.xsd
647
613
  - api/schemas/xml/SAP-Schema-14.2/CommonFiles/Exceptions.xsd
648
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessRequest_1.xsd
649
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessResponse_1.xsd
650
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusRequest_1.xsd
651
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusResponse_1.xsd
652
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportCreateRequest_1.xsd
653
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportRetrieveResponse_1.xsd
654
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xml
655
- - api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xsd
656
- - api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
657
- - api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
658
- - api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
659
- - api/schemas/xml/SAP-Schema-14.2/Messages/._PropertyUPRNValidationResponse_1.xsd
660
614
  - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd
661
615
  - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd
662
616
  - api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd
@@ -673,27 +627,15 @@ files:
673
627
  - api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
674
628
  - api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationRequest_1.xsd
675
629
  - api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationResponse_1.xsd
676
- - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/._Templates
677
- - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._EPC-Certificate.xsd
678
- - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._UserManagement.xsd
679
630
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/EPC-Certificate.xsd
680
631
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/Property.xsd
681
632
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd
682
633
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-Report.xsd
683
634
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/UserManagement.xsd
684
- - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._BaseDataTypes.xsd
685
- - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._SAP05-Domains.xsd
686
635
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/BaseDataTypes.xsd
687
636
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/EPC-Domains.xsd
688
637
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SAP05-Domains.xsd
689
638
  - api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SharedDomains.xsd
690
- - api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-Certificate.xsd
691
- - api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-CollectedData.xsd
692
- - api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-FeaturesGrounds.xsd
693
- - api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-PropertyDetails.xsd
694
- - api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-RiskAssessment.xsd
695
- - api/schemas/xml/SAP-Schema-14.2/Templates/._HIP-Reports.xsd
696
- - api/schemas/xml/SAP-Schema-14.2/Templates/._UserManagement.xsd
697
639
  - api/schemas/xml/SAP-Schema-14.2/Templates/EPC-Certificate.xsd
698
640
  - api/schemas/xml/SAP-Schema-14.2/Templates/EPC-CollectedData.xsd
699
641
  - api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesExternal.xsd
@@ -705,34 +647,14 @@ files:
705
647
  - api/schemas/xml/SAP-Schema-14.2/Templates/HIP-Reports.xsd
706
648
  - api/schemas/xml/SAP-Schema-14.2/Templates/Property.xsd
707
649
  - api/schemas/xml/SAP-Schema-14.2/Templates/UserManagement.xsd
708
- - api/schemas/xml/SAP-Schema-14.2/UDT/._BaseDataTypes.xsd
709
- - api/schemas/xml/SAP-Schema-14.2/UDT/._HCR-Domains.xsd
710
- - api/schemas/xml/SAP-Schema-14.2/UDT/._SAP-Domains.xsd
711
- - api/schemas/xml/SAP-Schema-14.2/UDT/._TypeDefinitions.xsd
712
650
  - api/schemas/xml/SAP-Schema-14.2/UDT/BaseDataTypes.xsd
713
651
  - api/schemas/xml/SAP-Schema-14.2/UDT/EPC-Domains.xsd
714
652
  - api/schemas/xml/SAP-Schema-14.2/UDT/HCR-Domains.xsd
715
653
  - api/schemas/xml/SAP-Schema-14.2/UDT/SAP-Domains.xsd
716
654
  - api/schemas/xml/SAP-Schema-14.2/UDT/SharedDomains.xsd
717
655
  - api/schemas/xml/SAP-Schema-14.2/UDT/TypeDefinitions.xsd
718
- - api/schemas/xml/SAP-Schema-15.0/._CommonFiles
719
- - api/schemas/xml/SAP-Schema-15.0/._SAP-EPC
720
- - api/schemas/xml/SAP-Schema-15.0/._Templates
721
- - api/schemas/xml/SAP-Schema-15.0/CommonFiles/._CommonStructures.xsd
722
656
  - api/schemas/xml/SAP-Schema-15.0/CommonFiles/CommonStructures.xsd
723
657
  - api/schemas/xml/SAP-Schema-15.0/CommonFiles/Exceptions.xsd
724
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessRequest_1.xsd
725
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessResponse_1.xsd
726
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusRequest_1.xsd
727
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusResponse_1.xsd
728
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportCreateRequest_1.xsd
729
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportRetrieveResponse_1.xsd
730
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xml
731
- - api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xsd
732
- - api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
733
- - api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
734
- - api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
735
- - api/schemas/xml/SAP-Schema-15.0/Messages/._PropertyUPRNValidationResponse_1.xsd
736
658
  - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd
737
659
  - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd
738
660
  - api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd
@@ -749,27 +671,15 @@ files:
749
671
  - api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
750
672
  - api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationRequest_1.xsd
751
673
  - api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationResponse_1.xsd
752
- - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/._Templates
753
- - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._EPC-Certificate.xsd
754
- - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._SAP09-Report.xsd
755
- - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._UserManagement.xsd
756
674
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/EPC-Certificate.xsd
757
675
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/Property.xsd
758
676
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
759
677
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-Report.xsd
760
678
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/UserManagement.xsd
761
- - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd
762
679
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/BaseDataTypes.xsd
763
680
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/EPC-Domains.xsd
764
681
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SAP09-Domains.xsd
765
682
  - api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SharedDomains.xsd
766
- - api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-Certificate.xsd
767
- - api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-CollectedData.xsd
768
- - api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-FeaturesGrounds.xsd
769
- - api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-PropertyDetails.xsd
770
- - api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-RiskAssessment.xsd
771
- - api/schemas/xml/SAP-Schema-15.0/Templates/._HIP-Reports.xsd
772
- - api/schemas/xml/SAP-Schema-15.0/Templates/._UserManagement.xsd
773
683
  - api/schemas/xml/SAP-Schema-15.0/Templates/EPC-Certificate.xsd
774
684
  - api/schemas/xml/SAP-Schema-15.0/Templates/EPC-CollectedData.xsd
775
685
  - api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesExternal.xsd
@@ -781,32 +691,14 @@ files:
781
691
  - api/schemas/xml/SAP-Schema-15.0/Templates/HIP-Reports.xsd
782
692
  - api/schemas/xml/SAP-Schema-15.0/Templates/Property.xsd
783
693
  - api/schemas/xml/SAP-Schema-15.0/Templates/UserManagement.xsd
784
- - api/schemas/xml/SAP-Schema-15.0/UDT/._BaseDataTypes.xsd
785
- - api/schemas/xml/SAP-Schema-15.0/UDT/._HCR-Domains.xsd
786
- - api/schemas/xml/SAP-Schema-15.0/UDT/._SAP-Domains.xsd
787
- - api/schemas/xml/SAP-Schema-15.0/UDT/._TypeDefinitions.xsd
788
694
  - api/schemas/xml/SAP-Schema-15.0/UDT/BaseDataTypes.xsd
789
695
  - api/schemas/xml/SAP-Schema-15.0/UDT/EPC-Domains.xsd
790
696
  - api/schemas/xml/SAP-Schema-15.0/UDT/HCR-Domains.xsd
791
697
  - api/schemas/xml/SAP-Schema-15.0/UDT/SAP-Domains.xsd
792
698
  - api/schemas/xml/SAP-Schema-15.0/UDT/SharedDomains.xsd
793
699
  - api/schemas/xml/SAP-Schema-15.0/UDT/TypeDefinitions.xsd
794
- - api/schemas/xml/SAP-Schema-16.0/._CommonFiles
795
- - api/schemas/xml/SAP-Schema-16.0/._SAP-EPC
796
- - api/schemas/xml/SAP-Schema-16.0/._Templates
797
- - api/schemas/xml/SAP-Schema-16.0/CommonFiles/._CommonStructures.xsd
798
700
  - api/schemas/xml/SAP-Schema-16.0/CommonFiles/CommonStructures.xsd
799
701
  - api/schemas/xml/SAP-Schema-16.0/CommonFiles/Exceptions.xsd
800
- - api/schemas/xml/SAP-Schema-16.0/Messages/._Assessor.xsd
801
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessRequest_1.xsd
802
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessResponse_1.xsd
803
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusRequest_1.xsd
804
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusResponse_1.xsd
805
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportCreateRequest_1.xsd
806
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportRetrieveResponse_1.xsd
807
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xml
808
- - api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xsd
809
- - api/schemas/xml/SAP-Schema-16.0/Messages/._PropertyUPRNValidationResponse_1.xsd
810
702
  - api/schemas/xml/SAP-Schema-16.0/Messages/Assessor.xsd
811
703
  - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd
812
704
  - api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd
@@ -820,27 +712,15 @@ files:
820
712
  - api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xsd
821
713
  - api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationRequest_1.xsd
822
714
  - api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationResponse_1.xsd
823
- - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/._Templates
824
- - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._EPC-Certificate.xsd
825
- - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._SAP09-Report.xsd
826
- - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._UserManagement.xsd
827
715
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/EPC-Certificate.xsd
828
716
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/Property.xsd
829
717
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
830
718
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-Report.xsd
831
719
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/UserManagement.xsd
832
- - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd
833
720
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/BaseDataTypes.xsd
834
721
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/EPC-Domains.xsd
835
722
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SAP09-Domains.xsd
836
723
  - api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SharedDomains.xsd
837
- - api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-Certificate.xsd
838
- - api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-CollectedData.xsd
839
- - api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-FeaturesGrounds.xsd
840
- - api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-PropertyDetails.xsd
841
- - api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-RiskAssessment.xsd
842
- - api/schemas/xml/SAP-Schema-16.0/Templates/._HIP-Reports.xsd
843
- - api/schemas/xml/SAP-Schema-16.0/Templates/._UserManagement.xsd
844
724
  - api/schemas/xml/SAP-Schema-16.0/Templates/AssessorManagement.xsd
845
725
  - api/schemas/xml/SAP-Schema-16.0/Templates/EPC-Certificate.xsd
846
726
  - api/schemas/xml/SAP-Schema-16.0/Templates/EPC-CollectedData.xsd
@@ -854,29 +734,14 @@ files:
854
734
  - api/schemas/xml/SAP-Schema-16.0/Templates/Property.xsd
855
735
  - api/schemas/xml/SAP-Schema-16.0/Templates/SAP-Reports.xsd
856
736
  - api/schemas/xml/SAP-Schema-16.0/Templates/UserManagement.xsd
857
- - api/schemas/xml/SAP-Schema-16.0/UDT/._BaseDataTypes.xsd
858
- - api/schemas/xml/SAP-Schema-16.0/UDT/._HCR-Domains.xsd
859
- - api/schemas/xml/SAP-Schema-16.0/UDT/._SAP-Domains.xsd
860
- - api/schemas/xml/SAP-Schema-16.0/UDT/._TypeDefinitions.xsd
861
737
  - api/schemas/xml/SAP-Schema-16.0/UDT/BaseDataTypes.xsd
862
738
  - api/schemas/xml/SAP-Schema-16.0/UDT/EPC-Domains.xsd
863
739
  - api/schemas/xml/SAP-Schema-16.0/UDT/HCR-Domains.xsd
864
740
  - api/schemas/xml/SAP-Schema-16.0/UDT/SAP-Domains.xsd
865
741
  - api/schemas/xml/SAP-Schema-16.0/UDT/SharedDomains.xsd
866
742
  - api/schemas/xml/SAP-Schema-16.0/UDT/TypeDefinitions.xsd
867
- - api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd
868
743
  - api/schemas/xml/SAP-Schema-16.1/CommonFiles/CommonStructures.xsd
869
744
  - api/schemas/xml/SAP-Schema-16.1/CommonFiles/Exceptions.xsd
870
- - api/schemas/xml/SAP-Schema-16.1/Messages/._Assessor.xsd
871
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessRequest_1.xsd
872
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessResponse_1.xsd
873
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusRequest_1.xsd
874
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusResponse_1.xsd
875
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportCreateRequest_1.xsd
876
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportRetrieveResponse_1.xsd
877
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xml
878
- - api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xsd
879
- - api/schemas/xml/SAP-Schema-16.1/Messages/._PropertyUPRNValidationResponse_1.xsd
880
745
  - api/schemas/xml/SAP-Schema-16.1/Messages/Assessor.xsd
881
746
  - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd
882
747
  - api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd
@@ -890,27 +755,15 @@ files:
890
755
  - api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xsd
891
756
  - api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationRequest_1.xsd
892
757
  - api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationResponse_1.xsd
893
- - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/._Templates
894
- - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._EPC-Certificate.xsd
895
- - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._SAP09-Report.xsd
896
- - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._UserManagement.xsd
897
758
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/EPC-Certificate.xsd
898
759
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/Property.xsd
899
760
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-CollectedData.xsd
900
761
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-Report.xsd
901
762
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/UserManagement.xsd
902
- - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd
903
763
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/BaseDataTypes.xsd
904
764
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/EPC-Domains.xsd
905
765
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SAP09-Domains.xsd
906
766
  - api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SharedDomains.xsd
907
- - api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-Certificate.xsd
908
- - api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-CollectedData.xsd
909
- - api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-FeaturesGrounds.xsd
910
- - api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-PropertyDetails.xsd
911
- - api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-RiskAssessment.xsd
912
- - api/schemas/xml/SAP-Schema-16.1/Templates/._HIP-Reports.xsd
913
- - api/schemas/xml/SAP-Schema-16.1/Templates/._UserManagement.xsd
914
767
  - api/schemas/xml/SAP-Schema-16.1/Templates/AssessorManagement.xsd
915
768
  - api/schemas/xml/SAP-Schema-16.1/Templates/EPC-Certificate.xsd
916
769
  - api/schemas/xml/SAP-Schema-16.1/Templates/EPC-CollectedData.xsd
@@ -924,32 +777,14 @@ files:
924
777
  - api/schemas/xml/SAP-Schema-16.1/Templates/Property.xsd
925
778
  - api/schemas/xml/SAP-Schema-16.1/Templates/SAP-Reports.xsd
926
779
  - api/schemas/xml/SAP-Schema-16.1/Templates/UserManagement.xsd
927
- - api/schemas/xml/SAP-Schema-16.1/UDT/._BaseDataTypes.xsd
928
- - api/schemas/xml/SAP-Schema-16.1/UDT/._HCR-Domains.xsd
929
- - api/schemas/xml/SAP-Schema-16.1/UDT/._SAP-Domains.xsd
930
- - api/schemas/xml/SAP-Schema-16.1/UDT/._TypeDefinitions.xsd
931
780
  - api/schemas/xml/SAP-Schema-16.1/UDT/BaseDataTypes.xsd
932
781
  - api/schemas/xml/SAP-Schema-16.1/UDT/EPC-Domains.xsd
933
782
  - api/schemas/xml/SAP-Schema-16.1/UDT/HCR-Domains.xsd
934
783
  - api/schemas/xml/SAP-Schema-16.1/UDT/SAP-Domains.xsd
935
784
  - api/schemas/xml/SAP-Schema-16.1/UDT/SharedDomains.xsd
936
785
  - api/schemas/xml/SAP-Schema-16.1/UDT/TypeDefinitions.xsd
937
- - api/schemas/xml/SAP-Schema-16.2/._CommonFiles
938
- - api/schemas/xml/SAP-Schema-16.2/._SAP-EPC
939
- - api/schemas/xml/SAP-Schema-16.2/._Templates
940
- - api/schemas/xml/SAP-Schema-16.2/CommonFiles/._CommonStructures.xsd
941
786
  - api/schemas/xml/SAP-Schema-16.2/CommonFiles/CommonStructures.xsd
942
787
  - api/schemas/xml/SAP-Schema-16.2/CommonFiles/Exceptions.xsd
943
- - api/schemas/xml/SAP-Schema-16.2/Messages/._Assessor.xsd
944
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessRequest_1.xsd
945
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessResponse_1.xsd
946
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusRequest_1.xsd
947
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusResponse_1.xsd
948
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportCreateRequest_1.xsd
949
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportRetrieveResponse_1.xsd
950
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xml
951
- - api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xsd
952
- - api/schemas/xml/SAP-Schema-16.2/Messages/._PropertyUPRNValidationResponse_1.xsd
953
788
  - api/schemas/xml/SAP-Schema-16.2/Messages/Assessor.xsd
954
789
  - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessRequest_1.xsd
955
790
  - api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessResponse_1.xsd
@@ -963,27 +798,15 @@ files:
963
798
  - api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xsd
964
799
  - api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationRequest_1.xsd
965
800
  - api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationResponse_1.xsd
966
- - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/._Templates
967
- - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._EPC-Certificate.xsd
968
- - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._SAP09-Report.xsd
969
- - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._UserManagement.xsd
970
801
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/EPC-Certificate.xsd
971
802
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/Property.xsd
972
803
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-CollectedData.xsd
973
804
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-Report.xsd
974
805
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/UserManagement.xsd
975
- - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd
976
806
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/BaseDataTypes.xsd
977
807
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/EPC-Domains.xsd
978
808
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SAP09-Domains.xsd
979
809
  - api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SharedDomains.xsd
980
- - api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-Certificate.xsd
981
- - api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-CollectedData.xsd
982
- - api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-FeaturesGrounds.xsd
983
- - api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-PropertyDetails.xsd
984
- - api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-RiskAssessment.xsd
985
- - api/schemas/xml/SAP-Schema-16.2/Templates/._HIP-Reports.xsd
986
- - api/schemas/xml/SAP-Schema-16.2/Templates/._UserManagement.xsd
987
810
  - api/schemas/xml/SAP-Schema-16.2/Templates/AssessorManagement.xsd
988
811
  - api/schemas/xml/SAP-Schema-16.2/Templates/EPC-Certificate.xsd
989
812
  - api/schemas/xml/SAP-Schema-16.2/Templates/EPC-CollectedData.xsd
@@ -997,10 +820,6 @@ files:
997
820
  - api/schemas/xml/SAP-Schema-16.2/Templates/Property.xsd
998
821
  - api/schemas/xml/SAP-Schema-16.2/Templates/SAP-Reports.xsd
999
822
  - api/schemas/xml/SAP-Schema-16.2/Templates/UserManagement.xsd
1000
- - api/schemas/xml/SAP-Schema-16.2/UDT/._BaseDataTypes.xsd
1001
- - api/schemas/xml/SAP-Schema-16.2/UDT/._HCR-Domains.xsd
1002
- - api/schemas/xml/SAP-Schema-16.2/UDT/._SAP-Domains.xsd
1003
- - api/schemas/xml/SAP-Schema-16.2/UDT/._TypeDefinitions.xsd
1004
823
  - api/schemas/xml/SAP-Schema-16.2/UDT/BaseDataTypes.xsd
1005
824
  - api/schemas/xml/SAP-Schema-16.2/UDT/EPC-Domains.xsd
1006
825
  - api/schemas/xml/SAP-Schema-16.2/UDT/HCR-Domains.xsd
@@ -1105,6 +924,18 @@ files:
1105
924
  - api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Report.xsd
1106
925
  - api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/EPC-Domains.xsd
1107
926
  - api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/SAP-Domains.xsd
927
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xml
928
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xsd
929
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/AssessorManagement.xsd
930
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/EPC-Certificate.xsd
931
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ExceptionList.xsd
932
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/Property.xsd
933
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ReportList.xsd
934
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-CollectedData.xsd
935
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Compliance-Report.xsd
936
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Report.xsd
937
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/EPC-Domains.xsd
938
+ - api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/SAP-Domains.xsd
1108
939
  - api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/CommonStructures.xsd
1109
940
  - api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/Exceptions.xsd
1110
941
  - api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd
@@ -1901,6 +1732,7 @@ files:
1901
1732
  - lib/view_model/sap_schema_1800/common_schema.rb
1902
1733
  - lib/view_model/sap_schema_1900/common_schema.rb
1903
1734
  - lib/view_model/sap_schema_1910/common_schema.rb
1735
+ - lib/view_model/sap_schema_1920/common_schema.rb
1904
1736
  - lib/view_model/sap_schema_ni_112/common_schema.rb
1905
1737
  - lib/view_model/sap_schema_ni_112/rdsap.rb
1906
1738
  - lib/view_model/sap_schema_ni_112/sap.rb