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,1643 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema targetNamespace="DCLG-CEPC" xmlns="DCLG-CEPC" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:UDT="DCLG-CEPC" xmlns:CEPC="DCLG-CEPC" elementFormDefault="qualified" version="LIG-CEPC-4.0">
3
+ <xs:include schemaLocation="Report-Header.xsd"/>
4
+ <xs:include schemaLocation="../Reports/BaseDataTypes.xsd"/>
5
+ <xs:element name="Report-Data" type="Report-Data"/>
6
+ <xs:complexType name="Report-Data" abstract="true">
7
+ <xs:all/>
8
+ </xs:complexType>
9
+ <xs:element name="Technical-Information" type="Technical-Information"/>
10
+ <xs:complexType name="Technical-Information">
11
+ <xs:all>
12
+ <xs:element name="Main-Heating-Fuel" type="HeatingFuelTypeCode" minOccurs="0" maxOccurs="1">
13
+ <xs:annotation>
14
+ <xs:documentation>Main Heating Fuel used in the building. This is onl;y required for a Display Energy Certificate or Energy Performance Certificate and doesn't appear on the Recommendations Report or Advisory Report.</xs:documentation>
15
+ </xs:annotation>
16
+ </xs:element>
17
+ <xs:element name="Other-Fuel-Description" type="xs:string" minOccurs="0" maxOccurs="1">
18
+ <xs:annotation>
19
+ <xs:documentation>Text description of unspecified fuel type if Other is selected for Main-Heating-Fuel.</xs:documentation>
20
+ </xs:annotation>
21
+ </xs:element>
22
+ <xs:element name="Building-Environment" type="BuildingEnvironmentCode" minOccurs="1" maxOccurs="1">
23
+ <xs:annotation>
24
+ <xs:documentation>Services</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ <xs:element name="Floor-Area" type="xs:decimal" minOccurs="1" maxOccurs="1">
28
+ <xs:annotation>
29
+ <xs:documentation>Total Useful Floor Area (M^2)</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:element>
32
+ <xs:element name="Building-Level" type="xs:int" minOccurs="0" maxOccurs="1">
33
+ <xs:annotation>
34
+ <xs:documentation>Building Complexity Level. This is onl;y required for an Energy Performance Certificate and doesn't appear on the Recommendations Report or Advisory Report or Display Energy Certificate.</xs:documentation>
35
+ </xs:annotation>
36
+ </xs:element>
37
+ <xs:element name="Special-Energy-Uses" type="xs:string" minOccurs="0" maxOccurs="1">
38
+ <xs:annotation>
39
+ <xs:documentation>Special energy uses discounted. This only appears on the advisory Report.</xs:documentation>
40
+ </xs:annotation>
41
+ </xs:element>
42
+ <xs:element name="Renewable-Sources" type="xs:string" minOccurs="0" maxOccurs="1">
43
+ <xs:annotation>
44
+ <xs:documentation>On-site renewable energy sources. This only appears on the Advisory Report.</xs:documentation>
45
+ </xs:annotation>
46
+ </xs:element>
47
+ <xs:element name="OR-Availability-Date" type="xs:date" minOccurs="0" maxOccurs="1">
48
+ <xs:annotation>
49
+ <xs:documentation>The date that the Operational Rating will be available if its not already.</xs:documentation>
50
+ </xs:annotation>
51
+ </xs:element>
52
+ <xs:element name="Separately-Metered-Electric-Heating" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
53
+ </xs:all>
54
+ </xs:complexType>
55
+ <xs:simpleType name="BuildingEnvironmentCode">
56
+ <xs:restriction base="xs:string">
57
+ <xs:enumeration value="Air Conditioning">
58
+ <xs:annotation>
59
+ <xs:documentation>Air Conditioned</xs:documentation>
60
+ </xs:annotation>
61
+ </xs:enumeration>
62
+ <xs:enumeration value="Heating and Natural Ventilation"/>
63
+ <xs:enumeration value="Heating and Mechanical Ventilation"/>
64
+ <xs:enumeration value="Mixed-mode with Natural Ventilation"/>
65
+ <xs:enumeration value="Mixed-mode with Mechanical Ventilation"/>
66
+ <xs:enumeration value="Unconditioned"/>
67
+ </xs:restriction>
68
+ </xs:simpleType>
69
+ <xs:element name="DEC-Annual-Energy-Summary" type="DEC-Annual-Energy-Summary"/>
70
+ <xs:complexType name="DEC-Annual-Energy-Summary">
71
+ <xs:all>
72
+ <xs:element name="Annual-Energy-Use-Fuel-Thermal" type="xs:int" minOccurs="1" maxOccurs="1">
73
+ <xs:annotation>
74
+ <xs:documentation>Annual Energy Use (kWh/m2 p.a)</xs:documentation>
75
+ </xs:annotation>
76
+ </xs:element>
77
+ <xs:element name="Annual-Energy-Use-Electrical" type="xs:int" minOccurs="1" maxOccurs="1">
78
+ <xs:annotation>
79
+ <xs:documentation>Annual Energy Use (kWh/m2 p.a)</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:element>
82
+ <xs:element name="Renewables-Fuel-Thermal" type="Percentage" minOccurs="1" maxOccurs="1">
83
+ <xs:annotation>
84
+ <xs:documentation>Energy from on-site renewable sources</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:element>
87
+ <xs:element name="Renewables-Electrical" type="Percentage" minOccurs="1" maxOccurs="1">
88
+ <xs:annotation>
89
+ <xs:documentation>Energy from on-site renewable sources</xs:documentation>
90
+ </xs:annotation>
91
+ </xs:element>
92
+ <xs:element name="Typical-Thermal-Use" type="xs:int" minOccurs="1" maxOccurs="1">
93
+ <xs:annotation>
94
+ <xs:documentation>Benchmark (kWh/m2 p.a)</xs:documentation>
95
+ </xs:annotation>
96
+ </xs:element>
97
+ <xs:element name="Typical-Electrical-Use" type="xs:int" minOccurs="1" maxOccurs="1">
98
+ <xs:annotation>
99
+ <xs:documentation>Benchmark (kWh/m2 p.a)</xs:documentation>
100
+ </xs:annotation>
101
+ </xs:element>
102
+ </xs:all>
103
+ </xs:complexType>
104
+ <xs:element name="EPC-Rating" type="EPC-Rating"/>
105
+ <xs:complexType name="EPC-Rating">
106
+ <xs:all>
107
+ <xs:element name="Asset-Rating" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
108
+ <xs:annotation>
109
+ <xs:documentation>Asset Rating</xs:documentation>
110
+ </xs:annotation>
111
+ </xs:element>
112
+ <xs:element name="New-Build-Benchmark" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
113
+ <xs:annotation>
114
+ <xs:documentation>The Benchmark value if the Building was newly built.</xs:documentation>
115
+ </xs:annotation>
116
+ </xs:element>
117
+ <xs:element name="Existing-Stock-Benchmark" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
118
+ <xs:annotation>
119
+ <xs:documentation>The Benchmark value of existing stock for this type of Building </xs:documentation>
120
+ </xs:annotation>
121
+ </xs:element>
122
+ </xs:all>
123
+ </xs:complexType>
124
+ <xs:element name="AR-Recommendation" type="AR-Recommendation"/>
125
+ <xs:complexType name="AR-Recommendation">
126
+ <xs:all>
127
+ <xs:element name="Recommendation-Code" type="xs:string" minOccurs="1" maxOccurs="1"/>
128
+ <xs:element name="Recommendation" type="xs:string" minOccurs="1" maxOccurs="1">
129
+ <xs:annotation>
130
+ <xs:documentation>Recommendation</xs:documentation>
131
+ </xs:annotation>
132
+ </xs:element>
133
+ <xs:element name="CO2-Impact" type="CO2ImpactCode" minOccurs="1" maxOccurs="1">
134
+ <xs:annotation>
135
+ <xs:documentation>Potential impact on CO2 emmissions if the change is carried out.</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:element>
138
+ </xs:all>
139
+ </xs:complexType>
140
+ <xs:element name="Advisory-Report" type="Advisory-Report"/>
141
+ <xs:complexType name="Advisory-Report">
142
+ <xs:all>
143
+ <xs:element name="AR-Recommendations" type="AR-Recommendations" minOccurs="0" maxOccurs="1"/>
144
+ <xs:element name="Technical-Information" type="Technical-Information" minOccurs="1" maxOccurs="1"/>
145
+ <xs:element name="Site-Services" type="Site-Services" minOccurs="1" maxOccurs="1"/>
146
+ </xs:all>
147
+ </xs:complexType>
148
+ <xs:element name="AR-Recommendations" type="AR-Recommendations"/>
149
+ <xs:complexType name="AR-Recommendations">
150
+ <xs:sequence>
151
+ <xs:element name="Short-Payback" type="AR-Recommendation" minOccurs="0" maxOccurs="15">
152
+ <xs:annotation>
153
+ <xs:documentation>Short Payback Recommendations</xs:documentation>
154
+ </xs:annotation>
155
+ </xs:element>
156
+ <xs:element name="Medium-Payback" type="AR-Recommendation" minOccurs="0" maxOccurs="10">
157
+ <xs:annotation>
158
+ <xs:documentation>Medium Payback Recommendations</xs:documentation>
159
+ </xs:annotation>
160
+ </xs:element>
161
+ <xs:element name="Long-Payback" type="AR-Recommendation" minOccurs="0" maxOccurs="5">
162
+ <xs:annotation>
163
+ <xs:documentation>Long Payback Recommendations</xs:documentation>
164
+ </xs:annotation>
165
+ </xs:element>
166
+ <xs:element name="Other-Payback" type="AR-Recommendation" minOccurs="0" maxOccurs="10">
167
+ <xs:annotation>
168
+ <xs:documentation>Other Payback Recommendations</xs:documentation>
169
+ </xs:annotation>
170
+ </xs:element>
171
+ </xs:sequence>
172
+ </xs:complexType>
173
+ <xs:simpleType name="CO2ImpactCode">
174
+ <xs:restriction base="xs:string">
175
+ <xs:enumeration value="HIGH"/>
176
+ <xs:enumeration value="MEDIUM"/>
177
+ <xs:enumeration value="LOW"/>
178
+ </xs:restriction>
179
+ </xs:simpleType>
180
+ <xs:element name="Site-Services" type="Site-Services"/>
181
+ <xs:complexType name="Site-Services">
182
+ <xs:all>
183
+ <xs:element name="Service-1" type="Site-Service" minOccurs="1" maxOccurs="1">
184
+ <xs:annotation>
185
+ <xs:documentation>Details of Site Services 1</xs:documentation>
186
+ </xs:annotation>
187
+ </xs:element>
188
+ <xs:element name="Service-2" type="Site-Service" minOccurs="1" maxOccurs="1">
189
+ <xs:annotation>
190
+ <xs:documentation>Details of Site Services 2</xs:documentation>
191
+ </xs:annotation>
192
+ </xs:element>
193
+ <xs:element name="Service-3" type="Site-Service" minOccurs="1" maxOccurs="1">
194
+ <xs:annotation>
195
+ <xs:documentation>Details of Site Services 3</xs:documentation>
196
+ </xs:annotation>
197
+ </xs:element>
198
+ </xs:all>
199
+ </xs:complexType>
200
+ <xs:element name="Site-Service" type="Site-Service"/>
201
+ <xs:complexType name="Site-Service">
202
+ <xs:all>
203
+ <xs:element name="Description" type="xs:string" minOccurs="1" maxOccurs="1"/>
204
+ <xs:element name="Quantity" type="xs:int" minOccurs="1" maxOccurs="1"/>
205
+ </xs:all>
206
+ </xs:complexType>
207
+ <xs:element name="DEC-Energy-Assessment" type="DEC-Energy-Assessment"/>
208
+ <xs:complexType name="DEC-Energy-Assessment">
209
+ <xs:all>
210
+ <xs:element name="Nominated-Date" type="xs:string" minOccurs="1" maxOccurs="1">
211
+ <xs:annotation>
212
+ <xs:documentation>Nominated date for DEC 1. Display as MMM-YYYY.</xs:documentation>
213
+ </xs:annotation>
214
+ </xs:element>
215
+ <xs:element name="Energy-Rating" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
216
+ <xs:annotation>
217
+ <xs:documentation>Energy-Rating
218
+ </xs:documentation>
219
+ </xs:annotation>
220
+ </xs:element>
221
+ <xs:element name="Electricity-CO2" type="xs:int" minOccurs="1" maxOccurs="1">
222
+ <xs:annotation>
223
+ <xs:documentation>Total CO2 emissions from Electricity</xs:documentation>
224
+ </xs:annotation>
225
+ </xs:element>
226
+ <xs:element name="Heating-CO2" type="xs:int" minOccurs="1" maxOccurs="1">
227
+ <xs:annotation>
228
+ <xs:documentation>Total CO2 emissions from Heating</xs:documentation>
229
+ </xs:annotation>
230
+ </xs:element>
231
+ <xs:element name="Renewables-CO2" type="xs:int" minOccurs="0" maxOccurs="1">
232
+ <xs:annotation>
233
+ <xs:documentation>Total CO2 emissions from Renewable sources</xs:documentation>
234
+ </xs:annotation>
235
+ </xs:element>
236
+ </xs:all>
237
+ </xs:complexType>
238
+ <xs:element name="Display-Certificate" type="Display-Certificate"/>
239
+ <xs:complexType name="Display-Certificate">
240
+ <xs:all>
241
+ <xs:element name="DEC-Status" type="DECStatusCode" minOccurs="0" maxOccurs="1"/>
242
+ <xs:element name="This-Assessment" type="DEC-Energy-Assessment" minOccurs="1" maxOccurs="1"/>
243
+ <xs:element name="Technical-Information" type="Technical-Information" minOccurs="1" maxOccurs="1"/>
244
+ <xs:element name="DEC-Annual-Energy-Summary" type="DEC-Annual-Energy-Summary" minOccurs="1" maxOccurs="1"/>
245
+ <xs:element name="Year1-Assessment" type="DEC-Energy-Assessment" minOccurs="0" maxOccurs="1"/>
246
+ <xs:element name="Year2-Assessment" type="DEC-Energy-Assessment" minOccurs="0" maxOccurs="1"/>
247
+ <xs:element name="AC-Questionnaire" type="AC-Questionnaire" minOccurs="1" maxOccurs="1"/>
248
+ </xs:all>
249
+ </xs:complexType>
250
+ <xs:simpleType name="EnergyRatingType">
251
+ <xs:restriction base="xs:int"/>
252
+ </xs:simpleType>
253
+ <xs:element name="Energy-Performance-Certificate" type="Energy-Performance-Certificate"/>
254
+ <xs:complexType name="Energy-Performance-Certificate">
255
+ <xs:all>
256
+ <xs:element name="EPC-Rating-Scale" type="EPC-Rating-Scale" minOccurs="1" maxOccurs="1"/>
257
+ <xs:element name="Technical-Information" type="Technical-Information" minOccurs="1" maxOccurs="1"/>
258
+ <xs:element name="EPC-Rating" type="EPC-Rating" minOccurs="1" maxOccurs="1"/>
259
+ <xs:element name="AC-Questionnaire" type="AC-Questionnaire" minOccurs="1" maxOccurs="1"/>
260
+ </xs:all>
261
+ </xs:complexType>
262
+ <xs:element name="EPC-Rating-Scale" type="EPC-Rating-Scale"/>
263
+ <xs:complexType name="EPC-Rating-Scale">
264
+ <xs:annotation>
265
+ <xs:documentation>Defines the banded values for the Energy rating scale on the EPC. </xs:documentation>
266
+ </xs:annotation>
267
+ <xs:all>
268
+ <xs:element name="Upper-Number-A-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
269
+ <xs:annotation>
270
+ <xs:documentation>Upper number on A scale</xs:documentation>
271
+ </xs:annotation>
272
+ </xs:element>
273
+ <xs:element name="Lower-Number-B-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
274
+ <xs:annotation>
275
+ <xs:documentation>Lower number on B scale</xs:documentation>
276
+ </xs:annotation>
277
+ </xs:element>
278
+ <xs:element name="Upper-Number-B-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
279
+ <xs:annotation>
280
+ <xs:documentation>Upper number on B scale</xs:documentation>
281
+ </xs:annotation>
282
+ </xs:element>
283
+ <xs:element name="Lower-Number-C-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
284
+ <xs:annotation>
285
+ <xs:documentation>Lower number on C scale</xs:documentation>
286
+ </xs:annotation>
287
+ </xs:element>
288
+ <xs:element name="Upper-Number-C-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
289
+ <xs:annotation>
290
+ <xs:documentation>Upper number on C scale</xs:documentation>
291
+ </xs:annotation>
292
+ </xs:element>
293
+ <xs:element name="Lower-Number-D-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
294
+ <xs:annotation>
295
+ <xs:documentation>Lower number on D scale</xs:documentation>
296
+ </xs:annotation>
297
+ </xs:element>
298
+ <xs:element name="Upper-Number-D-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
299
+ <xs:annotation>
300
+ <xs:documentation>Upper number on D scale</xs:documentation>
301
+ </xs:annotation>
302
+ </xs:element>
303
+ <xs:element name="Lower-Number-E-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
304
+ <xs:annotation>
305
+ <xs:documentation>Lower number on E scale</xs:documentation>
306
+ </xs:annotation>
307
+ </xs:element>
308
+ <xs:element name="Upper-Number-E-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
309
+ <xs:annotation>
310
+ <xs:documentation>Upper number on E scale</xs:documentation>
311
+ </xs:annotation>
312
+ </xs:element>
313
+ <xs:element name="Lower-Number-F-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
314
+ <xs:annotation>
315
+ <xs:documentation>Lower number on F scale</xs:documentation>
316
+ </xs:annotation>
317
+ </xs:element>
318
+ <xs:element name="Upper-Number-F-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
319
+ <xs:annotation>
320
+ <xs:documentation>Upper number on F scale</xs:documentation>
321
+ </xs:annotation>
322
+ </xs:element>
323
+ <xs:element name="Lowest-Number-G-Scale" type="EnergyRatingType" minOccurs="1" maxOccurs="1">
324
+ <xs:annotation>
325
+ <xs:documentation>Lowest number on G scale</xs:documentation>
326
+ </xs:annotation>
327
+ </xs:element>
328
+ </xs:all>
329
+ </xs:complexType>
330
+ <xs:element name="RR-Recommendation" type="RR-Recommendation"/>
331
+ <xs:complexType name="RR-Recommendation">
332
+ <xs:all>
333
+ <xs:element name="Recommendation-Code" type="xs:string" minOccurs="1" maxOccurs="1">
334
+ <xs:annotation>
335
+ <xs:documentation>The Recommendation Code that identifis this particular recommendation</xs:documentation>
336
+ </xs:annotation>
337
+ </xs:element>
338
+ <xs:element name="Recommendation" type="xs:string" minOccurs="1" maxOccurs="1">
339
+ <xs:annotation>
340
+ <xs:documentation>Recommendation selected by the energy assessor</xs:documentation>
341
+ </xs:annotation>
342
+ </xs:element>
343
+ <xs:element name="CO2-Impact" type="CO2ImpactCode" minOccurs="1" maxOccurs="1"/>
344
+ </xs:all>
345
+ </xs:complexType>
346
+ <xs:element name="RR-Recommendations" type="RR-Recommendations"/>
347
+ <xs:complexType name="RR-Recommendations">
348
+ <xs:sequence>
349
+ <xs:element name="Short-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="15">
350
+ <xs:annotation>
351
+ <xs:documentation>Short Payback Recommendations</xs:documentation>
352
+ </xs:annotation>
353
+ </xs:element>
354
+ <xs:element name="Medium-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="10">
355
+ <xs:annotation>
356
+ <xs:documentation>Medium Payback Recommendations</xs:documentation>
357
+ </xs:annotation>
358
+ </xs:element>
359
+ <xs:element name="Long-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="5">
360
+ <xs:annotation>
361
+ <xs:documentation>Long Payback Recommendations</xs:documentation>
362
+ </xs:annotation>
363
+ </xs:element>
364
+ <xs:element name="Other-Payback" type="RR-Recommendation" minOccurs="0" maxOccurs="10">
365
+ <xs:annotation>
366
+ <xs:documentation>Other Payback Recommendations</xs:documentation>
367
+ </xs:annotation>
368
+ </xs:element>
369
+ </xs:sequence>
370
+ </xs:complexType>
371
+ <xs:element name="Recommendations-Report" type="Recommendations-Report"/>
372
+ <xs:complexType name="Recommendations-Report">
373
+ <xs:all>
374
+ <xs:element name="RR-Recommendations" type="RR-Recommendations" minOccurs="0" maxOccurs="1"/>
375
+ <xs:element name="Technical-Information" type="Technical-Information" minOccurs="1" maxOccurs="1"/>
376
+ </xs:all>
377
+ </xs:complexType>
378
+ <xs:simpleType name="HeatingFuelTypeCode">
379
+ <xs:restriction base="xs:string">
380
+ <xs:enumeration value="Natural Gas"/>
381
+ <xs:enumeration value="LPG">
382
+ <xs:annotation>
383
+ <xs:documentation>LPG</xs:documentation>
384
+ </xs:annotation>
385
+ </xs:enumeration>
386
+ <xs:enumeration value="Biogas">
387
+ <xs:annotation>
388
+ <xs:documentation>biogas - landfill</xs:documentation>
389
+ </xs:annotation>
390
+ </xs:enumeration>
391
+ <xs:enumeration value="Oil">
392
+ <xs:annotation>
393
+ <xs:documentation>oil</xs:documentation>
394
+ </xs:annotation>
395
+ </xs:enumeration>
396
+ <xs:enumeration value="Coal">
397
+ <xs:annotation>
398
+ <xs:documentation>house coal</xs:documentation>
399
+ </xs:annotation>
400
+ </xs:enumeration>
401
+ <xs:enumeration value="Anthracite">
402
+ <xs:annotation>
403
+ <xs:documentation>anthracite</xs:documentation>
404
+ </xs:annotation>
405
+ </xs:enumeration>
406
+ <xs:enumeration value="Smokeless Fuel (inc Coke)">
407
+ <xs:annotation>
408
+ <xs:documentation>Smokeless Fuel including Coke</xs:documentation>
409
+ </xs:annotation>
410
+ </xs:enumeration>
411
+ <xs:enumeration value="Dual Fuel Appliances (Mineral + Wood)">
412
+ <xs:annotation>
413
+ <xs:documentation>dual fuel - mineral + wood</xs:documentation>
414
+ </xs:annotation>
415
+ </xs:enumeration>
416
+ <xs:enumeration value="Biomass">
417
+ <xs:annotation>
418
+ <xs:documentation>biomass</xs:documentation>
419
+ </xs:annotation>
420
+ </xs:enumeration>
421
+ <xs:enumeration value="Grid Supplied Electricity">
422
+ <xs:annotation>
423
+ <xs:documentation>Mains Electricity</xs:documentation>
424
+ </xs:annotation>
425
+ </xs:enumeration>
426
+ <xs:enumeration value="Grid Displaced Electricity"/>
427
+ <xs:enumeration value="Waste Heat"/>
428
+ <xs:enumeration value="District Cooling"/>
429
+ <xs:enumeration value="District Heating"/>
430
+ <xs:enumeration value="Other"/>
431
+ </xs:restriction>
432
+ </xs:simpleType>
433
+ <xs:element name="Air-Conditioning-Inspection-Report" type="Air-Conditioning-Inspection-Report"/>
434
+ <xs:complexType name="Air-Conditioning-Inspection-Report">
435
+ <xs:annotation>
436
+ <xs:documentation>The primary aim of the report is to give the building owner or operator information about the performance of the systems and plant and to identify opportunities to save energy and cut operating costs.
437
+
438
+ The report identifies any operating anomalies; no-cost/low-cost savings and capital investment opportunities; the size and appropriateness of refrigeration plant in relation to cooling loads and the effectiveness of current maintenance regimes. </xs:documentation>
439
+ </xs:annotation>
440
+ <xs:sequence>
441
+ <xs:element name="Executive-Summary" type="xs:string" minOccurs="1" maxOccurs="1"/>
442
+ <xs:element name="ACI-System-Components" type="ACI-System-Components" minOccurs="1" maxOccurs="1"/>
443
+ <xs:element name="ACI-Recommendations" type="ACI-Recommendations" minOccurs="1" maxOccurs="1"/>
444
+ </xs:sequence>
445
+ </xs:complexType>
446
+ <xs:element name="ACI-System-Components" type="ACI-System-Components"/>
447
+ <xs:complexType name="ACI-System-Components">
448
+ <xs:sequence>
449
+ <xs:element name="System-Documentation" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
450
+ <xs:element name="Refrigeration-Plant" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
451
+ <xs:element name="Heat-Rejection-Equipment" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
452
+ <xs:element name="Waterborne-Air-Conditioning" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
453
+ <xs:element name="Airborne-Air-Conditioning" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
454
+ <xs:element name="Airborne-Air-Handling-Units" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
455
+ <xs:element name="Outdoor-Inlets" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
456
+ <xs:element name="System-Controls" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
457
+ </xs:sequence>
458
+ </xs:complexType>
459
+ <xs:element name="ACI-Recommendations" type="ACI-Recommendations"/>
460
+ <xs:complexType name="ACI-Recommendations">
461
+ <xs:sequence>
462
+ <xs:element name="System-Efficiency" type="ACI-Recommendations-List" minOccurs="1" maxOccurs="1">
463
+ <xs:annotation>
464
+ <xs:documentation>An assessment of the air-conditioning efficiency and the sizing of the system compared to the cooling requirements of the building. e.g. [Comparing the building's annual energy consumption against performance benchmarks indicates that there is some scope for improvement.]</xs:documentation>
465
+ </xs:annotation>
466
+ </xs:element>
467
+ <xs:element name="Improvement-Options" type="ACI-Recommendations-List" minOccurs="1" maxOccurs="1"/>
468
+ <xs:element name="Alternative-Solutions" type="ACI-Recommendations-List" minOccurs="1" maxOccurs="1"/>
469
+ <xs:element name="Other-Recommendations" type="ACI-Recommendations-List" minOccurs="1" maxOccurs="1"/>
470
+ </xs:sequence>
471
+ </xs:complexType>
472
+ <xs:element name="Equipment-Operator" type="Equipment-Operator"/>
473
+ <xs:complexType name="Equipment-Operator">
474
+ <xs:annotation>
475
+ <xs:documentation>Details of the organisation that operate the equipment (if different to equipment owner)</xs:documentation>
476
+ </xs:annotation>
477
+ <xs:sequence minOccurs="0" maxOccurs="1">
478
+ <xs:element name="Responsible-Person" type="xs:string" minOccurs="1" maxOccurs="1"/>
479
+ <xs:element name="Telephone-Number" type="xs:string" minOccurs="1" maxOccurs="1"/>
480
+ <xs:element name="Organisation-Name" type="xs:string" minOccurs="1" maxOccurs="1"/>
481
+ <xs:element name="Registered-Address" type="AddressType" minOccurs="1" maxOccurs="1">
482
+ <xs:annotation>
483
+ <xs:documentation>The Registered Address of the organisation</xs:documentation>
484
+ </xs:annotation>
485
+ </xs:element>
486
+ </xs:sequence>
487
+ </xs:complexType>
488
+ <xs:element name="Air-Conditioning-Reports" type="Air-Conditioning-Reports"/>
489
+ <xs:complexType name="Air-Conditioning-Reports">
490
+ <xs:all>
491
+ <xs:element name="Content-Type" type="ContentTypeCode" minOccurs="1" maxOccurs="1">
492
+ <xs:annotation>
493
+ <xs:documentation>The type of Air Conditioning Report</xs:documentation>
494
+ </xs:annotation>
495
+ </xs:element>
496
+ <xs:element name="Single-Centralised-Cooling-System" type="Single-Centralised-Cooling-System" minOccurs="0" maxOccurs="1"/>
497
+ <xs:element name="Packaged-Cooling-System" type="Packaged-Cooling-System" minOccurs="0" maxOccurs="1"/>
498
+ <xs:element name="Air-Conditioning-Inspection-Report" type="Air-Conditioning-Inspection-Report" minOccurs="1" maxOccurs="1"/>
499
+ <xs:element name="Equipment-Operator" type="Equipment-Operator" minOccurs="0" maxOccurs="1"/>
500
+ <xs:element name="Equipment-Owner" type="Equipment-Owner" minOccurs="0" maxOccurs="1"/>
501
+ </xs:all>
502
+ </xs:complexType>
503
+ <xs:element name="PCS-Pre-Inspection-Essential" type="PCS-Pre-Inspection-Essential"/>
504
+ <xs:complexType name="PCS-Pre-Inspection-Essential">
505
+ <xs:sequence>
506
+ <xs:element name="List-Of-Systems" type="YN_Flag" minOccurs="1" maxOccurs="1">
507
+ <xs:annotation>
508
+ <xs:documentation>Itemised list of installed packaged cooling systems including product makes, models and identification numbers together with cooling capacities and locations of the equipment.
509
+
510
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
511
+ </xs:annotation>
512
+ </xs:element>
513
+ <xs:element name="Temperature-Control-Method" type="YN_Flag" minOccurs="1" maxOccurs="1">
514
+ <xs:annotation>
515
+ <xs:documentation>Description of method of control of temperature.
516
+
517
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
518
+ </xs:annotation>
519
+ </xs:element>
520
+ <xs:element name="Operation-Control-Method" type="YN_Flag" minOccurs="1" maxOccurs="1">
521
+ <xs:annotation>
522
+ <xs:documentation>Description of method of control of periods of operation.
523
+
524
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
525
+ </xs:annotation>
526
+ </xs:element>
527
+ </xs:sequence>
528
+ </xs:complexType>
529
+ <xs:element name="PCS-Site-Visit-Work-Items" type="PCS-Site-Visit-Work-Items"/>
530
+ <xs:complexType name="PCS-Site-Visit-Work-Items">
531
+ <xs:sequence>
532
+ <xs:element name="System-Number" type="xs:int" minOccurs="1" maxOccurs="1">
533
+ <xs:annotation>
534
+ <xs:documentation>The number of systems that were inspected in the Property.</xs:documentation>
535
+ </xs:annotation>
536
+ </xs:element>
537
+ <xs:element name="System-Identifier" type="xs:string" minOccurs="0" maxOccurs="1">
538
+ <xs:annotation>
539
+ <xs:documentation>A meaningful label with which to identify the system</xs:documentation>
540
+ </xs:annotation>
541
+ </xs:element>
542
+ <xs:element name="PCS-Visual-Inspection" type="PCS-Visual-Inspection" minOccurs="1" maxOccurs="1"/>
543
+ <xs:element name="PCS-Sizing" type="PCS-Sizing" minOccurs="1" maxOccurs="1"/>
544
+ <xs:element name="PCS-Refrigeration" type="PCS-Refrigeration" minOccurs="1" maxOccurs="1"/>
545
+ <xs:element name="PCS-Metering" type="PCS-Metering" minOccurs="1" maxOccurs="1"/>
546
+ <xs:element name="PCS-Equipment-Details" type="PCS-Equipment-Details" minOccurs="1" maxOccurs="1"/>
547
+ <xs:element name="PCS-System-Control" type="PCS-System-Control" minOccurs="0" maxOccurs="1"/>
548
+ </xs:sequence>
549
+ </xs:complexType>
550
+ <xs:element name="Packaged-Cooling-System" type="Packaged-Cooling-System"/>
551
+ <xs:complexType name="Packaged-Cooling-System">
552
+ <xs:sequence>
553
+ <xs:element name="Number-Of-Systems" type="xs:int" minOccurs="1" maxOccurs="1">
554
+ <xs:annotation>
555
+ <xs:documentation>The number of systems that were inspected in the Property.</xs:documentation>
556
+ </xs:annotation>
557
+ </xs:element>
558
+ <xs:element name="Effective-Rating" type="xs:int" minOccurs="1" maxOccurs="1">
559
+ <xs:annotation>
560
+ <xs:documentation>Effective rated output of the all air-conditioning in the building. This is a calculated value produced by the Inspector.</xs:documentation>
561
+ </xs:annotation>
562
+ </xs:element>
563
+ <xs:element name="Single-System-Control" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
564
+ <xs:element name="PCS-Pre-Inspection-Information" type="PCS-Pre-Inspection-Information" minOccurs="1" maxOccurs="1"/>
565
+ <xs:element name="PCS-Site-Visit-Work-Items" type="PCS-Site-Visit-Work-Items" minOccurs="1" maxOccurs="unbounded"/>
566
+ <xs:element name="PCS-System-Control" type="PCS-System-Control" minOccurs="0" maxOccurs="1"/>
567
+ </xs:sequence>
568
+ </xs:complexType>
569
+ <xs:element name="PCS-Pre-Inspection-Information" type="PCS-Pre-Inspection-Information"/>
570
+ <xs:complexType name="PCS-Pre-Inspection-Information">
571
+ <xs:sequence>
572
+ <xs:element name="PCS-Pre-Inspection-Essential" type="PCS-Pre-Inspection-Essential" minOccurs="1" maxOccurs="1"/>
573
+ <xs:element name="PCS-Pre-Inspection-Desirable" type="PCS-Pre-Inspection-Desirable" minOccurs="1" maxOccurs="1"/>
574
+ <xs:element name="PCS-Pre-Inspection-Optional" type="PCS-Pre-Inspection-Optional" minOccurs="1" maxOccurs="1"/>
575
+ </xs:sequence>
576
+ </xs:complexType>
577
+ <xs:simpleType name="AcceptableRangeCode">
578
+ <xs:restriction base="xs:string">
579
+ <xs:enumeration value="0">
580
+ <xs:annotation>
581
+ <xs:documentation>As Expected</xs:documentation>
582
+ </xs:annotation>
583
+ </xs:enumeration>
584
+ <xs:enumeration value="1">
585
+ <xs:annotation>
586
+ <xs:documentation>Less Than Expected</xs:documentation>
587
+ </xs:annotation>
588
+ </xs:enumeration>
589
+ <xs:enumeration value="2">
590
+ <xs:annotation>
591
+ <xs:documentation>More Than Expected</xs:documentation>
592
+ </xs:annotation>
593
+ </xs:enumeration>
594
+ </xs:restriction>
595
+ </xs:simpleType>
596
+ <xs:element name="PCS-Pre-Inspection-Desirable" type="PCS-Pre-Inspection-Desirable"/>
597
+ <xs:complexType name="PCS-Pre-Inspection-Desirable">
598
+ <xs:sequence>
599
+ <xs:element name="Previous-Reports" type="YN_Flag" minOccurs="1" maxOccurs="1">
600
+ <xs:annotation>
601
+ <xs:documentation>Reports from earlier inspections of air conditioning systems, and for the generation of an energy performance certificate.
602
+
603
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
604
+ </xs:annotation>
605
+ </xs:element>
606
+ <xs:element name="Maintenance-Records" type="YN_Flag" minOccurs="1" maxOccurs="1">
607
+ <xs:annotation>
608
+ <xs:documentation>Records of maintenance operations carried out including filter changing, cleaning indoor and outdoor heat exchangers, refrigerant leakage tests, repairs to refrigeration components or replenishing with refrigerant.
609
+
610
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
611
+ </xs:annotation>
612
+ </xs:element>
613
+ <xs:element name="Calibration-Records" type="YN_Flag" minOccurs="1" maxOccurs="1">
614
+ <xs:annotation>
615
+ <xs:documentation>Records of calibration and maintenance operations carried out on control systems and sensors
616
+
617
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
618
+ </xs:annotation>
619
+ </xs:element>
620
+ <xs:element name="Consumption-Records" type="YN_Flag" minOccurs="1" maxOccurs="1">
621
+ <xs:annotation>
622
+ <xs:documentation>Records of sub-metered air conditioning plant use or energy consumption
623
+
624
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
625
+ </xs:annotation>
626
+ </xs:element>
627
+ </xs:sequence>
628
+ </xs:complexType>
629
+ <xs:element name="PCS-Pre-Inspection-Optional" type="PCS-Pre-Inspection-Optional"/>
630
+ <xs:complexType name="PCS-Pre-Inspection-Optional">
631
+ <xs:sequence>
632
+ <xs:element name="Cooling-Load-Estimate" type="YN_Flag" minOccurs="1" maxOccurs="1">
633
+ <xs:annotation>
634
+ <xs:documentation>An estimate of the design cooling load for each system (if available). Otherwise, a brief description of the occupation of the cooled spaces, and of power consuming equipment normally used in those spaces.
635
+
636
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
637
+ </xs:annotation>
638
+ </xs:element>
639
+ <xs:element name="Complaint-Records" type="YN_Flag" minOccurs="1" maxOccurs="1">
640
+ <xs:annotation>
641
+ <xs:documentation>Records of any issues or complaints that have been raised concerning the indoor comfort conditions achieved in the treated spaces.
642
+
643
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
644
+ </xs:annotation>
645
+ </xs:element>
646
+ </xs:sequence>
647
+ </xs:complexType>
648
+ <xs:element name="PCS-Visual-Inspection" type="PCS-Visual-Inspection"/>
649
+ <xs:complexType name="PCS-Visual-Inspection">
650
+ <xs:sequence>
651
+ <xs:element name="Area-Clear" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
652
+ <xs:annotation>
653
+ <xs:documentation>Is area around equipment clear of obstructions &amp;amp; debris, both to operators and to airflow?
654
+
655
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
656
+ </xs:annotation>
657
+ </xs:element>
658
+ <xs:element name="General-Condition" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
659
+ <xs:annotation>
660
+ <xs:documentation>Is general condition of the indoor and/or outdoor units in good order?
661
+
662
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
663
+ </xs:annotation>
664
+ </xs:element>
665
+ <xs:element name="Temperature-Difference" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
666
+ <xs:annotation>
667
+ <xs:documentation>Assess temperature difference / and observe refrigerant via sight glass or pressure gauge. Is this satisfactory?
668
+
669
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
670
+ </xs:annotation>
671
+ </xs:element>
672
+ <xs:element name="Blocked-Heat-Exchanger" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
673
+ <xs:annotation>
674
+ <xs:documentation>Is the heat exchanger partially blocked or undersized?
675
+
676
+ If Flag = "Yes" then Note must be populated else Note is empty.</xs:documentation>
677
+ </xs:annotation>
678
+ </xs:element>
679
+ <xs:element name="Condensation-Evidence" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
680
+ <xs:annotation>
681
+ <xs:documentation>Is there evidence of icing or excessive condensation?
682
+
683
+ If Flag = "Yes" then Note must be populated else Note is empty.</xs:documentation>
684
+ </xs:annotation>
685
+ </xs:element>
686
+ <xs:element name="Refrigerant-Leak" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
687
+ <xs:annotation>
688
+ <xs:documentation>Does area around plant show signs of oily stains indicative of a refrigerant leak?
689
+
690
+ If Flag = "Yes" then Note must be populated else Note is empty.</xs:documentation>
691
+ </xs:annotation>
692
+ </xs:element>
693
+ <xs:element name="Airflow-Obstructions" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
694
+ <xs:annotation>
695
+ <xs:documentation>Are there any obstructions to airflow through the outdoor and indoor unit heat exchangers?
696
+
697
+ If Flag = "Yes" then Note must be populated else Note is empty.</xs:documentation>
698
+ </xs:annotation>
699
+ </xs:element>
700
+ <xs:element name="Air-Recirculation" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
701
+ <xs:annotation>
702
+ <xs:documentation>Is there any potential for recirculation of warm air?
703
+
704
+ If Flag = "Yes" then Note must be populated else Note is empty.</xs:documentation>
705
+ </xs:annotation>
706
+ </xs:element>
707
+ <xs:element name="Parts-Condition" type="Note" minOccurs="1" maxOccurs="1">
708
+ <xs:annotation>
709
+ <xs:documentation>Check condition of indoor grilles, filters and terminal units.</xs:documentation>
710
+ </xs:annotation>
711
+ </xs:element>
712
+ </xs:sequence>
713
+ </xs:complexType>
714
+ <xs:element name="PCS-System-Control" type="PCS-System-Control"/>
715
+ <xs:complexType name="PCS-System-Control">
716
+ <xs:sequence minOccurs="1" maxOccurs="1">
717
+ <xs:element name="Zoning-Assessment" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
718
+ <xs:annotation>
719
+ <xs:documentation>Assess zoning in relation to factors such as local levels of internal gain, orientation and exposure to solar radiation. Is zoning appropriate?
720
+
721
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
722
+ </xs:annotation>
723
+ </xs:element>
724
+ <xs:element name="Current-Indicated-Time" type="Note" minOccurs="1" maxOccurs="1">
725
+ <xs:annotation>
726
+ <xs:documentation>Note the current indicated weekday and time of day on controllers against the actual time.</xs:documentation>
727
+ </xs:annotation>
728
+ </xs:element>
729
+ <xs:element name="Set-On-Period" type="Note" minOccurs="1" maxOccurs="1">
730
+ <xs:annotation>
731
+ <xs:documentation>Note the set on and off periods (for weekday and weekend if this facility is available with the timer).</xs:documentation>
732
+ </xs:annotation>
733
+ </xs:element>
734
+ <xs:element name="Timer-Shortfall" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
735
+ <xs:annotation>
736
+ <xs:documentation>Is there a shortfall in timer capabilities?
737
+
738
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
739
+ </xs:annotation>
740
+ </xs:element>
741
+ <xs:element name="Sensors-Appropriate" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
742
+ <xs:annotation>
743
+ <xs:documentation>Identify and assess zone heating and cooling temperature control sensors. Are the sensor types and locations appropriate in relation to heating and cooling emitters, heat flows or likely temperature distributions in the zone or space?
744
+
745
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
746
+ </xs:annotation>
747
+ </xs:element>
748
+ <xs:element name="Set-Temperature" type="Note" minOccurs="1" maxOccurs="1">
749
+ <xs:annotation>
750
+ <xs:documentation>Note the set temperature in each zone for heating and cooling in relation to the activities and occupancy of zones and spaces in relation to the manager's intent.</xs:documentation>
751
+ </xs:annotation>
752
+ </xs:element>
753
+ <xs:element name="Visible-Guidance" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
754
+ <xs:annotation>
755
+ <xs:documentation>Are guidance notices visible or controls available to inhibit use of cooling equipment whilst windows are open or cooling/heating is on?
756
+
757
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
758
+ </xs:annotation>
759
+ </xs:element>
760
+ <xs:element name="Equipment-Capacity" type="Note" minOccurs="1" maxOccurs="1">
761
+ <xs:annotation>
762
+ <xs:documentation>Note type, age and method of capacity of control equipment. </xs:documentation>
763
+ </xs:annotation>
764
+ </xs:element>
765
+ <xs:element name="Current-Practice" type="Note" minOccurs="1" maxOccurs="1">
766
+ <xs:annotation>
767
+ <xs:documentation>Compare with current good practice</xs:documentation>
768
+ </xs:annotation>
769
+ </xs:element>
770
+ </xs:sequence>
771
+ </xs:complexType>
772
+ <xs:element name="PCS-Sizing" type="PCS-Sizing"/>
773
+ <xs:complexType name="PCS-Sizing">
774
+ <xs:annotation>
775
+ <xs:documentation>This section compares system sizes with likely loads. Section 4 TM44 contains simple procedures for assessing whether refrigeration systems and air supply systems are likely to be oversized.</xs:documentation>
776
+ </xs:annotation>
777
+ <xs:sequence>
778
+ <xs:element name="Total-Occupants" type="xs:int" minOccurs="1" maxOccurs="1"/>
779
+ <xs:element name="Total-Floor-Area" type="xs:int" minOccurs="1" maxOccurs="1">
780
+ <xs:annotation>
781
+ <xs:documentation>The total floow area in square metres</xs:documentation>
782
+ </xs:annotation>
783
+ </xs:element>
784
+ <xs:element name="Occupant-Density" type="xs:float" minOccurs="1" maxOccurs="1">
785
+ <xs:annotation>
786
+ <xs:documentation>The average number of oiccuipants per square metre. Calculated as [Total-Floor-Area] / Total-Occupants]</xs:documentation>
787
+ </xs:annotation>
788
+ </xs:element>
789
+ <xs:element name="Lower-Heat-Gain" type="xs:float" minOccurs="1" maxOccurs="1"/>
790
+ <xs:element name="Upper-Heat-Gain" type="xs:float" minOccurs="1" maxOccurs="1"/>
791
+ <xs:element name="Installed-Capacity" type="xs:float" minOccurs="1" maxOccurs="1"/>
792
+ <xs:element name="Acceptable-Installed-Size" type="AcceptableRangeCode" minOccurs="1" maxOccurs="1">
793
+ <xs:annotation>
794
+ <xs:documentation>Indicates whjether the size of the Cooling Plant is accptable size for the property. "Yes" indicates "acceptable" and "No" indicates "Unacceptable".</xs:documentation>
795
+ </xs:annotation>
796
+ </xs:element>
797
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
798
+ </xs:sequence>
799
+ </xs:complexType>
800
+ <xs:element name="PCS-Refrigeration" type="PCS-Refrigeration"/>
801
+ <xs:complexType name="PCS-Refrigeration">
802
+ <xs:annotation>
803
+ <xs:documentation>In operation observe the temperature difference across the refrigeration compressor. Compared with the ambient temperature in the plant room / outside air.</xs:documentation>
804
+ </xs:annotation>
805
+ <xs:sequence>
806
+ <xs:element name="Pre-Compressor" type="xs:int" minOccurs="1" maxOccurs="1"/>
807
+ <xs:element name="Post-Processor" type="xs:int" minOccurs="1" maxOccurs="1"/>
808
+ <xs:element name="Ambient" type="xs:int" minOccurs="1" maxOccurs="1"/>
809
+ <xs:element name="Acceptable-Temperature" type="AcceptableRangeCode" minOccurs="1" maxOccurs="1"/>
810
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
811
+ </xs:sequence>
812
+ </xs:complexType>
813
+ <xs:element name="PCS-Metering" type="PCS-Metering"/>
814
+ <xs:complexType name="PCS-Metering">
815
+ <xs:sequence>
816
+ <xs:element name="Metering-Installed" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
817
+ <xs:annotation>
818
+ <xs:documentation>Is metering installed to enable monitoring of energy consumption of refrigeration plant?
819
+
820
+ If Flag = "Yes" then Note conatins Meter Reading else Note is empty.</xs:documentation>
821
+ </xs:annotation>
822
+ </xs:element>
823
+ <xs:element name="BEM-Installed" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
824
+ <xs:annotation>
825
+ <xs:documentation>Is a BEMs installed in the building which can warn about out of range alarms?</xs:documentation>
826
+ </xs:annotation>
827
+ </xs:element>
828
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
829
+ </xs:sequence>
830
+ </xs:complexType>
831
+ <xs:element name="PCS-Equipment-Details" type="PCS-Equipment-Details"/>
832
+ <xs:complexType name="PCS-Equipment-Details">
833
+ <xs:annotation>
834
+ <xs:documentation>Details of the system inspected.
835
+
836
+ There is one of these for each system inspected as defined in Number-Of-Systems in containing block.</xs:documentation>
837
+ </xs:annotation>
838
+ <xs:sequence>
839
+ <xs:element name="Description" type="xs:string" minOccurs="1" maxOccurs="1"/>
840
+ <xs:element name="Discrepancy-Note" type="xs:string" minOccurs="0" maxOccurs="1"/>
841
+ <xs:element name="Manufacturer" type="xs:string" minOccurs="1" maxOccurs="1"/>
842
+ <xs:element name="Model-Reference" type="xs:string" minOccurs="1" maxOccurs="1"/>
843
+ <xs:element name="Serial-Number" type="xs:string" minOccurs="1" maxOccurs="1"/>
844
+ <xs:element name="Year-Installed" type="xs:int" minOccurs="1" maxOccurs="1"/>
845
+ <xs:element name="Cooling-Capacity" type="xs:int" minOccurs="1" maxOccurs="1"/>
846
+ <xs:element name="Refrigerant-Type" type="xs:string" minOccurs="1" maxOccurs="1"/>
847
+ <xs:element name="Location" type="xs:string" minOccurs="1" maxOccurs="1">
848
+ <xs:annotation>
849
+ <xs:documentation>Specify location of indoor and outdoor units if applicable. i.e. outdoor unit located on roof within louvered enclosure, indoor unit in conference room above ceiling.</xs:documentation>
850
+ </xs:annotation>
851
+ </xs:element>
852
+ <xs:element name="Area-Served" type="xs:string" minOccurs="1" maxOccurs="1">
853
+ <xs:annotation>
854
+ <xs:documentation>Description of the area of the building that this particuolar Cooling System serves.</xs:documentation>
855
+ </xs:annotation>
856
+ </xs:element>
857
+ </xs:sequence>
858
+ </xs:complexType>
859
+ <xs:element name="Single-Centralised-Cooling-System" type="Single-Centralised-Cooling-System"/>
860
+ <xs:complexType name="Single-Centralised-Cooling-System">
861
+ <xs:sequence>
862
+ <xs:element name="Number-Of-Air-Handling-Systems" type="xs:int" minOccurs="1" maxOccurs="1">
863
+ <xs:annotation>
864
+ <xs:documentation>The number of Air Handling Systems that were inspected in the Property. THis is the number of Air Handling System sections that will be completed.</xs:documentation>
865
+ </xs:annotation>
866
+ </xs:element>
867
+ <xs:element name="Number-Of-Terminal-Units" type="xs:int" minOccurs="1" maxOccurs="1">
868
+ <xs:annotation>
869
+ <xs:documentation>The number of Terminal Units that were inspected. This is the number of Terminal Unit sections that will be completed in the report.</xs:documentation>
870
+ </xs:annotation>
871
+ </xs:element>
872
+ <xs:element name="Number-Of-Cooling-Plants" type="xs:int" minOccurs="1" maxOccurs="1">
873
+ <xs:annotation>
874
+ <xs:documentation>The number of Cooling Plants that were inspected. This is the number of Cooling Plant sections that will be completed in the report.</xs:documentation>
875
+ </xs:annotation>
876
+ </xs:element>
877
+ <xs:element name="Number-Of-System-Controls" type="xs:int" minOccurs="1" maxOccurs="1">
878
+ <xs:annotation>
879
+ <xs:documentation>The number of System Controls that were inspected. This is the number of System Control sections that will be completed in the report.</xs:documentation>
880
+ </xs:annotation>
881
+ </xs:element>
882
+ <xs:element name="Effective-Rating" type="xs:int" minOccurs="1" maxOccurs="1">
883
+ <xs:annotation>
884
+ <xs:documentation>Effective rated output of the all air-conditioning in the building. This is a calculated value produced by the Inspector.</xs:documentation>
885
+ </xs:annotation>
886
+ </xs:element>
887
+ <xs:element name="SCCS-Pre-Inspection-Information" type="SCCS-Pre-Inspection-Information" minOccurs="1" maxOccurs="1"/>
888
+ <xs:element name="SCCS-Cooling-Plant" type="SCCS-Cooling-Plant" minOccurs="1" maxOccurs="unbounded"/>
889
+ <xs:element name="SCCS-System-Control" type="SCCS-System-Control" minOccurs="1" maxOccurs="unbounded"/>
890
+ <xs:element name="SCCS-Air-Handling-System" type="SCCS-Air-Handling-System" minOccurs="1" maxOccurs="unbounded"/>
891
+ <xs:element name="SCCS-Terminal-Unit" type="SCCS-Terminal-Unit" minOccurs="1" maxOccurs="unbounded"/>
892
+ </xs:sequence>
893
+ </xs:complexType>
894
+ <xs:element name="SCCS-Pre-Inspection-Information" type="SCCS-Pre-Inspection-Information"/>
895
+ <xs:complexType name="SCCS-Pre-Inspection-Information">
896
+ <xs:sequence>
897
+ <xs:element name="SCCS-Pre-Inspection-Essential" type="SCCS-Pre-Inspection-Essential" minOccurs="1" maxOccurs="1"/>
898
+ <xs:element name="SCCS-Pre-Inspection-Desirable" type="SCCS-Pre-Inspection-Desirable" minOccurs="1" maxOccurs="1"/>
899
+ <xs:element name="SCCS-Pre-Inspection-Optional" type="SCCS-Pre-Inspection-Optional" minOccurs="1" maxOccurs="1"/>
900
+ </xs:sequence>
901
+ </xs:complexType>
902
+ <xs:element name="SCCS-Cooling-Plant" type="SCCS-Cooling-Plant"/>
903
+ <xs:complexType name="SCCS-Cooling-Plant">
904
+ <xs:sequence>
905
+ <xs:element name="System-Number" type="xs:int" minOccurs="1" maxOccurs="1">
906
+ <xs:annotation>
907
+ <xs:documentation>Identifier for each Cooling Plant that was inspected</xs:documentation>
908
+ </xs:annotation>
909
+ </xs:element>
910
+ <xs:element name="System-Identifier" type="xs:string" minOccurs="0" maxOccurs="1">
911
+ <xs:annotation>
912
+ <xs:documentation>A meaningful label with which to identify the system</xs:documentation>
913
+ </xs:annotation>
914
+ </xs:element>
915
+ <xs:element name="SCCS-Cooling-Plant-Equipment" type="SCCS-Cooling-Plant-Equipment" minOccurs="1" maxOccurs="1"/>
916
+ <xs:element name="SCCS-Cooling-Plant-Inspection" type="SCCS-Cooling-Plant-Inspection" minOccurs="1" maxOccurs="1"/>
917
+ <xs:element name="SCCS-Cooling-Plant-Sizing" type="SCCS-Cooling-Plant-Sizing" minOccurs="1" maxOccurs="1"/>
918
+ <xs:element name="SCCS-Cooling-Plant-Refrigeration" type="SCCS-Cooling-Plant-Refrigeration" minOccurs="1" maxOccurs="1"/>
919
+ <xs:element name="SCCS-Cooling-Plant-Chillers" type="SCCS-Cooling-Plant-Chillers" minOccurs="1" maxOccurs="1"/>
920
+ <xs:element name="SCCS-Cooling-Plant-Maintenance" type="SCCS-Cooling-Plant-Maintenance" minOccurs="1" maxOccurs="1"/>
921
+ <xs:element name="SCCS-Cooling-Plant-Metering" type="SCCS-Cooling-Plant-Metering" minOccurs="1" maxOccurs="1"/>
922
+ <xs:element name="SCCS-Cooling-Plant-Humidity-Control" type="SCCS-Cooling-Plant-Humidity-Control" minOccurs="1" maxOccurs="1"/>
923
+ </xs:sequence>
924
+ </xs:complexType>
925
+ <xs:element name="SCCS-Cooling-Plant-Inspection" type="SCCS-Cooling-Plant-Inspection"/>
926
+ <xs:complexType name="SCCS-Cooling-Plant-Inspection">
927
+ <xs:sequence>
928
+ <xs:element name="Heat-Rejection-Operational" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
929
+ <xs:annotation>
930
+ <xs:documentation>Is heat rejection plant operational?</xs:documentation>
931
+ </xs:annotation>
932
+ </xs:element>
933
+ <xs:element name="Heat-Rejection-Area-Clear" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
934
+ <xs:annotation>
935
+ <xs:documentation>Is area around the heat rejection plant clear of obstructions &amp;amp; debris?
936
+
937
+ If "No" then provide information and description of obstructions</xs:documentation>
938
+ </xs:annotation>
939
+ </xs:element>
940
+ <xs:element name="Chiller-Plant-Operational" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
941
+ <xs:annotation>
942
+ <xs:documentation>Is chiller plant operational?</xs:documentation>
943
+ </xs:annotation>
944
+ </xs:element>
945
+ <xs:element name="Chiller-Plant-Area-Clear" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
946
+ <xs:annotation>
947
+ <xs:documentation>Is area around the Chiller Plant clear of obstructions &amp;amp; debris?
948
+
949
+ If "No" then provide information and description of obstructions</xs:documentation>
950
+ </xs:annotation>
951
+ </xs:element>
952
+ <xs:element name="Air-Recirculation" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
953
+ <xs:annotation>
954
+ <xs:documentation>Is there any possibility of air recirculation through the condenser?
955
+
956
+ If "Yes" then provide information and description of obstructions</xs:documentation>
957
+ </xs:annotation>
958
+ </xs:element>
959
+ <xs:element name="Chiller-Plant-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
960
+ <xs:annotation>
961
+ <xs:documentation>Is general condition of chiller and associated central plant in good order?
962
+
963
+ If "No" then provide information and description of dilapidations.</xs:documentation>
964
+ </xs:annotation>
965
+ </xs:element>
966
+ <xs:element name="Heat-Exchanger-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
967
+ <xs:annotation>
968
+ <xs:documentation>Are condenser heat exchangers undamaged/ un-corroded and clean?
969
+
970
+ If "No" then provide information and description of dilapidations.</xs:documentation>
971
+ </xs:annotation>
972
+ </xs:element>
973
+ <xs:element name="Pipe-Insulation-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
974
+ <xs:annotation>
975
+ <xs:documentation>Is insulation on primary circulation pipe work well fitted and in good order?
976
+
977
+ If "No" then provide information and description of dilapidations.</xs:documentation>
978
+ </xs:annotation>
979
+ </xs:element>
980
+ <xs:element name="Chiller-Placement-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
981
+ <xs:annotation>
982
+ <xs:documentation>Is the chiller unit placed clear from warm air discharge louvers
983
+
984
+ If "No" then provide information and description of dilapidations.</xs:documentation>
985
+ </xs:annotation>
986
+ </xs:element>
987
+ <xs:element name="Compressors-Operational" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
988
+ <xs:annotation>
989
+ <xs:documentation>Locate compressors and ensure they are operational or can be brought into operation
990
+
991
+ If "No" then provide information and description of dilapidations.</xs:documentation>
992
+ </xs:annotation>
993
+ </xs:element>
994
+ </xs:sequence>
995
+ </xs:complexType>
996
+ <xs:element name="AC-Questionnaire" type="AC-Questionnaire"/>
997
+ <xs:complexType name="AC-Questionnaire">
998
+ <xs:sequence>
999
+ <xs:element name="AC-Present" type="YN_Flag" minOccurs="1" maxOccurs="1">
1000
+ <xs:annotation>
1001
+ <xs:documentation>Does the building have an air conditioning system?</xs:documentation>
1002
+ </xs:annotation>
1003
+ </xs:element>
1004
+ <xs:element name="AC-Rated-Output" type="ACRatedOuput" minOccurs="1" maxOccurs="1">
1005
+ <xs:annotation>
1006
+ <xs:documentation>What is the total effective rated output in kW if known</xs:documentation>
1007
+ </xs:annotation>
1008
+ </xs:element>
1009
+ <xs:element name="AC-Estimated-Output" type="ACEstimatedOutput" minOccurs="0" maxOccurs="1">
1010
+ <xs:annotation>
1011
+ <xs:documentation>If exact rating unknown, what is the estimated total effective output rating of the air conditioning system</xs:documentation>
1012
+ </xs:annotation>
1013
+ </xs:element>
1014
+ <xs:element name="AC-Inspection-Commissioned" type="ACInspectionCommissioned" minOccurs="1" maxOccurs="1">
1015
+ <xs:annotation>
1016
+ <xs:documentation>Has an air conditioning inspection been commissioned?</xs:documentation>
1017
+ </xs:annotation>
1018
+ </xs:element>
1019
+ </xs:sequence>
1020
+ </xs:complexType>
1021
+ <xs:element name="SCCS-Air-Handling-System" type="SCCS-Air-Handling-System"/>
1022
+ <xs:complexType name="SCCS-Air-Handling-System">
1023
+ <xs:sequence>
1024
+ <xs:element name="System-Number" type="xs:int" minOccurs="1" maxOccurs="1">
1025
+ <xs:annotation>
1026
+ <xs:documentation>Identifier for each Air Handling System that was inspected</xs:documentation>
1027
+ </xs:annotation>
1028
+ </xs:element>
1029
+ <xs:element name="System-Identifier" type="xs:string" minOccurs="0" maxOccurs="1">
1030
+ <xs:annotation>
1031
+ <xs:documentation>A meaningful label with which to identify the system</xs:documentation>
1032
+ </xs:annotation>
1033
+ </xs:element>
1034
+ <xs:element name="SCCS-Air-Handling-System-Equipment" type="SCCS-Air-Handling-System-Equipment" minOccurs="1" maxOccurs="1"/>
1035
+ <xs:element name="SCCS-Air-Handling-System-Notes" type="SCCS-Air-Handling-System-Notes" minOccurs="1" maxOccurs="1"/>
1036
+ <xs:element name="SCCS-Air-Handling-System-Filters" type="SCCS-Air-Handling-System-Filters" minOccurs="1" maxOccurs="1"/>
1037
+ <xs:element name="SCCS-Air-Handling-System-Fan-Power" type="SCCS-Air-Handling-System-Fan-Power" minOccurs="1" maxOccurs="1"/>
1038
+ <xs:element name="SCCS-Air-Handling-System-Fan-Condition" type="SCCS-Air-Handling-System-Fan-Condition" minOccurs="1" maxOccurs="1"/>
1039
+ </xs:sequence>
1040
+ </xs:complexType>
1041
+ <xs:element name="SCCS-Air-Handling-System-Equipment" type="SCCS-Air-Handling-System-Equipment"/>
1042
+ <xs:complexType name="SCCS-Air-Handling-System-Equipment">
1043
+ <xs:sequence>
1044
+ <xs:element name="Systems-Served" type="xs:string" minOccurs="1" maxOccurs="1">
1045
+ <xs:annotation>
1046
+ <xs:documentation>Systems Served from cooling plant</xs:documentation>
1047
+ </xs:annotation>
1048
+ </xs:element>
1049
+ <xs:element name="Manufacturer" type="xs:string" minOccurs="1" maxOccurs="1"/>
1050
+ <xs:element name="Year-Installed" type="xs:int" minOccurs="1" maxOccurs="1"/>
1051
+ <xs:element name="Location" type="xs:string" minOccurs="1" maxOccurs="1">
1052
+ <xs:annotation>
1053
+ <xs:documentation>Specify location of indoor and outdoor units if applicable. i.e. outdoor unit located on roof within louvered enclosure, indoor unit in conference room above ceiling.</xs:documentation>
1054
+ </xs:annotation>
1055
+ </xs:element>
1056
+ <xs:element name="Area-Served" type="xs:string" minOccurs="1" maxOccurs="1">
1057
+ <xs:annotation>
1058
+ <xs:documentation>Description of the area of the building that this particuolar Cooling System serves.</xs:documentation>
1059
+ </xs:annotation>
1060
+ </xs:element>
1061
+ <xs:element name="Discrepancy-Note" type="xs:string" minOccurs="0" maxOccurs="1">
1062
+ <xs:annotation>
1063
+ <xs:documentation>Note any discrepancy between information provided by client and on site information collected.</xs:documentation>
1064
+ </xs:annotation>
1065
+ </xs:element>
1066
+ </xs:sequence>
1067
+ </xs:complexType>
1068
+ <xs:element name="SCCS-Air-Handling-System-Notes" type="SCCS-Air-Handling-System-Notes"/>
1069
+ <xs:complexType name="SCCS-Air-Handling-System-Notes">
1070
+ <xs:sequence>
1071
+ <xs:element name="Heat-Exchangers-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1072
+ <xs:annotation>
1073
+ <xs:documentation>Assess condition of heat exchangers. Note whether any heat exchanger surfaces are significantly damaged, or blocked by debris or dust.
1074
+ Where reasonably practical, and where suitable information is available for comparison, the air path resistance across the coil should be measured and compared with the design resistance.
1075
+
1076
+ Are heat exchangers in good condition?
1077
+
1078
+ If "No" provide description</xs:documentation>
1079
+ </xs:annotation>
1080
+ </xs:element>
1081
+ <xs:element name="Refrigeration-Leak" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1082
+ <xs:annotation>
1083
+ <xs:documentation>Note whether refrigeration heat exchangers show signs of oily staining that could indicate refrigerant leakage. If present, check whether any attention to this is noted in the maintenance records.</xs:documentation>
1084
+ </xs:annotation>
1085
+ </xs:element>
1086
+ <xs:element name="Fan-Control-Setting" type="Note" minOccurs="1" maxOccurs="1">
1087
+ <xs:annotation>
1088
+ <xs:documentation>Note the fan type, and method of air speed control.
1089
+
1090
+ Check the setting and operation of any fresh air/recirculation dampers</xs:documentation>
1091
+ </xs:annotation>
1092
+ </xs:element>
1093
+ <xs:element name="Energy-Conservation-Features" type="Note" minOccurs="1" maxOccurs="1">
1094
+ <xs:annotation>
1095
+ <xs:documentation>Identify whether the systems have any energy conservation facilities, e.g. heat recovery, free cooling sequence, and check for evidence that such facilities are/have been functioning.</xs:documentation>
1096
+ </xs:annotation>
1097
+ </xs:element>
1098
+ <xs:element name="Air-Leakage" type="Note" minOccurs="1" maxOccurs="1">
1099
+ <xs:annotation>
1100
+ <xs:documentation>Observe the air handling plant and visible air containment including ductwork, floor or ceiling plenums and builders' work shafts for signs of excessive leakage and energy loss.</xs:documentation>
1101
+ </xs:annotation>
1102
+ </xs:element>
1103
+ <xs:element name="Outdoor-Air-Inlets" type="Note" minOccurs="1" maxOccurs="1">
1104
+ <xs:annotation>
1105
+ <xs:documentation>(a) Locate the inlets for outdoor air.
1106
+ (b) Note any significant obstructions or blockages to inlet grilles, screens and pre-filters.
1107
+ (c) Note where inlets may be affected by proximity to local sources of heat, or to air exhausts.</xs:documentation>
1108
+ </xs:annotation>
1109
+ </xs:element>
1110
+ </xs:sequence>
1111
+ </xs:complexType>
1112
+ <xs:element name="SCCS-Terminal-Unit" type="SCCS-Terminal-Unit"/>
1113
+ <xs:complexType name="SCCS-Terminal-Unit">
1114
+ <xs:sequence>
1115
+ <xs:element name="System-Number" type="xs:int" minOccurs="1" maxOccurs="1">
1116
+ <xs:annotation>
1117
+ <xs:documentation>Identifier for each Terminal Unit that was inspected</xs:documentation>
1118
+ </xs:annotation>
1119
+ </xs:element>
1120
+ <xs:element name="System-Identifier" type="xs:string" minOccurs="0" maxOccurs="1">
1121
+ <xs:annotation>
1122
+ <xs:documentation>A meaningful label with which to identify the system</xs:documentation>
1123
+ </xs:annotation>
1124
+ </xs:element>
1125
+ <xs:element name="SCCS-Terminal-Unit-Inspection" type="SCCS-Terminal-Unit-Inspection" minOccurs="1" maxOccurs="1"/>
1126
+ <xs:element name="SCCS-Terminal-Unit-Notes" type="SCCS-Terminal-Unit-Notes" minOccurs="1" maxOccurs="1"/>
1127
+ <xs:element name="SCCS-Terminal-Unit-Grilles" type="SCCS-Terminal-Unit-Grilles" minOccurs="1" maxOccurs="1"/>
1128
+ <xs:element name="SCCS-Terminal-Unit-Diffuser" type="SCCS-Terminal-Unit-Diffuser" minOccurs="1" maxOccurs="1"/>
1129
+ <xs:element name="SCCS-Terminal-Unit-Condition" type="SCCS-Terminal-Unit-Condition" minOccurs="1" maxOccurs="1"/>
1130
+ </xs:sequence>
1131
+ </xs:complexType>
1132
+ <xs:element name="SCCS-System-Control" type="SCCS-System-Control"/>
1133
+ <xs:complexType name="SCCS-System-Control">
1134
+ <xs:sequence>
1135
+ <xs:element name="System-Number" type="xs:int" minOccurs="1" maxOccurs="1"/>
1136
+ <xs:element name="System-Identifier" type="xs:string" minOccurs="1" maxOccurs="1"/>
1137
+ <xs:element name="Zoning-Assessment" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1138
+ <xs:annotation>
1139
+ <xs:documentation>Assess zoning in relation to factors such as local levels of internal gain, orientation and exposure to solar radiation. Is zoning appropriate?
1140
+
1141
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
1142
+ </xs:annotation>
1143
+ </xs:element>
1144
+ <xs:element name="Current-Indicated-Time" type="Note" minOccurs="1" maxOccurs="1">
1145
+ <xs:annotation>
1146
+ <xs:documentation>Note the current indicated weekday and time of day on controllers against the actual time.</xs:documentation>
1147
+ </xs:annotation>
1148
+ </xs:element>
1149
+ <xs:element name="Set-On-Period" type="Note" minOccurs="1" maxOccurs="1">
1150
+ <xs:annotation>
1151
+ <xs:documentation>Note the set on and off periods (for weekday and weekend if this facility is available with the timer).</xs:documentation>
1152
+ </xs:annotation>
1153
+ </xs:element>
1154
+ <xs:element name="Timer-Shortfall" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1155
+ <xs:annotation>
1156
+ <xs:documentation>Is there a shortfall in timer capabilities?
1157
+
1158
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
1159
+ </xs:annotation>
1160
+ </xs:element>
1161
+ <xs:element name="Sensors-Appropriate" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1162
+ <xs:annotation>
1163
+ <xs:documentation>Identify and assess zone heating and cooling temperature control sensors. Are the sensor types and locations appropriate in relation to heating and cooling emitters, heat flows or likely temperature distributions in the zone or space?
1164
+
1165
+ If Flag = "No" then Note must be populated else Note is empty.</xs:documentation>
1166
+ </xs:annotation>
1167
+ </xs:element>
1168
+ <xs:element name="Set-Temperature" type="Note" minOccurs="1" maxOccurs="1">
1169
+ <xs:annotation>
1170
+ <xs:documentation>Note the set temperature in each zone for heating and cooling in relation to the activities and occupancy of zones and spaces in relation to the manager's intent.</xs:documentation>
1171
+ </xs:annotation>
1172
+ </xs:element>
1173
+ <xs:element name="Dead-Band-Set" type="Note" minOccurs="1" maxOccurs="1">
1174
+ <xs:annotation>
1175
+ <xs:documentation>Note whether a 'dead band' is or can be set between heating and cooling.</xs:documentation>
1176
+ </xs:annotation>
1177
+ </xs:element>
1178
+ <xs:element name="Equipment-Capacity" type="Note" minOccurs="1" maxOccurs="1">
1179
+ <xs:annotation>
1180
+ <xs:documentation>Assess the refrigeration compressor(s) and the method of refrigeration capacity control.</xs:documentation>
1181
+ </xs:annotation>
1182
+ </xs:element>
1183
+ <xs:element name="Airflow-Modulation" type="Note" minOccurs="1" maxOccurs="1">
1184
+ <xs:annotation>
1185
+ <xs:documentation>Assess means of modulating or controlling air flow rate through air supply and exhaust ducts.</xs:documentation>
1186
+ </xs:annotation>
1187
+ </xs:element>
1188
+ </xs:sequence>
1189
+ </xs:complexType>
1190
+ <xs:element name="SCCS-Terminal-Unit-Inspection" type="SCCS-Terminal-Unit-Inspection"/>
1191
+ <xs:complexType name="SCCS-Terminal-Unit-Inspection">
1192
+ <xs:sequence>
1193
+ <xs:element name="Systems-Served" type="xs:string" minOccurs="1" maxOccurs="1">
1194
+ <xs:annotation>
1195
+ <xs:documentation>Description of the systems that are served by this Terminal Unit.</xs:documentation>
1196
+ </xs:annotation>
1197
+ </xs:element>
1198
+ <xs:element name="Manufacturer" type="xs:string" minOccurs="1" maxOccurs="1"/>
1199
+ <xs:element name="Year-Installed" type="xs:int" minOccurs="1" maxOccurs="1"/>
1200
+ <xs:element name="Location" type="xs:string" minOccurs="1" maxOccurs="1">
1201
+ <xs:annotation>
1202
+ <xs:documentation>Specify location of indoor and outdoor units if applicable. i.e. outdoor unit located on roof within louvered enclosure, indoor unit in conference room above ceiling.</xs:documentation>
1203
+ </xs:annotation>
1204
+ </xs:element>
1205
+ <xs:element name="Area-Served" type="xs:string" minOccurs="1" maxOccurs="1">
1206
+ <xs:annotation>
1207
+ <xs:documentation>Description of the area of the building that this particuolar Cooling System serves.</xs:documentation>
1208
+ </xs:annotation>
1209
+ </xs:element>
1210
+ <xs:element name="Discrepancy-Note" type="xs:string" minOccurs="0" maxOccurs="1">
1211
+ <xs:annotation>
1212
+ <xs:documentation>Note any discrepancy between information provided by client and on site information collected.</xs:documentation>
1213
+ </xs:annotation>
1214
+ </xs:element>
1215
+ </xs:sequence>
1216
+ </xs:complexType>
1217
+ <xs:element name="SCCS-Terminal-Unit-Notes" type="SCCS-Terminal-Unit-Notes"/>
1218
+ <xs:complexType name="SCCS-Terminal-Unit-Notes">
1219
+ <xs:sequence>
1220
+ <xs:element name="Pipe-Insulation-OK" type="YN_Flag" minOccurs="1" maxOccurs="1">
1221
+ <xs:annotation>
1222
+ <xs:documentation>Is pipe work adequately insulated? Visually inspect the route and condition of the cooling system pipe work serving local areas.</xs:documentation>
1223
+ </xs:annotation>
1224
+ </xs:element>
1225
+ <xs:element name="Ductwork-Insulated-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1226
+ <xs:annotation>
1227
+ <xs:documentation>Is ductwork adequately insulated? Check that pipe work is appropriately insulated.
1228
+
1229
+ If "No" the providedetail</xs:documentation>
1230
+ </xs:annotation>
1231
+ </xs:element>
1232
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1233
+ </xs:sequence>
1234
+ </xs:complexType>
1235
+ <xs:element name="SCCS-Cooling-Plant-Equipment" type="SCCS-Cooling-Plant-Equipment"/>
1236
+ <xs:complexType name="SCCS-Cooling-Plant-Equipment">
1237
+ <xs:sequence>
1238
+ <xs:element name="Manufacturer" type="xs:string" minOccurs="1" maxOccurs="1"/>
1239
+ <xs:element name="Description" type="xs:string" minOccurs="1" maxOccurs="1"/>
1240
+ <xs:element name="Model-Reference" type="xs:string" minOccurs="1" maxOccurs="1"/>
1241
+ <xs:element name="Serial-Number" type="xs:string" minOccurs="1" maxOccurs="1"/>
1242
+ <xs:element name="Year-Installed" type="xs:int" minOccurs="1" maxOccurs="1"/>
1243
+ <xs:element name="Cooling-Capacity" type="xs:int" minOccurs="1" maxOccurs="1"/>
1244
+ <xs:element name="Location" type="xs:string" minOccurs="1" maxOccurs="1">
1245
+ <xs:annotation>
1246
+ <xs:documentation>Specify location of indoor and outdoor units if applicable. i.e. outdoor unit located on roof within louvered enclosure, indoor unit in conference room above ceiling.</xs:documentation>
1247
+ </xs:annotation>
1248
+ </xs:element>
1249
+ <xs:element name="Area-Served" type="xs:string" minOccurs="1" maxOccurs="1">
1250
+ <xs:annotation>
1251
+ <xs:documentation>Description of the area of the building that this particuolar Cooling System serves.</xs:documentation>
1252
+ </xs:annotation>
1253
+ </xs:element>
1254
+ <xs:element name="Discrepancy-Note" type="xs:string" minOccurs="0" maxOccurs="1"/>
1255
+ <xs:element name="Refrigerant-Type" type="xs:string" minOccurs="1" maxOccurs="1"/>
1256
+ </xs:sequence>
1257
+ </xs:complexType>
1258
+ <xs:element name="SCCS-Pre-Inspection-Essential" type="SCCS-Pre-Inspection-Essential"/>
1259
+ <xs:complexType name="SCCS-Pre-Inspection-Essential">
1260
+ <xs:sequence>
1261
+ <xs:element name="List-Of-Systems" type="YN_Flag" minOccurs="1" maxOccurs="1">
1262
+ <xs:annotation>
1263
+ <xs:documentation>Itemised list of installed packaged cooling systems including product makes, models and identification numbers together with cooling capacities and locations of the equipment.
1264
+
1265
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.
1266
+
1267
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1268
+ </xs:annotation>
1269
+ </xs:element>
1270
+ <xs:element name="Cooling-Capacities" type="YN_Flag" minOccurs="1" maxOccurs="1">
1271
+ <xs:annotation>
1272
+ <xs:documentation>Cooling capacities, with locations of the indoor and outdoor components of each plant.
1273
+
1274
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1275
+ </xs:annotation>
1276
+ </xs:element>
1277
+ <xs:element name="Control-Zones" type="YN_Flag" minOccurs="1" maxOccurs="1">
1278
+ <xs:annotation>
1279
+ <xs:documentation>Description of system control zones, with schematic drawings.
1280
+
1281
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1282
+ </xs:annotation>
1283
+ </xs:element>
1284
+ <xs:element name="Temperature-Controls" type="YN_Flag" minOccurs="1" maxOccurs="1">
1285
+ <xs:annotation>
1286
+ <xs:documentation>Description of method of control of temperature.
1287
+
1288
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1289
+ </xs:annotation>
1290
+ </xs:element>
1291
+ <xs:element name="Operation-Controls" type="YN_Flag" minOccurs="1" maxOccurs="1">
1292
+ <xs:annotation>
1293
+ <xs:documentation>Description of method of control of periods of operation.
1294
+
1295
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1296
+ </xs:annotation>
1297
+ </xs:element>
1298
+ <xs:element name="Schematics" type="YN_Flag" minOccurs="1" maxOccurs="1">
1299
+ <xs:annotation>
1300
+ <xs:documentation>Floor plans and schematics of air conditioning systems.
1301
+
1302
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1303
+ </xs:annotation>
1304
+ </xs:element>
1305
+ </xs:sequence>
1306
+ </xs:complexType>
1307
+ <xs:element name="SCCS-Pre-Inspection-Desirable" type="SCCS-Pre-Inspection-Desirable"/>
1308
+ <xs:complexType name="SCCS-Pre-Inspection-Desirable">
1309
+ <xs:sequence>
1310
+ <xs:element name="Previous-Reports" type="YN_Flag" minOccurs="1" maxOccurs="1">
1311
+ <xs:annotation>
1312
+ <xs:documentation>Reports from earlier inspections of air conditioning systems, and for the generation of an energy performance certificate.
1313
+
1314
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1315
+ </xs:annotation>
1316
+ </xs:element>
1317
+ <xs:element name="Refrigeration-Maintenance" type="YN_Flag" minOccurs="1" maxOccurs="1">
1318
+ <xs:annotation>
1319
+ <xs:documentation>Records of maintenance operations carried out on refrigeration systems, including cleaning indoor and outdoor heat exchangers, refrigerant leakage tests, repairs to refrigeration components or replenishing with refrigerant.
1320
+
1321
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1322
+ </xs:annotation>
1323
+ </xs:element>
1324
+ <xs:element name="Delivery-System-Maintenance" type="YN_Flag" minOccurs="1" maxOccurs="1">
1325
+ <xs:annotation>
1326
+ <xs:documentation>Records of maintenance operations carried out on air delivery systems, including filter cleaning and changing, and cleaning of heat exchangers.
1327
+
1328
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1329
+ </xs:annotation>
1330
+ </xs:element>
1331
+ <xs:element name="Control-System-Maintenance" type="YN_Flag" minOccurs="1" maxOccurs="1">
1332
+ <xs:annotation>
1333
+ <xs:documentation>Records of calibration and maintenance operations carried out on control systems and sensors, or BMS systems and sensors.
1334
+
1335
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1336
+ </xs:annotation>
1337
+ </xs:element>
1338
+ <xs:element name="Consumption-Records" type="YN_Flag" minOccurs="1" maxOccurs="1">
1339
+ <xs:annotation>
1340
+ <xs:documentation>Records of sub-metered air conditioning plant use or energy consumption.
1341
+
1342
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1343
+ </xs:annotation>
1344
+ </xs:element>
1345
+ <xs:element name="Commissioning-Results" type="YN_Flag" minOccurs="1" maxOccurs="1">
1346
+ <xs:annotation>
1347
+ <xs:documentation>For relevant air supply and extract systems, commissioning results of measured absorbed power at normal air delivery and extract rates, and commissioning results for normal delivered delivery and extract air flow rates (or independently calculated specific fan power for the systems).
1348
+
1349
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1350
+ </xs:annotation>
1351
+ </xs:element>
1352
+ </xs:sequence>
1353
+ </xs:complexType>
1354
+ <xs:element name="SCCS-Pre-Inspection-Optional" type="SCCS-Pre-Inspection-Optional"/>
1355
+ <xs:complexType name="SCCS-Pre-Inspection-Optional">
1356
+ <xs:sequence>
1357
+ <xs:element name="Cooling-Load-Estimate" type="YN_Flag" minOccurs="1" maxOccurs="1">
1358
+ <xs:annotation>
1359
+ <xs:documentation>An estimate of the design cooling load for each system (if available). Otherwise, a brief description of the occupation of the cooled spaces, and of power consuming equipment normally used in those spaces.
1360
+
1361
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1362
+ </xs:annotation>
1363
+ </xs:element>
1364
+ <xs:element name="Complaint-Records" type="YN_Flag" minOccurs="1" maxOccurs="1">
1365
+ <xs:annotation>
1366
+ <xs:documentation>Records of any issues or complaints that have been raised concerning the indoor comfort conditions achieved in the treated spaces.
1367
+
1368
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1369
+ </xs:annotation>
1370
+ </xs:element>
1371
+ <xs:element name="BMS-Capability" type="YN_Flag" minOccurs="1" maxOccurs="1">
1372
+ <xs:annotation>
1373
+ <xs:documentation>Where a BMS is used the manager should arrange for a short statement to be provided describing its capabilities, the plant it is connected to control, the set points for the control of temperature, the frequency with which it is maintained, and the date of the last inspection and maintenance.
1374
+
1375
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1376
+ </xs:annotation>
1377
+ </xs:element>
1378
+ <xs:element name="Monitoring-Capability" type="YN_Flag" minOccurs="1" maxOccurs="1">
1379
+ <xs:annotation>
1380
+ <xs:documentation>Where a monitoring station, or remote monitoring facility, is used to continually observe the performance of equipment such as chillers, the manager should arrange for a statement to be provided describing the parameters monitored, and a statement reviewing the operating efficiency of the equipment.
1381
+
1382
+ "No" indicates the data is not available, 'Yes" indicates that it was reviewed.</xs:documentation>
1383
+ </xs:annotation>
1384
+ </xs:element>
1385
+ </xs:sequence>
1386
+ </xs:complexType>
1387
+ <xs:element name="SCCS-Cooling-Plant-Sizing" type="SCCS-Cooling-Plant-Sizing"/>
1388
+ <xs:complexType name="SCCS-Cooling-Plant-Sizing">
1389
+ <xs:sequence>
1390
+ <xs:element name="Total-Occupants" type="xs:int" minOccurs="1" maxOccurs="1"/>
1391
+ <xs:element name="Total-Floor-Area" type="xs:int" minOccurs="1" maxOccurs="1">
1392
+ <xs:annotation>
1393
+ <xs:documentation>The total floor area in square metres</xs:documentation>
1394
+ </xs:annotation>
1395
+ </xs:element>
1396
+ <xs:element name="Occupant-Density" type="xs:float" minOccurs="1" maxOccurs="1">
1397
+ <xs:annotation>
1398
+ <xs:documentation>The average number of oiccuipants per square metre. Calculated as [Total-Floor-Area] / Total-Occupants]</xs:documentation>
1399
+ </xs:annotation>
1400
+ </xs:element>
1401
+ <xs:element name="Lower-Heat-Gain" type="xs:float" minOccurs="1" maxOccurs="1"/>
1402
+ <xs:element name="Upper-Heat-Gain" type="xs:float" minOccurs="1" maxOccurs="1"/>
1403
+ <xs:element name="Installed-Capacity" type="xs:float" minOccurs="1" maxOccurs="1"/>
1404
+ <xs:element name="Acceptable-Installed-Size" type="AcceptableRangeCode" minOccurs="1" maxOccurs="1">
1405
+ <xs:annotation>
1406
+ <xs:documentation>Indicates whjether the size of the Cooling Plant is accptable size for the property. "Yes" indicates "acceptable" and "No" indicates "Unacceptable".</xs:documentation>
1407
+ </xs:annotation>
1408
+ </xs:element>
1409
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1410
+ </xs:sequence>
1411
+ </xs:complexType>
1412
+ <xs:element name="SCCS-Cooling-Plant-Metering" type="SCCS-Cooling-Plant-Metering"/>
1413
+ <xs:complexType name="SCCS-Cooling-Plant-Metering">
1414
+ <xs:sequence>
1415
+ <xs:element name="Metering-Installed" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1416
+ <xs:annotation>
1417
+ <xs:documentation>Is metering installed to enable monitoring of energy consumption of refrigeration plant?
1418
+
1419
+ If Flag = "Yes" then Note conatins Meter Reading else Note is empty.</xs:documentation>
1420
+ </xs:annotation>
1421
+ </xs:element>
1422
+ <xs:element name="BEM-Installed" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1423
+ <xs:annotation>
1424
+ <xs:documentation>Is a BEMs installed in the building which can warn about out of range alarms?</xs:documentation>
1425
+ </xs:annotation>
1426
+ </xs:element>
1427
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1428
+ </xs:sequence>
1429
+ </xs:complexType>
1430
+ <xs:element name="SCCS-Cooling-Plant-Refrigeration" type="SCCS-Cooling-Plant-Refrigeration"/>
1431
+ <xs:complexType name="SCCS-Cooling-Plant-Refrigeration">
1432
+ <xs:sequence>
1433
+ <xs:element name="Refrigerant-Name" type="xs:string" minOccurs="1" maxOccurs="1">
1434
+ <xs:annotation>
1435
+ <xs:documentation>Identify the refrigerant used.</xs:documentation>
1436
+ </xs:annotation>
1437
+ </xs:element>
1438
+ <xs:element name="F-Gas-Inspection" type="YN_Flag" minOccurs="1" maxOccurs="1">
1439
+ <xs:annotation>
1440
+ <xs:documentation>Indicate where an F-Gas Regulations inspection may be required</xs:documentation>
1441
+ </xs:annotation>
1442
+ </xs:element>
1443
+ <xs:element name="Pre-Compressor" type="xs:int" minOccurs="1" maxOccurs="1"/>
1444
+ <xs:element name="Post-Processor" type="xs:int" minOccurs="1" maxOccurs="1"/>
1445
+ <xs:element name="Ambient" type="xs:int" minOccurs="1" maxOccurs="1"/>
1446
+ <xs:element name="Acceptable-Temperature" type="AcceptableRangeCode" minOccurs="1" maxOccurs="1"/>
1447
+ <xs:element name="Refrigerant-Leak" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1448
+ <xs:annotation>
1449
+ <xs:documentation>Note whether refrigeration heat exchangers show signs of oily staining that could indicate refrigerant leakage. If present, check whether any attention to this is noted in the maintenance records.
1450
+
1451
+ If "Yes" provide comment regarding the incident and how it has been rectified</xs:documentation>
1452
+ </xs:annotation>
1453
+ </xs:element>
1454
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1455
+ </xs:sequence>
1456
+ </xs:complexType>
1457
+ <xs:element name="SCCS-Cooling-Plant-Chillers" type="SCCS-Cooling-Plant-Chillers"/>
1458
+ <xs:complexType name="SCCS-Cooling-Plant-Chillers">
1459
+ <xs:annotation>
1460
+ <xs:documentation>If the refrigeration equipment includes water cooled chillers check that adequate water flows are available through the cooling towers or evaporative condensers to achieve efficient heat transfer. Also check that the water pressure drops across them are in accordance with design or commissioning data if gauges or test points are available and accessible.
1461
+
1462
+ Check to ensure that the water is treated and regularly checked to ensure that there is no Legionella risk. See HSE L8
1463
+ </xs:documentation>
1464
+ </xs:annotation>
1465
+ <xs:sequence>
1466
+ <xs:element name="Water-Cooled" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
1467
+ <xs:element name="Condenser-Flow-Reading" type="xs:float" minOccurs="1" maxOccurs="1"/>
1468
+ <xs:element name="Commissioning-Flow-Reading" type="xs:float" minOccurs="1" maxOccurs="1"/>
1469
+ <xs:element name="Water-Treatment" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
1470
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1471
+ </xs:sequence>
1472
+ </xs:complexType>
1473
+ <xs:element name="SCCS-Cooling-Plant-Maintenance" type="SCCS-Cooling-Plant-Maintenance"/>
1474
+ <xs:complexType name="SCCS-Cooling-Plant-Maintenance">
1475
+ <xs:annotation>
1476
+ <xs:documentation>Record whether there is evidence of a regular inspection and maintenance regime carried out by suitably competent people. Record and comment on the frequencies and scope of maintenance to the air conditioning equipment and systems in relation to industry guidelines. This, and the dates of most recent maintenance may also need to be referred to during the ‘physical’ inspection.</xs:documentation>
1477
+ </xs:annotation>
1478
+ <xs:sequence>
1479
+ <xs:element name="Records-Kept" type="YN_Flag" minOccurs="1" maxOccurs="1">
1480
+ <xs:annotation>
1481
+ <xs:documentation>Are there records of regular maintenance?</xs:documentation>
1482
+ </xs:annotation>
1483
+ </xs:element>
1484
+ <xs:element name="Competent-Person" type="YN_Flag" minOccurs="1" maxOccurs="1">
1485
+ <xs:annotation>
1486
+ <xs:documentation>Is the maintenance undertaken by suitably competent people?</xs:documentation>
1487
+ </xs:annotation>
1488
+ </xs:element>
1489
+ <xs:element name="Maintenance-Frequency-Note" type="xs:string" minOccurs="1" maxOccurs="1">
1490
+ <xs:annotation>
1491
+ <xs:documentation>Provide comment regarding maintenance frequencies in relation to industry guidelines.</xs:documentation>
1492
+ </xs:annotation>
1493
+ </xs:element>
1494
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1495
+ </xs:sequence>
1496
+ </xs:complexType>
1497
+ <xs:element name="SCCS-Cooling-Plant-Humidity-Control" type="SCCS-Cooling-Plant-Humidity-Control"/>
1498
+ <xs:complexType name="SCCS-Cooling-Plant-Humidity-Control">
1499
+ <xs:sequence>
1500
+ <xs:element name="Humidity-Control" type="YN_Flag" minOccurs="1" maxOccurs="1">
1501
+ <xs:annotation>
1502
+ <xs:documentation>Is there separate equipment installed for humidity control?</xs:documentation>
1503
+ </xs:annotation>
1504
+ </xs:element>
1505
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1506
+ </xs:sequence>
1507
+ </xs:complexType>
1508
+ <xs:element name="SCCS-Terminal-Unit-Condition" type="SCCS-Terminal-Unit-Condition"/>
1509
+ <xs:complexType name="SCCS-Terminal-Unit-Condition">
1510
+ <xs:sequence>
1511
+ <xs:element name="Unit-Condition-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1512
+ <xs:annotation>
1513
+ <xs:documentation>Are the terminal units in good working order? Visually check the condition and operation of indoor units.
1514
+
1515
+ If "No" then provide detail</xs:documentation>
1516
+ </xs:annotation>
1517
+ </xs:element>
1518
+ </xs:sequence>
1519
+ </xs:complexType>
1520
+ <xs:element name="SCCS-Terminal-Unit-Grilles" type="SCCS-Terminal-Unit-Grilles"/>
1521
+ <xs:complexType name="SCCS-Terminal-Unit-Grilles">
1522
+ <xs:sequence>
1523
+ <xs:element name="Air-Flow-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1524
+ <xs:annotation>
1525
+ <xs:documentation>Are diffusers /grilles clean and in good order? Review air delivery openings, grilles or diffusers, and route by which air is extracted from the spaces. Note whether these appear to provide good distribution
1526
+
1527
+ If "No" provide comment regarding condition</xs:documentation>
1528
+ </xs:annotation>
1529
+ </xs:element>
1530
+ <xs:element name="Air-Flow-Distribution-OK" type="xs:string" minOccurs="1" maxOccurs="1">
1531
+ <xs:annotation>
1532
+ <xs:documentation>Note whether Grills and Air Flow Delivery openings appear to provide good distribution.</xs:documentation>
1533
+ </xs:annotation>
1534
+ </xs:element>
1535
+ <xs:element name="Water-Supply-OK" type="YN_Flag" minOccurs="1" maxOccurs="1"/>
1536
+ <xs:element name="Air-Flow-Issues" type="xs:string" minOccurs="1" maxOccurs="1">
1537
+ <xs:annotation>
1538
+ <xs:documentation>Issues arising from facilities manager’s records. Review evidence that occupants find the air delivery arrangements unacceptable – for example check the complaints log (if it is available)</xs:documentation>
1539
+ </xs:annotation>
1540
+ </xs:element>
1541
+ </xs:sequence>
1542
+ </xs:complexType>
1543
+ <xs:element name="SCCS-Terminal-Unit-Diffuser" type="SCCS-Terminal-Unit-Diffuser"/>
1544
+ <xs:complexType name="SCCS-Terminal-Unit-Diffuser">
1545
+ <xs:sequence>
1546
+ <xs:element name="Diffuser-Positions-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1547
+ <xs:annotation>
1548
+ <xs:documentation>Are the diffusers and grilles clean and in good order? Assess the positioning and geometry of air supply openings in relation to extract openings. Observe if partitioning or furniture is affecting performance.
1549
+
1550
+ If "No" then provide comment regarding condition</xs:documentation>
1551
+ </xs:annotation>
1552
+ </xs:element>
1553
+ <xs:element name="Partitioning-OK" type="xs:string" minOccurs="1" maxOccurs="1">
1554
+ <xs:annotation>
1555
+ <xs:documentation>Observe if partitioning or furniture is affecting performance.</xs:documentation>
1556
+ </xs:annotation>
1557
+ </xs:element>
1558
+ </xs:sequence>
1559
+ </xs:complexType>
1560
+ <xs:element name="SCCS-Air-Handling-System-Filters" type="SCCS-Air-Handling-System-Filters"/>
1561
+ <xs:complexType name="SCCS-Air-Handling-System-Filters">
1562
+ <xs:sequence>
1563
+ <xs:element name="Filter-Condition-OK" type="YN_Flag" minOccurs="1" maxOccurs="1">
1564
+ <xs:annotation>
1565
+ <xs:documentation>Check condition of intake air filters and check air inlets and outlets for obstruction</xs:documentation>
1566
+ </xs:annotation>
1567
+ </xs:element>
1568
+ <xs:element name="Filter-Change-Frequency-OK" type="Flag_With_Note" minOccurs="1" maxOccurs="1">
1569
+ <xs:annotation>
1570
+ <xs:documentation>Is the elapsed time since the last change or clean, in relation to industry guidance, acceptable?.</xs:documentation>
1571
+ </xs:annotation>
1572
+ </xs:element>
1573
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1574
+ </xs:sequence>
1575
+ </xs:complexType>
1576
+ <xs:element name="SCCS-Air-Handling-System-Fan-Power" type="SCCS-Air-Handling-System-Fan-Power"/>
1577
+ <xs:complexType name="SCCS-Air-Handling-System-Fan-Power">
1578
+ <xs:sequence>
1579
+ <xs:element name="Fan-Power-Estimate" type="xs:string" minOccurs="1" maxOccurs="1">
1580
+ <xs:annotation>
1581
+ <xs:documentation>Estimate the specific fan power (SFP) of air movement systems, provided that this can be done simply from existing records of the installed fan capacities and the flow rates and pressure drops noted in commissioning records, for comparison with the guidance
1582
+
1583
+ Use the guidance in TM44 section 4.4 tables 4.1 Indicative ventilation rates for various types of buildings (Source BSRIA BG14/2003(20) &amp;amp; 4.2 yardstick installed fan capacities (source BSRIA AG1/2000(21))</xs:documentation>
1584
+ </xs:annotation>
1585
+ </xs:element>
1586
+ <xs:element name="Fan-Power-OK" type="YN_Flag" minOccurs="1" maxOccurs="1">
1587
+ <xs:annotation>
1588
+ <xs:documentation>Are air flow rates and system pressures available from commissioning data?</xs:documentation>
1589
+ </xs:annotation>
1590
+ </xs:element>
1591
+ <xs:element name="SFP-Calculation" type="xs:string" minOccurs="1" maxOccurs="1"/>
1592
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1593
+ </xs:sequence>
1594
+ </xs:complexType>
1595
+ <xs:element name="SCCS-Air-Handling-System-Fan-Condition" type="SCCS-Air-Handling-System-Fan-Condition"/>
1596
+ <xs:complexType name="SCCS-Air-Handling-System-Fan-Condition">
1597
+ <xs:sequence>
1598
+ <xs:element name="Fan-Rotation-OK" type="YN_Flag" minOccurs="1" maxOccurs="1">
1599
+ <xs:annotation>
1600
+ <xs:documentation>Check for correct rotation of fans. Does the fan rotate in the correct sense?</xs:documentation>
1601
+ </xs:annotation>
1602
+ </xs:element>
1603
+ <xs:element name="Fan-Modulation-OK" type="YN_Flag" minOccurs="1" maxOccurs="1">
1604
+ <xs:annotation>
1605
+ <xs:documentation>Is speed control or modulation operation?</xs:documentation>
1606
+ </xs:annotation>
1607
+ </xs:element>
1608
+ <xs:element name="Guidance" type="ACI-Recommendations-List" minOccurs="0" maxOccurs="1"/>
1609
+ </xs:sequence>
1610
+ </xs:complexType>
1611
+ <xs:element name="Equipment-Owner" type="Equipment-Owner"/>
1612
+ <xs:complexType name="Equipment-Owner">
1613
+ <xs:sequence minOccurs="0" maxOccurs="1">
1614
+ <xs:element name="Equipment-Owner-Name" type="xs:string" minOccurs="1" maxOccurs="1"/>
1615
+ <xs:element name="Telephone-Number" type="xs:string" minOccurs="1" maxOccurs="1"/>
1616
+ <xs:element name="Organisation-Name" type="xs:string" minOccurs="1" maxOccurs="1"/>
1617
+ <xs:element name="Registered-Address" type="AddressType" minOccurs="1" maxOccurs="1">
1618
+ <xs:annotation>
1619
+ <xs:documentation>The Registered Address of the organisation</xs:documentation>
1620
+ </xs:annotation>
1621
+ </xs:element>
1622
+ </xs:sequence>
1623
+ </xs:complexType>
1624
+ <xs:simpleType name="ContentTypeCode">
1625
+ <xs:restriction base="xs:string">
1626
+ <xs:enumeration value="1">
1627
+ <xs:annotation>
1628
+ <xs:documentation>Single Centralised System</xs:documentation>
1629
+ </xs:annotation>
1630
+ </xs:enumeration>
1631
+ <xs:enumeration value="2">
1632
+ <xs:annotation>
1633
+ <xs:documentation>Packaged Cooling System</xs:documentation>
1634
+ </xs:annotation>
1635
+ </xs:enumeration>
1636
+ <xs:enumeration value="3">
1637
+ <xs:annotation>
1638
+ <xs:documentation>Combined Report</xs:documentation>
1639
+ </xs:annotation>
1640
+ </xs:enumeration>
1641
+ </xs:restriction>
1642
+ </xs:simpleType>
1643
+ </xs:schema>