epb_view_models 1.0.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.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/.rspec +2 -0
- data/.rubocop.yml +8 -0
- data/Gemfile +14 -0
- data/Gemfile.lock +89 -0
- data/LICENSE +21 -0
- data/Makefile +17 -0
- data/README.md +29 -0
- data/Rakefile +12 -0
- data/api/schemas/data/orchestrate.json +196 -0
- data/api/schemas/xml/CEPC-3.1/CommonFiles/CommonStructures.xsd +25 -0
- data/api/schemas/xml/CEPC-3.1/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/CEPC-3.1/Messages/ChangeReportStatusRequest.xsd +18 -0
- data/api/schemas/xml/CEPC-3.1/Messages/ChangeReportStatusResponse.xsd +17 -0
- data/api/schemas/xml/CEPC-3.1/Messages/GetStatusEARegisterRequest.xsd +14 -0
- data/api/schemas/xml/CEPC-3.1/Messages/GetStatusEARegisterResponse.xsd +32 -0
- data/api/schemas/xml/CEPC-3.1/Messages/LodgeReportRequest.xsd +14 -0
- data/api/schemas/xml/CEPC-3.1/Messages/LodgeReportResponse.xsd +17 -0
- data/api/schemas/xml/CEPC-3.1/Messages/UpdateEARegisterRequest.xsd +20 -0
- data/api/schemas/xml/CEPC-3.1/Messages/UpdateEARegisterResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-3.1/Reports/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/CEPC-3.1/Reports/CEPC-Reports.xsd +77 -0
- data/api/schemas/xml/CEPC-3.1/Reports/Input-Data.xsd +245 -0
- data/api/schemas/xml/CEPC-3.1/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-3.1/Reports/Report-Header.xsd +434 -0
- data/api/schemas/xml/CEPC-3.1/Reports/Reported-Data.xsd +427 -0
- data/api/schemas/xml/CEPC-4.0/CommonFiles/CommonStructures.xsd +24 -0
- data/api/schemas/xml/CEPC-4.0/CommonFiles/Exceptions.xsd +69 -0
- data/api/schemas/xml/CEPC-4.0/Messages/ChangeReportStatusRequest.xsd +15 -0
- data/api/schemas/xml/CEPC-4.0/Messages/ChangeReportStatusResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-4.0/Messages/GetStatusEARegisterRequest.xsd +13 -0
- data/api/schemas/xml/CEPC-4.0/Messages/GetStatusEARegisterResponse.xsd +31 -0
- data/api/schemas/xml/CEPC-4.0/Messages/LodgeReportRequest.xsd +13 -0
- data/api/schemas/xml/CEPC-4.0/Messages/LodgeReportResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-4.0/Messages/UpdateEARegisterRequest.xsd +19 -0
- data/api/schemas/xml/CEPC-4.0/Messages/UpdateEARegisterResponse.xsd +15 -0
- data/api/schemas/xml/CEPC-4.0/Reports/BaseDataTypes.xsd +347 -0
- data/api/schemas/xml/CEPC-4.0/Reports/CEPC-Reports.xsd +75 -0
- data/api/schemas/xml/CEPC-4.0/Reports/Input-Data.xsd +246 -0
- data/api/schemas/xml/CEPC-4.0/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-4.0/Reports/Report-Header.xsd +454 -0
- data/api/schemas/xml/CEPC-4.0/Reports/Reported-Data.xsd +1643 -0
- data/api/schemas/xml/CEPC-5.0/CommonFiles/CommonStructures.xsd +24 -0
- data/api/schemas/xml/CEPC-5.0/CommonFiles/Exceptions.xsd +69 -0
- data/api/schemas/xml/CEPC-5.0/Messages/ChangeReportStatusRequest.xsd +15 -0
- data/api/schemas/xml/CEPC-5.0/Messages/ChangeReportStatusResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-5.0/Messages/GetStatusEARegisterRequest.xsd +13 -0
- data/api/schemas/xml/CEPC-5.0/Messages/GetStatusEARegisterResponse.xsd +31 -0
- data/api/schemas/xml/CEPC-5.0/Messages/LodgeReportRequest.xsd +13 -0
- data/api/schemas/xml/CEPC-5.0/Messages/LodgeReportResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-5.0/Messages/UpdateEARegisterRequest.xsd +19 -0
- data/api/schemas/xml/CEPC-5.0/Messages/UpdateEARegisterResponse.xsd +15 -0
- data/api/schemas/xml/CEPC-5.0/Reports/BaseDataTypes.xsd +347 -0
- data/api/schemas/xml/CEPC-5.0/Reports/CEPC-Reports.xsd +75 -0
- data/api/schemas/xml/CEPC-5.0/Reports/Input-Data.xsd +304 -0
- data/api/schemas/xml/CEPC-5.0/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-5.0/Reports/Report-Header.xsd +465 -0
- data/api/schemas/xml/CEPC-5.0/Reports/Reported-Data.xsd +1871 -0
- data/api/schemas/xml/CEPC-5.1/CommonFiles/CommonStructures.xsd +24 -0
- data/api/schemas/xml/CEPC-5.1/CommonFiles/Exceptions.xsd +69 -0
- data/api/schemas/xml/CEPC-5.1/Messages/ChangeReportStatusRequest.xsd +15 -0
- data/api/schemas/xml/CEPC-5.1/Messages/ChangeReportStatusResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-5.1/Messages/GetStatusEARegisterRequest.xsd +13 -0
- data/api/schemas/xml/CEPC-5.1/Messages/GetStatusEARegisterResponse.xsd +31 -0
- data/api/schemas/xml/CEPC-5.1/Messages/LodgeReportRequest.xsd +13 -0
- data/api/schemas/xml/CEPC-5.1/Messages/LodgeReportResponse.xsd +16 -0
- data/api/schemas/xml/CEPC-5.1/Messages/UpdateEARegisterRequest.xsd +19 -0
- data/api/schemas/xml/CEPC-5.1/Messages/UpdateEARegisterResponse.xsd +15 -0
- data/api/schemas/xml/CEPC-5.1/Reports/BaseDataTypes.xsd +347 -0
- data/api/schemas/xml/CEPC-5.1/Reports/CEPC-Reports.xsd +75 -0
- data/api/schemas/xml/CEPC-5.1/Reports/Input-Data.xsd +304 -0
- data/api/schemas/xml/CEPC-5.1/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-5.1/Reports/Report-Header.xsd +465 -0
- data/api/schemas/xml/CEPC-5.1/Reports/Reported-Data.xsd +1871 -0
- data/api/schemas/xml/CEPC-5.1/test.xml +766 -0
- data/api/schemas/xml/CEPC-6.0/Reports/BaseDataTypes.xsd +347 -0
- data/api/schemas/xml/CEPC-6.0/Reports/CEPC-Reports.xsd +75 -0
- data/api/schemas/xml/CEPC-6.0/Reports/Input-Data.xsd +306 -0
- data/api/schemas/xml/CEPC-6.0/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-6.0/Reports/Report-Header.xsd +493 -0
- data/api/schemas/xml/CEPC-6.0/Reports/Reported-Data.xsd +1871 -0
- data/api/schemas/xml/CEPC-7.0/Reports/BaseDataTypes.xsd +295 -0
- data/api/schemas/xml/CEPC-7.0/Reports/CEPC-Reports.xsd +76 -0
- data/api/schemas/xml/CEPC-7.0/Reports/Input-Data.xsd +306 -0
- data/api/schemas/xml/CEPC-7.0/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-7.0/Reports/Report-Header.xsd +503 -0
- data/api/schemas/xml/CEPC-7.0/Reports/Reported-Data.xsd +1623 -0
- data/api/schemas/xml/CEPC-7.1/CIP.xsd +193 -0
- data/api/schemas/xml/CEPC-7.1/Reports/BaseDataTypes.xsd +380 -0
- data/api/schemas/xml/CEPC-7.1/Reports/CEPC-Reports.xsd +105 -0
- data/api/schemas/xml/CEPC-7.1/Reports/Input-Data.xsd +330 -0
- data/api/schemas/xml/CEPC-7.1/Reports/Performance-Summary.xsd +112 -0
- data/api/schemas/xml/CEPC-7.1/Reports/Report-Header.xsd +617 -0
- data/api/schemas/xml/CEPC-7.1/Reports/Reported-Data.xsd +2089 -0
- data/api/schemas/xml/CEPC-8.0.0/CIP.xsd +205 -0
- data/api/schemas/xml/CEPC-8.0.0/DEC-Summary.xsd +399 -0
- data/api/schemas/xml/CEPC-8.0.0/Reports/BaseDataTypes.xsd +301 -0
- data/api/schemas/xml/CEPC-8.0.0/Reports/CEPC-Reports.xsd +99 -0
- data/api/schemas/xml/CEPC-8.0.0/Reports/Input-Data.xsd +328 -0
- data/api/schemas/xml/CEPC-8.0.0/Reports/Performance-Summary.xsd +111 -0
- data/api/schemas/xml/CEPC-8.0.0/Reports/Report-Header.xsd +514 -0
- data/api/schemas/xml/CEPC-8.0.0/Reports/Reported-Data.xsd +1643 -0
- data/api/schemas/xml/CEPC-NI-7.1/CIP.xsd +193 -0
- data/api/schemas/xml/CEPC-NI-7.1/Reports/BaseDataTypes.xsd +295 -0
- data/api/schemas/xml/CEPC-NI-7.1/Reports/CEPC-Reports.xsd +92 -0
- data/api/schemas/xml/CEPC-NI-7.1/Reports/Input-Data.xsd +322 -0
- data/api/schemas/xml/CEPC-NI-7.1/Reports/Performance-Summary.xsd +105 -0
- data/api/schemas/xml/CEPC-NI-7.1/Reports/Report-Header.xsd +508 -0
- data/api/schemas/xml/CEPC-NI-7.1/Reports/Reported-Data.xsd +1638 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/CIP.xsd +205 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/Reports/BaseDataTypes.xsd +301 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/Reports/CEPC-Reports.xsd +98 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Input-Data.xsd +328 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Performance-Summary.xsd +111 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Report-Header.xsd +514 -0
- data/api/schemas/xml/CEPC-NI-8.0.0/Reports/Reported-Data.xsd +1644 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/ExternalDefinitions.xml +1420 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/EPC-CollectedData.xsd +963 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/UDT/EPC-Domains.xsd +843 -0
- data/api/schemas/xml/RdSAP-Schema-17.0/RdSAP/UDT/SAP-Domains.xsd +2541 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/ExternalDefinitions.xml +1432 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/AssessorManagement.xsd +213 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/EPC-CollectedData.xsd +963 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/UDT/EPC-Domains.xsd +848 -0
- data/api/schemas/xml/RdSAP-Schema-17.1/RdSAP/UDT/SAP-Domains.xsd +2541 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/ExternalDefinitions.xml +1456 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/EPC-CollectedData.xsd +963 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -0
- data/api/schemas/xml/RdSAP-Schema-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/ExternalDefinitions.xml +1633 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/ExternalDefinitions.xsd +261 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -0
- data/api/schemas/xml/RdSAP-Schema-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/ExternalDefinitions.xml +1627 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/ExternalDefinitions.xsd +267 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/EPC-Certificate.xsd +398 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/EPC-CollectedData.xsd +1054 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/Property.xsd +67 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/Templates/RdSAP-Report.xsd +179 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/UDT/EPC-Domains.xsd +860 -0
- data/api/schemas/xml/RdSAP-Schema-20.0.0/RdSAP/UDT/SAP-Domains.xsd +2686 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/ExternalDefinitions.xml +1420 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/AssessorManagement.xsd +81 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/EPC-CollectedData.xsd +951 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/Property.xsd +73 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/UDT/EPC-Domains.xsd +838 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.3/RdSAP/UDT/SAP-Domains.xsd +2494 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/ExternalDefinitions.xml +1432 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/AssessorManagement.xsd +81 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/EPC-CollectedData.xsd +951 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/Property.xsd +73 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/UDT/EPC-Domains.xsd +843 -0
- data/api/schemas/xml/RdSAP-Schema-NI-17.4/RdSAP/UDT/SAP-Domains.xsd +2494 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/ExternalDefinitions.xml +1454 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/AssessorManagement.xsd +81 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/EPC-Certificate.xsd +395 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/EPC-CollectedData.xsd +951 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/Property.xsd +73 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/UDT/EPC-Domains.xsd +848 -0
- data/api/schemas/xml/RdSAP-Schema-NI-18.0/RdSAP/UDT/SAP-Domains.xsd +2504 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/ExternalDefinitions.xml +1625 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/ExternalDefinitions.xsd +261 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/AssessorManagement.xsd +77 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/EPC-Certificate.xsd +391 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1035 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/Property.xsd +61 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/Templates/RdSAP-Report.xsd +172 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/UDT/EPC-Domains.xsd +848 -0
- data/api/schemas/xml/RdSAP-Schema-NI-19.0/RdSAP/UDT/SAP-Domains.xsd +2632 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/ExternalDefinitions.xml +1625 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/ExternalDefinitions.xsd +267 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/AssessorManagement.xsd +80 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/EPC-Certificate.xsd +398 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/EPC-CollectedData.xsd +1042 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/Property.xsd +67 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/Templates/RdSAP-Report.xsd +179 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/UDT/EPC-Domains.xsd +855 -0
- data/api/schemas/xml/RdSAP-Schema-NI-20.0.0/RdSAP/UDT/SAP-Domains.xsd +2639 -0
- data/api/schemas/xml/SAP-Schema-10.2/CommonFiles/CommonStructures.xsd +162 -0
- data/api/schemas/xml/SAP-Schema-10.2/CommonFiles/Exceptions.xsd +80 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportCreateResponse_1.xsd +62 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportRetrieveRequest_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportRetrieveResponse_1.xsd +94 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +40 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-10.2/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/EPC-Certificate.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/EPC-CollectedData.xsd +407 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesExternal.xsd +373 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesGrounds.xsd +267 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesInternal.xsd +260 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-FeaturesServices.xsd +371 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-PropertyDetails.xsd +382 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HCR-RiskAssessment.xsd +299 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/HIP-Reports.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/Property.xsd +75 -0
- data/api/schemas/xml/SAP-Schema-10.2/Templates/UserManagement.xsd +239 -0
- data/api/schemas/xml/SAP-Schema-10.2/UDT/BaseDataTypes.xsd +185 -0
- data/api/schemas/xml/SAP-Schema-10.2/UDT/EPC-Domains.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-10.2/UDT/HCR-Domains.xsd +1769 -0
- data/api/schemas/xml/SAP-Schema-10.2/UDT/SAP-Domains.xsd +625 -0
- data/api/schemas/xml/SAP-Schema-10.2/UDT/SharedDomains.xsd +432 -0
- data/api/schemas/xml/SAP-Schema-10.2/UDT/TypeDefinitions.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-11.0/CommonFiles/CommonStructures.xsd +162 -0
- data/api/schemas/xml/SAP-Schema-11.0/CommonFiles/Exceptions.xsd +80 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportCreateResponse_1.xsd +62 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportRetrieveRequest_1.xsd +54 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/ConditionReportRetrieveResponse_1.xsd +95 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-11.0/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/EPC-Certificate.xsd +229 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1187 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/SAP05-Report.xsd +122 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/Templates/UserManagement.xsd +199 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/SAP05-Domains.xsd +2947 -0
- data/api/schemas/xml/SAP-Schema-11.0/SAP-EPC/UDT/SharedDomains.xsd +230 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/EPC-Certificate.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/EPC-CollectedData.xsd +407 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesExternal.xsd +373 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesGrounds.xsd +267 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesInternal.xsd +260 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-FeaturesServices.xsd +371 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-PropertyDetails.xsd +382 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HCR-RiskAssessment.xsd +299 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/HIP-Reports.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/Property.xsd +75 -0
- data/api/schemas/xml/SAP-Schema-11.0/Templates/UserManagement.xsd +243 -0
- data/api/schemas/xml/SAP-Schema-11.0/UDT/BaseDataTypes.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-11.0/UDT/EPC-Domains.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-11.0/UDT/HCR-Domains.xsd +1774 -0
- data/api/schemas/xml/SAP-Schema-11.0/UDT/SAP-Domains.xsd +633 -0
- data/api/schemas/xml/SAP-Schema-11.0/UDT/SharedDomains.xsd +432 -0
- data/api/schemas/xml/SAP-Schema-11.0/UDT/TypeDefinitions.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-11.2/CommonFiles/CommonStructures.xsd +162 -0
- data/api/schemas/xml/SAP-Schema-11.2/CommonFiles/Exceptions.xsd +80 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportCreateResponse_1.xsd +62 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportRetrieveRequest_1.xsd +54 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/ConditionReportRetrieveResponse_1.xsd +89 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-11.2/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/EPC-Certificate.xsd +233 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/SAP05-Report.xsd +180 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/Templates/UserManagement.xsd +199 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/SAP05-Domains.xsd +2947 -0
- data/api/schemas/xml/SAP-Schema-11.2/SAP-EPC/UDT/SharedDomains.xsd +230 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/EPC-Certificate.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/EPC-CollectedData.xsd +407 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesExternal.xsd +373 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesGrounds.xsd +267 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesInternal.xsd +261 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-FeaturesServices.xsd +371 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-PropertyDetails.xsd +382 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HCR-RiskAssessment.xsd +299 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/HIP-Reports.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/Property.xsd +75 -0
- data/api/schemas/xml/SAP-Schema-11.2/Templates/UserManagement.xsd +243 -0
- data/api/schemas/xml/SAP-Schema-11.2/UDT/BaseDataTypes.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-11.2/UDT/EPC-Domains.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-11.2/UDT/HCR-Domains.xsd +1774 -0
- data/api/schemas/xml/SAP-Schema-11.2/UDT/SAP-Domains.xsd +633 -0
- data/api/schemas/xml/SAP-Schema-11.2/UDT/SharedDomains.xsd +568 -0
- data/api/schemas/xml/SAP-Schema-11.2/UDT/TypeDefinitions.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-12.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-12.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-12.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/EPC-Certificate.xsd +238 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/Templates/UserManagement.xsd +210 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/SAP05-Domains.xsd +2957 -0
- data/api/schemas/xml/SAP-Schema-12.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/EPC-Certificate.xsd +213 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/EPC-CollectedData.xsd +445 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/HIP-Reports.xsd +203 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-12.0/Templates/UserManagement.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-12.0/UDT/BaseDataTypes.xsd +177 -0
- data/api/schemas/xml/SAP-Schema-12.0/UDT/EPC-Domains.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-12.0/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-12.0/UDT/SAP-Domains.xsd +1101 -0
- data/api/schemas/xml/SAP-Schema-12.0/UDT/SharedDomains.xsd +596 -0
- data/api/schemas/xml/SAP-Schema-12.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-13.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-13.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-13.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/Recommendations.xsd +675 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/SAP05-Domains.xsd +3002 -0
- data/api/schemas/xml/SAP-Schema-13.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/EPC-Certificate.xsd +223 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/EPC-CollectedData.xsd +445 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/HIP-Reports.xsd +203 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-13.0/Templates/UserManagement.xsd +257 -0
- data/api/schemas/xml/SAP-Schema-13.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-13.0/UDT/EPC-Domains.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-13.0/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-13.0/UDT/SAP-Domains.xsd +1129 -0
- data/api/schemas/xml/SAP-Schema-13.0/UDT/SharedDomains.xsd +616 -0
- data/api/schemas/xml/SAP-Schema-13.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-14.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-14.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-14.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-14.0/Templates/UserManagement.xsd +257 -0
- data/api/schemas/xml/SAP-Schema-14.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-14.0/UDT/EPC-Domains.xsd +741 -0
- data/api/schemas/xml/SAP-Schema-14.0/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-14.0/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/SAP-Schema-14.0/UDT/SharedDomains.xsd +658 -0
- data/api/schemas/xml/SAP-Schema-14.0/UDT/TypeDefinitions.xsd +19 -0
- 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/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-14.1/CommonFiles/Exceptions.xsd +72 -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/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -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/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/Templates/UserManagement.xsd +216 -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/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-14.1/SAP-EPC/UDT/SharedDomains.xsd +311 -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/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-14.1/Templates/UserManagement.xsd +258 -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.1/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/EPC-Domains.xsd +741 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/SharedDomains.xsd +658 -0
- data/api/schemas/xml/SAP-Schema-14.1/UDT/TypeDefinitions.xsd +19 -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/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-14.2/CommonFiles/Exceptions.xsd +72 -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/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ExternalDefinitions.xml +1005 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-14.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -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/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/Templates/UserManagement.xsd +216 -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/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-14.2/SAP-EPC/UDT/SharedDomains.xsd +311 -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/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-14.2/Templates/UserManagement.xsd +258 -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-14.2/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/EPC-Domains.xsd +751 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/SharedDomains.xsd +658 -0
- data/api/schemas/xml/SAP-Schema-14.2/UDT/TypeDefinitions.xsd +19 -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/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-15.0/CommonFiles/Exceptions.xsd +72 -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/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ExternalDefinitions.xml +907 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-15.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -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/Templates/EPC-Certificate.xsd +329 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/Property.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/Templates/UserManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/EPC-Domains.xsd +719 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SAP09-Domains.xsd +3397 -0
- data/api/schemas/xml/SAP-Schema-15.0/SAP-EPC/UDT/SharedDomains.xsd +317 -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/Templates/EPC-Certificate.xsd +290 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/EPC-CollectedData.xsd +541 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/HIP-Reports.xsd +221 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-15.0/Templates/UserManagement.xsd +258 -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-15.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/EPC-Domains.xsd +772 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/SAP-Domains.xsd +1390 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/SharedDomains.xsd +768 -0
- data/api/schemas/xml/SAP-Schema-15.0/UDT/TypeDefinitions.xsd +19 -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/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-16.0/CommonFiles/Exceptions.xsd +72 -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/Messages/Assessor.xsd +202 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xml +907 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -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/Templates/EPC-Certificate.xsd +428 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/Property.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/Templates/UserManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/EPC-Domains.xsd +813 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
- data/api/schemas/xml/SAP-Schema-16.0/SAP-EPC/UDT/SharedDomains.xsd +317 -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/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/EPC-CollectedData.xsd +784 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/SAP-Reports.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-16.0/Templates/UserManagement.xsd +258 -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.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/EPC-Domains.xsd +861 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/SAP-Domains.xsd +1650 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/SharedDomains.xsd +768 -0
- data/api/schemas/xml/SAP-Schema-16.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/._CommonStructures.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-16.1/CommonFiles/Exceptions.xsd +72 -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/Messages/Assessor.xsd +171 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xml +1352 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -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/Templates/EPC-Certificate.xsd +428 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/Property.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/Templates/UserManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/EPC-Domains.xsd +808 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
- data/api/schemas/xml/SAP-Schema-16.1/SAP-EPC/UDT/SharedDomains.xsd +341 -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/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-16.1/Templates/UserManagement.xsd +258 -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.1/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/EPC-Domains.xsd +876 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-16.1/UDT/TypeDefinitions.xsd +19 -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/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-16.2/CommonFiles/Exceptions.xsd +72 -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/Messages/Assessor.xsd +171 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xml +1352 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -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/Templates/EPC-Certificate.xsd +428 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/Property.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/Templates/UserManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/._BaseDataTypes.xsd +0 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/EPC-Domains.xsd +808 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
- data/api/schemas/xml/SAP-Schema-16.2/SAP-EPC/UDT/SharedDomains.xsd +341 -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/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-16.2/Templates/UserManagement.xsd +258 -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
- data/api/schemas/xml/SAP-Schema-16.2/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/EPC-Domains.xsd +881 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-16.2/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-16.3/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-16.3/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/Assessor.xsd +171 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ExternalDefinitions.xml +1358 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-16.3/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/EPC-Certificate.xsd +428 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/Property.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/SAP09-CollectedData.xsd +1326 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/SAP09-Report.xsd +201 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/Templates/UserManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/EPC-Domains.xsd +808 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/SAP09-Domains.xsd +3457 -0
- data/api/schemas/xml/SAP-Schema-16.3/SAP-EPC/UDT/SharedDomains.xsd +341 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-16.3/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-16.3/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-16.3/UDT/EPC-Domains.xsd +886 -0
- data/api/schemas/xml/SAP-Schema-16.3/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-16.3/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-16.3/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-16.3/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/ExternalDefinitions.xml +1352 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/AssessorManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/EPC-Certificate.xsd +447 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/Property.xsd +62 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/SAP-CollectedData.xsd +1434 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/Templates/SAP-Report.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/UDT/EPC-Domains.xsd +558 -0
- data/api/schemas/xml/SAP-Schema-17.0/SAP/UDT/SAP-Domains.xsd +2975 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/ExternalDefinitions.xml +1370 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/AssessorManagement.xsd +217 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/EPC-Certificate.xsd +447 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/Property.xsd +62 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/SAP-CollectedData.xsd +1434 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/Templates/SAP-Report.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/UDT/EPC-Domains.xsd +563 -0
- data/api/schemas/xml/SAP-Schema-17.1/SAP/UDT/SAP-Domains.xsd +2975 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/ExternalDefinitions.xml +1364 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/ExternalDefinitions.xsd +242 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/AssessorManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/EPC-Certificate.xsd +453 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/SAP-CollectedData.xsd +1440 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/Templates/SAP-Report.xsd +203 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/UDT/EPC-Domains.xsd +569 -0
- data/api/schemas/xml/SAP-Schema-18.0.0/SAP/UDT/SAP-Domains.xsd +2981 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/CommonStructures.xsd +162 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/Exceptions.xsd +80 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeStatusRequest_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeStatusResponse_1.xsd +57 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportCreateResponse_1.xsd +62 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportRetrieveRequest_1.xsd +54 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportRetrieveResponse_1.xsd +89 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +37 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +39 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/PropertyUPRNValidationRequest_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Messages/PropertyUPRNValidationResponse_1.xsd +56 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/EPC-Certificate.xsd +233 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/SAP05-Report.xsd +180 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/Templates/UserManagement.xsd +199 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/SAP05-Domains.xsd +2947 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/SAP-EPC/UDT/SharedDomains.xsd +230 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/EPC-Certificate.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/EPC-CollectedData.xsd +407 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesExternal.xsd +373 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesGrounds.xsd +267 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesInternal.xsd +261 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-FeaturesServices.xsd +371 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-PropertyDetails.xsd +382 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HCR-RiskAssessment.xsd +299 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/HIP-Reports.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/Property.xsd +75 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/Templates/UserManagement.xsd +243 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/BaseDataTypes.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/EPC-Domains.xsd +69 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/HCR-Domains.xsd +1774 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/SAP-Domains.xsd +633 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/SharedDomains.xsd +568 -0
- data/api/schemas/xml/SAP-Schema-NI-11.2/UDT/TypeDefinitions.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/EPC-Certificate.xsd +238 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1190 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/Templates/UserManagement.xsd +210 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/EPC-Domains.xsd +61 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/SAP05-Domains.xsd +2957 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/EPC-Certificate.xsd +213 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/EPC-CollectedData.xsd +445 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/HIP-Reports.xsd +203 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/Templates/UserManagement.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/BaseDataTypes.xsd +177 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/EPC-Domains.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/SAP-Domains.xsd +1101 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/SharedDomains.xsd +596 -0
- data/api/schemas/xml/SAP-Schema-NI-12.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/SAP05-Report.xsd +179 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/Recommendations.xsd +675 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/SAP05-Domains.xsd +3002 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/SAP-EPC/UDT/SharedDomains.xsd +269 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/EPC-Certificate.xsd +223 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/EPC-CollectedData.xsd +445 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/HIP-Reports.xsd +203 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/Templates/UserManagement.xsd +257 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/EPC-Domains.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/SAP-Domains.xsd +1129 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/SharedDomains.xsd +616 -0
- data/api/schemas/xml/SAP-Schema-NI-13.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/Templates/UserManagement.xsd +215 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/Templates/UserManagement.xsd +257 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/EPC-Domains.xsd +741 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/SharedDomains.xsd +658 -0
- data/api/schemas/xml/SAP-Schema-NI-14.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/EPC-Domains.xsd +741 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/SharedDomains.xsd +658 -0
- data/api/schemas/xml/SAP-Schema-NI-14.1/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ExternalDefinitions.xml +1005 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/EPC-Domains.xsd +751 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/SharedDomains.xsd +658 -0
- data/api/schemas/xml/SAP-Schema-NI-14.2/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/META-INF/MANIFEST.MF +18 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +70 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ExternalDefinitions.xml +907 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/EPC-Domains.xsd +718 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/EPC-Certificate.xsd +290 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/EPC-CollectedData.xsd +541 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/HIP-Reports.xsd +221 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/EPC-Domains.xsd +772 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/SAP-Domains.xsd +1390 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/SharedDomains.xsd +768 -0
- data/api/schemas/xml/SAP-Schema-NI-15.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/META-INF/MANIFEST.MF +18 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +70 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/Assessor.xsd +211 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ExternalDefinitions.xml +907 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/EPC-Domains.xsd +718 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/EPC-CollectedData.xsd +784 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/SAP-Reports.xsd +189 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/EPC-Domains.xsd +861 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/SAP-Domains.xsd +1650 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/SharedDomains.xsd +768 -0
- data/api/schemas/xml/SAP-Schema-NI-16.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/META-INF/MANIFEST.MF +18 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +70 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/Assessor.xsd +161 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ExternalDefinitions.xml +1283 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/ExternalDefinitions.xsd +225 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/EPC-Domains.xsd +718 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/EPC-Domains.xsd +861 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-NI-16.1/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/META-INF/MANIFEST.MF +18 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +71 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/Assessor.xsd +161 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ExternalDefinitions.xml +1346 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/EPC-Certificate.xsd +339 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/SAP09-CollectedData.xsd +1337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/SAP09-Report.xsd +202 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/EPC-Domains.xsd +773 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/SAP09-Domains.xsd +3411 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/SAP-EPC/UDT/SharedDomains.xsd +360 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/EPC-Domains.xsd +871 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-NI-17.0/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/META-INF/MANIFEST.MF +18 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +71 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/Assessor.xsd +161 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ExternalDefinitions.xml +1352 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/EPC-Certificate.xsd +339 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/SAP09-CollectedData.xsd +1337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/SAP09-Report.xsd +202 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/EPC-Domains.xsd +773 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/SAP09-Domains.xsd +3411 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/SAP-EPC/UDT/SharedDomains.xsd +360 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/EPC-Domains.xsd +876 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-NI-17.1/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/META-INF/MANIFEST.MF +18 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.properties +5 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/META-INF/maven/uk.co.landmark.solutions.register/domestic-northernireland-schema/pom.xml +67 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/Assessor.xsd +161 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportCreateRequest_1.xsd +43 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ConditionReportRetrieveResponse_1.xsd +88 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ExternalDefinitions.xml +1358 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +53 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/EPC-Certificate.xsd +339 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/SAP09-CollectedData.xsd +1337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/SAP09-Report.xsd +202 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/Templates/UserManagement.xsd +216 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/EPC-Domains.xsd +773 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/SAP09-Domains.xsd +3411 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/SAP-EPC/UDT/SharedDomains.xsd +360 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/EPC-Certificate.xsd +383 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/EPC-CollectedData.xsd +794 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/HIP-Reports.xsd +191 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/Property.xsd +73 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/SAP-Reports.xsd +190 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/Templates/UserManagement.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/EPC-Domains.xsd +881 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/SAP-Domains.xsd +1670 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/SharedDomains.xsd +817 -0
- data/api/schemas/xml/SAP-Schema-NI-17.2/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/ExternalDefinitions.xml +1358 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/EPC-Certificate.xsd +339 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/SAP-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/SAP09-CollectedData.xsd +1337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/Templates/UserManagement.xsd +221 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/BaseDataTypes.xsd +140 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/EPC-Domains.xsd +337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/SAP09-Domains.xsd +2428 -0
- data/api/schemas/xml/SAP-Schema-NI-17.3/SAP/UDT/SharedDomains.xsd +253 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/ExternalDefinitions.xml +1370 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/EPC-Certificate.xsd +339 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/Property.xsd +68 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/SAP-Report.xsd +195 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/SAP09-CollectedData.xsd +1337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/Templates/UserManagement.xsd +221 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/BaseDataTypes.xsd +140 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/EPC-Domains.xsd +337 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/SAP09-Domains.xsd +2428 -0
- data/api/schemas/xml/SAP-Schema-NI-17.4/SAP/UDT/SharedDomains.xsd +258 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/ExternalDefinitions.xml +1370 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/ExternalDefinitions.xsd +242 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/EPC-Certificate.xsd +344 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/SAP-Report.xsd +207 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/SAP09-CollectedData.xsd +1342 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/Templates/UserManagement.xsd +227 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/BaseDataTypes.xsd +144 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/EPC-Domains.xsd +342 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/SAP09-Domains.xsd +2432 -0
- data/api/schemas/xml/SAP-Schema-NI-18.0.0/SAP/UDT/SharedDomains.xsd +262 -0
- data/api/schemas/xml/examples/CEPC-7.1(DEC).xml +317 -0
- data/api/schemas/xml/examples/CEPC-7.1(DEC_RR).xml +102 -0
- data/api/schemas/xml/examples/CEPC-7.1(EPC).xml +343 -0
- data/api/schemas/xml/examples/CEPC-7.1(EPC-RR).xml +74 -0
- data/api/schemas/xml/examples/CEPC-8.0.0(AC-CERT+AC-REPORT).xml +1400 -0
- data/api/schemas/xml/examples/CEPC-8.0.0(DEC).xml +288 -0
- data/api/schemas/xml/examples/CEPC-8.0.0(DEC+RR).xml +338 -0
- data/api/schemas/xml/examples/CEPC-8.0.0(DEC_RR).xml +57 -0
- data/api/schemas/xml/examples/CEPC-8.0.0(DEC_SUMMARY).xml +76 -0
- data/api/schemas/xml/examples/CEPC-8.0.0(EPC+RR).xml +327 -0
- data/api/schemas/xml/examples/CEPC-NI-8.0.0(AC-CERT+AC-REPORT).xml +1400 -0
- data/api/schemas/xml/examples/CEPC-NI-8.0.0(DEC).xml +287 -0
- data/api/schemas/xml/examples/CEPC-NI-8.0.0(DEC+RR).xml +338 -0
- data/api/schemas/xml/examples/CEPC-NI-8.0.0(DEC_RR).xml +57 -0
- data/api/schemas/xml/examples/CEPC-NI-8.0.0(EPC+RR).xml +327 -0
- data/api/schemas/xml/examples/RdSAP-20.0.0.xml +197 -0
- data/api/schemas/xml/examples/RdSAP-NI-20.0.0.xml +195 -0
- data/api/schemas/xml/examples/SAP-18.0.0.xml +216 -0
- data/api/schemas/xml/examples/SAP-NI-18.0.0.xml +206 -0
- data/epb_view_models.gemspec +26 -0
- data/lib/epb_view_models.rb +20 -0
- data/lib/helper/ac_report_extraction.rb +157 -0
- data/lib/helper/energy_band_calculator.rb +43 -0
- data/lib/helper/estimated_cost_potential_saving_helper.rb +38 -0
- data/lib/helper/rrn_helper.rb +31 -0
- data/lib/helper/schema_list_helper.rb +30 -0
- data/lib/helper/xml_enums_to_output.rb +397 -0
- data/lib/presenter/ac_cert/summary.rb +56 -0
- data/lib/presenter/ac_report/summary.rb +58 -0
- data/lib/presenter/cepc/report.rb +89 -0
- data/lib/presenter/cepc/summary.rb +71 -0
- data/lib/presenter/cepc_rr/recommendation_report.rb +49 -0
- data/lib/presenter/cepc_rr/summary.rb +57 -0
- data/lib/presenter/dec/report.rb +98 -0
- data/lib/presenter/dec/summary.rb +99 -0
- data/lib/presenter/dec/xml_summary.rb +110 -0
- data/lib/presenter/dec_rr/recommendation_report.rb +49 -0
- data/lib/presenter/dec_rr/summary.rb +64 -0
- data/lib/presenter/export/base.rb +75 -0
- data/lib/presenter/export/commercial.rb +73 -0
- data/lib/presenter/export/domestic.rb +149 -0
- data/lib/presenter/rd_sap/recommendation_report.rb +18 -0
- data/lib/presenter/rd_sap/report.rb +214 -0
- data/lib/presenter/rd_sap/summary.rb +127 -0
- data/lib/presenter/sap/recommendation_report.rb +18 -0
- data/lib/presenter/sap/report.rb +224 -0
- data/lib/presenter/sap/summary.rb +173 -0
- data/lib/view_model/ac_cert_wrapper.rb +39 -0
- data/lib/view_model/ac_report_wrapper.rb +47 -0
- data/lib/view_model/base_view_model.rb +18 -0
- data/lib/view_model/cepc31/cepc.rb +101 -0
- data/lib/view_model/cepc31/cepc_rr.rb +62 -0
- data/lib/view_model/cepc31/common_schema.rb +110 -0
- data/lib/view_model/cepc31/dec.rb +221 -0
- data/lib/view_model/cepc31/dec_rr.rb +96 -0
- data/lib/view_model/cepc40/ac_report.rb +165 -0
- data/lib/view_model/cepc40/cepc.rb +101 -0
- data/lib/view_model/cepc40/cepc_rr.rb +58 -0
- data/lib/view_model/cepc40/common_schema.rb +110 -0
- data/lib/view_model/cepc40/dec.rb +221 -0
- data/lib/view_model/cepc40/dec_rr.rb +96 -0
- data/lib/view_model/cepc50/ac_report.rb +165 -0
- data/lib/view_model/cepc50/cepc.rb +101 -0
- data/lib/view_model/cepc50/cepc_rr.rb +58 -0
- data/lib/view_model/cepc50/common_schema.rb +109 -0
- data/lib/view_model/cepc50/dec.rb +221 -0
- data/lib/view_model/cepc50/dec_rr.rb +96 -0
- data/lib/view_model/cepc51/ac_report.rb +165 -0
- data/lib/view_model/cepc51/cepc.rb +97 -0
- data/lib/view_model/cepc51/cepc_rr.rb +58 -0
- data/lib/view_model/cepc51/common_schema.rb +109 -0
- data/lib/view_model/cepc51/dec.rb +221 -0
- data/lib/view_model/cepc51/dec_rr.rb +96 -0
- data/lib/view_model/cepc60/ac_report.rb +165 -0
- data/lib/view_model/cepc60/cepc.rb +101 -0
- data/lib/view_model/cepc60/cepc_rr.rb +58 -0
- data/lib/view_model/cepc60/common_schema.rb +109 -0
- data/lib/view_model/cepc60/dec.rb +229 -0
- data/lib/view_model/cepc60/dec_rr.rb +100 -0
- data/lib/view_model/cepc70/ac_cert.rb +63 -0
- data/lib/view_model/cepc70/ac_report.rb +307 -0
- data/lib/view_model/cepc70/cepc.rb +97 -0
- data/lib/view_model/cepc70/cepc_rr.rb +58 -0
- data/lib/view_model/cepc70/common_schema.rb +109 -0
- data/lib/view_model/cepc70/dec.rb +229 -0
- data/lib/view_model/cepc70/dec_rr.rb +96 -0
- data/lib/view_model/cepc71/ac_cert.rb +63 -0
- data/lib/view_model/cepc71/ac_report.rb +307 -0
- data/lib/view_model/cepc71/cepc.rb +101 -0
- data/lib/view_model/cepc71/cepc_rr.rb +58 -0
- data/lib/view_model/cepc71/common_schema.rb +109 -0
- data/lib/view_model/cepc71/dec.rb +233 -0
- data/lib/view_model/cepc71/dec_rr.rb +96 -0
- data/lib/view_model/cepc800/ac_cert.rb +63 -0
- data/lib/view_model/cepc800/ac_report.rb +310 -0
- data/lib/view_model/cepc800/cepc.rb +121 -0
- data/lib/view_model/cepc800/cepc_rr.rb +58 -0
- data/lib/view_model/cepc800/common_schema.rb +109 -0
- data/lib/view_model/cepc800/dec.rb +231 -0
- data/lib/view_model/cepc800/dec_rr.rb +98 -0
- data/lib/view_model/cepc_ni800/ac_cert.rb +63 -0
- data/lib/view_model/cepc_ni800/ac_report.rb +305 -0
- data/lib/view_model/cepc_ni800/cepc.rb +117 -0
- data/lib/view_model/cepc_ni800/cepc_rr.rb +57 -0
- data/lib/view_model/cepc_ni800/common_schema.rb +109 -0
- data/lib/view_model/cepc_ni800/dec.rb +229 -0
- data/lib/view_model/cepc_ni800/dec_rr.rb +87 -0
- data/lib/view_model/cepc_rr_wrapper.rb +55 -0
- data/lib/view_model/cepc_wrapper.rb +60 -0
- data/lib/view_model/dec_rr_wrapper.rb +55 -0
- data/lib/view_model/dec_summary_wrapper.rb +47 -0
- data/lib/view_model/dec_wrapper.rb +56 -0
- data/lib/view_model/domestic_epc_view_model.rb +90 -0
- data/lib/view_model/factory.rb +101 -0
- data/lib/view_model/rd_sap_schema_170/common_schema.rb +519 -0
- data/lib/view_model/rd_sap_schema_171/common_schema.rb +519 -0
- data/lib/view_model/rd_sap_schema_180/common_schema.rb +519 -0
- data/lib/view_model/rd_sap_schema_190/common_schema.rb +519 -0
- data/lib/view_model/rd_sap_schema_200/common_schema.rb +584 -0
- data/lib/view_model/rd_sap_schema_ni_173/common_schema.rb +508 -0
- data/lib/view_model/rd_sap_schema_ni_174/common_schema.rb +508 -0
- data/lib/view_model/rd_sap_schema_ni_180/common_schema.rb +508 -0
- data/lib/view_model/rd_sap_schema_ni_190/common_schema.rb +508 -0
- data/lib/view_model/rd_sap_schema_ni_200/common_schema.rb +571 -0
- data/lib/view_model/rd_sap_wrapper.rb +62 -0
- data/lib/view_model/sap_schema_102/common_schema.rb +495 -0
- data/lib/view_model/sap_schema_102/rdsap.rb +66 -0
- data/lib/view_model/sap_schema_110/common_schema.rb +503 -0
- data/lib/view_model/sap_schema_110/rdsap.rb +86 -0
- data/lib/view_model/sap_schema_110/sap.rb +25 -0
- data/lib/view_model/sap_schema_112/common_schema.rb +517 -0
- data/lib/view_model/sap_schema_112/rdsap.rb +86 -0
- data/lib/view_model/sap_schema_112/sap.rb +31 -0
- data/lib/view_model/sap_schema_120/common_schema.rb +520 -0
- data/lib/view_model/sap_schema_120/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_120/sap.rb +13 -0
- data/lib/view_model/sap_schema_130/common_schema.rb +511 -0
- data/lib/view_model/sap_schema_130/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_130/sap.rb +13 -0
- data/lib/view_model/sap_schema_140/common_schema.rb +515 -0
- data/lib/view_model/sap_schema_140/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_140/sap.rb +13 -0
- data/lib/view_model/sap_schema_141/common_schema.rb +511 -0
- data/lib/view_model/sap_schema_141/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_141/sap.rb +13 -0
- data/lib/view_model/sap_schema_142/common_schema.rb +511 -0
- data/lib/view_model/sap_schema_142/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_142/sap.rb +13 -0
- data/lib/view_model/sap_schema_150/common_schema.rb +511 -0
- data/lib/view_model/sap_schema_150/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_150/sap.rb +13 -0
- data/lib/view_model/sap_schema_160/common_schema.rb +511 -0
- data/lib/view_model/sap_schema_160/rdsap.rb +73 -0
- data/lib/view_model/sap_schema_160/sap.rb +22 -0
- data/lib/view_model/sap_schema_161/common_schema.rb +502 -0
- data/lib/view_model/sap_schema_161/rdsap.rb +77 -0
- data/lib/view_model/sap_schema_161/sap.rb +22 -0
- data/lib/view_model/sap_schema_162/common_schema.rb +498 -0
- data/lib/view_model/sap_schema_162/rdsap.rb +77 -0
- data/lib/view_model/sap_schema_162/sap.rb +22 -0
- data/lib/view_model/sap_schema_163/common_schema.rb +498 -0
- data/lib/view_model/sap_schema_163/rdsap.rb +73 -0
- data/lib/view_model/sap_schema_163/sap.rb +22 -0
- data/lib/view_model/sap_schema_170/common_schema.rb +499 -0
- data/lib/view_model/sap_schema_171/common_schema.rb +503 -0
- data/lib/view_model/sap_schema_1800/common_schema.rb +563 -0
- data/lib/view_model/sap_schema_ni_112/common_schema.rb +503 -0
- data/lib/view_model/sap_schema_ni_112/rdsap.rb +77 -0
- data/lib/view_model/sap_schema_ni_112/sap.rb +6 -0
- data/lib/view_model/sap_schema_ni_120/common_schema.rb +499 -0
- data/lib/view_model/sap_schema_ni_120/rdsap.rb +65 -0
- data/lib/view_model/sap_schema_ni_120/sap.rb +13 -0
- data/lib/view_model/sap_schema_ni_130/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_130/rdsap.rb +65 -0
- data/lib/view_model/sap_schema_ni_130/sap.rb +13 -0
- data/lib/view_model/sap_schema_ni_140/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_140/rdsap.rb +65 -0
- data/lib/view_model/sap_schema_ni_140/sap.rb +13 -0
- data/lib/view_model/sap_schema_ni_141/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_141/rdsap.rb +65 -0
- data/lib/view_model/sap_schema_ni_141/sap.rb +13 -0
- data/lib/view_model/sap_schema_ni_142/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_142/rdsap.rb +65 -0
- data/lib/view_model/sap_schema_ni_142/sap.rb +13 -0
- data/lib/view_model/sap_schema_ni_150/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_150/rdsap.rb +65 -0
- data/lib/view_model/sap_schema_ni_150/sap.rb +13 -0
- data/lib/view_model/sap_schema_ni_160/common_schema.rb +491 -0
- data/lib/view_model/sap_schema_ni_160/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_ni_160/sap.rb +22 -0
- data/lib/view_model/sap_schema_ni_161/common_schema.rb +487 -0
- data/lib/view_model/sap_schema_ni_161/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_ni_161/sap.rb +22 -0
- data/lib/view_model/sap_schema_ni_170/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_170/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_ni_170/sap.rb +22 -0
- data/lib/view_model/sap_schema_ni_171/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_171/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_ni_171/sap.rb +22 -0
- data/lib/view_model/sap_schema_ni_172/common_schema.rb +496 -0
- data/lib/view_model/sap_schema_ni_172/rdsap.rb +69 -0
- data/lib/view_model/sap_schema_ni_172/sap.rb +22 -0
- data/lib/view_model/sap_schema_ni_173/common_schema.rb +483 -0
- data/lib/view_model/sap_schema_ni_174/common_schema.rb +483 -0
- data/lib/view_model/sap_schema_ni_1800/common_schema.rb +565 -0
- data/lib/view_model/sap_wrapper.rb +224 -0
- metadata +1844 -0
|
@@ -0,0 +1,3457 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Jim Bowery (Landmark Information Group Ltd.) -->
|
|
3
|
+
<xs:schema xmlns="DCLG-SAP09" xmlns:SAP="DCLG-SAP09" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="DCLG-SAP09" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-16.0">
|
|
4
|
+
<xs:simpleType name="SAP-StoreyFloorCode">
|
|
5
|
+
<xs:annotation>
|
|
6
|
+
<xs:documentation>Code which identifies a particular storey in a building part.</xs:documentation>
|
|
7
|
+
</xs:annotation>
|
|
8
|
+
<xs:restriction base="xs:string">
|
|
9
|
+
<xs:enumeration value="-1">
|
|
10
|
+
<xs:annotation>
|
|
11
|
+
<xs:documentation>Lower ground</xs:documentation>
|
|
12
|
+
</xs:annotation>
|
|
13
|
+
</xs:enumeration>
|
|
14
|
+
<xs:enumeration value="0">
|
|
15
|
+
<xs:annotation>
|
|
16
|
+
<xs:documentation>Ground</xs:documentation>
|
|
17
|
+
</xs:annotation>
|
|
18
|
+
</xs:enumeration>
|
|
19
|
+
<xs:enumeration value="1">
|
|
20
|
+
<xs:annotation>
|
|
21
|
+
<xs:documentation>1st</xs:documentation>
|
|
22
|
+
</xs:annotation>
|
|
23
|
+
</xs:enumeration>
|
|
24
|
+
<xs:enumeration value="2">
|
|
25
|
+
<xs:annotation>
|
|
26
|
+
<xs:documentation>2nd</xs:documentation>
|
|
27
|
+
</xs:annotation>
|
|
28
|
+
</xs:enumeration>
|
|
29
|
+
<xs:enumeration value="3">
|
|
30
|
+
<xs:annotation>
|
|
31
|
+
<xs:documentation>3rd</xs:documentation>
|
|
32
|
+
</xs:annotation>
|
|
33
|
+
</xs:enumeration>
|
|
34
|
+
<xs:enumeration value="4">
|
|
35
|
+
<xs:annotation>
|
|
36
|
+
<xs:documentation>4th</xs:documentation>
|
|
37
|
+
</xs:annotation>
|
|
38
|
+
</xs:enumeration>
|
|
39
|
+
<xs:enumeration value="5">
|
|
40
|
+
<xs:annotation>
|
|
41
|
+
<xs:documentation>5th</xs:documentation>
|
|
42
|
+
</xs:annotation>
|
|
43
|
+
</xs:enumeration>
|
|
44
|
+
<xs:enumeration value="6">
|
|
45
|
+
<xs:annotation>
|
|
46
|
+
<xs:documentation>6th</xs:documentation>
|
|
47
|
+
</xs:annotation>
|
|
48
|
+
</xs:enumeration>
|
|
49
|
+
<xs:enumeration value="99">
|
|
50
|
+
<xs:annotation>
|
|
51
|
+
<xs:documentation>Roof rooms</xs:documentation>
|
|
52
|
+
</xs:annotation>
|
|
53
|
+
</xs:enumeration>
|
|
54
|
+
</xs:restriction>
|
|
55
|
+
</xs:simpleType>
|
|
56
|
+
<xs:simpleType name="SAP-ImprovementMeasureCode">
|
|
57
|
+
<xs:annotation>
|
|
58
|
+
<xs:documentation>Code which indicates an improvement measure for a property.</xs:documentation>
|
|
59
|
+
</xs:annotation>
|
|
60
|
+
<xs:restriction base="xs:string">
|
|
61
|
+
<xs:enumeration value="A">
|
|
62
|
+
<xs:annotation>
|
|
63
|
+
<xs:documentation>Loft insulation</xs:documentation>
|
|
64
|
+
</xs:annotation>
|
|
65
|
+
</xs:enumeration>
|
|
66
|
+
<xs:enumeration value="A2">
|
|
67
|
+
<xs:annotation>
|
|
68
|
+
<xs:documentation>Flat roof insulation</xs:documentation>
|
|
69
|
+
</xs:annotation>
|
|
70
|
+
</xs:enumeration>
|
|
71
|
+
<xs:enumeration value="A3">
|
|
72
|
+
<xs:annotation>
|
|
73
|
+
<xs:documentation>Room-in-roof insulation</xs:documentation>
|
|
74
|
+
</xs:annotation>
|
|
75
|
+
</xs:enumeration>
|
|
76
|
+
<xs:enumeration value="B">
|
|
77
|
+
<xs:annotation>
|
|
78
|
+
<xs:documentation>Cavity wall insulation</xs:documentation>
|
|
79
|
+
</xs:annotation>
|
|
80
|
+
</xs:enumeration>
|
|
81
|
+
<xs:enumeration value="C">
|
|
82
|
+
<xs:annotation>
|
|
83
|
+
<xs:documentation>Hot water cylinder insulation</xs:documentation>
|
|
84
|
+
</xs:annotation>
|
|
85
|
+
</xs:enumeration>
|
|
86
|
+
<xs:enumeration value="D">
|
|
87
|
+
<xs:annotation>
|
|
88
|
+
<xs:documentation>Draughtproofing</xs:documentation>
|
|
89
|
+
</xs:annotation>
|
|
90
|
+
</xs:enumeration>
|
|
91
|
+
<xs:enumeration value="E">
|
|
92
|
+
<xs:annotation>
|
|
93
|
+
<xs:documentation>Low energy lights</xs:documentation>
|
|
94
|
+
</xs:annotation>
|
|
95
|
+
</xs:enumeration>
|
|
96
|
+
<xs:enumeration value="F">
|
|
97
|
+
<xs:annotation>
|
|
98
|
+
<xs:documentation>Cylinder thermostat</xs:documentation>
|
|
99
|
+
</xs:annotation>
|
|
100
|
+
</xs:enumeration>
|
|
101
|
+
<xs:enumeration value="G">
|
|
102
|
+
<xs:annotation>
|
|
103
|
+
<xs:documentation>Heating controls for wet central heating system</xs:documentation>
|
|
104
|
+
</xs:annotation>
|
|
105
|
+
</xs:enumeration>
|
|
106
|
+
<xs:enumeration value="H">
|
|
107
|
+
<xs:annotation>
|
|
108
|
+
<xs:documentation>Heating controls for warm air system</xs:documentation>
|
|
109
|
+
</xs:annotation>
|
|
110
|
+
</xs:enumeration>
|
|
111
|
+
<xs:enumeration value="I">
|
|
112
|
+
<xs:annotation>
|
|
113
|
+
<xs:documentation>Upgrade boiler, same fuel</xs:documentation>
|
|
114
|
+
</xs:annotation>
|
|
115
|
+
</xs:enumeration>
|
|
116
|
+
<xs:enumeration value="J">
|
|
117
|
+
<xs:annotation>
|
|
118
|
+
<xs:documentation>Biomass boiler</xs:documentation>
|
|
119
|
+
</xs:annotation>
|
|
120
|
+
</xs:enumeration>
|
|
121
|
+
<xs:enumeration value="J2">
|
|
122
|
+
<xs:annotation>
|
|
123
|
+
<xs:documentation>Biomass boiler as alternative improvement</xs:documentation>
|
|
124
|
+
</xs:annotation>
|
|
125
|
+
</xs:enumeration>
|
|
126
|
+
<xs:enumeration value="K">
|
|
127
|
+
<xs:annotation>
|
|
128
|
+
<xs:documentation>Biomass room heater with boiler</xs:documentation>
|
|
129
|
+
</xs:annotation>
|
|
130
|
+
</xs:enumeration>
|
|
131
|
+
<xs:enumeration value="L">
|
|
132
|
+
<xs:annotation>
|
|
133
|
+
<xs:documentation>New or replacement storage heaters</xs:documentation>
|
|
134
|
+
</xs:annotation>
|
|
135
|
+
</xs:enumeration>
|
|
136
|
+
<xs:enumeration value="M">
|
|
137
|
+
<xs:annotation>
|
|
138
|
+
<xs:documentation>Replacement warm-air unit</xs:documentation>
|
|
139
|
+
</xs:annotation>
|
|
140
|
+
</xs:enumeration>
|
|
141
|
+
<xs:enumeration value="N">
|
|
142
|
+
<xs:annotation>
|
|
143
|
+
<xs:documentation>Solar water heating</xs:documentation>
|
|
144
|
+
</xs:annotation>
|
|
145
|
+
</xs:enumeration>
|
|
146
|
+
<xs:enumeration value="O">
|
|
147
|
+
<xs:annotation>
|
|
148
|
+
<xs:documentation>Double glazing</xs:documentation>
|
|
149
|
+
</xs:annotation>
|
|
150
|
+
</xs:enumeration>
|
|
151
|
+
<xs:enumeration value="P">
|
|
152
|
+
<xs:annotation>
|
|
153
|
+
<xs:documentation>Secondary glazing</xs:documentation>
|
|
154
|
+
</xs:annotation>
|
|
155
|
+
</xs:enumeration>
|
|
156
|
+
<xs:enumeration value="Q">
|
|
157
|
+
<xs:annotation>
|
|
158
|
+
<xs:documentation>Solid wall insulation</xs:documentation>
|
|
159
|
+
</xs:annotation>
|
|
160
|
+
</xs:enumeration>
|
|
161
|
+
<xs:enumeration value="Q2">
|
|
162
|
+
<xs:annotation>
|
|
163
|
+
<xs:documentation>External insulation with cavity wall insulation</xs:documentation>
|
|
164
|
+
</xs:annotation>
|
|
165
|
+
</xs:enumeration>
|
|
166
|
+
<xs:enumeration value="R">
|
|
167
|
+
<xs:annotation>
|
|
168
|
+
<xs:documentation>Condensing oil boiler</xs:documentation>
|
|
169
|
+
</xs:annotation>
|
|
170
|
+
</xs:enumeration>
|
|
171
|
+
<xs:enumeration value="S">
|
|
172
|
+
<xs:annotation>
|
|
173
|
+
<xs:documentation>Change heating to Band A gas condensing boiler (no fuel switch)</xs:documentation>
|
|
174
|
+
</xs:annotation>
|
|
175
|
+
</xs:enumeration>
|
|
176
|
+
<xs:enumeration value="T">
|
|
177
|
+
<xs:annotation>
|
|
178
|
+
<xs:documentation>Change heating to Band A gas condensing boiler (fuel switch)</xs:documentation>
|
|
179
|
+
</xs:annotation>
|
|
180
|
+
</xs:enumeration>
|
|
181
|
+
<xs:enumeration value="T2">
|
|
182
|
+
<xs:annotation>
|
|
183
|
+
<xs:documentation>Flue gas heat recovery</xs:documentation>
|
|
184
|
+
</xs:annotation>
|
|
185
|
+
</xs:enumeration>
|
|
186
|
+
<xs:enumeration value="U">
|
|
187
|
+
<xs:annotation>
|
|
188
|
+
<xs:documentation>Photovoltaics</xs:documentation>
|
|
189
|
+
</xs:annotation>
|
|
190
|
+
</xs:enumeration>
|
|
191
|
+
<xs:enumeration value="V">
|
|
192
|
+
<xs:annotation>
|
|
193
|
+
<xs:documentation>Wind turbine</xs:documentation>
|
|
194
|
+
</xs:annotation>
|
|
195
|
+
</xs:enumeration>
|
|
196
|
+
<xs:enumeration value="W">
|
|
197
|
+
<xs:annotation>
|
|
198
|
+
<xs:documentation>Floor insulation</xs:documentation>
|
|
199
|
+
</xs:annotation>
|
|
200
|
+
</xs:enumeration>
|
|
201
|
+
<xs:enumeration value="X">
|
|
202
|
+
<xs:annotation>
|
|
203
|
+
<xs:documentation>Insulated doors</xs:documentation>
|
|
204
|
+
</xs:annotation>
|
|
205
|
+
</xs:enumeration>
|
|
206
|
+
<xs:enumeration value="Y">
|
|
207
|
+
<xs:annotation>
|
|
208
|
+
<xs:documentation>Waste water heat recovery</xs:documentation>
|
|
209
|
+
</xs:annotation>
|
|
210
|
+
</xs:enumeration>
|
|
211
|
+
<xs:enumeration value="Z1">
|
|
212
|
+
<xs:annotation>
|
|
213
|
+
<xs:documentation>Air or ground source heat pump</xs:documentation>
|
|
214
|
+
</xs:annotation>
|
|
215
|
+
</xs:enumeration>
|
|
216
|
+
<xs:enumeration value="Z2">
|
|
217
|
+
<xs:annotation>
|
|
218
|
+
<xs:documentation>Air or ground source heat pump with underfloor heating</xs:documentation>
|
|
219
|
+
</xs:annotation>
|
|
220
|
+
</xs:enumeration>
|
|
221
|
+
<xs:enumeration value="Z3">
|
|
222
|
+
<xs:annotation>
|
|
223
|
+
<xs:documentation>Micro-CHP</xs:documentation>
|
|
224
|
+
</xs:annotation>
|
|
225
|
+
</xs:enumeration>
|
|
226
|
+
</xs:restriction>
|
|
227
|
+
</xs:simpleType>
|
|
228
|
+
<xs:simpleType name="SAP-WaterHeatingCode">
|
|
229
|
+
<xs:annotation>
|
|
230
|
+
<xs:documentation>Code which indicates the type of heating system, as defined in SAP table 4a (codes 901-999).</xs:documentation>
|
|
231
|
+
</xs:annotation>
|
|
232
|
+
<xs:restriction base="xs:positiveInteger">
|
|
233
|
+
<xs:maxInclusive value="999"/>
|
|
234
|
+
<xs:minInclusive value="901"/>
|
|
235
|
+
</xs:restriction>
|
|
236
|
+
</xs:simpleType>
|
|
237
|
+
<xs:simpleType name="SAP-LZCEnergySourceCode">
|
|
238
|
+
<xs:annotation>
|
|
239
|
+
<xs:documentation>Code which indicates a particular low or zero carbon energy source.</xs:documentation>
|
|
240
|
+
</xs:annotation>
|
|
241
|
+
<xs:restriction base="xs:string">
|
|
242
|
+
<xs:enumeration value="1">
|
|
243
|
+
<xs:annotation>
|
|
244
|
+
<xs:documentation>Biofuel main heating</xs:documentation>
|
|
245
|
+
</xs:annotation>
|
|
246
|
+
</xs:enumeration>
|
|
247
|
+
<xs:enumeration value="2">
|
|
248
|
+
<xs:annotation>
|
|
249
|
+
<xs:documentation>Biofuel community heating</xs:documentation>
|
|
250
|
+
</xs:annotation>
|
|
251
|
+
</xs:enumeration>
|
|
252
|
+
<xs:enumeration value="3">
|
|
253
|
+
<xs:annotation>
|
|
254
|
+
<xs:documentation>Biofuel community heating for some of heat generation</xs:documentation>
|
|
255
|
+
</xs:annotation>
|
|
256
|
+
</xs:enumeration>
|
|
257
|
+
<xs:enumeration value="4">
|
|
258
|
+
<xs:annotation>
|
|
259
|
+
<xs:documentation>Biofuel secondary heating</xs:documentation>
|
|
260
|
+
</xs:annotation>
|
|
261
|
+
</xs:enumeration>
|
|
262
|
+
<xs:enumeration value="5">
|
|
263
|
+
<xs:annotation>
|
|
264
|
+
<xs:documentation>Geothermal heat source</xs:documentation>
|
|
265
|
+
</xs:annotation>
|
|
266
|
+
</xs:enumeration>
|
|
267
|
+
<xs:enumeration value="6">
|
|
268
|
+
<xs:annotation>
|
|
269
|
+
<xs:documentation>Community combined heat and power</xs:documentation>
|
|
270
|
+
</xs:annotation>
|
|
271
|
+
</xs:enumeration>
|
|
272
|
+
<xs:enumeration value="7">
|
|
273
|
+
<xs:annotation>
|
|
274
|
+
<xs:documentation>Ground source heat pump</xs:documentation>
|
|
275
|
+
</xs:annotation>
|
|
276
|
+
</xs:enumeration>
|
|
277
|
+
<xs:enumeration value="8">
|
|
278
|
+
<xs:annotation>
|
|
279
|
+
<xs:documentation>Water source heat pump</xs:documentation>
|
|
280
|
+
</xs:annotation>
|
|
281
|
+
</xs:enumeration>
|
|
282
|
+
<xs:enumeration value="9">
|
|
283
|
+
<xs:annotation>
|
|
284
|
+
<xs:documentation>Air source heat pump</xs:documentation>
|
|
285
|
+
</xs:annotation>
|
|
286
|
+
</xs:enumeration>
|
|
287
|
+
<xs:enumeration value="10">
|
|
288
|
+
<xs:annotation>
|
|
289
|
+
<xs:documentation>Solar water heating</xs:documentation>
|
|
290
|
+
</xs:annotation>
|
|
291
|
+
</xs:enumeration>
|
|
292
|
+
<xs:enumeration value="11">
|
|
293
|
+
<xs:annotation>
|
|
294
|
+
<xs:documentation>Solar photovoltaics</xs:documentation>
|
|
295
|
+
</xs:annotation>
|
|
296
|
+
</xs:enumeration>
|
|
297
|
+
<xs:enumeration value="12">
|
|
298
|
+
<xs:annotation>
|
|
299
|
+
<xs:documentation>Wind turbine</xs:documentation>
|
|
300
|
+
</xs:annotation>
|
|
301
|
+
</xs:enumeration>
|
|
302
|
+
<xs:enumeration value="13">
|
|
303
|
+
<xs:annotation>
|
|
304
|
+
<xs:documentation>Community heat pump</xs:documentation>
|
|
305
|
+
</xs:annotation>
|
|
306
|
+
</xs:enumeration>
|
|
307
|
+
<xs:enumeration value="14">
|
|
308
|
+
<xs:annotation>
|
|
309
|
+
<xs:documentation>Hydro-electric generation</xs:documentation>
|
|
310
|
+
</xs:annotation>
|
|
311
|
+
</xs:enumeration>
|
|
312
|
+
<xs:enumeration value="15">
|
|
313
|
+
<xs:annotation>
|
|
314
|
+
<xs:documentation>Micro-CHP</xs:documentation>
|
|
315
|
+
</xs:annotation>
|
|
316
|
+
</xs:enumeration>
|
|
317
|
+
<xs:enumeration value="16">
|
|
318
|
+
<xs:annotation>
|
|
319
|
+
<xs:documentation>Exhaust air heat pump</xs:documentation>
|
|
320
|
+
</xs:annotation>
|
|
321
|
+
</xs:enumeration>
|
|
322
|
+
</xs:restriction>
|
|
323
|
+
</xs:simpleType>
|
|
324
|
+
<xs:simpleType name="FlueTypeCode">
|
|
325
|
+
<xs:annotation>
|
|
326
|
+
<xs:documentation>Code which indicates the type of flue.</xs:documentation>
|
|
327
|
+
</xs:annotation>
|
|
328
|
+
<xs:restriction base="xs:string">
|
|
329
|
+
<xs:enumeration value="1">
|
|
330
|
+
<xs:annotation>
|
|
331
|
+
<xs:documentation>open flue</xs:documentation>
|
|
332
|
+
</xs:annotation>
|
|
333
|
+
</xs:enumeration>
|
|
334
|
+
<xs:enumeration value="2">
|
|
335
|
+
<xs:annotation>
|
|
336
|
+
<xs:documentation>balanced flue</xs:documentation>
|
|
337
|
+
</xs:annotation>
|
|
338
|
+
</xs:enumeration>
|
|
339
|
+
<xs:enumeration value="3">
|
|
340
|
+
<xs:annotation>
|
|
341
|
+
<xs:documentation>chimney</xs:documentation>
|
|
342
|
+
</xs:annotation>
|
|
343
|
+
</xs:enumeration>
|
|
344
|
+
<xs:enumeration value="4">
|
|
345
|
+
<xs:annotation>
|
|
346
|
+
<xs:documentation>omitted (boiler is in an outhouse, so its flue arrangements are not relevant)</xs:documentation>
|
|
347
|
+
</xs:annotation>
|
|
348
|
+
</xs:enumeration>
|
|
349
|
+
<xs:enumeration value="5">
|
|
350
|
+
<xs:annotation>
|
|
351
|
+
<xs:documentation>unknown (there is a flue, but its type could not be determined)</xs:documentation>
|
|
352
|
+
</xs:annotation>
|
|
353
|
+
</xs:enumeration>
|
|
354
|
+
</xs:restriction>
|
|
355
|
+
</xs:simpleType>
|
|
356
|
+
<xs:simpleType name="SAP-GlazingGapTypeCode">
|
|
357
|
+
<xs:restriction base="xs:string">
|
|
358
|
+
<xs:enumeration value="1">
|
|
359
|
+
<xs:annotation>
|
|
360
|
+
<xs:documentation>6 mm</xs:documentation>
|
|
361
|
+
</xs:annotation>
|
|
362
|
+
</xs:enumeration>
|
|
363
|
+
<xs:enumeration value="2">
|
|
364
|
+
<xs:annotation>
|
|
365
|
+
<xs:documentation>12 mm</xs:documentation>
|
|
366
|
+
</xs:annotation>
|
|
367
|
+
</xs:enumeration>
|
|
368
|
+
<xs:enumeration value="3">
|
|
369
|
+
<xs:annotation>
|
|
370
|
+
<xs:documentation>16 mm or more</xs:documentation>
|
|
371
|
+
</xs:annotation>
|
|
372
|
+
</xs:enumeration>
|
|
373
|
+
</xs:restriction>
|
|
374
|
+
</xs:simpleType>
|
|
375
|
+
<xs:simpleType name="SAP-DataTypeCode">
|
|
376
|
+
<xs:annotation>
|
|
377
|
+
<xs:documentation>Code which indicates the type of SAP data.</xs:documentation>
|
|
378
|
+
</xs:annotation>
|
|
379
|
+
<xs:restriction base="xs:string">
|
|
380
|
+
<xs:enumeration value="1">
|
|
381
|
+
<xs:annotation>
|
|
382
|
+
<xs:documentation>new dwelling as designed</xs:documentation>
|
|
383
|
+
</xs:annotation>
|
|
384
|
+
</xs:enumeration>
|
|
385
|
+
<xs:enumeration value="2">
|
|
386
|
+
<xs:annotation>
|
|
387
|
+
<xs:documentation>new dwelling as built</xs:documentation>
|
|
388
|
+
</xs:annotation>
|
|
389
|
+
</xs:enumeration>
|
|
390
|
+
<xs:enumeration value="3">
|
|
391
|
+
<xs:annotation>
|
|
392
|
+
<xs:documentation>new extension to existing dwelling</xs:documentation>
|
|
393
|
+
</xs:annotation>
|
|
394
|
+
</xs:enumeration>
|
|
395
|
+
<xs:enumeration value="4">
|
|
396
|
+
<xs:annotation>
|
|
397
|
+
<xs:documentation>new dwelling created by change of use</xs:documentation>
|
|
398
|
+
</xs:annotation>
|
|
399
|
+
</xs:enumeration>
|
|
400
|
+
<xs:enumeration value="5">
|
|
401
|
+
<xs:annotation>
|
|
402
|
+
<xs:documentation>existing dwelling</xs:documentation>
|
|
403
|
+
</xs:annotation>
|
|
404
|
+
</xs:enumeration>
|
|
405
|
+
<xs:enumeration value="6">
|
|
406
|
+
<xs:annotation>
|
|
407
|
+
<xs:documentation>other</xs:documentation>
|
|
408
|
+
</xs:annotation>
|
|
409
|
+
</xs:enumeration>
|
|
410
|
+
</xs:restriction>
|
|
411
|
+
</xs:simpleType>
|
|
412
|
+
<xs:simpleType name="SAP-VersionCode">
|
|
413
|
+
<xs:annotation>
|
|
414
|
+
<xs:documentation>Code which indicates the SAP version.</xs:documentation>
|
|
415
|
+
</xs:annotation>
|
|
416
|
+
<xs:restriction base="xs:string">
|
|
417
|
+
<xs:enumeration value="9.80">
|
|
418
|
+
<xs:annotation>
|
|
419
|
+
<xs:documentation>SAP 2005 version 9.80, dated October 2005</xs:documentation>
|
|
420
|
+
</xs:annotation>
|
|
421
|
+
</xs:enumeration>
|
|
422
|
+
<xs:enumeration value="9.81">
|
|
423
|
+
<xs:annotation>
|
|
424
|
+
<xs:documentation>SAP version 9.81, dated January 2008</xs:documentation>
|
|
425
|
+
</xs:annotation>
|
|
426
|
+
</xs:enumeration>
|
|
427
|
+
<xs:enumeration value="9.82">
|
|
428
|
+
<xs:annotation>
|
|
429
|
+
<xs:documentation>SAP version 9.82, dated Jun 2008</xs:documentation>
|
|
430
|
+
</xs:annotation>
|
|
431
|
+
</xs:enumeration>
|
|
432
|
+
<xs:enumeration value="9.83">
|
|
433
|
+
<xs:annotation>
|
|
434
|
+
<xs:documentation>SAP version 9.83, dated Jun 2009</xs:documentation>
|
|
435
|
+
</xs:annotation>
|
|
436
|
+
</xs:enumeration>
|
|
437
|
+
<xs:enumeration value="9.90">
|
|
438
|
+
<xs:annotation>
|
|
439
|
+
<xs:documentation>SAP version 9.90, dated Mar 2010</xs:documentation>
|
|
440
|
+
</xs:annotation>
|
|
441
|
+
</xs:enumeration>
|
|
442
|
+
<xs:enumeration value="9.91">
|
|
443
|
+
<xs:annotation>
|
|
444
|
+
<xs:documentation>SAP version 9.91, dated Jan 2012</xs:documentation>
|
|
445
|
+
</xs:annotation>
|
|
446
|
+
</xs:enumeration>
|
|
447
|
+
</xs:restriction>
|
|
448
|
+
</xs:simpleType>
|
|
449
|
+
<xs:simpleType name="SAP-FloorTypeCode">
|
|
450
|
+
<xs:annotation>
|
|
451
|
+
<xs:documentation>Code which indicates the type of floor (exposure).</xs:documentation>
|
|
452
|
+
</xs:annotation>
|
|
453
|
+
<xs:restriction base="xs:string">
|
|
454
|
+
<xs:enumeration value="1">
|
|
455
|
+
<xs:annotation>
|
|
456
|
+
<xs:documentation>basement floor</xs:documentation>
|
|
457
|
+
</xs:annotation>
|
|
458
|
+
</xs:enumeration>
|
|
459
|
+
<xs:enumeration value="2">
|
|
460
|
+
<xs:annotation>
|
|
461
|
+
<xs:documentation>ground floor</xs:documentation>
|
|
462
|
+
</xs:annotation>
|
|
463
|
+
</xs:enumeration>
|
|
464
|
+
<xs:enumeration value="3">
|
|
465
|
+
<xs:annotation>
|
|
466
|
+
<xs:documentation>upper floor (if heat loss area > 0, this area is an exposed floor)</xs:documentation>
|
|
467
|
+
</xs:annotation>
|
|
468
|
+
</xs:enumeration>
|
|
469
|
+
<xs:enumeration value="4">
|
|
470
|
+
<xs:annotation>
|
|
471
|
+
<xs:documentation>party floor</xs:documentation>
|
|
472
|
+
</xs:annotation>
|
|
473
|
+
</xs:enumeration>
|
|
474
|
+
</xs:restriction>
|
|
475
|
+
</xs:simpleType>
|
|
476
|
+
<xs:simpleType name="UKCountryCode">
|
|
477
|
+
<xs:annotation>
|
|
478
|
+
<xs:documentation>Code which indicates the country within the UK, taken from BS 6879.</xs:documentation>
|
|
479
|
+
</xs:annotation>
|
|
480
|
+
<xs:restriction base="xs:string">
|
|
481
|
+
<xs:enumeration value="EAW">
|
|
482
|
+
<xs:annotation>
|
|
483
|
+
<xs:documentation>England and Wales</xs:documentation>
|
|
484
|
+
</xs:annotation>
|
|
485
|
+
</xs:enumeration>
|
|
486
|
+
<xs:enumeration value="SCT">
|
|
487
|
+
<xs:annotation>
|
|
488
|
+
<xs:documentation>Scotland</xs:documentation>
|
|
489
|
+
</xs:annotation>
|
|
490
|
+
</xs:enumeration>
|
|
491
|
+
<xs:enumeration value="NIR">
|
|
492
|
+
<xs:annotation>
|
|
493
|
+
<xs:documentation>Northern Ireland</xs:documentation>
|
|
494
|
+
</xs:annotation>
|
|
495
|
+
</xs:enumeration>
|
|
496
|
+
</xs:restriction>
|
|
497
|
+
</xs:simpleType>
|
|
498
|
+
<xs:simpleType name="UKRegionCode">
|
|
499
|
+
<xs:annotation>
|
|
500
|
+
<xs:documentation>Code which indicates the region within the UK.</xs:documentation>
|
|
501
|
+
</xs:annotation>
|
|
502
|
+
<xs:restriction base="xs:string">
|
|
503
|
+
<xs:enumeration value="1">
|
|
504
|
+
<xs:annotation>
|
|
505
|
+
<xs:documentation>Borders</xs:documentation>
|
|
506
|
+
</xs:annotation>
|
|
507
|
+
</xs:enumeration>
|
|
508
|
+
<xs:enumeration value="2">
|
|
509
|
+
<xs:annotation>
|
|
510
|
+
<xs:documentation>East Anglia</xs:documentation>
|
|
511
|
+
</xs:annotation>
|
|
512
|
+
</xs:enumeration>
|
|
513
|
+
<xs:enumeration value="3">
|
|
514
|
+
<xs:annotation>
|
|
515
|
+
<xs:documentation>East Pennines</xs:documentation>
|
|
516
|
+
</xs:annotation>
|
|
517
|
+
</xs:enumeration>
|
|
518
|
+
<xs:enumeration value="4">
|
|
519
|
+
<xs:annotation>
|
|
520
|
+
<xs:documentation>East Scotland</xs:documentation>
|
|
521
|
+
</xs:annotation>
|
|
522
|
+
</xs:enumeration>
|
|
523
|
+
<xs:enumeration value="5">
|
|
524
|
+
<xs:annotation>
|
|
525
|
+
<xs:documentation>Highland</xs:documentation>
|
|
526
|
+
</xs:annotation>
|
|
527
|
+
</xs:enumeration>
|
|
528
|
+
<xs:enumeration value="6">
|
|
529
|
+
<xs:annotation>
|
|
530
|
+
<xs:documentation>Midlands</xs:documentation>
|
|
531
|
+
</xs:annotation>
|
|
532
|
+
</xs:enumeration>
|
|
533
|
+
<xs:enumeration value="7">
|
|
534
|
+
<xs:annotation>
|
|
535
|
+
<xs:documentation>North East England</xs:documentation>
|
|
536
|
+
</xs:annotation>
|
|
537
|
+
</xs:enumeration>
|
|
538
|
+
<xs:enumeration value="8">
|
|
539
|
+
<xs:annotation>
|
|
540
|
+
<xs:documentation>North East Scotland</xs:documentation>
|
|
541
|
+
</xs:annotation>
|
|
542
|
+
</xs:enumeration>
|
|
543
|
+
<xs:enumeration value="9">
|
|
544
|
+
<xs:annotation>
|
|
545
|
+
<xs:documentation>North West England / South West Scotland</xs:documentation>
|
|
546
|
+
</xs:annotation>
|
|
547
|
+
</xs:enumeration>
|
|
548
|
+
<xs:enumeration value="10">
|
|
549
|
+
<xs:annotation>
|
|
550
|
+
<xs:documentation>Northern Ireland</xs:documentation>
|
|
551
|
+
</xs:annotation>
|
|
552
|
+
</xs:enumeration>
|
|
553
|
+
<xs:enumeration value="11">
|
|
554
|
+
<xs:annotation>
|
|
555
|
+
<xs:documentation>Orkney</xs:documentation>
|
|
556
|
+
</xs:annotation>
|
|
557
|
+
</xs:enumeration>
|
|
558
|
+
<xs:enumeration value="12">
|
|
559
|
+
<xs:annotation>
|
|
560
|
+
<xs:documentation>Severn Valley</xs:documentation>
|
|
561
|
+
</xs:annotation>
|
|
562
|
+
</xs:enumeration>
|
|
563
|
+
<xs:enumeration value="13">
|
|
564
|
+
<xs:annotation>
|
|
565
|
+
<xs:documentation>Shetland</xs:documentation>
|
|
566
|
+
</xs:annotation>
|
|
567
|
+
</xs:enumeration>
|
|
568
|
+
<xs:enumeration value="14">
|
|
569
|
+
<xs:annotation>
|
|
570
|
+
<xs:documentation>South East England</xs:documentation>
|
|
571
|
+
</xs:annotation>
|
|
572
|
+
</xs:enumeration>
|
|
573
|
+
<xs:enumeration value="15">
|
|
574
|
+
<xs:annotation>
|
|
575
|
+
<xs:documentation>South West England</xs:documentation>
|
|
576
|
+
</xs:annotation>
|
|
577
|
+
</xs:enumeration>
|
|
578
|
+
<xs:enumeration value="16">
|
|
579
|
+
<xs:annotation>
|
|
580
|
+
<xs:documentation>Southern England</xs:documentation>
|
|
581
|
+
</xs:annotation>
|
|
582
|
+
</xs:enumeration>
|
|
583
|
+
<xs:enumeration value="17">
|
|
584
|
+
<xs:annotation>
|
|
585
|
+
<xs:documentation>Thames Valley</xs:documentation>
|
|
586
|
+
</xs:annotation>
|
|
587
|
+
</xs:enumeration>
|
|
588
|
+
<xs:enumeration value="18">
|
|
589
|
+
<xs:annotation>
|
|
590
|
+
<xs:documentation>Wales</xs:documentation>
|
|
591
|
+
</xs:annotation>
|
|
592
|
+
</xs:enumeration>
|
|
593
|
+
<xs:enumeration value="19">
|
|
594
|
+
<xs:annotation>
|
|
595
|
+
<xs:documentation>West Pennines</xs:documentation>
|
|
596
|
+
</xs:annotation>
|
|
597
|
+
</xs:enumeration>
|
|
598
|
+
<xs:enumeration value="20">
|
|
599
|
+
<xs:annotation>
|
|
600
|
+
<xs:documentation>West Scotland</xs:documentation>
|
|
601
|
+
</xs:annotation>
|
|
602
|
+
</xs:enumeration>
|
|
603
|
+
<xs:enumeration value="21">
|
|
604
|
+
<xs:annotation>
|
|
605
|
+
<xs:documentation>Western Isles</xs:documentation>
|
|
606
|
+
</xs:annotation>
|
|
607
|
+
</xs:enumeration>
|
|
608
|
+
<xs:enumeration value="22">
|
|
609
|
+
<xs:annotation>
|
|
610
|
+
<xs:documentation>Jersey</xs:documentation>
|
|
611
|
+
</xs:annotation>
|
|
612
|
+
</xs:enumeration>
|
|
613
|
+
<xs:enumeration value="23">
|
|
614
|
+
<xs:annotation>
|
|
615
|
+
<xs:documentation>Guernsey</xs:documentation>
|
|
616
|
+
</xs:annotation>
|
|
617
|
+
</xs:enumeration>
|
|
618
|
+
<xs:enumeration value="24">
|
|
619
|
+
<xs:annotation>
|
|
620
|
+
<xs:documentation>Isle of Man</xs:documentation>
|
|
621
|
+
</xs:annotation>
|
|
622
|
+
</xs:enumeration>
|
|
623
|
+
</xs:restriction>
|
|
624
|
+
</xs:simpleType>
|
|
625
|
+
<xs:simpleType name="SAP-WallTypeCode">
|
|
626
|
+
<xs:annotation>
|
|
627
|
+
<xs:documentation>Code which indicates the type of wall (exposure).</xs:documentation>
|
|
628
|
+
</xs:annotation>
|
|
629
|
+
<xs:restriction base="xs:string">
|
|
630
|
+
<xs:enumeration value="1">
|
|
631
|
+
<xs:annotation>
|
|
632
|
+
<xs:documentation>basement wall</xs:documentation>
|
|
633
|
+
</xs:annotation>
|
|
634
|
+
</xs:enumeration>
|
|
635
|
+
<xs:enumeration value="2">
|
|
636
|
+
<xs:annotation>
|
|
637
|
+
<xs:documentation>exposed wall</xs:documentation>
|
|
638
|
+
</xs:annotation>
|
|
639
|
+
</xs:enumeration>
|
|
640
|
+
<xs:enumeration value="3">
|
|
641
|
+
<xs:annotation>
|
|
642
|
+
<xs:documentation>sheltered wall</xs:documentation>
|
|
643
|
+
</xs:annotation>
|
|
644
|
+
</xs:enumeration>
|
|
645
|
+
<xs:enumeration value="4">
|
|
646
|
+
<xs:annotation>
|
|
647
|
+
<xs:documentation>party wall</xs:documentation>
|
|
648
|
+
</xs:annotation>
|
|
649
|
+
</xs:enumeration>
|
|
650
|
+
<xs:enumeration value="5">
|
|
651
|
+
<xs:annotation>
|
|
652
|
+
<xs:documentation>internal wall</xs:documentation>
|
|
653
|
+
</xs:annotation>
|
|
654
|
+
</xs:enumeration>
|
|
655
|
+
</xs:restriction>
|
|
656
|
+
</xs:simpleType>
|
|
657
|
+
<xs:simpleType name="SAP-ThermalBridgeCode">
|
|
658
|
+
<xs:annotation>
|
|
659
|
+
<xs:documentation>Code which indicates how the thermal bridge data has been recorded.</xs:documentation>
|
|
660
|
+
</xs:annotation>
|
|
661
|
+
<xs:restriction base="xs:string">
|
|
662
|
+
<xs:enumeration value="1">
|
|
663
|
+
<xs:annotation>
|
|
664
|
+
<xs:documentation>default</xs:documentation>
|
|
665
|
+
</xs:annotation>
|
|
666
|
+
</xs:enumeration>
|
|
667
|
+
<xs:enumeration value="2">
|
|
668
|
+
<xs:annotation>
|
|
669
|
+
<xs:documentation>2002 regulations</xs:documentation>
|
|
670
|
+
</xs:annotation>
|
|
671
|
+
</xs:enumeration>
|
|
672
|
+
<xs:enumeration value="3">
|
|
673
|
+
<xs:annotation>
|
|
674
|
+
<xs:documentation>accredited</xs:documentation>
|
|
675
|
+
</xs:annotation>
|
|
676
|
+
</xs:enumeration>
|
|
677
|
+
<xs:enumeration value="4">
|
|
678
|
+
<xs:annotation>
|
|
679
|
+
<xs:documentation>user defined (global y-value)</xs:documentation>
|
|
680
|
+
</xs:annotation>
|
|
681
|
+
</xs:enumeration>
|
|
682
|
+
<xs:enumeration value="5">
|
|
683
|
+
<xs:annotation>
|
|
684
|
+
<xs:documentation>user defined (individual values)</xs:documentation>
|
|
685
|
+
</xs:annotation>
|
|
686
|
+
</xs:enumeration>
|
|
687
|
+
</xs:restriction>
|
|
688
|
+
</xs:simpleType>
|
|
689
|
+
<xs:simpleType name="SAP-ThermalBridgeTypeCode">
|
|
690
|
+
<xs:annotation>
|
|
691
|
+
<xs:documentation>Code which indicates a particular type of thermal bridge.</xs:documentation>
|
|
692
|
+
</xs:annotation>
|
|
693
|
+
<xs:restriction base="xs:string">
|
|
694
|
+
<xs:enumeration value="1">
|
|
695
|
+
<xs:annotation>
|
|
696
|
+
<xs:documentation>Steel lintel with perforated steel base plate</xs:documentation>
|
|
697
|
+
</xs:annotation>
|
|
698
|
+
</xs:enumeration>
|
|
699
|
+
<xs:enumeration value="2">
|
|
700
|
+
<xs:annotation>
|
|
701
|
+
<xs:documentation>Other lintels (including other steel lintels)</xs:documentation>
|
|
702
|
+
</xs:annotation>
|
|
703
|
+
</xs:enumeration>
|
|
704
|
+
<xs:enumeration value="3">
|
|
705
|
+
<xs:annotation>
|
|
706
|
+
<xs:documentation>Sill</xs:documentation>
|
|
707
|
+
</xs:annotation>
|
|
708
|
+
</xs:enumeration>
|
|
709
|
+
<xs:enumeration value="4">
|
|
710
|
+
<xs:annotation>
|
|
711
|
+
<xs:documentation>Jamb</xs:documentation>
|
|
712
|
+
</xs:annotation>
|
|
713
|
+
</xs:enumeration>
|
|
714
|
+
<xs:enumeration value="5">
|
|
715
|
+
<xs:annotation>
|
|
716
|
+
<xs:documentation>Ground floor</xs:documentation>
|
|
717
|
+
</xs:annotation>
|
|
718
|
+
</xs:enumeration>
|
|
719
|
+
<xs:enumeration value="6">
|
|
720
|
+
<xs:annotation>
|
|
721
|
+
<xs:documentation>Intermediate floor within a dwelling</xs:documentation>
|
|
722
|
+
</xs:annotation>
|
|
723
|
+
</xs:enumeration>
|
|
724
|
+
<xs:enumeration value="7">
|
|
725
|
+
<xs:annotation>
|
|
726
|
+
<xs:documentation>Intermediate floor between dwellings</xs:documentation>
|
|
727
|
+
</xs:annotation>
|
|
728
|
+
</xs:enumeration>
|
|
729
|
+
<xs:enumeration value="8">
|
|
730
|
+
<xs:annotation>
|
|
731
|
+
<xs:documentation>Balcony within a dwelling</xs:documentation>
|
|
732
|
+
</xs:annotation>
|
|
733
|
+
</xs:enumeration>
|
|
734
|
+
<xs:enumeration value="9">
|
|
735
|
+
<xs:annotation>
|
|
736
|
+
<xs:documentation>Balcony between dwellings</xs:documentation>
|
|
737
|
+
</xs:annotation>
|
|
738
|
+
</xs:enumeration>
|
|
739
|
+
<xs:enumeration value="10">
|
|
740
|
+
<xs:annotation>
|
|
741
|
+
<xs:documentation>Eaves (insulation at ceiling level)</xs:documentation>
|
|
742
|
+
</xs:annotation>
|
|
743
|
+
</xs:enumeration>
|
|
744
|
+
<xs:enumeration value="11">
|
|
745
|
+
<xs:annotation>
|
|
746
|
+
<xs:documentation>Eaves (insulation at rafter level)</xs:documentation>
|
|
747
|
+
</xs:annotation>
|
|
748
|
+
</xs:enumeration>
|
|
749
|
+
<xs:enumeration value="12">
|
|
750
|
+
<xs:annotation>
|
|
751
|
+
<xs:documentation>Gable (insulation at ceiling level)</xs:documentation>
|
|
752
|
+
</xs:annotation>
|
|
753
|
+
</xs:enumeration>
|
|
754
|
+
<xs:enumeration value="13">
|
|
755
|
+
<xs:annotation>
|
|
756
|
+
<xs:documentation>Gable (insulation at rafter level)</xs:documentation>
|
|
757
|
+
</xs:annotation>
|
|
758
|
+
</xs:enumeration>
|
|
759
|
+
<xs:enumeration value="14">
|
|
760
|
+
<xs:annotation>
|
|
761
|
+
<xs:documentation>Corner (normal)</xs:documentation>
|
|
762
|
+
</xs:annotation>
|
|
763
|
+
</xs:enumeration>
|
|
764
|
+
<xs:enumeration value="15">
|
|
765
|
+
<xs:annotation>
|
|
766
|
+
<xs:documentation>Corner (inverted)</xs:documentation>
|
|
767
|
+
</xs:annotation>
|
|
768
|
+
</xs:enumeration>
|
|
769
|
+
<xs:enumeration value="16">
|
|
770
|
+
<xs:annotation>
|
|
771
|
+
<xs:documentation>Party wall between dwellings</xs:documentation>
|
|
772
|
+
</xs:annotation>
|
|
773
|
+
</xs:enumeration>
|
|
774
|
+
<xs:enumeration value="17">
|
|
775
|
+
<xs:annotation>
|
|
776
|
+
<xs:documentation>other type 1</xs:documentation>
|
|
777
|
+
</xs:annotation>
|
|
778
|
+
</xs:enumeration>
|
|
779
|
+
<xs:enumeration value="18">
|
|
780
|
+
<xs:annotation>
|
|
781
|
+
<xs:documentation>other type 2</xs:documentation>
|
|
782
|
+
</xs:annotation>
|
|
783
|
+
</xs:enumeration>
|
|
784
|
+
<xs:enumeration value="19">
|
|
785
|
+
<xs:annotation>
|
|
786
|
+
<xs:documentation>Flat roof</xs:documentation>
|
|
787
|
+
</xs:annotation>
|
|
788
|
+
</xs:enumeration>
|
|
789
|
+
<xs:enumeration value="20">
|
|
790
|
+
<xs:annotation>
|
|
791
|
+
<xs:documentation>Flat roof with parapet</xs:documentation>
|
|
792
|
+
</xs:annotation>
|
|
793
|
+
</xs:enumeration>
|
|
794
|
+
<xs:enumeration value="21">
|
|
795
|
+
<xs:annotation>
|
|
796
|
+
<xs:documentation>Ground floor (party wall)</xs:documentation>
|
|
797
|
+
</xs:annotation>
|
|
798
|
+
</xs:enumeration>
|
|
799
|
+
<xs:enumeration value="22">
|
|
800
|
+
<xs:annotation>
|
|
801
|
+
<xs:documentation>Intermediate floor within a dwelling (party wall)</xs:documentation>
|
|
802
|
+
</xs:annotation>
|
|
803
|
+
</xs:enumeration>
|
|
804
|
+
<xs:enumeration value="23">
|
|
805
|
+
<xs:annotation>
|
|
806
|
+
<xs:documentation>Intermediate floor between dwellings (party wall)</xs:documentation>
|
|
807
|
+
</xs:annotation>
|
|
808
|
+
</xs:enumeration>
|
|
809
|
+
<xs:enumeration value="24">
|
|
810
|
+
<xs:annotation>
|
|
811
|
+
<xs:documentation>Roof (insulation at ceiling level) (party wall)</xs:documentation>
|
|
812
|
+
</xs:annotation>
|
|
813
|
+
</xs:enumeration>
|
|
814
|
+
<xs:enumeration value="25">
|
|
815
|
+
<xs:annotation>
|
|
816
|
+
<xs:documentation>Roof (insulation at rafter level) (party wall)</xs:documentation>
|
|
817
|
+
</xs:annotation>
|
|
818
|
+
</xs:enumeration>
|
|
819
|
+
</xs:restriction>
|
|
820
|
+
</xs:simpleType>
|
|
821
|
+
<xs:simpleType name="SAP-OrientationCode">
|
|
822
|
+
<xs:annotation>
|
|
823
|
+
<xs:documentation>Code which indicates the compass direction.</xs:documentation>
|
|
824
|
+
</xs:annotation>
|
|
825
|
+
<xs:restriction base="xs:string">
|
|
826
|
+
<xs:enumeration value="0">
|
|
827
|
+
<xs:annotation>
|
|
828
|
+
<xs:documentation>unknown or unspecified</xs:documentation>
|
|
829
|
+
</xs:annotation>
|
|
830
|
+
</xs:enumeration>
|
|
831
|
+
<xs:enumeration value="1">
|
|
832
|
+
<xs:annotation>
|
|
833
|
+
<xs:documentation>North</xs:documentation>
|
|
834
|
+
</xs:annotation>
|
|
835
|
+
</xs:enumeration>
|
|
836
|
+
<xs:enumeration value="2">
|
|
837
|
+
<xs:annotation>
|
|
838
|
+
<xs:documentation>North East</xs:documentation>
|
|
839
|
+
</xs:annotation>
|
|
840
|
+
</xs:enumeration>
|
|
841
|
+
<xs:enumeration value="3">
|
|
842
|
+
<xs:annotation>
|
|
843
|
+
<xs:documentation>East</xs:documentation>
|
|
844
|
+
</xs:annotation>
|
|
845
|
+
</xs:enumeration>
|
|
846
|
+
<xs:enumeration value="4">
|
|
847
|
+
<xs:annotation>
|
|
848
|
+
<xs:documentation>South East</xs:documentation>
|
|
849
|
+
</xs:annotation>
|
|
850
|
+
</xs:enumeration>
|
|
851
|
+
<xs:enumeration value="5">
|
|
852
|
+
<xs:annotation>
|
|
853
|
+
<xs:documentation>South</xs:documentation>
|
|
854
|
+
</xs:annotation>
|
|
855
|
+
</xs:enumeration>
|
|
856
|
+
<xs:enumeration value="6">
|
|
857
|
+
<xs:annotation>
|
|
858
|
+
<xs:documentation>South West</xs:documentation>
|
|
859
|
+
</xs:annotation>
|
|
860
|
+
</xs:enumeration>
|
|
861
|
+
<xs:enumeration value="7">
|
|
862
|
+
<xs:annotation>
|
|
863
|
+
<xs:documentation>West</xs:documentation>
|
|
864
|
+
</xs:annotation>
|
|
865
|
+
</xs:enumeration>
|
|
866
|
+
<xs:enumeration value="8">
|
|
867
|
+
<xs:annotation>
|
|
868
|
+
<xs:documentation>North West</xs:documentation>
|
|
869
|
+
</xs:annotation>
|
|
870
|
+
</xs:enumeration>
|
|
871
|
+
<xs:enumeration value="9">
|
|
872
|
+
<xs:annotation>
|
|
873
|
+
<xs:documentation>Horizontal (windows and roof windows only)</xs:documentation>
|
|
874
|
+
</xs:annotation>
|
|
875
|
+
</xs:enumeration>
|
|
876
|
+
</xs:restriction>
|
|
877
|
+
</xs:simpleType>
|
|
878
|
+
<xs:simpleType name="SAP-OpeningDataSourceCode">
|
|
879
|
+
<xs:annotation>
|
|
880
|
+
<xs:documentation>Code which indicates the source of opening data.</xs:documentation>
|
|
881
|
+
</xs:annotation>
|
|
882
|
+
<xs:restriction base="xs:string">
|
|
883
|
+
<xs:enumeration value="2">
|
|
884
|
+
<xs:annotation>
|
|
885
|
+
<xs:documentation>manufacturer declaration</xs:documentation>
|
|
886
|
+
</xs:annotation>
|
|
887
|
+
</xs:enumeration>
|
|
888
|
+
<xs:enumeration value="3">
|
|
889
|
+
<xs:annotation>
|
|
890
|
+
<xs:documentation>SAP table</xs:documentation>
|
|
891
|
+
</xs:annotation>
|
|
892
|
+
</xs:enumeration>
|
|
893
|
+
<xs:enumeration value="4">
|
|
894
|
+
<xs:annotation>
|
|
895
|
+
<xs:documentation>BFRC data</xs:documentation>
|
|
896
|
+
</xs:annotation>
|
|
897
|
+
</xs:enumeration>
|
|
898
|
+
</xs:restriction>
|
|
899
|
+
</xs:simpleType>
|
|
900
|
+
<xs:simpleType name="SAP-OpeningTypeCode">
|
|
901
|
+
<xs:annotation>
|
|
902
|
+
<xs:documentation>Code which indicates the type of opening.</xs:documentation>
|
|
903
|
+
</xs:annotation>
|
|
904
|
+
<xs:restriction base="xs:string">
|
|
905
|
+
<xs:enumeration value="1">
|
|
906
|
+
<xs:annotation>
|
|
907
|
+
<xs:documentation>solid door</xs:documentation>
|
|
908
|
+
</xs:annotation>
|
|
909
|
+
</xs:enumeration>
|
|
910
|
+
<xs:enumeration value="2">
|
|
911
|
+
<xs:annotation>
|
|
912
|
+
<xs:documentation>half glazed door</xs:documentation>
|
|
913
|
+
</xs:annotation>
|
|
914
|
+
</xs:enumeration>
|
|
915
|
+
<xs:enumeration value="3">
|
|
916
|
+
<xs:annotation>
|
|
917
|
+
<xs:documentation>door to corridor</xs:documentation>
|
|
918
|
+
</xs:annotation>
|
|
919
|
+
</xs:enumeration>
|
|
920
|
+
<xs:enumeration value="4">
|
|
921
|
+
<xs:annotation>
|
|
922
|
+
<xs:documentation>window</xs:documentation>
|
|
923
|
+
</xs:annotation>
|
|
924
|
+
</xs:enumeration>
|
|
925
|
+
<xs:enumeration value="5">
|
|
926
|
+
<xs:annotation>
|
|
927
|
+
<xs:documentation>roof window</xs:documentation>
|
|
928
|
+
</xs:annotation>
|
|
929
|
+
</xs:enumeration>
|
|
930
|
+
</xs:restriction>
|
|
931
|
+
</xs:simpleType>
|
|
932
|
+
<xs:simpleType name="HeatEmitterCode">
|
|
933
|
+
<xs:annotation>
|
|
934
|
+
<xs:documentation>Code which indicates the type of heating emitter.</xs:documentation>
|
|
935
|
+
</xs:annotation>
|
|
936
|
+
<xs:restriction base="xs:string">
|
|
937
|
+
<xs:enumeration value="1">
|
|
938
|
+
<xs:annotation>
|
|
939
|
+
<xs:documentation>radiators</xs:documentation>
|
|
940
|
+
</xs:annotation>
|
|
941
|
+
</xs:enumeration>
|
|
942
|
+
<xs:enumeration value="2">
|
|
943
|
+
<xs:annotation>
|
|
944
|
+
<xs:documentation>underfloor</xs:documentation>
|
|
945
|
+
</xs:annotation>
|
|
946
|
+
</xs:enumeration>
|
|
947
|
+
<xs:enumeration value="3">
|
|
948
|
+
<xs:annotation>
|
|
949
|
+
<xs:documentation>both radiators and underfloor</xs:documentation>
|
|
950
|
+
</xs:annotation>
|
|
951
|
+
</xs:enumeration>
|
|
952
|
+
<xs:enumeration value="4">
|
|
953
|
+
<xs:annotation>
|
|
954
|
+
<xs:documentation>fan coil units</xs:documentation>
|
|
955
|
+
</xs:annotation>
|
|
956
|
+
</xs:enumeration>
|
|
957
|
+
</xs:restriction>
|
|
958
|
+
</xs:simpleType>
|
|
959
|
+
<xs:simpleType name="SAP-GlazingTypeCode">
|
|
960
|
+
<xs:annotation>
|
|
961
|
+
<xs:documentation>Code which indicates the type of glazing; if U-value is from BFRC or manufacturer declaration, give as one of
|
|
962
|
+
- single
|
|
963
|
+
- double
|
|
964
|
+
- triple.</xs:documentation>
|
|
965
|
+
</xs:annotation>
|
|
966
|
+
<xs:restriction base="xs:string">
|
|
967
|
+
<xs:enumeration value="1">
|
|
968
|
+
<xs:annotation>
|
|
969
|
+
<xs:documentation>not applicable (non-glazed door)</xs:documentation>
|
|
970
|
+
</xs:annotation>
|
|
971
|
+
</xs:enumeration>
|
|
972
|
+
<xs:enumeration value="2">
|
|
973
|
+
<xs:annotation>
|
|
974
|
+
<xs:documentation>single</xs:documentation>
|
|
975
|
+
</xs:annotation>
|
|
976
|
+
</xs:enumeration>
|
|
977
|
+
<xs:enumeration value="3">
|
|
978
|
+
<xs:annotation>
|
|
979
|
+
<xs:documentation>double</xs:documentation>
|
|
980
|
+
</xs:annotation>
|
|
981
|
+
</xs:enumeration>
|
|
982
|
+
<xs:enumeration value="4">
|
|
983
|
+
<xs:annotation>
|
|
984
|
+
<xs:documentation>double low-E hard 0.2</xs:documentation>
|
|
985
|
+
</xs:annotation>
|
|
986
|
+
</xs:enumeration>
|
|
987
|
+
<xs:enumeration value="5">
|
|
988
|
+
<xs:annotation>
|
|
989
|
+
<xs:documentation>double low-E hard 0.15</xs:documentation>
|
|
990
|
+
</xs:annotation>
|
|
991
|
+
</xs:enumeration>
|
|
992
|
+
<xs:enumeration value="6">
|
|
993
|
+
<xs:annotation>
|
|
994
|
+
<xs:documentation>double low-E soft 0.1</xs:documentation>
|
|
995
|
+
</xs:annotation>
|
|
996
|
+
</xs:enumeration>
|
|
997
|
+
<xs:enumeration value="7">
|
|
998
|
+
<xs:annotation>
|
|
999
|
+
<xs:documentation>double low-E soft 0.05</xs:documentation>
|
|
1000
|
+
</xs:annotation>
|
|
1001
|
+
</xs:enumeration>
|
|
1002
|
+
<xs:enumeration value="8">
|
|
1003
|
+
<xs:annotation>
|
|
1004
|
+
<xs:documentation>triple</xs:documentation>
|
|
1005
|
+
</xs:annotation>
|
|
1006
|
+
</xs:enumeration>
|
|
1007
|
+
<xs:enumeration value="9">
|
|
1008
|
+
<xs:annotation>
|
|
1009
|
+
<xs:documentation>triple low-E hard 0.2</xs:documentation>
|
|
1010
|
+
</xs:annotation>
|
|
1011
|
+
</xs:enumeration>
|
|
1012
|
+
<xs:enumeration value="10">
|
|
1013
|
+
<xs:annotation>
|
|
1014
|
+
<xs:documentation>triple low-E hard 0.15</xs:documentation>
|
|
1015
|
+
</xs:annotation>
|
|
1016
|
+
</xs:enumeration>
|
|
1017
|
+
<xs:enumeration value="11">
|
|
1018
|
+
<xs:annotation>
|
|
1019
|
+
<xs:documentation>triple low-E soft 0.1</xs:documentation>
|
|
1020
|
+
</xs:annotation>
|
|
1021
|
+
</xs:enumeration>
|
|
1022
|
+
<xs:enumeration value="12">
|
|
1023
|
+
<xs:annotation>
|
|
1024
|
+
<xs:documentation>triple low-E soft 0.05</xs:documentation>
|
|
1025
|
+
</xs:annotation>
|
|
1026
|
+
</xs:enumeration>
|
|
1027
|
+
<xs:enumeration value="13">
|
|
1028
|
+
<xs:annotation>
|
|
1029
|
+
<xs:documentation>secondary glazing</xs:documentation>
|
|
1030
|
+
</xs:annotation>
|
|
1031
|
+
</xs:enumeration>
|
|
1032
|
+
</xs:restriction>
|
|
1033
|
+
</xs:simpleType>
|
|
1034
|
+
<xs:simpleType name="SAP-FrameTypeCode">
|
|
1035
|
+
<xs:annotation>
|
|
1036
|
+
<xs:documentation>Code which indicates the type of opening frame.</xs:documentation>
|
|
1037
|
+
</xs:annotation>
|
|
1038
|
+
<xs:restriction base="xs:string">
|
|
1039
|
+
<xs:enumeration value="1">
|
|
1040
|
+
<xs:annotation>
|
|
1041
|
+
<xs:documentation>wood</xs:documentation>
|
|
1042
|
+
</xs:annotation>
|
|
1043
|
+
</xs:enumeration>
|
|
1044
|
+
<xs:enumeration value="2">
|
|
1045
|
+
<xs:annotation>
|
|
1046
|
+
<xs:documentation>PVC</xs:documentation>
|
|
1047
|
+
</xs:annotation>
|
|
1048
|
+
</xs:enumeration>
|
|
1049
|
+
<xs:enumeration value="3">
|
|
1050
|
+
<xs:annotation>
|
|
1051
|
+
<xs:documentation>metal no break</xs:documentation>
|
|
1052
|
+
</xs:annotation>
|
|
1053
|
+
</xs:enumeration>
|
|
1054
|
+
<xs:enumeration value="4">
|
|
1055
|
+
<xs:annotation>
|
|
1056
|
+
<xs:documentation>metal 4 mm break</xs:documentation>
|
|
1057
|
+
</xs:annotation>
|
|
1058
|
+
</xs:enumeration>
|
|
1059
|
+
<xs:enumeration value="5">
|
|
1060
|
+
<xs:annotation>
|
|
1061
|
+
<xs:documentation>metal 8 mm break</xs:documentation>
|
|
1062
|
+
</xs:annotation>
|
|
1063
|
+
</xs:enumeration>
|
|
1064
|
+
<xs:enumeration value="6">
|
|
1065
|
+
<xs:annotation>
|
|
1066
|
+
<xs:documentation>metal 12 mm break</xs:documentation>
|
|
1067
|
+
</xs:annotation>
|
|
1068
|
+
</xs:enumeration>
|
|
1069
|
+
<xs:enumeration value="7">
|
|
1070
|
+
<xs:annotation>
|
|
1071
|
+
<xs:documentation>metal 20 mm break</xs:documentation>
|
|
1072
|
+
</xs:annotation>
|
|
1073
|
+
</xs:enumeration>
|
|
1074
|
+
<xs:enumeration value="8">
|
|
1075
|
+
<xs:annotation>
|
|
1076
|
+
<xs:documentation>metal 32 mm break</xs:documentation>
|
|
1077
|
+
</xs:annotation>
|
|
1078
|
+
</xs:enumeration>
|
|
1079
|
+
</xs:restriction>
|
|
1080
|
+
</xs:simpleType>
|
|
1081
|
+
<xs:simpleType name="SAP-WindowOvershadingCode">
|
|
1082
|
+
<xs:annotation>
|
|
1083
|
+
<xs:documentation>Code which indicates the amount of window overshading.</xs:documentation>
|
|
1084
|
+
</xs:annotation>
|
|
1085
|
+
<xs:restriction base="xs:string">
|
|
1086
|
+
<xs:enumeration value="1">
|
|
1087
|
+
<xs:annotation>
|
|
1088
|
+
<xs:documentation>very little</xs:documentation>
|
|
1089
|
+
</xs:annotation>
|
|
1090
|
+
</xs:enumeration>
|
|
1091
|
+
<xs:enumeration value="2">
|
|
1092
|
+
<xs:annotation>
|
|
1093
|
+
<xs:documentation>average or unknown</xs:documentation>
|
|
1094
|
+
</xs:annotation>
|
|
1095
|
+
</xs:enumeration>
|
|
1096
|
+
<xs:enumeration value="3">
|
|
1097
|
+
<xs:annotation>
|
|
1098
|
+
<xs:documentation>more than average</xs:documentation>
|
|
1099
|
+
</xs:annotation>
|
|
1100
|
+
</xs:enumeration>
|
|
1101
|
+
<xs:enumeration value="4">
|
|
1102
|
+
<xs:annotation>
|
|
1103
|
+
<xs:documentation>heavy</xs:documentation>
|
|
1104
|
+
</xs:annotation>
|
|
1105
|
+
</xs:enumeration>
|
|
1106
|
+
</xs:restriction>
|
|
1107
|
+
</xs:simpleType>
|
|
1108
|
+
<xs:simpleType name="SAP-ConservatoryTypeCode">
|
|
1109
|
+
<xs:annotation>
|
|
1110
|
+
<xs:documentation>Code which indicates the type of conservatory.</xs:documentation>
|
|
1111
|
+
</xs:annotation>
|
|
1112
|
+
<xs:restriction base="xs:string">
|
|
1113
|
+
<xs:enumeration value="1">
|
|
1114
|
+
<xs:annotation>
|
|
1115
|
+
<xs:documentation>no conservatory</xs:documentation>
|
|
1116
|
+
</xs:annotation>
|
|
1117
|
+
</xs:enumeration>
|
|
1118
|
+
<xs:enumeration value="2">
|
|
1119
|
+
<xs:annotation>
|
|
1120
|
+
<xs:documentation>separated unheated conservatory</xs:documentation>
|
|
1121
|
+
</xs:annotation>
|
|
1122
|
+
</xs:enumeration>
|
|
1123
|
+
<xs:enumeration value="3">
|
|
1124
|
+
<xs:annotation>
|
|
1125
|
+
<xs:documentation>separated heated conservatory</xs:documentation>
|
|
1126
|
+
</xs:annotation>
|
|
1127
|
+
</xs:enumeration>
|
|
1128
|
+
<xs:enumeration value="4">
|
|
1129
|
+
<xs:annotation>
|
|
1130
|
+
<xs:documentation>not separated</xs:documentation>
|
|
1131
|
+
</xs:annotation>
|
|
1132
|
+
</xs:enumeration>
|
|
1133
|
+
</xs:restriction>
|
|
1134
|
+
</xs:simpleType>
|
|
1135
|
+
<xs:simpleType name="SAP-PressureTestCode">
|
|
1136
|
+
<xs:annotation>
|
|
1137
|
+
<xs:documentation>Code which indicates whether a pressure test has been done, or whether an assumed value is used.</xs:documentation>
|
|
1138
|
+
</xs:annotation>
|
|
1139
|
+
<xs:restriction base="xs:string">
|
|
1140
|
+
<xs:enumeration value="1">
|
|
1141
|
+
<xs:annotation>
|
|
1142
|
+
<xs:documentation>yes (new dwelling, value measured in this dwelling)</xs:documentation>
|
|
1143
|
+
</xs:annotation>
|
|
1144
|
+
</xs:enumeration>
|
|
1145
|
+
<xs:enumeration value="2">
|
|
1146
|
+
<xs:annotation>
|
|
1147
|
+
<xs:documentation>yes (new dwelling, design value)</xs:documentation>
|
|
1148
|
+
</xs:annotation>
|
|
1149
|
+
</xs:enumeration>
|
|
1150
|
+
<xs:enumeration value="3">
|
|
1151
|
+
<xs:annotation>
|
|
1152
|
+
<xs:documentation>no test, value assumed for calculation (new dwelling)</xs:documentation>
|
|
1153
|
+
</xs:annotation>
|
|
1154
|
+
</xs:enumeration>
|
|
1155
|
+
<xs:enumeration value="4">
|
|
1156
|
+
<xs:annotation>
|
|
1157
|
+
<xs:documentation>no test, SAP algorithm used (existing dwelling)</xs:documentation>
|
|
1158
|
+
</xs:annotation>
|
|
1159
|
+
</xs:enumeration>
|
|
1160
|
+
<xs:enumeration value="5">
|
|
1161
|
+
<xs:annotation>
|
|
1162
|
+
<xs:documentation>average for other dwellings of the same type (new dwelling)</xs:documentation>
|
|
1163
|
+
</xs:annotation>
|
|
1164
|
+
</xs:enumeration>
|
|
1165
|
+
<xs:enumeration value="6">
|
|
1166
|
+
<xs:annotation>
|
|
1167
|
+
<xs:documentation>yes (existing dwelling)</xs:documentation>
|
|
1168
|
+
</xs:annotation>
|
|
1169
|
+
</xs:enumeration>
|
|
1170
|
+
</xs:restriction>
|
|
1171
|
+
</xs:simpleType>
|
|
1172
|
+
<xs:simpleType name="SAP-CommunityHeatingUseCode">
|
|
1173
|
+
<xs:annotation>
|
|
1174
|
+
<xs:documentation>Code which indicates what kind of heating a community heating system is used for.</xs:documentation>
|
|
1175
|
+
</xs:annotation>
|
|
1176
|
+
<xs:restriction base="xs:string">
|
|
1177
|
+
<xs:enumeration value="1">
|
|
1178
|
+
<xs:annotation>
|
|
1179
|
+
<xs:documentation>space heating only</xs:documentation>
|
|
1180
|
+
</xs:annotation>
|
|
1181
|
+
</xs:enumeration>
|
|
1182
|
+
<xs:enumeration value="2">
|
|
1183
|
+
<xs:annotation>
|
|
1184
|
+
<xs:documentation>water heating only</xs:documentation>
|
|
1185
|
+
</xs:annotation>
|
|
1186
|
+
</xs:enumeration>
|
|
1187
|
+
<xs:enumeration value="3">
|
|
1188
|
+
<xs:annotation>
|
|
1189
|
+
<xs:documentation>space and water heating</xs:documentation>
|
|
1190
|
+
</xs:annotation>
|
|
1191
|
+
</xs:enumeration>
|
|
1192
|
+
</xs:restriction>
|
|
1193
|
+
</xs:simpleType>
|
|
1194
|
+
<xs:simpleType name="SAP-FlatLevelCode">
|
|
1195
|
+
<xs:annotation>
|
|
1196
|
+
<xs:documentation>Codes which indicates where a flat is located within a building.</xs:documentation>
|
|
1197
|
+
</xs:annotation>
|
|
1198
|
+
<xs:restriction base="xs:string">
|
|
1199
|
+
<xs:enumeration value="0">
|
|
1200
|
+
<xs:annotation>
|
|
1201
|
+
<xs:documentation>basement</xs:documentation>
|
|
1202
|
+
</xs:annotation>
|
|
1203
|
+
</xs:enumeration>
|
|
1204
|
+
<xs:enumeration value="1">
|
|
1205
|
+
<xs:annotation>
|
|
1206
|
+
<xs:documentation>ground floor</xs:documentation>
|
|
1207
|
+
</xs:annotation>
|
|
1208
|
+
</xs:enumeration>
|
|
1209
|
+
<xs:enumeration value="2">
|
|
1210
|
+
<xs:annotation>
|
|
1211
|
+
<xs:documentation>mid floor</xs:documentation>
|
|
1212
|
+
</xs:annotation>
|
|
1213
|
+
</xs:enumeration>
|
|
1214
|
+
<xs:enumeration value="3">
|
|
1215
|
+
<xs:annotation>
|
|
1216
|
+
<xs:documentation>top floor</xs:documentation>
|
|
1217
|
+
</xs:annotation>
|
|
1218
|
+
</xs:enumeration>
|
|
1219
|
+
</xs:restriction>
|
|
1220
|
+
</xs:simpleType>
|
|
1221
|
+
<xs:simpleType name="SAP-FloorConstructionCode">
|
|
1222
|
+
<xs:annotation>
|
|
1223
|
+
<xs:documentation>Code which indicates the type of floor construction.</xs:documentation>
|
|
1224
|
+
</xs:annotation>
|
|
1225
|
+
<xs:restriction base="xs:string">
|
|
1226
|
+
<xs:enumeration value="1">
|
|
1227
|
+
<xs:annotation>
|
|
1228
|
+
<xs:documentation>not suspended timber</xs:documentation>
|
|
1229
|
+
</xs:annotation>
|
|
1230
|
+
</xs:enumeration>
|
|
1231
|
+
<xs:enumeration value="2">
|
|
1232
|
+
<xs:annotation>
|
|
1233
|
+
<xs:documentation>suspended timber, sealed</xs:documentation>
|
|
1234
|
+
</xs:annotation>
|
|
1235
|
+
</xs:enumeration>
|
|
1236
|
+
<xs:enumeration value="3">
|
|
1237
|
+
<xs:annotation>
|
|
1238
|
+
<xs:documentation>suspended timber, unsealed</xs:documentation>
|
|
1239
|
+
</xs:annotation>
|
|
1240
|
+
</xs:enumeration>
|
|
1241
|
+
</xs:restriction>
|
|
1242
|
+
</xs:simpleType>
|
|
1243
|
+
<xs:simpleType name="SAP-WallConstructionCode">
|
|
1244
|
+
<xs:annotation>
|
|
1245
|
+
<xs:documentation>Code which indicates the type of wall construction.</xs:documentation>
|
|
1246
|
+
</xs:annotation>
|
|
1247
|
+
<xs:restriction base="xs:string">
|
|
1248
|
+
<xs:enumeration value="1">
|
|
1249
|
+
<xs:annotation>
|
|
1250
|
+
<xs:documentation>steel or timber frame</xs:documentation>
|
|
1251
|
+
</xs:annotation>
|
|
1252
|
+
</xs:enumeration>
|
|
1253
|
+
<xs:enumeration value="2">
|
|
1254
|
+
<xs:annotation>
|
|
1255
|
+
<xs:documentation>other</xs:documentation>
|
|
1256
|
+
</xs:annotation>
|
|
1257
|
+
</xs:enumeration>
|
|
1258
|
+
</xs:restriction>
|
|
1259
|
+
</xs:simpleType>
|
|
1260
|
+
<xs:simpleType name="SAP-SpaceHeatingCode-Enumerated">
|
|
1261
|
+
<xs:annotation>
|
|
1262
|
+
<xs:documentation>Code which indicates the type of heating system, as defined in SAP tables 4a/4b (codes 101 to 899).</xs:documentation>
|
|
1263
|
+
</xs:annotation>
|
|
1264
|
+
<xs:restriction base="xs:string">
|
|
1265
|
+
<xs:enumeration value="151">
|
|
1266
|
+
<xs:annotation>
|
|
1267
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Manual feed boiler in heated space (mineral or wood)</xs:documentation>
|
|
1268
|
+
</xs:annotation>
|
|
1269
|
+
</xs:enumeration>
|
|
1270
|
+
<xs:enumeration value="152">
|
|
1271
|
+
<xs:annotation>
|
|
1272
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Manual feed boiler in unheated space (mineral or wood)</xs:documentation>
|
|
1273
|
+
</xs:annotation>
|
|
1274
|
+
</xs:enumeration>
|
|
1275
|
+
<xs:enumeration value="153">
|
|
1276
|
+
<xs:annotation>
|
|
1277
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Auto (gravity) feed boiler in heated space </xs:documentation>
|
|
1278
|
+
</xs:annotation>
|
|
1279
|
+
</xs:enumeration>
|
|
1280
|
+
<xs:enumeration value="154">
|
|
1281
|
+
<xs:annotation>
|
|
1282
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Auto (gravity) feed boiler in unheated space</xs:documentation>
|
|
1283
|
+
</xs:annotation>
|
|
1284
|
+
</xs:enumeration>
|
|
1285
|
+
<xs:enumeration value="155">
|
|
1286
|
+
<xs:annotation>
|
|
1287
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Wood chip/pellet independent boiler</xs:documentation>
|
|
1288
|
+
</xs:annotation>
|
|
1289
|
+
</xs:enumeration>
|
|
1290
|
+
<xs:enumeration value="156">
|
|
1291
|
+
<xs:annotation>
|
|
1292
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Open fire with back boiler to radiators, trapezium grate</xs:documentation>
|
|
1293
|
+
</xs:annotation>
|
|
1294
|
+
</xs:enumeration>
|
|
1295
|
+
<xs:enumeration value="157">
|
|
1296
|
+
<xs:annotation>
|
|
1297
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Open fire with back boiler to radiators, rectangular grate</xs:documentation>
|
|
1298
|
+
</xs:annotation>
|
|
1299
|
+
</xs:enumeration>
|
|
1300
|
+
<xs:enumeration value="158">
|
|
1301
|
+
<xs:annotation>
|
|
1302
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Closed roomheater with boiler to radiators</xs:documentation>
|
|
1303
|
+
</xs:annotation>
|
|
1304
|
+
</xs:enumeration>
|
|
1305
|
+
<xs:enumeration value="159">
|
|
1306
|
+
<xs:annotation>
|
|
1307
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Stove (pellet-fired) with boiler to radiators</xs:documentation>
|
|
1308
|
+
</xs:annotation>
|
|
1309
|
+
</xs:enumeration>
|
|
1310
|
+
<xs:enumeration value="160">
|
|
1311
|
+
<xs:annotation>
|
|
1312
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Range cooker boiler (integral oven and boiler)</xs:documentation>
|
|
1313
|
+
</xs:annotation>
|
|
1314
|
+
</xs:enumeration>
|
|
1315
|
+
<xs:enumeration value="161">
|
|
1316
|
+
<xs:annotation>
|
|
1317
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Solid fuel boilers: Range cooker boiler (independent oven and boiler)</xs:documentation>
|
|
1318
|
+
</xs:annotation>
|
|
1319
|
+
</xs:enumeration>
|
|
1320
|
+
<xs:enumeration value="191">
|
|
1321
|
+
<xs:annotation>
|
|
1322
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Direct acting electric boiler</xs:documentation>
|
|
1323
|
+
</xs:annotation>
|
|
1324
|
+
</xs:enumeration>
|
|
1325
|
+
<xs:enumeration value="192">
|
|
1326
|
+
<xs:annotation>
|
|
1327
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Electric CPSU in heated space</xs:documentation>
|
|
1328
|
+
</xs:annotation>
|
|
1329
|
+
</xs:enumeration>
|
|
1330
|
+
<xs:enumeration value="193">
|
|
1331
|
+
<xs:annotation>
|
|
1332
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Dry core storage boiler in heated space</xs:documentation>
|
|
1333
|
+
</xs:annotation>
|
|
1334
|
+
</xs:enumeration>
|
|
1335
|
+
<xs:enumeration value="194">
|
|
1336
|
+
<xs:annotation>
|
|
1337
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Dry core storage boiler in unheated space</xs:documentation>
|
|
1338
|
+
</xs:annotation>
|
|
1339
|
+
</xs:enumeration>
|
|
1340
|
+
<xs:enumeration value="195">
|
|
1341
|
+
<xs:annotation>
|
|
1342
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Water storage boiler in heated space</xs:documentation>
|
|
1343
|
+
</xs:annotation>
|
|
1344
|
+
</xs:enumeration>
|
|
1345
|
+
<xs:enumeration value="196">
|
|
1346
|
+
<xs:annotation>
|
|
1347
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Electric boilers: Water storage boiler in unheated space</xs:documentation>
|
|
1348
|
+
</xs:annotation>
|
|
1349
|
+
</xs:enumeration>
|
|
1350
|
+
<xs:enumeration value="201">
|
|
1351
|
+
<xs:annotation>
|
|
1352
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Ground-to-water heat pump (electric)</xs:documentation>
|
|
1353
|
+
</xs:annotation>
|
|
1354
|
+
</xs:enumeration>
|
|
1355
|
+
<xs:enumeration value="202">
|
|
1356
|
+
<xs:annotation>
|
|
1357
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Ground-to-water heat pump with auxiliary heater (electric)</xs:documentation>
|
|
1358
|
+
</xs:annotation>
|
|
1359
|
+
</xs:enumeration>
|
|
1360
|
+
<xs:enumeration value="203">
|
|
1361
|
+
<xs:annotation>
|
|
1362
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Water-to-water heat pump (electric)</xs:documentation>
|
|
1363
|
+
</xs:annotation>
|
|
1364
|
+
</xs:enumeration>
|
|
1365
|
+
<xs:enumeration value="204">
|
|
1366
|
+
<xs:annotation>
|
|
1367
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Air-to-water heat pump (electric)</xs:documentation>
|
|
1368
|
+
</xs:annotation>
|
|
1369
|
+
</xs:enumeration>
|
|
1370
|
+
<xs:enumeration value="205">
|
|
1371
|
+
<xs:annotation>
|
|
1372
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Gas-fired, ground source</xs:documentation>
|
|
1373
|
+
</xs:annotation>
|
|
1374
|
+
</xs:enumeration>
|
|
1375
|
+
<xs:enumeration value="206">
|
|
1376
|
+
<xs:annotation>
|
|
1377
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Gas-fired, water source</xs:documentation>
|
|
1378
|
+
</xs:annotation>
|
|
1379
|
+
</xs:enumeration>
|
|
1380
|
+
<xs:enumeration value="207">
|
|
1381
|
+
<xs:annotation>
|
|
1382
|
+
<xs:documentation>CENTRAL HEATING SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Heat pumps: Gas-fired, air source</xs:documentation>
|
|
1383
|
+
</xs:annotation>
|
|
1384
|
+
</xs:enumeration>
|
|
1385
|
+
<xs:enumeration value="301">
|
|
1386
|
+
<xs:annotation>
|
|
1387
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Community boilers only</xs:documentation>
|
|
1388
|
+
</xs:annotation>
|
|
1389
|
+
</xs:enumeration>
|
|
1390
|
+
<xs:enumeration value="302">
|
|
1391
|
+
<xs:annotation>
|
|
1392
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Community CHP and boilers</xs:documentation>
|
|
1393
|
+
</xs:annotation>
|
|
1394
|
+
</xs:enumeration>
|
|
1395
|
+
<xs:enumeration value="303">
|
|
1396
|
+
<xs:annotation>
|
|
1397
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Community waste heat from power station and boilers</xs:documentation>
|
|
1398
|
+
</xs:annotation>
|
|
1399
|
+
</xs:enumeration>
|
|
1400
|
+
<xs:enumeration value="304">
|
|
1401
|
+
<xs:annotation>
|
|
1402
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Community heat pump</xs:documentation>
|
|
1403
|
+
</xs:annotation>
|
|
1404
|
+
</xs:enumeration>
|
|
1405
|
+
<xs:enumeration value="305">
|
|
1406
|
+
<xs:annotation>
|
|
1407
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Community geothermal heat source and boilers</xs:documentation>
|
|
1408
|
+
</xs:annotation>
|
|
1409
|
+
</xs:enumeration>
|
|
1410
|
+
<xs:enumeration value="401">
|
|
1411
|
+
<xs:annotation>
|
|
1412
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Old (large volume) storage heaters</xs:documentation>
|
|
1413
|
+
</xs:annotation>
|
|
1414
|
+
</xs:enumeration>
|
|
1415
|
+
<xs:enumeration value="402">
|
|
1416
|
+
<xs:annotation>
|
|
1417
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Modern (slimline) storage heaters</xs:documentation>
|
|
1418
|
+
</xs:annotation>
|
|
1419
|
+
</xs:enumeration>
|
|
1420
|
+
<xs:enumeration value="403">
|
|
1421
|
+
<xs:annotation>
|
|
1422
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Convector storage heaters</xs:documentation>
|
|
1423
|
+
</xs:annotation>
|
|
1424
|
+
</xs:enumeration>
|
|
1425
|
+
<xs:enumeration value="404">
|
|
1426
|
+
<xs:annotation>
|
|
1427
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Fan storage heaters</xs:documentation>
|
|
1428
|
+
</xs:annotation>
|
|
1429
|
+
</xs:enumeration>
|
|
1430
|
+
<xs:enumeration value="405">
|
|
1431
|
+
<xs:annotation>
|
|
1432
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Modern (slimline) storage heaters with Celect-type control</xs:documentation>
|
|
1433
|
+
</xs:annotation>
|
|
1434
|
+
</xs:enumeration>
|
|
1435
|
+
<xs:enumeration value="406">
|
|
1436
|
+
<xs:annotation>
|
|
1437
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Convector storage heaters with Celect-type control</xs:documentation>
|
|
1438
|
+
</xs:annotation>
|
|
1439
|
+
</xs:enumeration>
|
|
1440
|
+
<xs:enumeration value="407">
|
|
1441
|
+
<xs:annotation>
|
|
1442
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Fan storage heaters with Celect-type control</xs:documentation>
|
|
1443
|
+
</xs:annotation>
|
|
1444
|
+
</xs:enumeration>
|
|
1445
|
+
<xs:enumeration value="408">
|
|
1446
|
+
<xs:annotation>
|
|
1447
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Integrated storage/direct acting heater</xs:documentation>
|
|
1448
|
+
</xs:annotation>
|
|
1449
|
+
</xs:enumeration>
|
|
1450
|
+
<xs:enumeration value="421">
|
|
1451
|
+
<xs:annotation>
|
|
1452
|
+
<xs:documentation>ELECTRIC UNDERFLOOR HEATING: In concrete slab (off-peak only)</xs:documentation>
|
|
1453
|
+
</xs:annotation>
|
|
1454
|
+
</xs:enumeration>
|
|
1455
|
+
<xs:enumeration value="422">
|
|
1456
|
+
<xs:annotation>
|
|
1457
|
+
<xs:documentation>ELECTRIC UNDERFLOOR HEATING: Integrated (storage/direct acting)</xs:documentation>
|
|
1458
|
+
</xs:annotation>
|
|
1459
|
+
</xs:enumeration>
|
|
1460
|
+
<xs:enumeration value="423">
|
|
1461
|
+
<xs:annotation>
|
|
1462
|
+
<xs:documentation>ELECTRIC UNDERFLOOR HEATING: Integrated (storage/direct acting) with low (off-peak) tariff control</xs:documentation>
|
|
1463
|
+
</xs:annotation>
|
|
1464
|
+
</xs:enumeration>
|
|
1465
|
+
<xs:enumeration value="424">
|
|
1466
|
+
<xs:annotation>
|
|
1467
|
+
<xs:documentation>ELECTRIC UNDERFLOOR HEATING: In thin screed (45-60 mm)</xs:documentation>
|
|
1468
|
+
</xs:annotation>
|
|
1469
|
+
</xs:enumeration>
|
|
1470
|
+
<xs:enumeration value="425">
|
|
1471
|
+
<xs:annotation>
|
|
1472
|
+
<xs:documentation>ELECTRIC UNDERFLOOR HEATING: In timber floor</xs:documentation>
|
|
1473
|
+
</xs:annotation>
|
|
1474
|
+
</xs:enumeration>
|
|
1475
|
+
<xs:enumeration value="501">
|
|
1476
|
+
<xs:annotation>
|
|
1477
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, on-off control, pre 1998</xs:documentation>
|
|
1478
|
+
</xs:annotation>
|
|
1479
|
+
</xs:enumeration>
|
|
1480
|
+
<xs:enumeration value="502">
|
|
1481
|
+
<xs:annotation>
|
|
1482
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, on-off control, 1998 or later</xs:documentation>
|
|
1483
|
+
</xs:annotation>
|
|
1484
|
+
</xs:enumeration>
|
|
1485
|
+
<xs:enumeration value="503">
|
|
1486
|
+
<xs:annotation>
|
|
1487
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, modulating control, pre 1998</xs:documentation>
|
|
1488
|
+
</xs:annotation>
|
|
1489
|
+
</xs:enumeration>
|
|
1490
|
+
<xs:enumeration value="504">
|
|
1491
|
+
<xs:annotation>
|
|
1492
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Ducted, modulating control, 1998 or later</xs:documentation>
|
|
1493
|
+
</xs:annotation>
|
|
1494
|
+
</xs:enumeration>
|
|
1495
|
+
<xs:enumeration value="505">
|
|
1496
|
+
<xs:annotation>
|
|
1497
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas-fired warm air with fan-assisted flue: Roomheater, with in-floor ducts</xs:documentation>
|
|
1498
|
+
</xs:annotation>
|
|
1499
|
+
</xs:enumeration>
|
|
1500
|
+
<xs:enumeration value="506">
|
|
1501
|
+
<xs:annotation>
|
|
1502
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted. on-off control, pre 1998</xs:documentation>
|
|
1503
|
+
</xs:annotation>
|
|
1504
|
+
</xs:enumeration>
|
|
1505
|
+
<xs:enumeration value="507">
|
|
1506
|
+
<xs:annotation>
|
|
1507
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted. on-off control, 1998 or later</xs:documentation>
|
|
1508
|
+
</xs:annotation>
|
|
1509
|
+
</xs:enumeration>
|
|
1510
|
+
<xs:enumeration value="508">
|
|
1511
|
+
<xs:annotation>
|
|
1512
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted, modulating control, pre 1998</xs:documentation>
|
|
1513
|
+
</xs:annotation>
|
|
1514
|
+
</xs:enumeration>
|
|
1515
|
+
<xs:enumeration value="509">
|
|
1516
|
+
<xs:annotation>
|
|
1517
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted, modulating control, 1998 or later</xs:documentation>
|
|
1518
|
+
</xs:annotation>
|
|
1519
|
+
</xs:enumeration>
|
|
1520
|
+
<xs:enumeration value="510">
|
|
1521
|
+
<xs:annotation>
|
|
1522
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Ducted or stub-ducted with flue heat recovery</xs:documentation>
|
|
1523
|
+
</xs:annotation>
|
|
1524
|
+
</xs:enumeration>
|
|
1525
|
+
<xs:enumeration value="511">
|
|
1526
|
+
<xs:annotation>
|
|
1527
|
+
<xs:documentation>WARM AIR SYSTEMS: Gas fired warm air with balanced or open flue: Condensing</xs:documentation>
|
|
1528
|
+
</xs:annotation>
|
|
1529
|
+
</xs:enumeration>
|
|
1530
|
+
<xs:enumeration value="512">
|
|
1531
|
+
<xs:annotation>
|
|
1532
|
+
<xs:documentation>WARM AIR SYSTEMS: Oil-fired warm air: Ducted output (on/off control)</xs:documentation>
|
|
1533
|
+
</xs:annotation>
|
|
1534
|
+
</xs:enumeration>
|
|
1535
|
+
<xs:enumeration value="513">
|
|
1536
|
+
<xs:annotation>
|
|
1537
|
+
<xs:documentation>WARM AIR SYSTEMS: Oil-fired warm air: Ducted output (modulating control)</xs:documentation>
|
|
1538
|
+
</xs:annotation>
|
|
1539
|
+
</xs:enumeration>
|
|
1540
|
+
<xs:enumeration value="514">
|
|
1541
|
+
<xs:annotation>
|
|
1542
|
+
<xs:documentation>WARM AIR SYSTEMS: Oil-fired warm air: Stub duct system</xs:documentation>
|
|
1543
|
+
</xs:annotation>
|
|
1544
|
+
</xs:enumeration>
|
|
1545
|
+
<xs:enumeration value="515">
|
|
1546
|
+
<xs:annotation>
|
|
1547
|
+
<xs:documentation>WARM AIR SYSTEMS: Electric warm air: Electricaire system</xs:documentation>
|
|
1548
|
+
</xs:annotation>
|
|
1549
|
+
</xs:enumeration>
|
|
1550
|
+
<xs:enumeration value="521">
|
|
1551
|
+
<xs:annotation>
|
|
1552
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Ground-to-air heat pump (electric)</xs:documentation>
|
|
1553
|
+
</xs:annotation>
|
|
1554
|
+
</xs:enumeration>
|
|
1555
|
+
<xs:enumeration value="522">
|
|
1556
|
+
<xs:annotation>
|
|
1557
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Ground-to-air heat pump with auxiliary heater (electric)</xs:documentation>
|
|
1558
|
+
</xs:annotation>
|
|
1559
|
+
</xs:enumeration>
|
|
1560
|
+
<xs:enumeration value="523">
|
|
1561
|
+
<xs:annotation>
|
|
1562
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Water-to-air heat pump (electric)</xs:documentation>
|
|
1563
|
+
</xs:annotation>
|
|
1564
|
+
</xs:enumeration>
|
|
1565
|
+
<xs:enumeration value="524">
|
|
1566
|
+
<xs:annotation>
|
|
1567
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Air-to-air heat pump (electric)</xs:documentation>
|
|
1568
|
+
</xs:annotation>
|
|
1569
|
+
</xs:enumeration>
|
|
1570
|
+
<xs:enumeration value="525">
|
|
1571
|
+
<xs:annotation>
|
|
1572
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Gas-fired, ground source</xs:documentation>
|
|
1573
|
+
</xs:annotation>
|
|
1574
|
+
</xs:enumeration>
|
|
1575
|
+
<xs:enumeration value="526">
|
|
1576
|
+
<xs:annotation>
|
|
1577
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Gas-fired, water source</xs:documentation>
|
|
1578
|
+
</xs:annotation>
|
|
1579
|
+
</xs:enumeration>
|
|
1580
|
+
<xs:enumeration value="527">
|
|
1581
|
+
<xs:annotation>
|
|
1582
|
+
<xs:documentation>WARM AIR SYSTEMS: Heat pumps: Gas-fired, air source</xs:documentation>
|
|
1583
|
+
</xs:annotation>
|
|
1584
|
+
</xs:enumeration>
|
|
1585
|
+
<xs:enumeration value="601">
|
|
1586
|
+
<xs:annotation>
|
|
1587
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, pre-1980 (open fronted)</xs:documentation>
|
|
1588
|
+
</xs:annotation>
|
|
1589
|
+
</xs:enumeration>
|
|
1590
|
+
<xs:enumeration value="602">
|
|
1591
|
+
<xs:annotation>
|
|
1592
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, pre-1980 (open fronted), with back boiler unit</xs:documentation>
|
|
1593
|
+
</xs:annotation>
|
|
1594
|
+
</xs:enumeration>
|
|
1595
|
+
<xs:enumeration value="603">
|
|
1596
|
+
<xs:annotation>
|
|
1597
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, 1980 or later (open fronted), sitting proud of, and sealed to, fireplace opening</xs:documentation>
|
|
1598
|
+
</xs:annotation>
|
|
1599
|
+
</xs:enumeration>
|
|
1600
|
+
<xs:enumeration value="604">
|
|
1601
|
+
<xs:annotation>
|
|
1602
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, open flue, 1980 or later (open fronted), sitting proud of, and sealed to, fireplace opening, with back boiler unit</xs:documentation>
|
|
1603
|
+
</xs:annotation>
|
|
1604
|
+
</xs:enumeration>
|
|
1605
|
+
<xs:enumeration value="605">
|
|
1606
|
+
<xs:annotation>
|
|
1607
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flush fitting Live Fuel Effect gas fire (open fronted), sealed to fireplace opening</xs:documentation>
|
|
1608
|
+
</xs:annotation>
|
|
1609
|
+
</xs:enumeration>
|
|
1610
|
+
<xs:enumeration value="606">
|
|
1611
|
+
<xs:annotation>
|
|
1612
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flush fitting Live Fuel Effect gas fire (open fronted), sealed to fireplace opening, with back boiler unit</xs:documentation>
|
|
1613
|
+
</xs:annotation>
|
|
1614
|
+
</xs:enumeration>
|
|
1615
|
+
<xs:enumeration value="607">
|
|
1616
|
+
<xs:annotation>
|
|
1617
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flush fitting Live Fuel Effect gas fire (open fronted), fan assisted, sealed to fireplace opening</xs:documentation>
|
|
1618
|
+
</xs:annotation>
|
|
1619
|
+
</xs:enumeration>
|
|
1620
|
+
<xs:enumeration value="609">
|
|
1621
|
+
<xs:annotation>
|
|
1622
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire or wall heater, balanced flue</xs:documentation>
|
|
1623
|
+
</xs:annotation>
|
|
1624
|
+
</xs:enumeration>
|
|
1625
|
+
<xs:enumeration value="610">
|
|
1626
|
+
<xs:annotation>
|
|
1627
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Gas fire, closed fronted, fan assisted</xs:documentation>
|
|
1628
|
+
</xs:annotation>
|
|
1629
|
+
</xs:enumeration>
|
|
1630
|
+
<xs:enumeration value="611">
|
|
1631
|
+
<xs:annotation>
|
|
1632
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Condensing gas fire</xs:documentation>
|
|
1633
|
+
</xs:annotation>
|
|
1634
|
+
</xs:enumeration>
|
|
1635
|
+
<xs:enumeration value="612">
|
|
1636
|
+
<xs:annotation>
|
|
1637
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Decorative Fuel Effect gas fire, open to chimney</xs:documentation>
|
|
1638
|
+
</xs:annotation>
|
|
1639
|
+
</xs:enumeration>
|
|
1640
|
+
<xs:enumeration value="613">
|
|
1641
|
+
<xs:annotation>
|
|
1642
|
+
<xs:documentation>ROOM HEATERS: Gas (including LPG) room heaters: Flueless gas fire, secondary heating only</xs:documentation>
|
|
1643
|
+
</xs:annotation>
|
|
1644
|
+
</xs:enumeration>
|
|
1645
|
+
<xs:enumeration value="621">
|
|
1646
|
+
<xs:annotation>
|
|
1647
|
+
<xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, pre 2000</xs:documentation>
|
|
1648
|
+
</xs:annotation>
|
|
1649
|
+
</xs:enumeration>
|
|
1650
|
+
<xs:enumeration value="622">
|
|
1651
|
+
<xs:annotation>
|
|
1652
|
+
<xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, pre 2000, with boiler (no radiators)</xs:documentation>
|
|
1653
|
+
</xs:annotation>
|
|
1654
|
+
</xs:enumeration>
|
|
1655
|
+
<xs:enumeration value="623">
|
|
1656
|
+
<xs:annotation>
|
|
1657
|
+
<xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, 2000 or later</xs:documentation>
|
|
1658
|
+
</xs:annotation>
|
|
1659
|
+
</xs:enumeration>
|
|
1660
|
+
<xs:enumeration value="624">
|
|
1661
|
+
<xs:annotation>
|
|
1662
|
+
<xs:documentation>ROOM HEATERS: Oil room heaters: Room heater, 2000 or later with boiler (no radiators)</xs:documentation>
|
|
1663
|
+
</xs:annotation>
|
|
1664
|
+
</xs:enumeration>
|
|
1665
|
+
<xs:enumeration value="631">
|
|
1666
|
+
<xs:annotation>
|
|
1667
|
+
<xs:documentation>ROOM HEATERS: Solid fuel room heaters: Open fire in grate</xs:documentation>
|
|
1668
|
+
</xs:annotation>
|
|
1669
|
+
</xs:enumeration>
|
|
1670
|
+
<xs:enumeration value="632">
|
|
1671
|
+
<xs:annotation>
|
|
1672
|
+
<xs:documentation>ROOM HEATERS: Solid fuel room heaters: Open fire with back boiler (no radiators)</xs:documentation>
|
|
1673
|
+
</xs:annotation>
|
|
1674
|
+
</xs:enumeration>
|
|
1675
|
+
<xs:enumeration value="633">
|
|
1676
|
+
<xs:annotation>
|
|
1677
|
+
<xs:documentation>ROOM HEATERS: Solid fuel room heaters: Closed room heater</xs:documentation>
|
|
1678
|
+
</xs:annotation>
|
|
1679
|
+
</xs:enumeration>
|
|
1680
|
+
<xs:enumeration value="634">
|
|
1681
|
+
<xs:annotation>
|
|
1682
|
+
<xs:documentation>ROOM HEATERS: Solid fuel room heaters: Closed room heater with boiler (no radiators)</xs:documentation>
|
|
1683
|
+
</xs:annotation>
|
|
1684
|
+
</xs:enumeration>
|
|
1685
|
+
<xs:enumeration value="635">
|
|
1686
|
+
<xs:annotation>
|
|
1687
|
+
<xs:documentation>ROOM HEATERS: Solid fuel room heaters: Stove (pellet fired)</xs:documentation>
|
|
1688
|
+
</xs:annotation>
|
|
1689
|
+
</xs:enumeration>
|
|
1690
|
+
<xs:enumeration value="636">
|
|
1691
|
+
<xs:annotation>
|
|
1692
|
+
<xs:documentation>ROOM HEATERS: Solid fuel room heaters: Stove (pellet fired) with boiler (no radiators)</xs:documentation>
|
|
1693
|
+
</xs:annotation>
|
|
1694
|
+
</xs:enumeration>
|
|
1695
|
+
<xs:enumeration value="691">
|
|
1696
|
+
<xs:annotation>
|
|
1697
|
+
<xs:documentation>ROOM HEATERS: Electric (direct acting) room heaters: Panel, convector or radiant heaters</xs:documentation>
|
|
1698
|
+
</xs:annotation>
|
|
1699
|
+
</xs:enumeration>
|
|
1700
|
+
<xs:enumeration value="692">
|
|
1701
|
+
<xs:annotation>
|
|
1702
|
+
<xs:documentation>ROOM HEATERS: Electric (direct acting) room heaters: Fan heaters</xs:documentation>
|
|
1703
|
+
</xs:annotation>
|
|
1704
|
+
</xs:enumeration>
|
|
1705
|
+
<xs:enumeration value="693">
|
|
1706
|
+
<xs:annotation>
|
|
1707
|
+
<xs:documentation>ROOM HEATERS: Electric (direct acting) room heaters: Portable electric heaters</xs:documentation>
|
|
1708
|
+
</xs:annotation>
|
|
1709
|
+
</xs:enumeration>
|
|
1710
|
+
<xs:enumeration value="701">
|
|
1711
|
+
<xs:annotation>
|
|
1712
|
+
<xs:documentation>OTHER SPACE HEATING SYSTEMS: Electric ceiling heating</xs:documentation>
|
|
1713
|
+
</xs:annotation>
|
|
1714
|
+
</xs:enumeration>
|
|
1715
|
+
<xs:enumeration value="101">
|
|
1716
|
+
<xs:annotation>
|
|
1717
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Regular non-condensing with automatic ignition</xs:documentation>
|
|
1718
|
+
</xs:annotation>
|
|
1719
|
+
</xs:enumeration>
|
|
1720
|
+
<xs:enumeration value="102">
|
|
1721
|
+
<xs:annotation>
|
|
1722
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Regular condensing with automatic ignition</xs:documentation>
|
|
1723
|
+
</xs:annotation>
|
|
1724
|
+
</xs:enumeration>
|
|
1725
|
+
<xs:enumeration value="103">
|
|
1726
|
+
<xs:annotation>
|
|
1727
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Non-condensing combi with automatic ignition</xs:documentation>
|
|
1728
|
+
</xs:annotation>
|
|
1729
|
+
</xs:enumeration>
|
|
1730
|
+
<xs:enumeration value="104">
|
|
1731
|
+
<xs:annotation>
|
|
1732
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Condensing combi with automatic ignition</xs:documentation>
|
|
1733
|
+
</xs:annotation>
|
|
1734
|
+
</xs:enumeration>
|
|
1735
|
+
<xs:enumeration value="105">
|
|
1736
|
+
<xs:annotation>
|
|
1737
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Regular non-condensing with permanent pilot light</xs:documentation>
|
|
1738
|
+
</xs:annotation>
|
|
1739
|
+
</xs:enumeration>
|
|
1740
|
+
<xs:enumeration value="106">
|
|
1741
|
+
<xs:annotation>
|
|
1742
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Regular condensing with permanent pilot light</xs:documentation>
|
|
1743
|
+
</xs:annotation>
|
|
1744
|
+
</xs:enumeration>
|
|
1745
|
+
<xs:enumeration value="107">
|
|
1746
|
+
<xs:annotation>
|
|
1747
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Non-condensing combi with permanent pilot light</xs:documentation>
|
|
1748
|
+
</xs:annotation>
|
|
1749
|
+
</xs:enumeration>
|
|
1750
|
+
<xs:enumeration value="108">
|
|
1751
|
+
<xs:annotation>
|
|
1752
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Condensing combi with permanent pilot light</xs:documentation>
|
|
1753
|
+
</xs:annotation>
|
|
1754
|
+
</xs:enumeration>
|
|
1755
|
+
<xs:enumeration value="109">
|
|
1756
|
+
<xs:annotation>
|
|
1757
|
+
<xs:documentation>Gas boilers (including LPG) 1998 or later: Back boiler</xs:documentation>
|
|
1758
|
+
</xs:annotation>
|
|
1759
|
+
</xs:enumeration>
|
|
1760
|
+
<xs:enumeration value="110">
|
|
1761
|
+
<xs:annotation>
|
|
1762
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Low thermal capacity</xs:documentation>
|
|
1763
|
+
</xs:annotation>
|
|
1764
|
+
</xs:enumeration>
|
|
1765
|
+
<xs:enumeration value="111">
|
|
1766
|
+
<xs:annotation>
|
|
1767
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: High or unknown thermal capacity</xs:documentation>
|
|
1768
|
+
</xs:annotation>
|
|
1769
|
+
</xs:enumeration>
|
|
1770
|
+
<xs:enumeration value="112">
|
|
1771
|
+
<xs:annotation>
|
|
1772
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Combi</xs:documentation>
|
|
1773
|
+
</xs:annotation>
|
|
1774
|
+
</xs:enumeration>
|
|
1775
|
+
<xs:enumeration value="113">
|
|
1776
|
+
<xs:annotation>
|
|
1777
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Condensing combi</xs:documentation>
|
|
1778
|
+
</xs:annotation>
|
|
1779
|
+
</xs:enumeration>
|
|
1780
|
+
<xs:enumeration value="114">
|
|
1781
|
+
<xs:annotation>
|
|
1782
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with fan-assisted flue: Condensing</xs:documentation>
|
|
1783
|
+
</xs:annotation>
|
|
1784
|
+
</xs:enumeration>
|
|
1785
|
+
<xs:enumeration value="115">
|
|
1786
|
+
<xs:annotation>
|
|
1787
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Wall mounted</xs:documentation>
|
|
1788
|
+
</xs:annotation>
|
|
1789
|
+
</xs:enumeration>
|
|
1790
|
+
<xs:enumeration value="116">
|
|
1791
|
+
<xs:annotation>
|
|
1792
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Floor mounted, pre 1979</xs:documentation>
|
|
1793
|
+
</xs:annotation>
|
|
1794
|
+
</xs:enumeration>
|
|
1795
|
+
<xs:enumeration value="117">
|
|
1796
|
+
<xs:annotation>
|
|
1797
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Floor mounted, 1979 to 1997</xs:documentation>
|
|
1798
|
+
</xs:annotation>
|
|
1799
|
+
</xs:enumeration>
|
|
1800
|
+
<xs:enumeration value="118">
|
|
1801
|
+
<xs:annotation>
|
|
1802
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Combi</xs:documentation>
|
|
1803
|
+
</xs:annotation>
|
|
1804
|
+
</xs:enumeration>
|
|
1805
|
+
<xs:enumeration value="119">
|
|
1806
|
+
<xs:annotation>
|
|
1807
|
+
<xs:documentation>Gas boilers (including LPG) pre-1998, with balanced or open flue: Back boiler</xs:documentation>
|
|
1808
|
+
</xs:annotation>
|
|
1809
|
+
</xs:enumeration>
|
|
1810
|
+
<xs:enumeration value="120">
|
|
1811
|
+
<xs:annotation>
|
|
1812
|
+
<xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With automatic ignition (non-condensing)</xs:documentation>
|
|
1813
|
+
</xs:annotation>
|
|
1814
|
+
</xs:enumeration>
|
|
1815
|
+
<xs:enumeration value="121">
|
|
1816
|
+
<xs:annotation>
|
|
1817
|
+
<xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With automatic ignition (condensing)</xs:documentation>
|
|
1818
|
+
</xs:annotation>
|
|
1819
|
+
</xs:enumeration>
|
|
1820
|
+
<xs:enumeration value="122">
|
|
1821
|
+
<xs:annotation>
|
|
1822
|
+
<xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With permanent pilot (non-condensing)</xs:documentation>
|
|
1823
|
+
</xs:annotation>
|
|
1824
|
+
</xs:enumeration>
|
|
1825
|
+
<xs:enumeration value="123">
|
|
1826
|
+
<xs:annotation>
|
|
1827
|
+
<xs:documentation>Combined Primary Storage Units (CPSU) (mains gas and LPG): With permanent pilot (condensing)</xs:documentation>
|
|
1828
|
+
</xs:annotation>
|
|
1829
|
+
</xs:enumeration>
|
|
1830
|
+
<xs:enumeration value="124">
|
|
1831
|
+
<xs:annotation>
|
|
1832
|
+
<xs:documentation>Oil boilers: Standard oil boiler pre-1985</xs:documentation>
|
|
1833
|
+
</xs:annotation>
|
|
1834
|
+
</xs:enumeration>
|
|
1835
|
+
<xs:enumeration value="125">
|
|
1836
|
+
<xs:annotation>
|
|
1837
|
+
<xs:documentation>Oil boilers: Standard oil boiler 1985 to 1997</xs:documentation>
|
|
1838
|
+
</xs:annotation>
|
|
1839
|
+
</xs:enumeration>
|
|
1840
|
+
<xs:enumeration value="126">
|
|
1841
|
+
<xs:annotation>
|
|
1842
|
+
<xs:documentation>Oil boilers: Standard oil boiler, 1998 or later</xs:documentation>
|
|
1843
|
+
</xs:annotation>
|
|
1844
|
+
</xs:enumeration>
|
|
1845
|
+
<xs:enumeration value="127">
|
|
1846
|
+
<xs:annotation>
|
|
1847
|
+
<xs:documentation>Oil boilers: Condensing</xs:documentation>
|
|
1848
|
+
</xs:annotation>
|
|
1849
|
+
</xs:enumeration>
|
|
1850
|
+
<xs:enumeration value="128">
|
|
1851
|
+
<xs:annotation>
|
|
1852
|
+
<xs:documentation>Oil boilers: Combi, pre-1998</xs:documentation>
|
|
1853
|
+
</xs:annotation>
|
|
1854
|
+
</xs:enumeration>
|
|
1855
|
+
<xs:enumeration value="129">
|
|
1856
|
+
<xs:annotation>
|
|
1857
|
+
<xs:documentation>Oil boilers: Combi, 1998 or later</xs:documentation>
|
|
1858
|
+
</xs:annotation>
|
|
1859
|
+
</xs:enumeration>
|
|
1860
|
+
<xs:enumeration value="130">
|
|
1861
|
+
<xs:annotation>
|
|
1862
|
+
<xs:documentation>Oil boilers: Condensing combi</xs:documentation>
|
|
1863
|
+
</xs:annotation>
|
|
1864
|
+
</xs:enumeration>
|
|
1865
|
+
<xs:enumeration value="131">
|
|
1866
|
+
<xs:annotation>
|
|
1867
|
+
<xs:documentation>Oil boilers: Oil room heater with boiler to radiators, pre 2000</xs:documentation>
|
|
1868
|
+
</xs:annotation>
|
|
1869
|
+
</xs:enumeration>
|
|
1870
|
+
<xs:enumeration value="132">
|
|
1871
|
+
<xs:annotation>
|
|
1872
|
+
<xs:documentation>Oil boilers: Oil room heater with boiler to radiators, 2000 or later</xs:documentation>
|
|
1873
|
+
</xs:annotation>
|
|
1874
|
+
</xs:enumeration>
|
|
1875
|
+
<xs:enumeration value="133">
|
|
1876
|
+
<xs:annotation>
|
|
1877
|
+
<xs:documentation>Range cooker boilers (mains gas and LPG): Single burner with permanent pilot</xs:documentation>
|
|
1878
|
+
</xs:annotation>
|
|
1879
|
+
</xs:enumeration>
|
|
1880
|
+
<xs:enumeration value="134">
|
|
1881
|
+
<xs:annotation>
|
|
1882
|
+
<xs:documentation>Range cooker boilers (mains gas and LPG): Single burner with automatic ignition</xs:documentation>
|
|
1883
|
+
</xs:annotation>
|
|
1884
|
+
</xs:enumeration>
|
|
1885
|
+
<xs:enumeration value="135">
|
|
1886
|
+
<xs:annotation>
|
|
1887
|
+
<xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with permanent pilot (non-condensing) pre 1998</xs:documentation>
|
|
1888
|
+
</xs:annotation>
|
|
1889
|
+
</xs:enumeration>
|
|
1890
|
+
<xs:enumeration value="136">
|
|
1891
|
+
<xs:annotation>
|
|
1892
|
+
<xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with automatic ignition (non-condensing) pre 1998</xs:documentation>
|
|
1893
|
+
</xs:annotation>
|
|
1894
|
+
</xs:enumeration>
|
|
1895
|
+
<xs:enumeration value="137">
|
|
1896
|
+
<xs:annotation>
|
|
1897
|
+
<xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with permanent pilot (non-condensing) 1998 or later</xs:documentation>
|
|
1898
|
+
</xs:annotation>
|
|
1899
|
+
</xs:enumeration>
|
|
1900
|
+
<xs:enumeration value="138">
|
|
1901
|
+
<xs:annotation>
|
|
1902
|
+
<xs:documentation>Range cooker boilers (mains gas and LPG): Twin burner with automatic ignition (non-condensing) 1998 or later</xs:documentation>
|
|
1903
|
+
</xs:annotation>
|
|
1904
|
+
</xs:enumeration>
|
|
1905
|
+
<xs:enumeration value="139">
|
|
1906
|
+
<xs:annotation>
|
|
1907
|
+
<xs:documentation>Range cooker boilers (oil): Single burner </xs:documentation>
|
|
1908
|
+
</xs:annotation>
|
|
1909
|
+
</xs:enumeration>
|
|
1910
|
+
<xs:enumeration value="140">
|
|
1911
|
+
<xs:annotation>
|
|
1912
|
+
<xs:documentation>Range cooker boilers (oil): Twin burner (non-condensing) pre 1998</xs:documentation>
|
|
1913
|
+
</xs:annotation>
|
|
1914
|
+
</xs:enumeration>
|
|
1915
|
+
<xs:enumeration value="141">
|
|
1916
|
+
<xs:annotation>
|
|
1917
|
+
<xs:documentation>Range cooker boilers (oil): Twin burner (non-condensing) 1998 or later</xs:documentation>
|
|
1918
|
+
</xs:annotation>
|
|
1919
|
+
</xs:enumeration>
|
|
1920
|
+
</xs:restriction>
|
|
1921
|
+
</xs:simpleType>
|
|
1922
|
+
<xs:simpleType name="SAP-VentilationTypeCode">
|
|
1923
|
+
<xs:annotation>
|
|
1924
|
+
<xs:documentation>Code which indicates the type of ventilation.</xs:documentation>
|
|
1925
|
+
</xs:annotation>
|
|
1926
|
+
<xs:restriction base="xs:string">
|
|
1927
|
+
<xs:enumeration value="1">
|
|
1928
|
+
<xs:annotation>
|
|
1929
|
+
<xs:documentation>natural with intermittent extract fans</xs:documentation>
|
|
1930
|
+
</xs:annotation>
|
|
1931
|
+
</xs:enumeration>
|
|
1932
|
+
<xs:enumeration value="2">
|
|
1933
|
+
<xs:annotation>
|
|
1934
|
+
<xs:documentation>natural with passive vents</xs:documentation>
|
|
1935
|
+
</xs:annotation>
|
|
1936
|
+
</xs:enumeration>
|
|
1937
|
+
<xs:enumeration value="3">
|
|
1938
|
+
<xs:annotation>
|
|
1939
|
+
<xs:documentation>positive input from loft</xs:documentation>
|
|
1940
|
+
</xs:annotation>
|
|
1941
|
+
</xs:enumeration>
|
|
1942
|
+
<xs:enumeration value="4">
|
|
1943
|
+
<xs:annotation>
|
|
1944
|
+
<xs:documentation>positive input from outside</xs:documentation>
|
|
1945
|
+
</xs:annotation>
|
|
1946
|
+
</xs:enumeration>
|
|
1947
|
+
<xs:enumeration value="5">
|
|
1948
|
+
<xs:annotation>
|
|
1949
|
+
<xs:documentation>mechanical extract, centralised (MEV c)</xs:documentation>
|
|
1950
|
+
</xs:annotation>
|
|
1951
|
+
</xs:enumeration>
|
|
1952
|
+
<xs:enumeration value="6">
|
|
1953
|
+
<xs:annotation>
|
|
1954
|
+
<xs:documentation>mechanical extract, decentralised (MEV dc)</xs:documentation>
|
|
1955
|
+
</xs:annotation>
|
|
1956
|
+
</xs:enumeration>
|
|
1957
|
+
<xs:enumeration value="7">
|
|
1958
|
+
<xs:annotation>
|
|
1959
|
+
<xs:documentation>balanced without heat recovery (MV)</xs:documentation>
|
|
1960
|
+
</xs:annotation>
|
|
1961
|
+
</xs:enumeration>
|
|
1962
|
+
<xs:enumeration value="8">
|
|
1963
|
+
<xs:annotation>
|
|
1964
|
+
<xs:documentation>balanced with heat recovery (MVHR)</xs:documentation>
|
|
1965
|
+
</xs:annotation>
|
|
1966
|
+
</xs:enumeration>
|
|
1967
|
+
<xs:enumeration value="9">
|
|
1968
|
+
<xs:annotation>
|
|
1969
|
+
<xs:documentation>natural with intermittent extract fans and/or passive vents. For backwards compatibility only, do not use.</xs:documentation>
|
|
1970
|
+
</xs:annotation>
|
|
1971
|
+
</xs:enumeration>
|
|
1972
|
+
<xs:enumeration value="10">
|
|
1973
|
+
<xs:annotation>
|
|
1974
|
+
<xs:documentation>natural with intermittent extract fans and passive vents</xs:documentation>
|
|
1975
|
+
</xs:annotation>
|
|
1976
|
+
</xs:enumeration>
|
|
1977
|
+
</xs:restriction>
|
|
1978
|
+
</xs:simpleType>
|
|
1979
|
+
<xs:simpleType name="SAP-DataSourceCode">
|
|
1980
|
+
<xs:annotation>
|
|
1981
|
+
<xs:documentation>Code which indicates the source of SAP data. Applies to both ventilation and heating.</xs:documentation>
|
|
1982
|
+
</xs:annotation>
|
|
1983
|
+
<xs:restriction base="xs:string">
|
|
1984
|
+
<xs:enumeration value="1">
|
|
1985
|
+
<xs:annotation>
|
|
1986
|
+
<xs:documentation>from database</xs:documentation>
|
|
1987
|
+
</xs:annotation>
|
|
1988
|
+
</xs:enumeration>
|
|
1989
|
+
<xs:enumeration value="2">
|
|
1990
|
+
<xs:annotation>
|
|
1991
|
+
<xs:documentation>from manufacturer declaration</xs:documentation>
|
|
1992
|
+
</xs:annotation>
|
|
1993
|
+
</xs:enumeration>
|
|
1994
|
+
<xs:enumeration value="3">
|
|
1995
|
+
<xs:annotation>
|
|
1996
|
+
<xs:documentation>from SAP table</xs:documentation>
|
|
1997
|
+
</xs:annotation>
|
|
1998
|
+
</xs:enumeration>
|
|
1999
|
+
</xs:restriction>
|
|
2000
|
+
</xs:simpleType>
|
|
2001
|
+
<xs:simpleType name="SAP-DuctTypeCode">
|
|
2002
|
+
<xs:annotation>
|
|
2003
|
+
<xs:documentation>Code which indicates the type of duct.</xs:documentation>
|
|
2004
|
+
</xs:annotation>
|
|
2005
|
+
<xs:restriction base="xs:string">
|
|
2006
|
+
<xs:enumeration value="1">
|
|
2007
|
+
<xs:annotation>
|
|
2008
|
+
<xs:documentation>flexible</xs:documentation>
|
|
2009
|
+
</xs:annotation>
|
|
2010
|
+
</xs:enumeration>
|
|
2011
|
+
<xs:enumeration value="2">
|
|
2012
|
+
<xs:annotation>
|
|
2013
|
+
<xs:documentation>rigid</xs:documentation>
|
|
2014
|
+
</xs:annotation>
|
|
2015
|
+
</xs:enumeration>
|
|
2016
|
+
</xs:restriction>
|
|
2017
|
+
</xs:simpleType>
|
|
2018
|
+
<xs:simpleType name="SAP-DuctInsulationCode">
|
|
2019
|
+
<xs:annotation>
|
|
2020
|
+
<xs:documentation>Code which indicates the type of duct insulation.</xs:documentation>
|
|
2021
|
+
</xs:annotation>
|
|
2022
|
+
<xs:restriction base="xs:string">
|
|
2023
|
+
<xs:enumeration value="1">
|
|
2024
|
+
<xs:annotation>
|
|
2025
|
+
<xs:documentation>not insulated</xs:documentation>
|
|
2026
|
+
</xs:annotation>
|
|
2027
|
+
</xs:enumeration>
|
|
2028
|
+
<xs:enumeration value="2">
|
|
2029
|
+
<xs:annotation>
|
|
2030
|
+
<xs:documentation>insulated</xs:documentation>
|
|
2031
|
+
</xs:annotation>
|
|
2032
|
+
</xs:enumeration>
|
|
2033
|
+
</xs:restriction>
|
|
2034
|
+
</xs:simpleType>
|
|
2035
|
+
<xs:simpleType name="SAP-GasOrOilBoilerTypeCode">
|
|
2036
|
+
<xs:annotation>
|
|
2037
|
+
<xs:documentation>Code which indicates the type of boiler for the case where the fuel is gas or oil.</xs:documentation>
|
|
2038
|
+
</xs:annotation>
|
|
2039
|
+
<xs:restriction base="xs:string">
|
|
2040
|
+
<xs:enumeration value="1">
|
|
2041
|
+
<xs:annotation>
|
|
2042
|
+
<xs:documentation>regular</xs:documentation>
|
|
2043
|
+
</xs:annotation>
|
|
2044
|
+
</xs:enumeration>
|
|
2045
|
+
<xs:enumeration value="2">
|
|
2046
|
+
<xs:annotation>
|
|
2047
|
+
<xs:documentation>combi</xs:documentation>
|
|
2048
|
+
</xs:annotation>
|
|
2049
|
+
</xs:enumeration>
|
|
2050
|
+
<xs:enumeration value="3">
|
|
2051
|
+
<xs:annotation>
|
|
2052
|
+
<xs:documentation>CPSU</xs:documentation>
|
|
2053
|
+
</xs:annotation>
|
|
2054
|
+
</xs:enumeration>
|
|
2055
|
+
<xs:enumeration value="4">
|
|
2056
|
+
<xs:annotation>
|
|
2057
|
+
<xs:documentation>range cooker</xs:documentation>
|
|
2058
|
+
</xs:annotation>
|
|
2059
|
+
</xs:enumeration>
|
|
2060
|
+
</xs:restriction>
|
|
2061
|
+
</xs:simpleType>
|
|
2062
|
+
<xs:simpleType name="SAP-CombiBoilerTypeCode">
|
|
2063
|
+
<xs:annotation>
|
|
2064
|
+
<xs:documentation>Code which indicates the type of combi boiler.</xs:documentation>
|
|
2065
|
+
</xs:annotation>
|
|
2066
|
+
<xs:restriction base="xs:string">
|
|
2067
|
+
<xs:enumeration value="1">
|
|
2068
|
+
<xs:annotation>
|
|
2069
|
+
<xs:documentation>instantaneous, no store or keep hot</xs:documentation>
|
|
2070
|
+
</xs:annotation>
|
|
2071
|
+
</xs:enumeration>
|
|
2072
|
+
<xs:enumeration value="2">
|
|
2073
|
+
<xs:annotation>
|
|
2074
|
+
<xs:documentation>primary storage</xs:documentation>
|
|
2075
|
+
</xs:annotation>
|
|
2076
|
+
</xs:enumeration>
|
|
2077
|
+
<xs:enumeration value="3">
|
|
2078
|
+
<xs:annotation>
|
|
2079
|
+
<xs:documentation>secondary storage</xs:documentation>
|
|
2080
|
+
</xs:annotation>
|
|
2081
|
+
</xs:enumeration>
|
|
2082
|
+
<xs:enumeration value="4">
|
|
2083
|
+
<xs:annotation>
|
|
2084
|
+
<xs:documentation>CPSU</xs:documentation>
|
|
2085
|
+
</xs:annotation>
|
|
2086
|
+
</xs:enumeration>
|
|
2087
|
+
<xs:enumeration value="5">
|
|
2088
|
+
<xs:annotation>
|
|
2089
|
+
<xs:documentation>untimed keep-hot by fuel</xs:documentation>
|
|
2090
|
+
</xs:annotation>
|
|
2091
|
+
</xs:enumeration>
|
|
2092
|
+
<xs:enumeration value="6">
|
|
2093
|
+
<xs:annotation>
|
|
2094
|
+
<xs:documentation>timed keep hot by fuel</xs:documentation>
|
|
2095
|
+
</xs:annotation>
|
|
2096
|
+
</xs:enumeration>
|
|
2097
|
+
<xs:enumeration value="7">
|
|
2098
|
+
<xs:annotation>
|
|
2099
|
+
<xs:documentation>untimed keep-hot by electricity</xs:documentation>
|
|
2100
|
+
</xs:annotation>
|
|
2101
|
+
</xs:enumeration>
|
|
2102
|
+
<xs:enumeration value="8">
|
|
2103
|
+
<xs:annotation>
|
|
2104
|
+
<xs:documentation>timed keep hot by electricity</xs:documentation>
|
|
2105
|
+
</xs:annotation>
|
|
2106
|
+
</xs:enumeration>
|
|
2107
|
+
<xs:enumeration value="9">
|
|
2108
|
+
<xs:annotation>
|
|
2109
|
+
<xs:documentation>untimed keep-hot by fuel and electricity</xs:documentation>
|
|
2110
|
+
</xs:annotation>
|
|
2111
|
+
</xs:enumeration>
|
|
2112
|
+
<xs:enumeration value="10">
|
|
2113
|
+
<xs:annotation>
|
|
2114
|
+
<xs:documentation>timed keep hot by fuel and electricity</xs:documentation>
|
|
2115
|
+
</xs:annotation>
|
|
2116
|
+
</xs:enumeration>
|
|
2117
|
+
</xs:restriction>
|
|
2118
|
+
</xs:simpleType>
|
|
2119
|
+
<xs:simpleType name="SAP-HeatingControlCode">
|
|
2120
|
+
<xs:annotation>
|
|
2121
|
+
<xs:documentation>Code which indicates the type of heating control, as described in SAP table 4e.</xs:documentation>
|
|
2122
|
+
</xs:annotation>
|
|
2123
|
+
<xs:restriction base="xs:positiveInteger">
|
|
2124
|
+
<xs:maxInclusive value="2999"/>
|
|
2125
|
+
<xs:minInclusive value="2001"/>
|
|
2126
|
+
</xs:restriction>
|
|
2127
|
+
</xs:simpleType>
|
|
2128
|
+
<xs:simpleType name="UnderfloorHeatEmitterCode">
|
|
2129
|
+
<xs:annotation>
|
|
2130
|
+
<xs:documentation>Code which indicates the type of underfloor heat emitter.</xs:documentation>
|
|
2131
|
+
</xs:annotation>
|
|
2132
|
+
<xs:restriction base="xs:string">
|
|
2133
|
+
<xs:enumeration value="1">
|
|
2134
|
+
<xs:annotation>
|
|
2135
|
+
<xs:documentation>in concrete slab</xs:documentation>
|
|
2136
|
+
</xs:annotation>
|
|
2137
|
+
</xs:enumeration>
|
|
2138
|
+
<xs:enumeration value="2">
|
|
2139
|
+
<xs:annotation>
|
|
2140
|
+
<xs:documentation>in screed above insulation</xs:documentation>
|
|
2141
|
+
</xs:annotation>
|
|
2142
|
+
</xs:enumeration>
|
|
2143
|
+
<xs:enumeration value="3">
|
|
2144
|
+
<xs:annotation>
|
|
2145
|
+
<xs:documentation>in timber floor</xs:documentation>
|
|
2146
|
+
</xs:annotation>
|
|
2147
|
+
</xs:enumeration>
|
|
2148
|
+
</xs:restriction>
|
|
2149
|
+
</xs:simpleType>
|
|
2150
|
+
<xs:simpleType name="SAP-BoilerFuelFeedCode">
|
|
2151
|
+
<xs:annotation>
|
|
2152
|
+
<xs:documentation>Code which indicates the type of boiler fuel feed.</xs:documentation>
|
|
2153
|
+
</xs:annotation>
|
|
2154
|
+
<xs:restriction base="xs:string">
|
|
2155
|
+
<xs:enumeration value="1">
|
|
2156
|
+
<xs:annotation>
|
|
2157
|
+
<xs:documentation>gravity</xs:documentation>
|
|
2158
|
+
</xs:annotation>
|
|
2159
|
+
</xs:enumeration>
|
|
2160
|
+
<xs:enumeration value="2">
|
|
2161
|
+
<xs:annotation>
|
|
2162
|
+
<xs:documentation>manual</xs:documentation>
|
|
2163
|
+
</xs:annotation>
|
|
2164
|
+
</xs:enumeration>
|
|
2165
|
+
<xs:enumeration value="3">
|
|
2166
|
+
<xs:annotation>
|
|
2167
|
+
<xs:documentation>screw</xs:documentation>
|
|
2168
|
+
</xs:annotation>
|
|
2169
|
+
</xs:enumeration>
|
|
2170
|
+
<xs:enumeration value="4">
|
|
2171
|
+
<xs:annotation>
|
|
2172
|
+
<xs:documentation>other</xs:documentation>
|
|
2173
|
+
</xs:annotation>
|
|
2174
|
+
</xs:enumeration>
|
|
2175
|
+
</xs:restriction>
|
|
2176
|
+
</xs:simpleType>
|
|
2177
|
+
<xs:simpleType name="SAP-NonDatabaseSourceCode">
|
|
2178
|
+
<xs:annotation>
|
|
2179
|
+
<xs:documentation>Code which indicates the source of SAP data. Like "SAP-DataSourceCode", but without the "database" option. This is why the enumeration doesn't start at "1".</xs:documentation>
|
|
2180
|
+
</xs:annotation>
|
|
2181
|
+
<xs:restriction base="xs:string">
|
|
2182
|
+
<xs:enumeration value="2">
|
|
2183
|
+
<xs:annotation>
|
|
2184
|
+
<xs:documentation>from manufacturer declaration</xs:documentation>
|
|
2185
|
+
</xs:annotation>
|
|
2186
|
+
</xs:enumeration>
|
|
2187
|
+
<xs:enumeration value="3">
|
|
2188
|
+
<xs:annotation>
|
|
2189
|
+
<xs:documentation>from SAP table</xs:documentation>
|
|
2190
|
+
</xs:annotation>
|
|
2191
|
+
</xs:enumeration>
|
|
2192
|
+
</xs:restriction>
|
|
2193
|
+
</xs:simpleType>
|
|
2194
|
+
<xs:simpleType name="SAP-ThermalStoreCode">
|
|
2195
|
+
<xs:annotation>
|
|
2196
|
+
<xs:documentation>Code which indicates the type of thermal store.</xs:documentation>
|
|
2197
|
+
</xs:annotation>
|
|
2198
|
+
<xs:restriction base="xs:string">
|
|
2199
|
+
<xs:enumeration value="1">
|
|
2200
|
+
<xs:annotation>
|
|
2201
|
+
<xs:documentation>none</xs:documentation>
|
|
2202
|
+
</xs:annotation>
|
|
2203
|
+
</xs:enumeration>
|
|
2204
|
+
<xs:enumeration value="2">
|
|
2205
|
+
<xs:annotation>
|
|
2206
|
+
<xs:documentation>hot water only</xs:documentation>
|
|
2207
|
+
</xs:annotation>
|
|
2208
|
+
</xs:enumeration>
|
|
2209
|
+
<xs:enumeration value="3">
|
|
2210
|
+
<xs:annotation>
|
|
2211
|
+
<xs:documentation>integrated</xs:documentation>
|
|
2212
|
+
</xs:annotation>
|
|
2213
|
+
</xs:enumeration>
|
|
2214
|
+
</xs:restriction>
|
|
2215
|
+
</xs:simpleType>
|
|
2216
|
+
<xs:simpleType name="SAP-HeatingDistributionCode">
|
|
2217
|
+
<xs:annotation>
|
|
2218
|
+
<xs:documentation>Code which indicates the type of heating distribution system.</xs:documentation>
|
|
2219
|
+
</xs:annotation>
|
|
2220
|
+
<xs:restriction base="xs:string">
|
|
2221
|
+
<xs:enumeration value="1">
|
|
2222
|
+
<xs:annotation>
|
|
2223
|
+
<xs:documentation>Piping system <= 1990, not pre-ins, medium/high temp, full flow</xs:documentation>
|
|
2224
|
+
</xs:annotation>
|
|
2225
|
+
</xs:enumeration>
|
|
2226
|
+
<xs:enumeration value="2">
|
|
2227
|
+
<xs:annotation>
|
|
2228
|
+
<xs:documentation>Piping system <= 1990, pre-insulated, low temp, full flow</xs:documentation>
|
|
2229
|
+
</xs:annotation>
|
|
2230
|
+
</xs:enumeration>
|
|
2231
|
+
<xs:enumeration value="3">
|
|
2232
|
+
<xs:annotation>
|
|
2233
|
+
<xs:documentation>Piping system >= 1991, pre-insulated, medium temp, variable flow</xs:documentation>
|
|
2234
|
+
</xs:annotation>
|
|
2235
|
+
</xs:enumeration>
|
|
2236
|
+
<xs:enumeration value="4">
|
|
2237
|
+
<xs:annotation>
|
|
2238
|
+
<xs:documentation>Piping system >= 1991, pre-insulated, low temp, variable flow</xs:documentation>
|
|
2239
|
+
</xs:annotation>
|
|
2240
|
+
</xs:enumeration>
|
|
2241
|
+
<xs:enumeration value="5">
|
|
2242
|
+
<xs:annotation>
|
|
2243
|
+
<xs:documentation>calculated</xs:documentation>
|
|
2244
|
+
</xs:annotation>
|
|
2245
|
+
</xs:enumeration>
|
|
2246
|
+
<xs:enumeration value="6">
|
|
2247
|
+
<xs:annotation>
|
|
2248
|
+
<xs:documentation>unknown</xs:documentation>
|
|
2249
|
+
</xs:annotation>
|
|
2250
|
+
</xs:enumeration>
|
|
2251
|
+
</xs:restriction>
|
|
2252
|
+
</xs:simpleType>
|
|
2253
|
+
<xs:simpleType name="HeatLossCorridorCode">
|
|
2254
|
+
<xs:restriction base="xs:string">
|
|
2255
|
+
<xs:enumeration value="0">
|
|
2256
|
+
<xs:annotation>
|
|
2257
|
+
<xs:documentation>no corridor</xs:documentation>
|
|
2258
|
+
</xs:annotation>
|
|
2259
|
+
</xs:enumeration>
|
|
2260
|
+
<xs:enumeration value="1">
|
|
2261
|
+
<xs:annotation>
|
|
2262
|
+
<xs:documentation>heated corridor</xs:documentation>
|
|
2263
|
+
</xs:annotation>
|
|
2264
|
+
</xs:enumeration>
|
|
2265
|
+
<xs:enumeration value="2">
|
|
2266
|
+
<xs:annotation>
|
|
2267
|
+
<xs:documentation>unheated corridor</xs:documentation>
|
|
2268
|
+
</xs:annotation>
|
|
2269
|
+
</xs:enumeration>
|
|
2270
|
+
</xs:restriction>
|
|
2271
|
+
</xs:simpleType>
|
|
2272
|
+
<xs:simpleType name="SAP-WaterHeatingCode-Enumeration">
|
|
2273
|
+
<xs:annotation>
|
|
2274
|
+
<xs:documentation>Code which indicates the type of heating system, as defined in SAP table 4a (codes 901-999).</xs:documentation>
|
|
2275
|
+
</xs:annotation>
|
|
2276
|
+
<xs:restriction base="xs:string">
|
|
2277
|
+
<xs:enumeration value="901">
|
|
2278
|
+
<xs:annotation>
|
|
2279
|
+
<xs:documentation>HOT WATER SYSTEMS: From main heating system</xs:documentation>
|
|
2280
|
+
</xs:annotation>
|
|
2281
|
+
</xs:enumeration>
|
|
2282
|
+
<xs:enumeration value="902">
|
|
2283
|
+
<xs:annotation>
|
|
2284
|
+
<xs:documentation>HOT WATER SYSTEMS: From secondary heater</xs:documentation>
|
|
2285
|
+
</xs:annotation>
|
|
2286
|
+
</xs:enumeration>
|
|
2287
|
+
<xs:enumeration value="903">
|
|
2288
|
+
<xs:annotation>
|
|
2289
|
+
<xs:documentation>HOT WATER SYSTEMS: Electric immersion (on-peak or off-peak)</xs:documentation>
|
|
2290
|
+
</xs:annotation>
|
|
2291
|
+
</xs:enumeration>
|
|
2292
|
+
<xs:enumeration value="904">
|
|
2293
|
+
<xs:annotation>
|
|
2294
|
+
<xs:documentation>HOT WATER SYSTEMS: Back boiler (hot water only), gas</xs:documentation>
|
|
2295
|
+
</xs:annotation>
|
|
2296
|
+
</xs:enumeration>
|
|
2297
|
+
<xs:enumeration value="905">
|
|
2298
|
+
<xs:annotation>
|
|
2299
|
+
<xs:documentation>HOT WATER SYSTEMS: From a circulator built into a gas warm air system, pre 1998</xs:documentation>
|
|
2300
|
+
</xs:annotation>
|
|
2301
|
+
</xs:enumeration>
|
|
2302
|
+
<xs:enumeration value="906">
|
|
2303
|
+
<xs:annotation>
|
|
2304
|
+
<xs:documentation>HOT WATER SYSTEMS: From a circulator built into a gas warm air system, 1998 or later</xs:documentation>
|
|
2305
|
+
</xs:annotation>
|
|
2306
|
+
</xs:enumeration>
|
|
2307
|
+
<xs:enumeration value="907">
|
|
2308
|
+
<xs:annotation>
|
|
2309
|
+
<xs:documentation>HOT WATER SYSTEMS: Single-point gas water heater (instantaneous at point of use)</xs:documentation>
|
|
2310
|
+
</xs:annotation>
|
|
2311
|
+
</xs:enumeration>
|
|
2312
|
+
<xs:enumeration value="908">
|
|
2313
|
+
<xs:annotation>
|
|
2314
|
+
<xs:documentation>HOT WATER SYSTEMS: Multi-point gas water heater (instantaneous serving several taps)</xs:documentation>
|
|
2315
|
+
</xs:annotation>
|
|
2316
|
+
</xs:enumeration>
|
|
2317
|
+
<xs:enumeration value="909">
|
|
2318
|
+
<xs:annotation>
|
|
2319
|
+
<xs:documentation>HOT WATER SYSTEMS: Electric instantaneous at point of use</xs:documentation>
|
|
2320
|
+
</xs:annotation>
|
|
2321
|
+
</xs:enumeration>
|
|
2322
|
+
<xs:enumeration value="910">
|
|
2323
|
+
<xs:annotation>
|
|
2324
|
+
<xs:documentation>HOT WATER SYSTEMS: From hot-water only community scheme</xs:documentation>
|
|
2325
|
+
</xs:annotation>
|
|
2326
|
+
</xs:enumeration>
|
|
2327
|
+
</xs:restriction>
|
|
2328
|
+
</xs:simpleType>
|
|
2329
|
+
<xs:simpleType name="SAP-HeatingControlCode-Enumeration">
|
|
2330
|
+
<xs:annotation>
|
|
2331
|
+
<xs:documentation>Code which indicates the type of heating control, as described in SAP table 4e.</xs:documentation>
|
|
2332
|
+
</xs:annotation>
|
|
2333
|
+
<xs:restriction base="xs:string">
|
|
2334
|
+
<xs:enumeration value="2101">
|
|
2335
|
+
<xs:annotation>
|
|
2336
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: No time or thermostatic control of room temperature</xs:documentation>
|
|
2337
|
+
</xs:annotation>
|
|
2338
|
+
</xs:enumeration>
|
|
2339
|
+
<xs:enumeration value="2102">
|
|
2340
|
+
<xs:annotation>
|
|
2341
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, no room thermostat</xs:documentation>
|
|
2342
|
+
</xs:annotation>
|
|
2343
|
+
</xs:enumeration>
|
|
2344
|
+
<xs:enumeration value="2103">
|
|
2345
|
+
<xs:annotation>
|
|
2346
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Room thermostat only</xs:documentation>
|
|
2347
|
+
</xs:annotation>
|
|
2348
|
+
</xs:enumeration>
|
|
2349
|
+
<xs:enumeration value="2104">
|
|
2350
|
+
<xs:annotation>
|
|
2351
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer and room thermostat</xs:documentation>
|
|
2352
|
+
</xs:annotation>
|
|
2353
|
+
</xs:enumeration>
|
|
2354
|
+
<xs:enumeration value="2105">
|
|
2355
|
+
<xs:annotation>
|
|
2356
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer and at least two room thermostats</xs:documentation>
|
|
2357
|
+
</xs:annotation>
|
|
2358
|
+
</xs:enumeration>
|
|
2359
|
+
<xs:enumeration value="2106">
|
|
2360
|
+
<xs:annotation>
|
|
2361
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, room thermostat and TRVs</xs:documentation>
|
|
2362
|
+
</xs:annotation>
|
|
2363
|
+
</xs:enumeration>
|
|
2364
|
+
<xs:enumeration value="2107">
|
|
2365
|
+
<xs:annotation>
|
|
2366
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, TRVs and bypass</xs:documentation>
|
|
2367
|
+
</xs:annotation>
|
|
2368
|
+
</xs:enumeration>
|
|
2369
|
+
<xs:enumeration value="2108">
|
|
2370
|
+
<xs:annotation>
|
|
2371
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, TRVs and flow switch</xs:documentation>
|
|
2372
|
+
</xs:annotation>
|
|
2373
|
+
</xs:enumeration>
|
|
2374
|
+
<xs:enumeration value="2109">
|
|
2375
|
+
<xs:annotation>
|
|
2376
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Programmer, TRVs and boiler energy manager</xs:documentation>
|
|
2377
|
+
</xs:annotation>
|
|
2378
|
+
</xs:enumeration>
|
|
2379
|
+
<xs:enumeration value="2110">
|
|
2380
|
+
<xs:annotation>
|
|
2381
|
+
<xs:documentation>BOILER SYSTEMS WITH RADIATORS OR UNDERFLOOR HEATING: Time and temperature zone control</xs:documentation>
|
|
2382
|
+
</xs:annotation>
|
|
2383
|
+
</xs:enumeration>
|
|
2384
|
+
<xs:enumeration value="2201">
|
|
2385
|
+
<xs:annotation>
|
|
2386
|
+
<xs:documentation>HEAT PUMPS: No time or thermostatic control of room temperature</xs:documentation>
|
|
2387
|
+
</xs:annotation>
|
|
2388
|
+
</xs:enumeration>
|
|
2389
|
+
<xs:enumeration value="2202">
|
|
2390
|
+
<xs:annotation>
|
|
2391
|
+
<xs:documentation>HEAT PUMPS: Programmer, no room thermostat</xs:documentation>
|
|
2392
|
+
</xs:annotation>
|
|
2393
|
+
</xs:enumeration>
|
|
2394
|
+
<xs:enumeration value="2203">
|
|
2395
|
+
<xs:annotation>
|
|
2396
|
+
<xs:documentation>HEAT PUMPS: Room thermostat only</xs:documentation>
|
|
2397
|
+
</xs:annotation>
|
|
2398
|
+
</xs:enumeration>
|
|
2399
|
+
<xs:enumeration value="2204">
|
|
2400
|
+
<xs:annotation>
|
|
2401
|
+
<xs:documentation>HEAT PUMPS: Programmer and room thermostat</xs:documentation>
|
|
2402
|
+
</xs:annotation>
|
|
2403
|
+
</xs:enumeration>
|
|
2404
|
+
<xs:enumeration value="2205">
|
|
2405
|
+
<xs:annotation>
|
|
2406
|
+
<xs:documentation>HEAT PUMPS: Programmer and at least two room thermostats</xs:documentation>
|
|
2407
|
+
</xs:annotation>
|
|
2408
|
+
</xs:enumeration>
|
|
2409
|
+
<xs:enumeration value="2206">
|
|
2410
|
+
<xs:annotation>
|
|
2411
|
+
<xs:documentation>HEAT PUMPS: Programmer, TRVs and bypass</xs:documentation>
|
|
2412
|
+
</xs:annotation>
|
|
2413
|
+
</xs:enumeration>
|
|
2414
|
+
<xs:enumeration value="2207">
|
|
2415
|
+
<xs:annotation>
|
|
2416
|
+
<xs:documentation>HEAT PUMPS: Time and temperature zone control</xs:documentation>
|
|
2417
|
+
</xs:annotation>
|
|
2418
|
+
</xs:enumeration>
|
|
2419
|
+
<xs:enumeration value="2301">
|
|
2420
|
+
<xs:annotation>
|
|
2421
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, no thermostatic control of room temperature</xs:documentation>
|
|
2422
|
+
</xs:annotation>
|
|
2423
|
+
</xs:enumeration>
|
|
2424
|
+
<xs:enumeration value="2302">
|
|
2425
|
+
<xs:annotation>
|
|
2426
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, programmer, no room thermostat</xs:documentation>
|
|
2427
|
+
</xs:annotation>
|
|
2428
|
+
</xs:enumeration>
|
|
2429
|
+
<xs:enumeration value="2303">
|
|
2430
|
+
<xs:annotation>
|
|
2431
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, room thermostat only</xs:documentation>
|
|
2432
|
+
</xs:annotation>
|
|
2433
|
+
</xs:enumeration>
|
|
2434
|
+
<xs:enumeration value="2304">
|
|
2435
|
+
<xs:annotation>
|
|
2436
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, programmer and room thermostat</xs:documentation>
|
|
2437
|
+
</xs:annotation>
|
|
2438
|
+
</xs:enumeration>
|
|
2439
|
+
<xs:enumeration value="2305">
|
|
2440
|
+
<xs:annotation>
|
|
2441
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Flat rate charging, programmer and TRVs</xs:documentation>
|
|
2442
|
+
</xs:annotation>
|
|
2443
|
+
</xs:enumeration>
|
|
2444
|
+
<xs:enumeration value="2306">
|
|
2445
|
+
<xs:annotation>
|
|
2446
|
+
<xs:documentation>COMMUNITY HEATING SCHEMES: Charging system linked to use of community system, programmer, and TRVs</xs:documentation>
|
|
2447
|
+
</xs:annotation>
|
|
2448
|
+
</xs:enumeration>
|
|
2449
|
+
<xs:enumeration value="2401">
|
|
2450
|
+
<xs:annotation>
|
|
2451
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Manual charge control</xs:documentation>
|
|
2452
|
+
</xs:annotation>
|
|
2453
|
+
</xs:enumeration>
|
|
2454
|
+
<xs:enumeration value="2402">
|
|
2455
|
+
<xs:annotation>
|
|
2456
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Automatic charge control</xs:documentation>
|
|
2457
|
+
</xs:annotation>
|
|
2458
|
+
</xs:enumeration>
|
|
2459
|
+
<xs:enumeration value="2403">
|
|
2460
|
+
<xs:annotation>
|
|
2461
|
+
<xs:documentation>ELECTRIC STORAGE SYSTEMS: Celect-type controls</xs:documentation>
|
|
2462
|
+
</xs:annotation>
|
|
2463
|
+
</xs:enumeration>
|
|
2464
|
+
<xs:enumeration value="2501">
|
|
2465
|
+
<xs:annotation>
|
|
2466
|
+
<xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): No thermostatic control of room temperature</xs:documentation>
|
|
2467
|
+
</xs:annotation>
|
|
2468
|
+
</xs:enumeration>
|
|
2469
|
+
<xs:enumeration value="2502">
|
|
2470
|
+
<xs:annotation>
|
|
2471
|
+
<xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Programmer, no room thermostat</xs:documentation>
|
|
2472
|
+
</xs:annotation>
|
|
2473
|
+
</xs:enumeration>
|
|
2474
|
+
<xs:enumeration value="2503">
|
|
2475
|
+
<xs:annotation>
|
|
2476
|
+
<xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Room thermostat only</xs:documentation>
|
|
2477
|
+
</xs:annotation>
|
|
2478
|
+
</xs:enumeration>
|
|
2479
|
+
<xs:enumeration value="2504">
|
|
2480
|
+
<xs:annotation>
|
|
2481
|
+
<xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Programmer and room thermostat</xs:documentation>
|
|
2482
|
+
</xs:annotation>
|
|
2483
|
+
</xs:enumeration>
|
|
2484
|
+
<xs:enumeration value="2505">
|
|
2485
|
+
<xs:annotation>
|
|
2486
|
+
<xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Programmer and at least two room thermostats</xs:documentation>
|
|
2487
|
+
</xs:annotation>
|
|
2488
|
+
</xs:enumeration>
|
|
2489
|
+
<xs:enumeration value="2506">
|
|
2490
|
+
<xs:annotation>
|
|
2491
|
+
<xs:documentation>WARM AIR SYSTEMS (including heat pumps with warm air distribution): Time and temperature zone control</xs:documentation>
|
|
2492
|
+
</xs:annotation>
|
|
2493
|
+
</xs:enumeration>
|
|
2494
|
+
<xs:enumeration value="2601">
|
|
2495
|
+
<xs:annotation>
|
|
2496
|
+
<xs:documentation>ROOM HEATER SYSTEMS: No thermostatic control of room temperature</xs:documentation>
|
|
2497
|
+
</xs:annotation>
|
|
2498
|
+
</xs:enumeration>
|
|
2499
|
+
<xs:enumeration value="2602">
|
|
2500
|
+
<xs:annotation>
|
|
2501
|
+
<xs:documentation>ROOM HEATER SYSTEMS: Appliance thermostats</xs:documentation>
|
|
2502
|
+
</xs:annotation>
|
|
2503
|
+
</xs:enumeration>
|
|
2504
|
+
<xs:enumeration value="2603">
|
|
2505
|
+
<xs:annotation>
|
|
2506
|
+
<xs:documentation>ROOM HEATER SYSTEMS: Programmer and appliance thermostats</xs:documentation>
|
|
2507
|
+
</xs:annotation>
|
|
2508
|
+
</xs:enumeration>
|
|
2509
|
+
<xs:enumeration value="2604">
|
|
2510
|
+
<xs:annotation>
|
|
2511
|
+
<xs:documentation>ROOM HEATER SYSTEMS: Room thermostats only</xs:documentation>
|
|
2512
|
+
</xs:annotation>
|
|
2513
|
+
</xs:enumeration>
|
|
2514
|
+
<xs:enumeration value="2605">
|
|
2515
|
+
<xs:annotation>
|
|
2516
|
+
<xs:documentation>ROOM HEATER SYSTEMS: Programmer and room thermostats</xs:documentation>
|
|
2517
|
+
</xs:annotation>
|
|
2518
|
+
</xs:enumeration>
|
|
2519
|
+
<xs:enumeration value="2701">
|
|
2520
|
+
<xs:annotation>
|
|
2521
|
+
<xs:documentation>OTHER SYSTEMS: No thermostatic control of room temperature</xs:documentation>
|
|
2522
|
+
</xs:annotation>
|
|
2523
|
+
</xs:enumeration>
|
|
2524
|
+
<xs:enumeration value="2702">
|
|
2525
|
+
<xs:annotation>
|
|
2526
|
+
<xs:documentation>OTHER SYSTEMS: Programmer, no room thermostat</xs:documentation>
|
|
2527
|
+
</xs:annotation>
|
|
2528
|
+
</xs:enumeration>
|
|
2529
|
+
<xs:enumeration value="2703">
|
|
2530
|
+
<xs:annotation>
|
|
2531
|
+
<xs:documentation>OTHER SYSTEMS: Room thermostat only</xs:documentation>
|
|
2532
|
+
</xs:annotation>
|
|
2533
|
+
</xs:enumeration>
|
|
2534
|
+
<xs:enumeration value="2704">
|
|
2535
|
+
<xs:annotation>
|
|
2536
|
+
<xs:documentation>OTHER SYSTEMS: Programmer and room thermostat</xs:documentation>
|
|
2537
|
+
</xs:annotation>
|
|
2538
|
+
</xs:enumeration>
|
|
2539
|
+
<xs:enumeration value="2705">
|
|
2540
|
+
<xs:annotation>
|
|
2541
|
+
<xs:documentation>OTHER SYSTEMS: Temperature zone control</xs:documentation>
|
|
2542
|
+
</xs:annotation>
|
|
2543
|
+
</xs:enumeration>
|
|
2544
|
+
<xs:enumeration value="2706">
|
|
2545
|
+
<xs:annotation>
|
|
2546
|
+
<xs:documentation>OTHER SYSTEMS: Time and temperature zone control</xs:documentation>
|
|
2547
|
+
</xs:annotation>
|
|
2548
|
+
</xs:enumeration>
|
|
2549
|
+
</xs:restriction>
|
|
2550
|
+
</xs:simpleType>
|
|
2551
|
+
<xs:simpleType name="SAP-BuiltFormCode">
|
|
2552
|
+
<xs:annotation>
|
|
2553
|
+
<xs:documentation>Code which indicates the form in which a property is built.</xs:documentation>
|
|
2554
|
+
</xs:annotation>
|
|
2555
|
+
<xs:restriction base="xs:string">
|
|
2556
|
+
<xs:enumeration value="1">
|
|
2557
|
+
<xs:annotation>
|
|
2558
|
+
<xs:documentation>Detached</xs:documentation>
|
|
2559
|
+
</xs:annotation>
|
|
2560
|
+
</xs:enumeration>
|
|
2561
|
+
<xs:enumeration value="2">
|
|
2562
|
+
<xs:annotation>
|
|
2563
|
+
<xs:documentation>Semi-Detached</xs:documentation>
|
|
2564
|
+
</xs:annotation>
|
|
2565
|
+
</xs:enumeration>
|
|
2566
|
+
<xs:enumeration value="3">
|
|
2567
|
+
<xs:annotation>
|
|
2568
|
+
<xs:documentation>End-Terrace</xs:documentation>
|
|
2569
|
+
</xs:annotation>
|
|
2570
|
+
</xs:enumeration>
|
|
2571
|
+
<xs:enumeration value="4">
|
|
2572
|
+
<xs:annotation>
|
|
2573
|
+
<xs:documentation>Mid-Terrace</xs:documentation>
|
|
2574
|
+
</xs:annotation>
|
|
2575
|
+
</xs:enumeration>
|
|
2576
|
+
<xs:enumeration value="5">
|
|
2577
|
+
<xs:annotation>
|
|
2578
|
+
<xs:documentation>Enclosed End-Terrace</xs:documentation>
|
|
2579
|
+
</xs:annotation>
|
|
2580
|
+
</xs:enumeration>
|
|
2581
|
+
<xs:enumeration value="6">
|
|
2582
|
+
<xs:annotation>
|
|
2583
|
+
<xs:documentation>Enclosed Mid-Terrace</xs:documentation>
|
|
2584
|
+
</xs:annotation>
|
|
2585
|
+
</xs:enumeration>
|
|
2586
|
+
</xs:restriction>
|
|
2587
|
+
</xs:simpleType>
|
|
2588
|
+
<xs:simpleType name="SAP-SolarCollectorTypeCode">
|
|
2589
|
+
<xs:annotation>
|
|
2590
|
+
<xs:documentation>Code which indicates the type of solar collector.</xs:documentation>
|
|
2591
|
+
</xs:annotation>
|
|
2592
|
+
<xs:restriction base="xs:string">
|
|
2593
|
+
<xs:enumeration value="1">
|
|
2594
|
+
<xs:annotation>
|
|
2595
|
+
<xs:documentation>unglazed</xs:documentation>
|
|
2596
|
+
</xs:annotation>
|
|
2597
|
+
</xs:enumeration>
|
|
2598
|
+
<xs:enumeration value="2">
|
|
2599
|
+
<xs:annotation>
|
|
2600
|
+
<xs:documentation>flat panel</xs:documentation>
|
|
2601
|
+
</xs:annotation>
|
|
2602
|
+
</xs:enumeration>
|
|
2603
|
+
<xs:enumeration value="3">
|
|
2604
|
+
<xs:annotation>
|
|
2605
|
+
<xs:documentation>evacuated tube</xs:documentation>
|
|
2606
|
+
</xs:annotation>
|
|
2607
|
+
</xs:enumeration>
|
|
2608
|
+
</xs:restriction>
|
|
2609
|
+
</xs:simpleType>
|
|
2610
|
+
<xs:simpleType name="SAP-SolarCollectorDataSourceCode">
|
|
2611
|
+
<xs:annotation>
|
|
2612
|
+
<xs:documentation>Code which indicates the source of solar collector data.</xs:documentation>
|
|
2613
|
+
</xs:annotation>
|
|
2614
|
+
<xs:restriction base="xs:string">
|
|
2615
|
+
<xs:enumeration value="1">
|
|
2616
|
+
<xs:annotation>
|
|
2617
|
+
<xs:documentation>default</xs:documentation>
|
|
2618
|
+
</xs:annotation>
|
|
2619
|
+
</xs:enumeration>
|
|
2620
|
+
<xs:enumeration value="2">
|
|
2621
|
+
<xs:annotation>
|
|
2622
|
+
<xs:documentation>declared values</xs:documentation>
|
|
2623
|
+
</xs:annotation>
|
|
2624
|
+
</xs:enumeration>
|
|
2625
|
+
</xs:restriction>
|
|
2626
|
+
</xs:simpleType>
|
|
2627
|
+
<xs:simpleType name="SAP-CompassDirectionCode">
|
|
2628
|
+
<xs:annotation>
|
|
2629
|
+
<xs:documentation>Code which indicates the compass direction. Like SAP-OrientationCode, but without the "unknown" and "horizontal" options.</xs:documentation>
|
|
2630
|
+
</xs:annotation>
|
|
2631
|
+
<xs:restriction base="xs:string">
|
|
2632
|
+
<xs:enumeration value="1">
|
|
2633
|
+
<xs:annotation>
|
|
2634
|
+
<xs:documentation>North</xs:documentation>
|
|
2635
|
+
</xs:annotation>
|
|
2636
|
+
</xs:enumeration>
|
|
2637
|
+
<xs:enumeration value="2">
|
|
2638
|
+
<xs:annotation>
|
|
2639
|
+
<xs:documentation>North East</xs:documentation>
|
|
2640
|
+
</xs:annotation>
|
|
2641
|
+
</xs:enumeration>
|
|
2642
|
+
<xs:enumeration value="3">
|
|
2643
|
+
<xs:annotation>
|
|
2644
|
+
<xs:documentation>East</xs:documentation>
|
|
2645
|
+
</xs:annotation>
|
|
2646
|
+
</xs:enumeration>
|
|
2647
|
+
<xs:enumeration value="4">
|
|
2648
|
+
<xs:annotation>
|
|
2649
|
+
<xs:documentation>South East</xs:documentation>
|
|
2650
|
+
</xs:annotation>
|
|
2651
|
+
</xs:enumeration>
|
|
2652
|
+
<xs:enumeration value="5">
|
|
2653
|
+
<xs:annotation>
|
|
2654
|
+
<xs:documentation>South</xs:documentation>
|
|
2655
|
+
</xs:annotation>
|
|
2656
|
+
</xs:enumeration>
|
|
2657
|
+
<xs:enumeration value="6">
|
|
2658
|
+
<xs:annotation>
|
|
2659
|
+
<xs:documentation>South West</xs:documentation>
|
|
2660
|
+
</xs:annotation>
|
|
2661
|
+
</xs:enumeration>
|
|
2662
|
+
<xs:enumeration value="7">
|
|
2663
|
+
<xs:annotation>
|
|
2664
|
+
<xs:documentation>West</xs:documentation>
|
|
2665
|
+
</xs:annotation>
|
|
2666
|
+
</xs:enumeration>
|
|
2667
|
+
<xs:enumeration value="8">
|
|
2668
|
+
<xs:annotation>
|
|
2669
|
+
<xs:documentation>North West</xs:documentation>
|
|
2670
|
+
</xs:annotation>
|
|
2671
|
+
</xs:enumeration>
|
|
2672
|
+
<xs:enumeration value="ND">
|
|
2673
|
+
<xs:annotation>
|
|
2674
|
+
<xs:documentation>To be used when the pitch is horizontal</xs:documentation>
|
|
2675
|
+
</xs:annotation>
|
|
2676
|
+
</xs:enumeration>
|
|
2677
|
+
</xs:restriction>
|
|
2678
|
+
</xs:simpleType>
|
|
2679
|
+
<xs:simpleType name="SAP-VerticalPitchCode">
|
|
2680
|
+
<xs:annotation>
|
|
2681
|
+
<xs:documentation>Code which indicates the vertical pitch (angle).</xs:documentation>
|
|
2682
|
+
</xs:annotation>
|
|
2683
|
+
<xs:restriction base="xs:string">
|
|
2684
|
+
<xs:enumeration value="1">
|
|
2685
|
+
<xs:annotation>
|
|
2686
|
+
<xs:documentation>horizontal</xs:documentation>
|
|
2687
|
+
</xs:annotation>
|
|
2688
|
+
</xs:enumeration>
|
|
2689
|
+
<xs:enumeration value="2">
|
|
2690
|
+
<xs:annotation>
|
|
2691
|
+
<xs:documentation>30 degrees</xs:documentation>
|
|
2692
|
+
</xs:annotation>
|
|
2693
|
+
</xs:enumeration>
|
|
2694
|
+
<xs:enumeration value="3">
|
|
2695
|
+
<xs:annotation>
|
|
2696
|
+
<xs:documentation>45 degrees</xs:documentation>
|
|
2697
|
+
</xs:annotation>
|
|
2698
|
+
</xs:enumeration>
|
|
2699
|
+
<xs:enumeration value="4">
|
|
2700
|
+
<xs:annotation>
|
|
2701
|
+
<xs:documentation>60 degrees</xs:documentation>
|
|
2702
|
+
</xs:annotation>
|
|
2703
|
+
</xs:enumeration>
|
|
2704
|
+
<xs:enumeration value="5">
|
|
2705
|
+
<xs:annotation>
|
|
2706
|
+
<xs:documentation>vertical</xs:documentation>
|
|
2707
|
+
</xs:annotation>
|
|
2708
|
+
</xs:enumeration>
|
|
2709
|
+
</xs:restriction>
|
|
2710
|
+
</xs:simpleType>
|
|
2711
|
+
<xs:simpleType name="SAP-SolarCollectorOvershadingCode">
|
|
2712
|
+
<xs:annotation>
|
|
2713
|
+
<xs:documentation>Code which indicates the amount of solar collector overshading.</xs:documentation>
|
|
2714
|
+
</xs:annotation>
|
|
2715
|
+
<xs:restriction base="xs:string">
|
|
2716
|
+
<xs:enumeration value="1">
|
|
2717
|
+
<xs:annotation>
|
|
2718
|
+
<xs:documentation>none or very little</xs:documentation>
|
|
2719
|
+
</xs:annotation>
|
|
2720
|
+
</xs:enumeration>
|
|
2721
|
+
<xs:enumeration value="2">
|
|
2722
|
+
<xs:annotation>
|
|
2723
|
+
<xs:documentation>modest</xs:documentation>
|
|
2724
|
+
</xs:annotation>
|
|
2725
|
+
</xs:enumeration>
|
|
2726
|
+
<xs:enumeration value="3">
|
|
2727
|
+
<xs:annotation>
|
|
2728
|
+
<xs:documentation>significant</xs:documentation>
|
|
2729
|
+
</xs:annotation>
|
|
2730
|
+
</xs:enumeration>
|
|
2731
|
+
<xs:enumeration value="4">
|
|
2732
|
+
<xs:annotation>
|
|
2733
|
+
<xs:documentation>heavy</xs:documentation>
|
|
2734
|
+
</xs:annotation>
|
|
2735
|
+
</xs:enumeration>
|
|
2736
|
+
</xs:restriction>
|
|
2737
|
+
</xs:simpleType>
|
|
2738
|
+
<xs:simpleType name="HotWaterStoreInsulationTypeCode">
|
|
2739
|
+
<xs:annotation>
|
|
2740
|
+
<xs:documentation>Code which indicates the type of hot water storage insulation.</xs:documentation>
|
|
2741
|
+
</xs:annotation>
|
|
2742
|
+
<xs:restriction base="xs:string">
|
|
2743
|
+
<xs:enumeration value="1">
|
|
2744
|
+
<xs:annotation>
|
|
2745
|
+
<xs:documentation>factory-applied</xs:documentation>
|
|
2746
|
+
</xs:annotation>
|
|
2747
|
+
</xs:enumeration>
|
|
2748
|
+
<xs:enumeration value="2">
|
|
2749
|
+
<xs:annotation>
|
|
2750
|
+
<xs:documentation>loose jacket</xs:documentation>
|
|
2751
|
+
</xs:annotation>
|
|
2752
|
+
</xs:enumeration>
|
|
2753
|
+
</xs:restriction>
|
|
2754
|
+
</xs:simpleType>
|
|
2755
|
+
<xs:simpleType name="HeatingFuelTypeCode">
|
|
2756
|
+
<xs:annotation>
|
|
2757
|
+
<xs:documentation>Code which indicates the type of heating fuel, as defined in SAP table 12.</xs:documentation>
|
|
2758
|
+
</xs:annotation>
|
|
2759
|
+
<xs:restriction base="xs:string">
|
|
2760
|
+
<xs:enumeration value="1">
|
|
2761
|
+
<xs:annotation>
|
|
2762
|
+
<xs:documentation>Gas: mains gas</xs:documentation>
|
|
2763
|
+
</xs:annotation>
|
|
2764
|
+
</xs:enumeration>
|
|
2765
|
+
<xs:enumeration value="2">
|
|
2766
|
+
<xs:annotation>
|
|
2767
|
+
<xs:documentation>Gas: bulk LPG</xs:documentation>
|
|
2768
|
+
</xs:annotation>
|
|
2769
|
+
</xs:enumeration>
|
|
2770
|
+
<xs:enumeration value="3">
|
|
2771
|
+
<xs:annotation>
|
|
2772
|
+
<xs:documentation>Gas: bottled LPG</xs:documentation>
|
|
2773
|
+
</xs:annotation>
|
|
2774
|
+
</xs:enumeration>
|
|
2775
|
+
<xs:enumeration value="4">
|
|
2776
|
+
<xs:annotation>
|
|
2777
|
+
<xs:documentation>Oil: heating oil</xs:documentation>
|
|
2778
|
+
</xs:annotation>
|
|
2779
|
+
</xs:enumeration>
|
|
2780
|
+
<xs:enumeration value="8">
|
|
2781
|
+
<xs:annotation>
|
|
2782
|
+
<xs:documentation>LNG</xs:documentation>
|
|
2783
|
+
</xs:annotation>
|
|
2784
|
+
</xs:enumeration>
|
|
2785
|
+
<xs:enumeration value="9">
|
|
2786
|
+
<xs:annotation>
|
|
2787
|
+
<xs:documentation>LPG subject to Special Condition 18</xs:documentation>
|
|
2788
|
+
</xs:annotation>
|
|
2789
|
+
</xs:enumeration>
|
|
2790
|
+
<xs:enumeration value="10">
|
|
2791
|
+
<xs:annotation>
|
|
2792
|
+
<xs:documentation>Solid fuel: dual fuel appliance (mineral and wood)</xs:documentation>
|
|
2793
|
+
</xs:annotation>
|
|
2794
|
+
</xs:enumeration>
|
|
2795
|
+
<xs:enumeration value="11">
|
|
2796
|
+
<xs:annotation>
|
|
2797
|
+
<xs:documentation>Solid fuel: house coal</xs:documentation>
|
|
2798
|
+
</xs:annotation>
|
|
2799
|
+
</xs:enumeration>
|
|
2800
|
+
<xs:enumeration value="12">
|
|
2801
|
+
<xs:annotation>
|
|
2802
|
+
<xs:documentation>Solid fuel: manufactured smokeless fuel</xs:documentation>
|
|
2803
|
+
</xs:annotation>
|
|
2804
|
+
</xs:enumeration>
|
|
2805
|
+
<xs:enumeration value="15">
|
|
2806
|
+
<xs:annotation>
|
|
2807
|
+
<xs:documentation>Solid fuel: anthracite</xs:documentation>
|
|
2808
|
+
</xs:annotation>
|
|
2809
|
+
</xs:enumeration>
|
|
2810
|
+
<xs:enumeration value="20">
|
|
2811
|
+
<xs:annotation>
|
|
2812
|
+
<xs:documentation>Solid fuel: wood logs</xs:documentation>
|
|
2813
|
+
</xs:annotation>
|
|
2814
|
+
</xs:enumeration>
|
|
2815
|
+
<xs:enumeration value="21">
|
|
2816
|
+
<xs:annotation>
|
|
2817
|
+
<xs:documentation>Solid fuel: wood chips</xs:documentation>
|
|
2818
|
+
</xs:annotation>
|
|
2819
|
+
</xs:enumeration>
|
|
2820
|
+
<xs:enumeration value="22">
|
|
2821
|
+
<xs:annotation>
|
|
2822
|
+
<xs:documentation>Solid fuel: wood pellets (in bags, for secondary heating)</xs:documentation>
|
|
2823
|
+
</xs:annotation>
|
|
2824
|
+
</xs:enumeration>
|
|
2825
|
+
<xs:enumeration value="23">
|
|
2826
|
+
<xs:annotation>
|
|
2827
|
+
<xs:documentation>Solid fuel: wood pellets (bulk supply in bags, for main heating)</xs:documentation>
|
|
2828
|
+
</xs:annotation>
|
|
2829
|
+
</xs:enumeration>
|
|
2830
|
+
<xs:enumeration value="36">
|
|
2831
|
+
<xs:annotation>
|
|
2832
|
+
<xs:documentation>Electricity: electricity sold to grid</xs:documentation>
|
|
2833
|
+
</xs:annotation>
|
|
2834
|
+
</xs:enumeration>
|
|
2835
|
+
<xs:enumeration value="37">
|
|
2836
|
+
<xs:annotation>
|
|
2837
|
+
<xs:documentation>Electricity: electricity displaced from grid</xs:documentation>
|
|
2838
|
+
</xs:annotation>
|
|
2839
|
+
</xs:enumeration>
|
|
2840
|
+
<xs:enumeration value="39">
|
|
2841
|
+
<xs:annotation>
|
|
2842
|
+
<xs:documentation>Electricity: electricity, unspecified tariff</xs:documentation>
|
|
2843
|
+
</xs:annotation>
|
|
2844
|
+
</xs:enumeration>
|
|
2845
|
+
<xs:enumeration value="41">
|
|
2846
|
+
<xs:annotation>
|
|
2847
|
+
<xs:documentation>Community heating schemes: heat from electric heat pump</xs:documentation>
|
|
2848
|
+
</xs:annotation>
|
|
2849
|
+
</xs:enumeration>
|
|
2850
|
+
<xs:enumeration value="42">
|
|
2851
|
+
<xs:annotation>
|
|
2852
|
+
<xs:documentation>Community heating schemes: heat from boilers - waste combustion</xs:documentation>
|
|
2853
|
+
</xs:annotation>
|
|
2854
|
+
</xs:enumeration>
|
|
2855
|
+
<xs:enumeration value="43">
|
|
2856
|
+
<xs:annotation>
|
|
2857
|
+
<xs:documentation>Community heating schemes: heat from boilers - biomass</xs:documentation>
|
|
2858
|
+
</xs:annotation>
|
|
2859
|
+
</xs:enumeration>
|
|
2860
|
+
<xs:enumeration value="44">
|
|
2861
|
+
<xs:annotation>
|
|
2862
|
+
<xs:documentation>Community heating schemes: heat from boilers - biogas</xs:documentation>
|
|
2863
|
+
</xs:annotation>
|
|
2864
|
+
</xs:enumeration>
|
|
2865
|
+
<xs:enumeration value="45">
|
|
2866
|
+
<xs:annotation>
|
|
2867
|
+
<xs:documentation>Community heating schemes: waste heat from power stations</xs:documentation>
|
|
2868
|
+
</xs:annotation>
|
|
2869
|
+
</xs:enumeration>
|
|
2870
|
+
<xs:enumeration value="46">
|
|
2871
|
+
<xs:annotation>
|
|
2872
|
+
<xs:documentation>Community heating schemes: geothermal heat source</xs:documentation>
|
|
2873
|
+
</xs:annotation>
|
|
2874
|
+
</xs:enumeration>
|
|
2875
|
+
<xs:enumeration value="48">
|
|
2876
|
+
<xs:annotation>
|
|
2877
|
+
<xs:documentation>Community heating schemes: heat from CHP</xs:documentation>
|
|
2878
|
+
</xs:annotation>
|
|
2879
|
+
</xs:enumeration>
|
|
2880
|
+
<xs:enumeration value="49">
|
|
2881
|
+
<xs:annotation>
|
|
2882
|
+
<xs:documentation>Community heating schemes: electricity generated by CHP</xs:documentation>
|
|
2883
|
+
</xs:annotation>
|
|
2884
|
+
</xs:enumeration>
|
|
2885
|
+
<xs:enumeration value="50">
|
|
2886
|
+
<xs:annotation>
|
|
2887
|
+
<xs:documentation>Community heating schemes: electricity for pumping in distribution network</xs:documentation>
|
|
2888
|
+
</xs:annotation>
|
|
2889
|
+
</xs:enumeration>
|
|
2890
|
+
<xs:enumeration value="51">
|
|
2891
|
+
<xs:annotation>
|
|
2892
|
+
<xs:documentation>Community heating schemes: heat from mains gas</xs:documentation>
|
|
2893
|
+
</xs:annotation>
|
|
2894
|
+
</xs:enumeration>
|
|
2895
|
+
<xs:enumeration value="52">
|
|
2896
|
+
<xs:annotation>
|
|
2897
|
+
<xs:documentation>Community heating schemes: heat from LPG</xs:documentation>
|
|
2898
|
+
</xs:annotation>
|
|
2899
|
+
</xs:enumeration>
|
|
2900
|
+
<xs:enumeration value="53">
|
|
2901
|
+
<xs:annotation>
|
|
2902
|
+
<xs:documentation>Community heating schemes: heat from oil</xs:documentation>
|
|
2903
|
+
</xs:annotation>
|
|
2904
|
+
</xs:enumeration>
|
|
2905
|
+
<xs:enumeration value="54">
|
|
2906
|
+
<xs:annotation>
|
|
2907
|
+
<xs:documentation>Community heating schemes: heat from coal</xs:documentation>
|
|
2908
|
+
</xs:annotation>
|
|
2909
|
+
</xs:enumeration>
|
|
2910
|
+
<xs:enumeration value="55">
|
|
2911
|
+
<xs:annotation>
|
|
2912
|
+
<xs:documentation>Community heating schemes: heat from B30D</xs:documentation>
|
|
2913
|
+
</xs:annotation>
|
|
2914
|
+
</xs:enumeration>
|
|
2915
|
+
<xs:enumeration value="71">
|
|
2916
|
+
<xs:annotation>
|
|
2917
|
+
<xs:documentation>biodiesel from any biomass source</xs:documentation>
|
|
2918
|
+
</xs:annotation>
|
|
2919
|
+
</xs:enumeration>
|
|
2920
|
+
<xs:enumeration value="72">
|
|
2921
|
+
<xs:annotation>
|
|
2922
|
+
<xs:documentation>biodiesel from used cooking oil only</xs:documentation>
|
|
2923
|
+
</xs:annotation>
|
|
2924
|
+
</xs:enumeration>
|
|
2925
|
+
<xs:enumeration value="73">
|
|
2926
|
+
<xs:annotation>
|
|
2927
|
+
<xs:documentation>rape seed oil</xs:documentation>
|
|
2928
|
+
</xs:annotation>
|
|
2929
|
+
</xs:enumeration>
|
|
2930
|
+
<xs:enumeration value="74">
|
|
2931
|
+
<xs:annotation>
|
|
2932
|
+
<xs:documentation>appliances able to use mineral oil or liquid biofuel</xs:documentation>
|
|
2933
|
+
</xs:annotation>
|
|
2934
|
+
</xs:enumeration>
|
|
2935
|
+
<xs:enumeration value="75">
|
|
2936
|
+
<xs:annotation>
|
|
2937
|
+
<xs:documentation>B30K</xs:documentation>
|
|
2938
|
+
</xs:annotation>
|
|
2939
|
+
</xs:enumeration>
|
|
2940
|
+
<xs:enumeration value="76">
|
|
2941
|
+
<xs:annotation>
|
|
2942
|
+
<xs:documentation>bioethanol from any biomass source</xs:documentation>
|
|
2943
|
+
</xs:annotation>
|
|
2944
|
+
</xs:enumeration>
|
|
2945
|
+
</xs:restriction>
|
|
2946
|
+
</xs:simpleType>
|
|
2947
|
+
<xs:simpleType name="ImmersionHeatingTypeCode">
|
|
2948
|
+
<xs:annotation>
|
|
2949
|
+
<xs:documentation>Code which indicates the type of immersion heater.</xs:documentation>
|
|
2950
|
+
</xs:annotation>
|
|
2951
|
+
<xs:restriction base="xs:string">
|
|
2952
|
+
<xs:enumeration value="1">
|
|
2953
|
+
<xs:annotation>
|
|
2954
|
+
<xs:documentation>Dual</xs:documentation>
|
|
2955
|
+
</xs:annotation>
|
|
2956
|
+
</xs:enumeration>
|
|
2957
|
+
<xs:enumeration value="2">
|
|
2958
|
+
<xs:annotation>
|
|
2959
|
+
<xs:documentation>Single</xs:documentation>
|
|
2960
|
+
</xs:annotation>
|
|
2961
|
+
</xs:enumeration>
|
|
2962
|
+
</xs:restriction>
|
|
2963
|
+
</xs:simpleType>
|
|
2964
|
+
<xs:simpleType name="SAP-SpaceHeatingCode">
|
|
2965
|
+
<xs:annotation>
|
|
2966
|
+
<xs:documentation>Code which indicates the type of heating system, as defined in SAP tables 4a/4b (codes 101 to 899).</xs:documentation>
|
|
2967
|
+
</xs:annotation>
|
|
2968
|
+
<xs:restriction base="xs:positiveInteger">
|
|
2969
|
+
<xs:maxInclusive value="899"/>
|
|
2970
|
+
<xs:minInclusive value="101"/>
|
|
2971
|
+
</xs:restriction>
|
|
2972
|
+
</xs:simpleType>
|
|
2973
|
+
<xs:simpleType name="SAP-TerrainTypeCode">
|
|
2974
|
+
<xs:annotation>
|
|
2975
|
+
<xs:documentation>Code which indicates the type of terrain.</xs:documentation>
|
|
2976
|
+
</xs:annotation>
|
|
2977
|
+
<xs:restriction base="xs:string">
|
|
2978
|
+
<xs:enumeration value="1">
|
|
2979
|
+
<xs:annotation>
|
|
2980
|
+
<xs:documentation>urban</xs:documentation>
|
|
2981
|
+
</xs:annotation>
|
|
2982
|
+
</xs:enumeration>
|
|
2983
|
+
<xs:enumeration value="2">
|
|
2984
|
+
<xs:annotation>
|
|
2985
|
+
<xs:documentation>suburban</xs:documentation>
|
|
2986
|
+
</xs:annotation>
|
|
2987
|
+
</xs:enumeration>
|
|
2988
|
+
<xs:enumeration value="3">
|
|
2989
|
+
<xs:annotation>
|
|
2990
|
+
<xs:documentation>rural</xs:documentation>
|
|
2991
|
+
</xs:annotation>
|
|
2992
|
+
</xs:enumeration>
|
|
2993
|
+
</xs:restriction>
|
|
2994
|
+
</xs:simpleType>
|
|
2995
|
+
<xs:simpleType name="SAP-ElectricityTariffCode">
|
|
2996
|
+
<xs:annotation>
|
|
2997
|
+
<xs:documentation>Code which indicates the type of electricity tariff.</xs:documentation>
|
|
2998
|
+
</xs:annotation>
|
|
2999
|
+
<xs:restriction base="xs:string">
|
|
3000
|
+
<xs:enumeration value="1">
|
|
3001
|
+
<xs:annotation>
|
|
3002
|
+
<xs:documentation>standard tariff</xs:documentation>
|
|
3003
|
+
</xs:annotation>
|
|
3004
|
+
</xs:enumeration>
|
|
3005
|
+
<xs:enumeration value="2">
|
|
3006
|
+
<xs:annotation>
|
|
3007
|
+
<xs:documentation>off-peak 7 hour</xs:documentation>
|
|
3008
|
+
</xs:annotation>
|
|
3009
|
+
</xs:enumeration>
|
|
3010
|
+
<xs:enumeration value="3">
|
|
3011
|
+
<xs:annotation>
|
|
3012
|
+
<xs:documentation>off-peak 10 hour</xs:documentation>
|
|
3013
|
+
</xs:annotation>
|
|
3014
|
+
</xs:enumeration>
|
|
3015
|
+
<xs:enumeration value="4">
|
|
3016
|
+
<xs:annotation>
|
|
3017
|
+
<xs:documentation>24 hour</xs:documentation>
|
|
3018
|
+
</xs:annotation>
|
|
3019
|
+
</xs:enumeration>
|
|
3020
|
+
<xs:enumeration value="ND">
|
|
3021
|
+
<xs:annotation>
|
|
3022
|
+
<xs:documentation>not applicable</xs:documentation>
|
|
3023
|
+
</xs:annotation>
|
|
3024
|
+
</xs:enumeration>
|
|
3025
|
+
</xs:restriction>
|
|
3026
|
+
</xs:simpleType>
|
|
3027
|
+
<xs:simpleType name="HeatLossFloorCode">
|
|
3028
|
+
<xs:restriction base="xs:string">
|
|
3029
|
+
<xs:enumeration value="1">
|
|
3030
|
+
<xs:annotation>
|
|
3031
|
+
<xs:documentation>exposed floor</xs:documentation>
|
|
3032
|
+
</xs:annotation>
|
|
3033
|
+
</xs:enumeration>
|
|
3034
|
+
<xs:enumeration value="2">
|
|
3035
|
+
<xs:annotation>
|
|
3036
|
+
<xs:documentation>semi-exposed upper floor to unheated space</xs:documentation>
|
|
3037
|
+
</xs:annotation>
|
|
3038
|
+
</xs:enumeration>
|
|
3039
|
+
<xs:enumeration value="3">
|
|
3040
|
+
<xs:annotation>
|
|
3041
|
+
<xs:documentation>semi-exposed upper floor to partially heated space</xs:documentation>
|
|
3042
|
+
</xs:annotation>
|
|
3043
|
+
</xs:enumeration>
|
|
3044
|
+
</xs:restriction>
|
|
3045
|
+
</xs:simpleType>
|
|
3046
|
+
<xs:simpleType name="SAP-MainHeatingCategoryCode">
|
|
3047
|
+
<xs:annotation>
|
|
3048
|
+
<xs:documentation>Codes used to indicate a category of main heating system.</xs:documentation>
|
|
3049
|
+
</xs:annotation>
|
|
3050
|
+
<xs:restriction base="xs:string">
|
|
3051
|
+
<xs:enumeration value="1">
|
|
3052
|
+
<xs:annotation>
|
|
3053
|
+
<xs:documentation>none</xs:documentation>
|
|
3054
|
+
</xs:annotation>
|
|
3055
|
+
</xs:enumeration>
|
|
3056
|
+
<xs:enumeration value="2">
|
|
3057
|
+
<xs:annotation>
|
|
3058
|
+
<xs:documentation>boiler with radiators or underfloor heating</xs:documentation>
|
|
3059
|
+
</xs:annotation>
|
|
3060
|
+
</xs:enumeration>
|
|
3061
|
+
<xs:enumeration value="3">
|
|
3062
|
+
<xs:annotation>
|
|
3063
|
+
<xs:documentation>micro-cogeneration</xs:documentation>
|
|
3064
|
+
</xs:annotation>
|
|
3065
|
+
</xs:enumeration>
|
|
3066
|
+
<xs:enumeration value="4">
|
|
3067
|
+
<xs:annotation>
|
|
3068
|
+
<xs:documentation>heat pump with radiators or underfloor heating</xs:documentation>
|
|
3069
|
+
</xs:annotation>
|
|
3070
|
+
</xs:enumeration>
|
|
3071
|
+
<xs:enumeration value="5">
|
|
3072
|
+
<xs:annotation>
|
|
3073
|
+
<xs:documentation>heat pump with warm air distribution</xs:documentation>
|
|
3074
|
+
</xs:annotation>
|
|
3075
|
+
</xs:enumeration>
|
|
3076
|
+
<xs:enumeration value="6">
|
|
3077
|
+
<xs:annotation>
|
|
3078
|
+
<xs:documentation>community heating system</xs:documentation>
|
|
3079
|
+
</xs:annotation>
|
|
3080
|
+
</xs:enumeration>
|
|
3081
|
+
<xs:enumeration value="7">
|
|
3082
|
+
<xs:annotation>
|
|
3083
|
+
<xs:documentation>electric storage heaters</xs:documentation>
|
|
3084
|
+
</xs:annotation>
|
|
3085
|
+
</xs:enumeration>
|
|
3086
|
+
<xs:enumeration value="8">
|
|
3087
|
+
<xs:annotation>
|
|
3088
|
+
<xs:documentation>electric underfloor heating</xs:documentation>
|
|
3089
|
+
</xs:annotation>
|
|
3090
|
+
</xs:enumeration>
|
|
3091
|
+
<xs:enumeration value="9">
|
|
3092
|
+
<xs:annotation>
|
|
3093
|
+
<xs:documentation>warm air system (not heat pump)</xs:documentation>
|
|
3094
|
+
</xs:annotation>
|
|
3095
|
+
</xs:enumeration>
|
|
3096
|
+
<xs:enumeration value="10">
|
|
3097
|
+
<xs:annotation>
|
|
3098
|
+
<xs:documentation>room heaters</xs:documentation>
|
|
3099
|
+
</xs:annotation>
|
|
3100
|
+
</xs:enumeration>
|
|
3101
|
+
<xs:enumeration value="11">
|
|
3102
|
+
<xs:annotation>
|
|
3103
|
+
<xs:documentation>other system</xs:documentation>
|
|
3104
|
+
</xs:annotation>
|
|
3105
|
+
</xs:enumeration>
|
|
3106
|
+
</xs:restriction>
|
|
3107
|
+
</xs:simpleType>
|
|
3108
|
+
<xs:simpleType name="SAP-SecondaryHeatingCategoryCode">
|
|
3109
|
+
<xs:annotation>
|
|
3110
|
+
<xs:documentation>Codes used to indicate a category of secondary heating system. Codes are aligned with those of 'SAP-MainHeatingCategoryCode'.</xs:documentation>
|
|
3111
|
+
</xs:annotation>
|
|
3112
|
+
<xs:restriction base="xs:string">
|
|
3113
|
+
<xs:enumeration value="1">
|
|
3114
|
+
<xs:annotation>
|
|
3115
|
+
<xs:documentation>none</xs:documentation>
|
|
3116
|
+
</xs:annotation>
|
|
3117
|
+
</xs:enumeration>
|
|
3118
|
+
<xs:enumeration value="10">
|
|
3119
|
+
<xs:annotation>
|
|
3120
|
+
<xs:documentation>room heaters</xs:documentation>
|
|
3121
|
+
</xs:annotation>
|
|
3122
|
+
</xs:enumeration>
|
|
3123
|
+
</xs:restriction>
|
|
3124
|
+
</xs:simpleType>
|
|
3125
|
+
<xs:simpleType name="SAP-SolidFuelBoilerType">
|
|
3126
|
+
<xs:annotation>
|
|
3127
|
+
<xs:documentation>Code which indicates the type of boiler for the case where the fuel is solid.</xs:documentation>
|
|
3128
|
+
</xs:annotation>
|
|
3129
|
+
<xs:restriction base="xs:string">
|
|
3130
|
+
<xs:enumeration value="1">
|
|
3131
|
+
<xs:annotation>
|
|
3132
|
+
<xs:documentation>independent</xs:documentation>
|
|
3133
|
+
</xs:annotation>
|
|
3134
|
+
</xs:enumeration>
|
|
3135
|
+
<xs:enumeration value="2">
|
|
3136
|
+
<xs:annotation>
|
|
3137
|
+
<xs:documentation>open fire</xs:documentation>
|
|
3138
|
+
</xs:annotation>
|
|
3139
|
+
</xs:enumeration>
|
|
3140
|
+
<xs:enumeration value="3">
|
|
3141
|
+
<xs:annotation>
|
|
3142
|
+
<xs:documentation>closed room heater</xs:documentation>
|
|
3143
|
+
</xs:annotation>
|
|
3144
|
+
</xs:enumeration>
|
|
3145
|
+
<xs:enumeration value="4">
|
|
3146
|
+
<xs:annotation>
|
|
3147
|
+
<xs:documentation>range cooker</xs:documentation>
|
|
3148
|
+
</xs:annotation>
|
|
3149
|
+
</xs:enumeration>
|
|
3150
|
+
</xs:restriction>
|
|
3151
|
+
</xs:simpleType>
|
|
3152
|
+
<xs:simpleType name="ConstructionDateCode">
|
|
3153
|
+
<xs:restriction base="xs:string">
|
|
3154
|
+
<xs:enumeration value="A">
|
|
3155
|
+
<xs:annotation>
|
|
3156
|
+
<xs:documentation>England and Wales: before 1900;
|
|
3157
|
+
Scotland: before 1919;
|
|
3158
|
+
Northern Ireland: before 1919</xs:documentation>
|
|
3159
|
+
</xs:annotation>
|
|
3160
|
+
</xs:enumeration>
|
|
3161
|
+
<xs:enumeration value="B">
|
|
3162
|
+
<xs:annotation>
|
|
3163
|
+
<xs:documentation>England and Wales: 1900-1929;
|
|
3164
|
+
Scotland: 1919-1929;
|
|
3165
|
+
Northern Ireland: 1919-1929</xs:documentation>
|
|
3166
|
+
</xs:annotation>
|
|
3167
|
+
</xs:enumeration>
|
|
3168
|
+
<xs:enumeration value="C">
|
|
3169
|
+
<xs:annotation>
|
|
3170
|
+
<xs:documentation>England and Wales: 1930-1949;
|
|
3171
|
+
Scotland: 1930-1949;
|
|
3172
|
+
Northern Ireland: 1930-1949</xs:documentation>
|
|
3173
|
+
</xs:annotation>
|
|
3174
|
+
</xs:enumeration>
|
|
3175
|
+
<xs:enumeration value="D">
|
|
3176
|
+
<xs:annotation>
|
|
3177
|
+
<xs:documentation>England and Wales: 1950-1966;
|
|
3178
|
+
Scotland: 1950-1964;
|
|
3179
|
+
Northern Ireland: 1950-1973</xs:documentation>
|
|
3180
|
+
</xs:annotation>
|
|
3181
|
+
</xs:enumeration>
|
|
3182
|
+
<xs:enumeration value="E">
|
|
3183
|
+
<xs:annotation>
|
|
3184
|
+
<xs:documentation>England and Wales: 1967-1975;
|
|
3185
|
+
Scotland: 1965-1975;
|
|
3186
|
+
Northern Ireland: 1974-1977</xs:documentation>
|
|
3187
|
+
</xs:annotation>
|
|
3188
|
+
</xs:enumeration>
|
|
3189
|
+
<xs:enumeration value="F">
|
|
3190
|
+
<xs:annotation>
|
|
3191
|
+
<xs:documentation>England and Wales: 1976-1982;
|
|
3192
|
+
Scotland: 1976-1983;
|
|
3193
|
+
Northern Ireland: 1978-1985</xs:documentation>
|
|
3194
|
+
</xs:annotation>
|
|
3195
|
+
</xs:enumeration>
|
|
3196
|
+
<xs:enumeration value="G">
|
|
3197
|
+
<xs:annotation>
|
|
3198
|
+
<xs:documentation>England and Wales: 1983-1990;
|
|
3199
|
+
Scotland: 1984-1991;
|
|
3200
|
+
Northern Ireland: 1986-1991</xs:documentation>
|
|
3201
|
+
</xs:annotation>
|
|
3202
|
+
</xs:enumeration>
|
|
3203
|
+
<xs:enumeration value="H">
|
|
3204
|
+
<xs:annotation>
|
|
3205
|
+
<xs:documentation>England and Wales: 1991-1995;
|
|
3206
|
+
Scotland: 1992-1998;
|
|
3207
|
+
Northern Ireland: 1992-1999</xs:documentation>
|
|
3208
|
+
</xs:annotation>
|
|
3209
|
+
</xs:enumeration>
|
|
3210
|
+
<xs:enumeration value="I">
|
|
3211
|
+
<xs:annotation>
|
|
3212
|
+
<xs:documentation>England and Wales: 1996-2002;
|
|
3213
|
+
Scotland: 1999-2002;
|
|
3214
|
+
Northern Ireland: 2000-2006</xs:documentation>
|
|
3215
|
+
</xs:annotation>
|
|
3216
|
+
</xs:enumeration>
|
|
3217
|
+
<xs:enumeration value="J">
|
|
3218
|
+
<xs:annotation>
|
|
3219
|
+
<xs:documentation>England and Wales: 2003-2006;
|
|
3220
|
+
Scotland: 2003-2007;
|
|
3221
|
+
Northern Ireland: not applicable</xs:documentation>
|
|
3222
|
+
</xs:annotation>
|
|
3223
|
+
</xs:enumeration>
|
|
3224
|
+
<xs:enumeration value="K">
|
|
3225
|
+
<xs:annotation>
|
|
3226
|
+
<xs:documentation>England and Wales: 2007 onwards;
|
|
3227
|
+
Scotland: 2008 onwards;
|
|
3228
|
+
Northern Ireland: 2007 onwards</xs:documentation>
|
|
3229
|
+
</xs:annotation>
|
|
3230
|
+
</xs:enumeration>
|
|
3231
|
+
</xs:restriction>
|
|
3232
|
+
</xs:simpleType>
|
|
3233
|
+
<xs:simpleType name="SAP-WindTurbinesCount">
|
|
3234
|
+
<xs:restriction base="xs:integer">
|
|
3235
|
+
<xs:maxInclusive value="1"/>
|
|
3236
|
+
<xs:minInclusive value="0"/>
|
|
3237
|
+
</xs:restriction>
|
|
3238
|
+
</xs:simpleType>
|
|
3239
|
+
<xs:simpleType name="SAP-HasLoadOrWeatherCompensation">
|
|
3240
|
+
<xs:restriction base="xs:string">
|
|
3241
|
+
<xs:enumeration value="0">
|
|
3242
|
+
<xs:annotation>
|
|
3243
|
+
<xs:documentation>none</xs:documentation>
|
|
3244
|
+
</xs:annotation>
|
|
3245
|
+
</xs:enumeration>
|
|
3246
|
+
<xs:enumeration value="1">
|
|
3247
|
+
<xs:annotation>
|
|
3248
|
+
<xs:documentation>load compensation</xs:documentation>
|
|
3249
|
+
</xs:annotation>
|
|
3250
|
+
</xs:enumeration>
|
|
3251
|
+
<xs:enumeration value="2">
|
|
3252
|
+
<xs:annotation>
|
|
3253
|
+
<xs:documentation>weather compensation</xs:documentation>
|
|
3254
|
+
</xs:annotation>
|
|
3255
|
+
</xs:enumeration>
|
|
3256
|
+
<xs:enumeration value="3">
|
|
3257
|
+
<xs:annotation>
|
|
3258
|
+
<xs:documentation>enhanced load compensator</xs:documentation>
|
|
3259
|
+
</xs:annotation>
|
|
3260
|
+
</xs:enumeration>
|
|
3261
|
+
</xs:restriction>
|
|
3262
|
+
</xs:simpleType>
|
|
3263
|
+
<xs:simpleType name="PsiValueSourceCode">
|
|
3264
|
+
<xs:restriction base="xs:string">
|
|
3265
|
+
<xs:enumeration value="2">
|
|
3266
|
+
<xs:annotation>
|
|
3267
|
+
<xs:documentation>government-approved scheme</xs:documentation>
|
|
3268
|
+
</xs:annotation>
|
|
3269
|
+
</xs:enumeration>
|
|
3270
|
+
<xs:enumeration value="3">
|
|
3271
|
+
<xs:annotation>
|
|
3272
|
+
<xs:documentation>not government-approved scheme</xs:documentation>
|
|
3273
|
+
</xs:annotation>
|
|
3274
|
+
</xs:enumeration>
|
|
3275
|
+
<xs:enumeration value="4">
|
|
3276
|
+
<xs:annotation>
|
|
3277
|
+
<xs:documentation>SAP table default</xs:documentation>
|
|
3278
|
+
</xs:annotation>
|
|
3279
|
+
</xs:enumeration>
|
|
3280
|
+
</xs:restriction>
|
|
3281
|
+
</xs:simpleType>
|
|
3282
|
+
<xs:simpleType name="DesignWaterUseCode">
|
|
3283
|
+
<xs:restriction base="xs:string">
|
|
3284
|
+
<xs:enumeration value="1">
|
|
3285
|
+
<xs:annotation>
|
|
3286
|
+
<xs:documentation><= 125 litres per person per day</xs:documentation>
|
|
3287
|
+
</xs:annotation>
|
|
3288
|
+
</xs:enumeration>
|
|
3289
|
+
</xs:restriction>
|
|
3290
|
+
</xs:simpleType>
|
|
3291
|
+
<xs:simpleType name="SAP-CoolingSystemTypeCode">
|
|
3292
|
+
<xs:restriction base="xs:string">
|
|
3293
|
+
<xs:enumeration value="1">
|
|
3294
|
+
<xs:annotation>
|
|
3295
|
+
<xs:documentation>split or multi-split</xs:documentation>
|
|
3296
|
+
</xs:annotation>
|
|
3297
|
+
</xs:enumeration>
|
|
3298
|
+
<xs:enumeration value="2">
|
|
3299
|
+
<xs:annotation>
|
|
3300
|
+
<xs:documentation>packaged</xs:documentation>
|
|
3301
|
+
</xs:annotation>
|
|
3302
|
+
</xs:enumeration>
|
|
3303
|
+
</xs:restriction>
|
|
3304
|
+
</xs:simpleType>
|
|
3305
|
+
<xs:simpleType name="SAP-CoolingSystemClassCode">
|
|
3306
|
+
<xs:restriction base="xs:string">
|
|
3307
|
+
<xs:enumeration value="A"/>
|
|
3308
|
+
<xs:enumeration value="B"/>
|
|
3309
|
+
<xs:enumeration value="C"/>
|
|
3310
|
+
<xs:enumeration value="D"/>
|
|
3311
|
+
<xs:enumeration value="E"/>
|
|
3312
|
+
<xs:enumeration value="F"/>
|
|
3313
|
+
<xs:enumeration value="G"/>
|
|
3314
|
+
<xs:enumeration value="ND"/>
|
|
3315
|
+
</xs:restriction>
|
|
3316
|
+
</xs:simpleType>
|
|
3317
|
+
<xs:simpleType name="SAP-CoolingSystemControlCode">
|
|
3318
|
+
<xs:restriction base="xs:string">
|
|
3319
|
+
<xs:enumeration value="1">
|
|
3320
|
+
<xs:annotation>
|
|
3321
|
+
<xs:documentation>on/off</xs:documentation>
|
|
3322
|
+
</xs:annotation>
|
|
3323
|
+
</xs:enumeration>
|
|
3324
|
+
<xs:enumeration value="2">
|
|
3325
|
+
<xs:annotation>
|
|
3326
|
+
<xs:documentation>modulating</xs:documentation>
|
|
3327
|
+
</xs:annotation>
|
|
3328
|
+
</xs:enumeration>
|
|
3329
|
+
</xs:restriction>
|
|
3330
|
+
</xs:simpleType>
|
|
3331
|
+
<xs:simpleType name="SAP-BurnerControlCode">
|
|
3332
|
+
<xs:restriction base="xs:string">
|
|
3333
|
+
<xs:enumeration value="1">
|
|
3334
|
+
<xs:annotation>
|
|
3335
|
+
<xs:documentation>unknown</xs:documentation>
|
|
3336
|
+
</xs:annotation>
|
|
3337
|
+
</xs:enumeration>
|
|
3338
|
+
<xs:enumeration value="2">
|
|
3339
|
+
<xs:annotation>
|
|
3340
|
+
<xs:documentation>on/off (gas and oil burners)</xs:documentation>
|
|
3341
|
+
</xs:annotation>
|
|
3342
|
+
</xs:enumeration>
|
|
3343
|
+
<xs:enumeration value="3">
|
|
3344
|
+
<xs:annotation>
|
|
3345
|
+
<xs:documentation>modulating (gas and oil boilers)</xs:documentation>
|
|
3346
|
+
</xs:annotation>
|
|
3347
|
+
</xs:enumeration>
|
|
3348
|
+
<xs:enumeration value="4">
|
|
3349
|
+
<xs:annotation>
|
|
3350
|
+
<xs:documentation>manual (solid fuel boilers)</xs:documentation>
|
|
3351
|
+
</xs:annotation>
|
|
3352
|
+
</xs:enumeration>
|
|
3353
|
+
<xs:enumeration value="5">
|
|
3354
|
+
<xs:annotation>
|
|
3355
|
+
<xs:documentation>electrical (solid fuel boilers)</xs:documentation>
|
|
3356
|
+
</xs:annotation>
|
|
3357
|
+
</xs:enumeration>
|
|
3358
|
+
</xs:restriction>
|
|
3359
|
+
</xs:simpleType>
|
|
3360
|
+
<xs:simpleType name="SAP-EfficiencyTypeCode">
|
|
3361
|
+
<xs:restriction base="xs:string">
|
|
3362
|
+
<xs:enumeration value="1">
|
|
3363
|
+
<xs:annotation>
|
|
3364
|
+
<xs:documentation>not gas or oil boiler</xs:documentation>
|
|
3365
|
+
</xs:annotation>
|
|
3366
|
+
</xs:enumeration>
|
|
3367
|
+
<xs:enumeration value="2">
|
|
3368
|
+
<xs:annotation>
|
|
3369
|
+
<xs:documentation>SEDBUK(2005)</xs:documentation>
|
|
3370
|
+
</xs:annotation>
|
|
3371
|
+
</xs:enumeration>
|
|
3372
|
+
<xs:enumeration value="3">
|
|
3373
|
+
<xs:annotation>
|
|
3374
|
+
<xs:documentation>SEDBUK(2009)</xs:documentation>
|
|
3375
|
+
</xs:annotation>
|
|
3376
|
+
</xs:enumeration>
|
|
3377
|
+
<xs:enumeration value="4">
|
|
3378
|
+
<xs:annotation>
|
|
3379
|
+
<xs:documentation>winter and summer</xs:documentation>
|
|
3380
|
+
</xs:annotation>
|
|
3381
|
+
</xs:enumeration>
|
|
3382
|
+
</xs:restriction>
|
|
3383
|
+
</xs:simpleType>
|
|
3384
|
+
<xs:simpleType name="SAP-HeatSourceTypeCode">
|
|
3385
|
+
<xs:restriction base="xs:string">
|
|
3386
|
+
<xs:enumeration value="1">
|
|
3387
|
+
<xs:annotation>
|
|
3388
|
+
<xs:documentation>CHP</xs:documentation>
|
|
3389
|
+
</xs:annotation>
|
|
3390
|
+
</xs:enumeration>
|
|
3391
|
+
<xs:enumeration value="2">
|
|
3392
|
+
<xs:annotation>
|
|
3393
|
+
<xs:documentation>boilers</xs:documentation>
|
|
3394
|
+
</xs:annotation>
|
|
3395
|
+
</xs:enumeration>
|
|
3396
|
+
<xs:enumeration value="3">
|
|
3397
|
+
<xs:annotation>
|
|
3398
|
+
<xs:documentation>heat pump</xs:documentation>
|
|
3399
|
+
</xs:annotation>
|
|
3400
|
+
</xs:enumeration>
|
|
3401
|
+
<xs:enumeration value="4">
|
|
3402
|
+
<xs:annotation>
|
|
3403
|
+
<xs:documentation>waste heat</xs:documentation>
|
|
3404
|
+
</xs:annotation>
|
|
3405
|
+
</xs:enumeration>
|
|
3406
|
+
<xs:enumeration value="5">
|
|
3407
|
+
<xs:annotation>
|
|
3408
|
+
<xs:documentation>geothermal</xs:documentation>
|
|
3409
|
+
</xs:annotation>
|
|
3410
|
+
</xs:enumeration>
|
|
3411
|
+
</xs:restriction>
|
|
3412
|
+
</xs:simpleType>
|
|
3413
|
+
<xs:simpleType name="SAP-RoofTypeCode">
|
|
3414
|
+
<xs:restriction base="xs:string">
|
|
3415
|
+
<xs:enumeration value="2">
|
|
3416
|
+
<xs:annotation>
|
|
3417
|
+
<xs:documentation>exposed roof</xs:documentation>
|
|
3418
|
+
</xs:annotation>
|
|
3419
|
+
</xs:enumeration>
|
|
3420
|
+
<xs:enumeration value="4">
|
|
3421
|
+
<xs:annotation>
|
|
3422
|
+
<xs:documentation>party ceiling</xs:documentation>
|
|
3423
|
+
</xs:annotation>
|
|
3424
|
+
</xs:enumeration>
|
|
3425
|
+
</xs:restriction>
|
|
3426
|
+
</xs:simpleType>
|
|
3427
|
+
<xs:simpleType name="AirChangeRateMonth">
|
|
3428
|
+
<xs:restriction base="xs:string">
|
|
3429
|
+
<xs:enumeration value="Jan"/>
|
|
3430
|
+
<xs:enumeration value="Feb"/>
|
|
3431
|
+
<xs:enumeration value="Mar"/>
|
|
3432
|
+
<xs:enumeration value="Apr"/>
|
|
3433
|
+
<xs:enumeration value="May"/>
|
|
3434
|
+
<xs:enumeration value="Jun"/>
|
|
3435
|
+
<xs:enumeration value="Jul"/>
|
|
3436
|
+
<xs:enumeration value="Aug"/>
|
|
3437
|
+
<xs:enumeration value="Sep"/>
|
|
3438
|
+
<xs:enumeration value="Oct"/>
|
|
3439
|
+
<xs:enumeration value="Nov"/>
|
|
3440
|
+
<xs:enumeration value="Dec"/>
|
|
3441
|
+
</xs:restriction>
|
|
3442
|
+
</xs:simpleType>
|
|
3443
|
+
<xs:simpleType name="MainHeatingSystemsInteraction">
|
|
3444
|
+
<xs:restriction base="xs:string">
|
|
3445
|
+
<xs:enumeration value="1">
|
|
3446
|
+
<xs:annotation>
|
|
3447
|
+
<xs:documentation>both main heating systems provide heat to the whole property</xs:documentation>
|
|
3448
|
+
</xs:annotation>
|
|
3449
|
+
</xs:enumeration>
|
|
3450
|
+
<xs:enumeration value="2">
|
|
3451
|
+
<xs:annotation>
|
|
3452
|
+
<xs:documentation>the main heating systems are separate and heat different parts of the property</xs:documentation>
|
|
3453
|
+
</xs:annotation>
|
|
3454
|
+
</xs:enumeration>
|
|
3455
|
+
</xs:restriction>
|
|
3456
|
+
</xs:simpleType>
|
|
3457
|
+
</xs:schema>
|