epb_view_models 2.1.8 → 2.2.1
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.
- checksums.yaml +4 -4
- data/.buildspec.yml +1 -1
- data/api/schemas/data/orchestrate.json +4 -0
- data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
- data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
- data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
- data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
- data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
- data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
- data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xml +1735 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xsd +313 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/AssessorManagement.xsd +275 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/EPC-Certificate.xsd +632 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ExceptionList.xsd +20 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/Property.xsd +85 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ReportList.xsd +27 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-CollectedData.xsd +2516 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Compliance-Report.xsd +51 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Report.xsd +277 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/EPC-Domains.xsd +646 -0
- data/api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/SAP-Domains.xsd +3154 -0
- data/lib/epb_view_models.rb +1 -1
- data/lib/helper/xml_enums_to_output.rb +3 -0
- data/lib/presenter/cepc/certificate_summary.rb +148 -0
- data/lib/view_model/base_view_model.rb +2 -0
- data/lib/view_model/cepc_s_71/cepc.rb +115 -42
- data/lib/view_model/cepc_wrapper.rb +9 -0
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/sap_schema_1920/common_schema.rb +600 -0
- data/lib/view_model/sap_wrapper.rb +2 -0
- metadata +15 -182
- data/api/schemas/xml/SAP-Schema-14.1/._CommonFiles +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/._SAP-EPC +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._SAP05-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-CollectedData.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-FeaturesGrounds.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-PropertyDetails.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-RiskAssessment.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._HIP-Reports.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/._HCR-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/._SAP-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/._TypeDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/._CommonFiles +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/._SAP-EPC +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xml +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._SAP05-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-CollectedData.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-FeaturesGrounds.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-PropertyDetails.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-RiskAssessment.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._HIP-Reports.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/._HCR-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/._SAP-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/._TypeDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/._CommonFiles +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/._SAP-EPC +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xml +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-CollectedData.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-FeaturesGrounds.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-PropertyDetails.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-RiskAssessment.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._HIP-Reports.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/._HCR-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/._SAP-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/._TypeDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/._CommonFiles +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/._SAP-EPC +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._Assessor.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xml +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-CollectedData.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-FeaturesGrounds.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-PropertyDetails.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-RiskAssessment.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._HIP-Reports.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/._HCR-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/._SAP-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/._TypeDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._Assessor.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xml +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-CollectedData.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-FeaturesGrounds.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-PropertyDetails.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-RiskAssessment.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._HIP-Reports.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/._HCR-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/._SAP-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/._TypeDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/._CommonFiles +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/._SAP-EPC +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._Assessor.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportCreateRequest_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportRetrieveResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xml +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/._PropertyUPRNValidationResponse_1.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/._Templates +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._SAP09-Report.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-Certificate.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-CollectedData.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-FeaturesGrounds.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-PropertyDetails.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-RiskAssessment.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._HIP-Reports.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/._UserManagement.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/._HCR-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/._SAP-Domains.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/._TypeDefinitions.xsd +0 -0
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.1
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MHCLG Energy Performance of Buildings
|
|
@@ -565,22 +565,8 @@ files:
|
|
|
565
565
|
- api/schemas/xml/SAP-Schema-14.0/UDT/SAP-Domains.xsd
|
|
566
566
|
- api/schemas/xml/SAP-Schema-14.0/UDT/SharedDomains.xsd
|
|
567
567
|
- api/schemas/xml/SAP-Schema-14.0/UDT/TypeDefinitions.xsd
|
|
568
|
-
- api/schemas/xml/SAP-Schema-14.1/._CommonFiles
|
|
569
|
-
- api/schemas/xml/SAP-Schema-14.1/._SAP-EPC
|
|
570
|
-
- api/schemas/xml/SAP-Schema-14.1/._Templates
|
|
571
|
-
- api/schemas/xml/SAP-Schema-14.1/CommonFiles/._CommonStructures.xsd
|
|
572
568
|
- api/schemas/xml/SAP-Schema-14.1/CommonFiles/CommonStructures.xsd
|
|
573
569
|
- api/schemas/xml/SAP-Schema-14.1/CommonFiles/Exceptions.xsd
|
|
574
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessRequest_1.xsd
|
|
575
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeAccessResponse_1.xsd
|
|
576
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusRequest_1.xsd
|
|
577
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportChangeStatusResponse_1.xsd
|
|
578
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportCreateRequest_1.xsd
|
|
579
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._ConditionReportRetrieveResponse_1.xsd
|
|
580
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
|
|
581
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
|
|
582
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
|
|
583
|
-
- api/schemas/xml/SAP-Schema-14.1/Messages/._PropertyUPRNValidationResponse_1.xsd
|
|
584
570
|
- api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
585
571
|
- api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd
|
|
586
572
|
- api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd
|
|
@@ -595,27 +581,15 @@ files:
|
|
|
595
581
|
- api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
|
|
596
582
|
- api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationRequest_1.xsd
|
|
597
583
|
- api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationResponse_1.xsd
|
|
598
|
-
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/._Templates
|
|
599
|
-
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._EPC-Certificate.xsd
|
|
600
|
-
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/._UserManagement.xsd
|
|
601
584
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/EPC-Certificate.xsd
|
|
602
585
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/Property.xsd
|
|
603
586
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd
|
|
604
587
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-Report.xsd
|
|
605
588
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/UserManagement.xsd
|
|
606
|
-
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._BaseDataTypes.xsd
|
|
607
|
-
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/._SAP05-Domains.xsd
|
|
608
589
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/BaseDataTypes.xsd
|
|
609
590
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/EPC-Domains.xsd
|
|
610
591
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SAP05-Domains.xsd
|
|
611
592
|
- api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SharedDomains.xsd
|
|
612
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-Certificate.xsd
|
|
613
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._EPC-CollectedData.xsd
|
|
614
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-FeaturesGrounds.xsd
|
|
615
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-PropertyDetails.xsd
|
|
616
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._HCR-RiskAssessment.xsd
|
|
617
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._HIP-Reports.xsd
|
|
618
|
-
- api/schemas/xml/SAP-Schema-14.1/Templates/._UserManagement.xsd
|
|
619
593
|
- api/schemas/xml/SAP-Schema-14.1/Templates/EPC-Certificate.xsd
|
|
620
594
|
- api/schemas/xml/SAP-Schema-14.1/Templates/EPC-CollectedData.xsd
|
|
621
595
|
- api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesExternal.xsd
|
|
@@ -627,34 +601,14 @@ files:
|
|
|
627
601
|
- api/schemas/xml/SAP-Schema-14.1/Templates/HIP-Reports.xsd
|
|
628
602
|
- api/schemas/xml/SAP-Schema-14.1/Templates/Property.xsd
|
|
629
603
|
- api/schemas/xml/SAP-Schema-14.1/Templates/UserManagement.xsd
|
|
630
|
-
- api/schemas/xml/SAP-Schema-14.1/UDT/._BaseDataTypes.xsd
|
|
631
|
-
- api/schemas/xml/SAP-Schema-14.1/UDT/._HCR-Domains.xsd
|
|
632
|
-
- api/schemas/xml/SAP-Schema-14.1/UDT/._SAP-Domains.xsd
|
|
633
|
-
- api/schemas/xml/SAP-Schema-14.1/UDT/._TypeDefinitions.xsd
|
|
634
604
|
- api/schemas/xml/SAP-Schema-14.1/UDT/BaseDataTypes.xsd
|
|
635
605
|
- api/schemas/xml/SAP-Schema-14.1/UDT/EPC-Domains.xsd
|
|
636
606
|
- api/schemas/xml/SAP-Schema-14.1/UDT/HCR-Domains.xsd
|
|
637
607
|
- api/schemas/xml/SAP-Schema-14.1/UDT/SAP-Domains.xsd
|
|
638
608
|
- api/schemas/xml/SAP-Schema-14.1/UDT/SharedDomains.xsd
|
|
639
609
|
- api/schemas/xml/SAP-Schema-14.1/UDT/TypeDefinitions.xsd
|
|
640
|
-
- api/schemas/xml/SAP-Schema-14.2/._CommonFiles
|
|
641
|
-
- api/schemas/xml/SAP-Schema-14.2/._SAP-EPC
|
|
642
|
-
- api/schemas/xml/SAP-Schema-14.2/._Templates
|
|
643
|
-
- api/schemas/xml/SAP-Schema-14.2/CommonFiles/._CommonStructures.xsd
|
|
644
610
|
- api/schemas/xml/SAP-Schema-14.2/CommonFiles/CommonStructures.xsd
|
|
645
611
|
- api/schemas/xml/SAP-Schema-14.2/CommonFiles/Exceptions.xsd
|
|
646
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessRequest_1.xsd
|
|
647
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeAccessResponse_1.xsd
|
|
648
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusRequest_1.xsd
|
|
649
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportChangeStatusResponse_1.xsd
|
|
650
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportCreateRequest_1.xsd
|
|
651
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ConditionReportRetrieveResponse_1.xsd
|
|
652
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xml
|
|
653
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._ExternalDefinitions.xsd
|
|
654
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
|
|
655
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
|
|
656
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
|
|
657
|
-
- api/schemas/xml/SAP-Schema-14.2/Messages/._PropertyUPRNValidationResponse_1.xsd
|
|
658
612
|
- api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
659
613
|
- api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd
|
|
660
614
|
- api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd
|
|
@@ -671,27 +625,15 @@ files:
|
|
|
671
625
|
- api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
|
|
672
626
|
- api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationRequest_1.xsd
|
|
673
627
|
- api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationResponse_1.xsd
|
|
674
|
-
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/._Templates
|
|
675
|
-
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._EPC-Certificate.xsd
|
|
676
|
-
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/._UserManagement.xsd
|
|
677
628
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/EPC-Certificate.xsd
|
|
678
629
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/Property.xsd
|
|
679
630
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd
|
|
680
631
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-Report.xsd
|
|
681
632
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/UserManagement.xsd
|
|
682
|
-
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._BaseDataTypes.xsd
|
|
683
|
-
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/._SAP05-Domains.xsd
|
|
684
633
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/BaseDataTypes.xsd
|
|
685
634
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/EPC-Domains.xsd
|
|
686
635
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SAP05-Domains.xsd
|
|
687
636
|
- api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SharedDomains.xsd
|
|
688
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-Certificate.xsd
|
|
689
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._EPC-CollectedData.xsd
|
|
690
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-FeaturesGrounds.xsd
|
|
691
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-PropertyDetails.xsd
|
|
692
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._HCR-RiskAssessment.xsd
|
|
693
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._HIP-Reports.xsd
|
|
694
|
-
- api/schemas/xml/SAP-Schema-14.2/Templates/._UserManagement.xsd
|
|
695
637
|
- api/schemas/xml/SAP-Schema-14.2/Templates/EPC-Certificate.xsd
|
|
696
638
|
- api/schemas/xml/SAP-Schema-14.2/Templates/EPC-CollectedData.xsd
|
|
697
639
|
- api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesExternal.xsd
|
|
@@ -703,34 +645,14 @@ files:
|
|
|
703
645
|
- api/schemas/xml/SAP-Schema-14.2/Templates/HIP-Reports.xsd
|
|
704
646
|
- api/schemas/xml/SAP-Schema-14.2/Templates/Property.xsd
|
|
705
647
|
- api/schemas/xml/SAP-Schema-14.2/Templates/UserManagement.xsd
|
|
706
|
-
- api/schemas/xml/SAP-Schema-14.2/UDT/._BaseDataTypes.xsd
|
|
707
|
-
- api/schemas/xml/SAP-Schema-14.2/UDT/._HCR-Domains.xsd
|
|
708
|
-
- api/schemas/xml/SAP-Schema-14.2/UDT/._SAP-Domains.xsd
|
|
709
|
-
- api/schemas/xml/SAP-Schema-14.2/UDT/._TypeDefinitions.xsd
|
|
710
648
|
- api/schemas/xml/SAP-Schema-14.2/UDT/BaseDataTypes.xsd
|
|
711
649
|
- api/schemas/xml/SAP-Schema-14.2/UDT/EPC-Domains.xsd
|
|
712
650
|
- api/schemas/xml/SAP-Schema-14.2/UDT/HCR-Domains.xsd
|
|
713
651
|
- api/schemas/xml/SAP-Schema-14.2/UDT/SAP-Domains.xsd
|
|
714
652
|
- api/schemas/xml/SAP-Schema-14.2/UDT/SharedDomains.xsd
|
|
715
653
|
- api/schemas/xml/SAP-Schema-14.2/UDT/TypeDefinitions.xsd
|
|
716
|
-
- api/schemas/xml/SAP-Schema-15.0/._CommonFiles
|
|
717
|
-
- api/schemas/xml/SAP-Schema-15.0/._SAP-EPC
|
|
718
|
-
- api/schemas/xml/SAP-Schema-15.0/._Templates
|
|
719
|
-
- api/schemas/xml/SAP-Schema-15.0/CommonFiles/._CommonStructures.xsd
|
|
720
654
|
- api/schemas/xml/SAP-Schema-15.0/CommonFiles/CommonStructures.xsd
|
|
721
655
|
- api/schemas/xml/SAP-Schema-15.0/CommonFiles/Exceptions.xsd
|
|
722
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessRequest_1.xsd
|
|
723
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeAccessResponse_1.xsd
|
|
724
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusRequest_1.xsd
|
|
725
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportChangeStatusResponse_1.xsd
|
|
726
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportCreateRequest_1.xsd
|
|
727
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ConditionReportRetrieveResponse_1.xsd
|
|
728
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xml
|
|
729
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._ExternalDefinitions.xsd
|
|
730
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateRequest_1.xsd
|
|
731
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateResponse_1.xsd
|
|
732
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
|
|
733
|
-
- api/schemas/xml/SAP-Schema-15.0/Messages/._PropertyUPRNValidationResponse_1.xsd
|
|
734
656
|
- api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
735
657
|
- api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd
|
|
736
658
|
- api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd
|
|
@@ -747,27 +669,15 @@ files:
|
|
|
747
669
|
- api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd
|
|
748
670
|
- api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationRequest_1.xsd
|
|
749
671
|
- api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationResponse_1.xsd
|
|
750
|
-
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/._Templates
|
|
751
|
-
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._EPC-Certificate.xsd
|
|
752
|
-
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._SAP09-Report.xsd
|
|
753
|
-
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/._UserManagement.xsd
|
|
754
672
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/EPC-Certificate.xsd
|
|
755
673
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/Property.xsd
|
|
756
674
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
|
|
757
675
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-Report.xsd
|
|
758
676
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/UserManagement.xsd
|
|
759
|
-
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd
|
|
760
677
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/BaseDataTypes.xsd
|
|
761
678
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/EPC-Domains.xsd
|
|
762
679
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SAP09-Domains.xsd
|
|
763
680
|
- api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SharedDomains.xsd
|
|
764
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-Certificate.xsd
|
|
765
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._EPC-CollectedData.xsd
|
|
766
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-FeaturesGrounds.xsd
|
|
767
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-PropertyDetails.xsd
|
|
768
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._HCR-RiskAssessment.xsd
|
|
769
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._HIP-Reports.xsd
|
|
770
|
-
- api/schemas/xml/SAP-Schema-15.0/Templates/._UserManagement.xsd
|
|
771
681
|
- api/schemas/xml/SAP-Schema-15.0/Templates/EPC-Certificate.xsd
|
|
772
682
|
- api/schemas/xml/SAP-Schema-15.0/Templates/EPC-CollectedData.xsd
|
|
773
683
|
- api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesExternal.xsd
|
|
@@ -779,32 +689,14 @@ files:
|
|
|
779
689
|
- api/schemas/xml/SAP-Schema-15.0/Templates/HIP-Reports.xsd
|
|
780
690
|
- api/schemas/xml/SAP-Schema-15.0/Templates/Property.xsd
|
|
781
691
|
- api/schemas/xml/SAP-Schema-15.0/Templates/UserManagement.xsd
|
|
782
|
-
- api/schemas/xml/SAP-Schema-15.0/UDT/._BaseDataTypes.xsd
|
|
783
|
-
- api/schemas/xml/SAP-Schema-15.0/UDT/._HCR-Domains.xsd
|
|
784
|
-
- api/schemas/xml/SAP-Schema-15.0/UDT/._SAP-Domains.xsd
|
|
785
|
-
- api/schemas/xml/SAP-Schema-15.0/UDT/._TypeDefinitions.xsd
|
|
786
692
|
- api/schemas/xml/SAP-Schema-15.0/UDT/BaseDataTypes.xsd
|
|
787
693
|
- api/schemas/xml/SAP-Schema-15.0/UDT/EPC-Domains.xsd
|
|
788
694
|
- api/schemas/xml/SAP-Schema-15.0/UDT/HCR-Domains.xsd
|
|
789
695
|
- api/schemas/xml/SAP-Schema-15.0/UDT/SAP-Domains.xsd
|
|
790
696
|
- api/schemas/xml/SAP-Schema-15.0/UDT/SharedDomains.xsd
|
|
791
697
|
- api/schemas/xml/SAP-Schema-15.0/UDT/TypeDefinitions.xsd
|
|
792
|
-
- api/schemas/xml/SAP-Schema-16.0/._CommonFiles
|
|
793
|
-
- api/schemas/xml/SAP-Schema-16.0/._SAP-EPC
|
|
794
|
-
- api/schemas/xml/SAP-Schema-16.0/._Templates
|
|
795
|
-
- api/schemas/xml/SAP-Schema-16.0/CommonFiles/._CommonStructures.xsd
|
|
796
698
|
- api/schemas/xml/SAP-Schema-16.0/CommonFiles/CommonStructures.xsd
|
|
797
699
|
- api/schemas/xml/SAP-Schema-16.0/CommonFiles/Exceptions.xsd
|
|
798
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._Assessor.xsd
|
|
799
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessRequest_1.xsd
|
|
800
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeAccessResponse_1.xsd
|
|
801
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusRequest_1.xsd
|
|
802
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportChangeStatusResponse_1.xsd
|
|
803
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportCreateRequest_1.xsd
|
|
804
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ConditionReportRetrieveResponse_1.xsd
|
|
805
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xml
|
|
806
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._ExternalDefinitions.xsd
|
|
807
|
-
- api/schemas/xml/SAP-Schema-16.0/Messages/._PropertyUPRNValidationResponse_1.xsd
|
|
808
700
|
- api/schemas/xml/SAP-Schema-16.0/Messages/Assessor.xsd
|
|
809
701
|
- api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
810
702
|
- api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd
|
|
@@ -818,27 +710,15 @@ files:
|
|
|
818
710
|
- api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xsd
|
|
819
711
|
- api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationRequest_1.xsd
|
|
820
712
|
- api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationResponse_1.xsd
|
|
821
|
-
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/._Templates
|
|
822
|
-
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._EPC-Certificate.xsd
|
|
823
|
-
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._SAP09-Report.xsd
|
|
824
|
-
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/._UserManagement.xsd
|
|
825
713
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/EPC-Certificate.xsd
|
|
826
714
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/Property.xsd
|
|
827
715
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-CollectedData.xsd
|
|
828
716
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-Report.xsd
|
|
829
717
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/UserManagement.xsd
|
|
830
|
-
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd
|
|
831
718
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/BaseDataTypes.xsd
|
|
832
719
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/EPC-Domains.xsd
|
|
833
720
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SAP09-Domains.xsd
|
|
834
721
|
- api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SharedDomains.xsd
|
|
835
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-Certificate.xsd
|
|
836
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._EPC-CollectedData.xsd
|
|
837
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-FeaturesGrounds.xsd
|
|
838
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-PropertyDetails.xsd
|
|
839
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._HCR-RiskAssessment.xsd
|
|
840
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._HIP-Reports.xsd
|
|
841
|
-
- api/schemas/xml/SAP-Schema-16.0/Templates/._UserManagement.xsd
|
|
842
722
|
- api/schemas/xml/SAP-Schema-16.0/Templates/AssessorManagement.xsd
|
|
843
723
|
- api/schemas/xml/SAP-Schema-16.0/Templates/EPC-Certificate.xsd
|
|
844
724
|
- api/schemas/xml/SAP-Schema-16.0/Templates/EPC-CollectedData.xsd
|
|
@@ -852,29 +732,14 @@ files:
|
|
|
852
732
|
- api/schemas/xml/SAP-Schema-16.0/Templates/Property.xsd
|
|
853
733
|
- api/schemas/xml/SAP-Schema-16.0/Templates/SAP-Reports.xsd
|
|
854
734
|
- api/schemas/xml/SAP-Schema-16.0/Templates/UserManagement.xsd
|
|
855
|
-
- api/schemas/xml/SAP-Schema-16.0/UDT/._BaseDataTypes.xsd
|
|
856
|
-
- api/schemas/xml/SAP-Schema-16.0/UDT/._HCR-Domains.xsd
|
|
857
|
-
- api/schemas/xml/SAP-Schema-16.0/UDT/._SAP-Domains.xsd
|
|
858
|
-
- api/schemas/xml/SAP-Schema-16.0/UDT/._TypeDefinitions.xsd
|
|
859
735
|
- api/schemas/xml/SAP-Schema-16.0/UDT/BaseDataTypes.xsd
|
|
860
736
|
- api/schemas/xml/SAP-Schema-16.0/UDT/EPC-Domains.xsd
|
|
861
737
|
- api/schemas/xml/SAP-Schema-16.0/UDT/HCR-Domains.xsd
|
|
862
738
|
- api/schemas/xml/SAP-Schema-16.0/UDT/SAP-Domains.xsd
|
|
863
739
|
- api/schemas/xml/SAP-Schema-16.0/UDT/SharedDomains.xsd
|
|
864
740
|
- api/schemas/xml/SAP-Schema-16.0/UDT/TypeDefinitions.xsd
|
|
865
|
-
- api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd
|
|
866
741
|
- api/schemas/xml/SAP-Schema-16.1/CommonFiles/CommonStructures.xsd
|
|
867
742
|
- api/schemas/xml/SAP-Schema-16.1/CommonFiles/Exceptions.xsd
|
|
868
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._Assessor.xsd
|
|
869
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessRequest_1.xsd
|
|
870
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeAccessResponse_1.xsd
|
|
871
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusRequest_1.xsd
|
|
872
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportChangeStatusResponse_1.xsd
|
|
873
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportCreateRequest_1.xsd
|
|
874
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ConditionReportRetrieveResponse_1.xsd
|
|
875
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xml
|
|
876
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._ExternalDefinitions.xsd
|
|
877
|
-
- api/schemas/xml/SAP-Schema-16.1/Messages/._PropertyUPRNValidationResponse_1.xsd
|
|
878
743
|
- api/schemas/xml/SAP-Schema-16.1/Messages/Assessor.xsd
|
|
879
744
|
- api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
880
745
|
- api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd
|
|
@@ -888,27 +753,15 @@ files:
|
|
|
888
753
|
- api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xsd
|
|
889
754
|
- api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationRequest_1.xsd
|
|
890
755
|
- api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationResponse_1.xsd
|
|
891
|
-
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/._Templates
|
|
892
|
-
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._EPC-Certificate.xsd
|
|
893
|
-
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._SAP09-Report.xsd
|
|
894
|
-
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/._UserManagement.xsd
|
|
895
756
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/EPC-Certificate.xsd
|
|
896
757
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/Property.xsd
|
|
897
758
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-CollectedData.xsd
|
|
898
759
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-Report.xsd
|
|
899
760
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/UserManagement.xsd
|
|
900
|
-
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd
|
|
901
761
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/BaseDataTypes.xsd
|
|
902
762
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/EPC-Domains.xsd
|
|
903
763
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SAP09-Domains.xsd
|
|
904
764
|
- api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SharedDomains.xsd
|
|
905
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-Certificate.xsd
|
|
906
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._EPC-CollectedData.xsd
|
|
907
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-FeaturesGrounds.xsd
|
|
908
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-PropertyDetails.xsd
|
|
909
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._HCR-RiskAssessment.xsd
|
|
910
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._HIP-Reports.xsd
|
|
911
|
-
- api/schemas/xml/SAP-Schema-16.1/Templates/._UserManagement.xsd
|
|
912
765
|
- api/schemas/xml/SAP-Schema-16.1/Templates/AssessorManagement.xsd
|
|
913
766
|
- api/schemas/xml/SAP-Schema-16.1/Templates/EPC-Certificate.xsd
|
|
914
767
|
- api/schemas/xml/SAP-Schema-16.1/Templates/EPC-CollectedData.xsd
|
|
@@ -922,32 +775,14 @@ files:
|
|
|
922
775
|
- api/schemas/xml/SAP-Schema-16.1/Templates/Property.xsd
|
|
923
776
|
- api/schemas/xml/SAP-Schema-16.1/Templates/SAP-Reports.xsd
|
|
924
777
|
- api/schemas/xml/SAP-Schema-16.1/Templates/UserManagement.xsd
|
|
925
|
-
- api/schemas/xml/SAP-Schema-16.1/UDT/._BaseDataTypes.xsd
|
|
926
|
-
- api/schemas/xml/SAP-Schema-16.1/UDT/._HCR-Domains.xsd
|
|
927
|
-
- api/schemas/xml/SAP-Schema-16.1/UDT/._SAP-Domains.xsd
|
|
928
|
-
- api/schemas/xml/SAP-Schema-16.1/UDT/._TypeDefinitions.xsd
|
|
929
778
|
- api/schemas/xml/SAP-Schema-16.1/UDT/BaseDataTypes.xsd
|
|
930
779
|
- api/schemas/xml/SAP-Schema-16.1/UDT/EPC-Domains.xsd
|
|
931
780
|
- api/schemas/xml/SAP-Schema-16.1/UDT/HCR-Domains.xsd
|
|
932
781
|
- api/schemas/xml/SAP-Schema-16.1/UDT/SAP-Domains.xsd
|
|
933
782
|
- api/schemas/xml/SAP-Schema-16.1/UDT/SharedDomains.xsd
|
|
934
783
|
- api/schemas/xml/SAP-Schema-16.1/UDT/TypeDefinitions.xsd
|
|
935
|
-
- api/schemas/xml/SAP-Schema-16.2/._CommonFiles
|
|
936
|
-
- api/schemas/xml/SAP-Schema-16.2/._SAP-EPC
|
|
937
|
-
- api/schemas/xml/SAP-Schema-16.2/._Templates
|
|
938
|
-
- api/schemas/xml/SAP-Schema-16.2/CommonFiles/._CommonStructures.xsd
|
|
939
784
|
- api/schemas/xml/SAP-Schema-16.2/CommonFiles/CommonStructures.xsd
|
|
940
785
|
- api/schemas/xml/SAP-Schema-16.2/CommonFiles/Exceptions.xsd
|
|
941
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._Assessor.xsd
|
|
942
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessRequest_1.xsd
|
|
943
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeAccessResponse_1.xsd
|
|
944
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusRequest_1.xsd
|
|
945
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportChangeStatusResponse_1.xsd
|
|
946
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportCreateRequest_1.xsd
|
|
947
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ConditionReportRetrieveResponse_1.xsd
|
|
948
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xml
|
|
949
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._ExternalDefinitions.xsd
|
|
950
|
-
- api/schemas/xml/SAP-Schema-16.2/Messages/._PropertyUPRNValidationResponse_1.xsd
|
|
951
786
|
- api/schemas/xml/SAP-Schema-16.2/Messages/Assessor.xsd
|
|
952
787
|
- api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
953
788
|
- api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessResponse_1.xsd
|
|
@@ -961,27 +796,15 @@ files:
|
|
|
961
796
|
- api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xsd
|
|
962
797
|
- api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationRequest_1.xsd
|
|
963
798
|
- api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationResponse_1.xsd
|
|
964
|
-
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/._Templates
|
|
965
|
-
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._EPC-Certificate.xsd
|
|
966
|
-
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._SAP09-Report.xsd
|
|
967
|
-
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/._UserManagement.xsd
|
|
968
799
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/EPC-Certificate.xsd
|
|
969
800
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/Property.xsd
|
|
970
801
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-CollectedData.xsd
|
|
971
802
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-Report.xsd
|
|
972
803
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/UserManagement.xsd
|
|
973
|
-
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd
|
|
974
804
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/BaseDataTypes.xsd
|
|
975
805
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/EPC-Domains.xsd
|
|
976
806
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SAP09-Domains.xsd
|
|
977
807
|
- api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SharedDomains.xsd
|
|
978
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-Certificate.xsd
|
|
979
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._EPC-CollectedData.xsd
|
|
980
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-FeaturesGrounds.xsd
|
|
981
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-PropertyDetails.xsd
|
|
982
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._HCR-RiskAssessment.xsd
|
|
983
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._HIP-Reports.xsd
|
|
984
|
-
- api/schemas/xml/SAP-Schema-16.2/Templates/._UserManagement.xsd
|
|
985
808
|
- api/schemas/xml/SAP-Schema-16.2/Templates/AssessorManagement.xsd
|
|
986
809
|
- api/schemas/xml/SAP-Schema-16.2/Templates/EPC-Certificate.xsd
|
|
987
810
|
- api/schemas/xml/SAP-Schema-16.2/Templates/EPC-CollectedData.xsd
|
|
@@ -995,10 +818,6 @@ files:
|
|
|
995
818
|
- api/schemas/xml/SAP-Schema-16.2/Templates/Property.xsd
|
|
996
819
|
- api/schemas/xml/SAP-Schema-16.2/Templates/SAP-Reports.xsd
|
|
997
820
|
- api/schemas/xml/SAP-Schema-16.2/Templates/UserManagement.xsd
|
|
998
|
-
- api/schemas/xml/SAP-Schema-16.2/UDT/._BaseDataTypes.xsd
|
|
999
|
-
- api/schemas/xml/SAP-Schema-16.2/UDT/._HCR-Domains.xsd
|
|
1000
|
-
- api/schemas/xml/SAP-Schema-16.2/UDT/._SAP-Domains.xsd
|
|
1001
|
-
- api/schemas/xml/SAP-Schema-16.2/UDT/._TypeDefinitions.xsd
|
|
1002
821
|
- api/schemas/xml/SAP-Schema-16.2/UDT/BaseDataTypes.xsd
|
|
1003
822
|
- api/schemas/xml/SAP-Schema-16.2/UDT/EPC-Domains.xsd
|
|
1004
823
|
- api/schemas/xml/SAP-Schema-16.2/UDT/HCR-Domains.xsd
|
|
@@ -1103,6 +922,18 @@ files:
|
|
|
1103
922
|
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Report.xsd
|
|
1104
923
|
- api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/EPC-Domains.xsd
|
|
1105
924
|
- api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/SAP-Domains.xsd
|
|
925
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xml
|
|
926
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/ExternalDefinitions.xsd
|
|
927
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/AssessorManagement.xsd
|
|
928
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/EPC-Certificate.xsd
|
|
929
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ExceptionList.xsd
|
|
930
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/Property.xsd
|
|
931
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/ReportList.xsd
|
|
932
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-CollectedData.xsd
|
|
933
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Compliance-Report.xsd
|
|
934
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/Templates/SAP-Report.xsd
|
|
935
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/EPC-Domains.xsd
|
|
936
|
+
- api/schemas/xml/SAP-Schema-19.2.0/SAP/UDT/SAP-Domains.xsd
|
|
1106
937
|
- api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/CommonStructures.xsd
|
|
1107
938
|
- api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/Exceptions.xsd
|
|
1108
939
|
- api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
@@ -1739,6 +1570,7 @@ files:
|
|
|
1739
1570
|
- lib/presenter/ac_cert/summary.rb
|
|
1740
1571
|
- lib/presenter/ac_report/export_configuration.rb
|
|
1741
1572
|
- lib/presenter/ac_report/summary.rb
|
|
1573
|
+
- lib/presenter/cepc/certificate_summary.rb
|
|
1742
1574
|
- lib/presenter/cepc/export_configuration.rb
|
|
1743
1575
|
- lib/presenter/cepc/report.rb
|
|
1744
1576
|
- lib/presenter/cepc/summary.rb
|
|
@@ -1899,6 +1731,7 @@ files:
|
|
|
1899
1731
|
- lib/view_model/sap_schema_1800/common_schema.rb
|
|
1900
1732
|
- lib/view_model/sap_schema_1900/common_schema.rb
|
|
1901
1733
|
- lib/view_model/sap_schema_1910/common_schema.rb
|
|
1734
|
+
- lib/view_model/sap_schema_1920/common_schema.rb
|
|
1902
1735
|
- lib/view_model/sap_schema_ni_112/common_schema.rb
|
|
1903
1736
|
- lib/view_model/sap_schema_ni_112/rdsap.rb
|
|
1904
1737
|
- lib/view_model/sap_schema_ni_112/sap.rb
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/api/schemas/xml/SAP-Schema-14.1/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/api/schemas/xml/SAP-Schema-14.2/Messages/._HomeInspectorRegisterUpdateStatusResponse_1.xsd
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|