epb_view_models 2.2.17 → 2.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/api/schemas/data/orchestrate.json +7 -0
  3. data/api/schemas/xml/CEPC-S-7.0/Reports/BaseDataTypes.xsd +296 -0
  4. data/api/schemas/xml/CEPC-S-7.0/Reports/CEPC-Reports.xsd +63 -0
  5. data/api/schemas/xml/CEPC-S-7.0/Reports/Input-Data.xsd +34 -0
  6. data/api/schemas/xml/CEPC-S-7.0/Reports/Performance-Summary.xsd +120 -0
  7. data/api/schemas/xml/CEPC-S-7.0/Reports/Property.xsd +67 -0
  8. data/api/schemas/xml/CEPC-S-7.0/Reports/Report-Header.xsd +178 -0
  9. data/api/schemas/xml/CEPC-S-7.0/Reports/Reported-Data.xsd +391 -0
  10. data/api/schemas/xml/CEPC-S-7.0/Reports/UserManagement.xsd +171 -0
  11. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xml +1456 -0
  12. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd +236 -0
  13. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/All-HIP.xsd +25 -0
  14. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd +16 -0
  15. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd +388 -0
  16. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd +784 -0
  17. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
  18. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
  19. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
  20. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
  21. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
  22. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd +298 -0
  23. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd +67 -0
  24. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd +201 -0
  25. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd +259 -0
  26. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd +176 -0
  27. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd +881 -0
  28. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd +1779 -0
  29. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd +1650 -0
  30. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd +768 -0
  31. data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd +19 -0
  32. data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +6 -1
  33. data/lib/epb_view_models.rb +1 -1
  34. data/lib/presenter/xsd.rb +1 -8
  35. data/lib/view_model/cepc_s_70/cepc.rb +184 -0
  36. data/lib/view_model/cepc_wrapper.rb +2 -0
  37. data/lib/view_model/factory.rb +2 -0
  38. data/lib/view_model/rd_sap_schema_s_161/common_schema.rb +556 -0
  39. data/lib/view_model/rd_sap_schema_s_1700/common_schema.rb +15 -0
  40. data/lib/view_model/rd_sap_schema_s_180/common_schema.rb +15 -0
  41. data/lib/view_model/rd_sap_schema_s_190/common_schema.rb +15 -0
  42. data/lib/view_model/rd_sap_schema_s_210/common_schema.rb +15 -0
  43. data/lib/view_model/rd_sap_wrapper.rb +2 -0
  44. metadata +32 -1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epb_view_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.17
4
+ version: 2.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - MHCLG Energy Performance of Buildings
@@ -161,6 +161,14 @@ files:
161
161
  - api/schemas/xml/CEPC-NI-8.0.0/Reports/Performance-Summary.xsd
162
162
  - api/schemas/xml/CEPC-NI-8.0.0/Reports/Report-Header.xsd
163
163
  - api/schemas/xml/CEPC-NI-8.0.0/Reports/Reported-Data.xsd
164
+ - api/schemas/xml/CEPC-S-7.0/Reports/BaseDataTypes.xsd
165
+ - api/schemas/xml/CEPC-S-7.0/Reports/CEPC-Reports.xsd
166
+ - api/schemas/xml/CEPC-S-7.0/Reports/Input-Data.xsd
167
+ - api/schemas/xml/CEPC-S-7.0/Reports/Performance-Summary.xsd
168
+ - api/schemas/xml/CEPC-S-7.0/Reports/Property.xsd
169
+ - api/schemas/xml/CEPC-S-7.0/Reports/Report-Header.xsd
170
+ - api/schemas/xml/CEPC-S-7.0/Reports/Reported-Data.xsd
171
+ - api/schemas/xml/CEPC-S-7.0/Reports/UserManagement.xsd
164
172
  - api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd
165
173
  - api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd
166
174
  - api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd
@@ -320,6 +328,27 @@ files:
320
328
  - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/RdSAP-Report.xsd
321
329
  - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/EPC-Domains.xsd
322
330
  - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/SAP-Domains.xsd
331
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xml
332
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd
333
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/All-HIP.xsd
334
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd
335
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd
336
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd
337
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd
338
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd
339
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd
340
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd
341
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd
342
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd
343
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd
344
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd
345
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd
346
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd
347
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd
348
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd
349
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd
350
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd
351
+ - api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd
323
352
  - api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xml
324
353
  - api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xsd
325
354
  - api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/AssessorManagement.xsd
@@ -1712,6 +1741,7 @@ files:
1712
1741
  - lib/view_model/cepc_ni800/dec.rb
1713
1742
  - lib/view_model/cepc_ni800/dec_rr.rb
1714
1743
  - lib/view_model/cepc_rr_wrapper.rb
1744
+ - lib/view_model/cepc_s_70/cepc.rb
1715
1745
  - lib/view_model/cepc_s_71/cepc.rb
1716
1746
  - lib/view_model/cepc_wrapper.rb
1717
1747
  - lib/view_model/cs63/common_schema.rb
@@ -1738,6 +1768,7 @@ files:
1738
1768
  - lib/view_model/rd_sap_schema_ni_200/common_schema.rb
1739
1769
  - lib/view_model/rd_sap_schema_ni_210/common_schema.rb
1740
1770
  - lib/view_model/rd_sap_schema_ni_2101/common_schema.rb
1771
+ - lib/view_model/rd_sap_schema_s_161/common_schema.rb
1741
1772
  - lib/view_model/rd_sap_schema_s_1700/common_schema.rb
1742
1773
  - lib/view_model/rd_sap_schema_s_180/common_schema.rb
1743
1774
  - lib/view_model/rd_sap_schema_s_190/common_schema.rb