epb_view_models 2.0.24 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +2 -2
  4. data/api/schemas/data/orchestrate.json +4 -0
  5. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  6. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  7. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  8. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  9. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  10. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  12. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  13. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  14. data/api/schemas/xml/RdSAP-Schema-NI-21.0.0/RdSAP/ExternalDefinitions.xml +10 -10
  15. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xml +1797 -0
  16. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xsd +267 -0
  17. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/AssessorManagement.xsd +212 -0
  18. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-Certificate.xsd +398 -0
  19. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-CollectedData.xsd +1453 -0
  20. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/Property.xsd +67 -0
  21. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/RdSAP-Report.xsd +179 -0
  22. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/EPC-Domains.xsd +940 -0
  23. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/SAP-Domains.xsd +3557 -0
  24. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  25. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  26. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  27. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  28. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  29. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  30. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  31. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  32. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  33. data/epb_view_models.gemspec +2 -2
  34. data/lib/epb_view_models.rb +1 -1
  35. data/lib/helper/xml_enums_to_output.rb +2 -0
  36. data/lib/view_model/factory.rb +1 -0
  37. data/lib/view_model/rd_sap_schema_ni_2101/common_schema.rb +606 -0
  38. data/lib/view_model/rd_sap_wrapper.rb +2 -0
  39. metadata +15 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.