epb_view_models 2.3.0 → 2.4.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 +4 -4
- data/api/schemas/data/orchestrate.json +4 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationRequest_1.xsd → RdSAP-Schema-S-12.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd} +24 -15
- data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC → RdSAP-Schema-S-12.0/RdSAP}/Templates/EPC-Certificate.xsd +48 -105
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/EPC-CollectedData.xsd +445 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-Report.xsd → RdSAP-Schema-S-12.0/RdSAP/Templates/HIP-Reports.xsd} +64 -56
- data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC → RdSAP-Schema-S-12.0/RdSAP}/Templates/Property.xsd +14 -9
- data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC → RdSAP-Schema-S-12.0/RdSAP}/Templates/UserManagement.xsd +100 -63
- data/api/schemas/xml/{RdSAP-Schema-S-14.0/RdSAP/SAP-EPC → RdSAP-Schema-S-12.0/RdSAP}/UDT/BaseDataTypes.xsd +28 -26
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/EPC-Domains.xsd +68 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/SAP-Domains.xsd +1101 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/SharedDomains.xsd +596 -0
- data/api/schemas/xml/RdSAP-Schema-S-12.0/RdSAP/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +2 -2
- data/lib/epb_view_models/version.rb +5 -0
- data/lib/epb_view_models.rb +1 -3
- data/lib/helper/rrn_helper.rb +4 -4
- data/lib/view_model/cs63/common_schema.rb +18 -18
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/rd_sap_schema_s_120/common_schema.rb +547 -0
- data/lib/view_model/rd_sap_wrapper.rb +2 -0
- metadata +26 -36
- data/.buildspec.yml +0 -13
- data/.gitignore +0 -19
- data/.rspec +0 -2
- data/.rubocop.yml +0 -8
- data/.ruby-version +0 -1
- data/Gemfile +0 -15
- data/Gemfile.lock +0 -122
- data/Makefile +0 -17
- data/Rakefile +0 -12
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/ExternalDefinitions.xsd +0 -147
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessRequest_1.xsd +0 -44
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessResponse_1.xsd +0 -47
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusRequest_1.xsd +0 -44
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusResponse_1.xsd +0 -47
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateResponse_1.xsd +0 -52
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveRequest_1.xsd +0 -52
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveResponse_1.xsd +0 -87
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +0 -44
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +0 -28
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +0 -30
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +0 -52
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationResponse_1.xsd +0 -46
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-CollectedData.xsd +0 -1188
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/EPC-Domains.xsd +0 -703
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SAP05-Domains.xsd +0 -3007
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SharedDomains.xsd +0 -311
- data/epb_view_models.gemspec +0 -27
data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusResponse_1.xsd
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!--***************************************************************************
|
|
8
|
-
Imports and Inclusions
|
|
9
|
-
*************************************************************************** -->
|
|
10
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
11
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
13
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
14
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
15
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
16
|
-
<!--***************************************************************************
|
|
17
|
-
Message Definition
|
|
18
|
-
*************************************************************************** -->
|
|
19
|
-
<xs:element name="ConditionReportChangeStatusResponse_1">
|
|
20
|
-
<xs:complexType>
|
|
21
|
-
<xs:sequence>
|
|
22
|
-
<xs:element name="Identification">
|
|
23
|
-
<xs:complexType>
|
|
24
|
-
<xs:complexContent>
|
|
25
|
-
<xs:extension base="CS:DefaultIdBlock">
|
|
26
|
-
<xs:sequence>
|
|
27
|
-
<xs:element name="Identifier" type="HIP:ReportKeyFields"/>
|
|
28
|
-
</xs:sequence>
|
|
29
|
-
</xs:extension>
|
|
30
|
-
</xs:complexContent>
|
|
31
|
-
</xs:complexType>
|
|
32
|
-
</xs:element>
|
|
33
|
-
<xs:element name="Configuration" type="CS:UpdateRequestConfigBlock" minOccurs="0"/>
|
|
34
|
-
<xs:element name="Content">
|
|
35
|
-
<xs:complexType>
|
|
36
|
-
<xs:choice>
|
|
37
|
-
<!-- If everything is OK then no response is actually required but a success flag doesn't hurt! -->
|
|
38
|
-
<xs:element name="Success" type="pfdt:Flag" fixed="Y"/>
|
|
39
|
-
<!-- This is the response if anything is wrong with the actual data in the message -->
|
|
40
|
-
<xs:element name="ExceptionList" type="ERR:ExceptionList"/>
|
|
41
|
-
</xs:choice>
|
|
42
|
-
</xs:complexType>
|
|
43
|
-
</xs:element>
|
|
44
|
-
</xs:sequence>
|
|
45
|
-
</xs:complexType>
|
|
46
|
-
</xs:element>
|
|
47
|
-
</xs:schema>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!--***************************************************************************
|
|
8
|
-
Imports and Inclusions
|
|
9
|
-
*************************************************************************** -->
|
|
10
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
11
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
13
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
14
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
15
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
16
|
-
<!--***************************************************************************
|
|
17
|
-
Message Definition
|
|
18
|
-
*************************************************************************** -->
|
|
19
|
-
<xs:element name="ConditionReportCreateResponse_1">
|
|
20
|
-
<xs:complexType>
|
|
21
|
-
<xs:sequence>
|
|
22
|
-
<xs:element name="Identification">
|
|
23
|
-
<xs:complexType>
|
|
24
|
-
<xs:complexContent>
|
|
25
|
-
<xs:extension base="CS:DefaultIdBlock">
|
|
26
|
-
<xs:sequence>
|
|
27
|
-
<xs:element name="Identifier" type="HIP:ReportKeyFields"/>
|
|
28
|
-
</xs:sequence>
|
|
29
|
-
</xs:extension>
|
|
30
|
-
</xs:complexContent>
|
|
31
|
-
</xs:complexType>
|
|
32
|
-
</xs:element>
|
|
33
|
-
<xs:element name="Configuration" type="CS:UpdateRequestConfigBlock"/>
|
|
34
|
-
<xs:choice>
|
|
35
|
-
<!-- This is the valid response if everything is OK -->
|
|
36
|
-
<xs:element name="Content">
|
|
37
|
-
<xs:complexType>
|
|
38
|
-
<xs:sequence>
|
|
39
|
-
<xs:element name="RRN" type="pfdt:RRNType"/>
|
|
40
|
-
</xs:sequence>
|
|
41
|
-
</xs:complexType>
|
|
42
|
-
</xs:element>
|
|
43
|
-
<!-- This is the response if anything is wrong with the actual data in the message -->
|
|
44
|
-
<xs:element name="ExceptionList" type="ERR:ExceptionList"/>
|
|
45
|
-
</xs:choice>
|
|
46
|
-
</xs:sequence>
|
|
47
|
-
</xs:complexType>
|
|
48
|
-
</xs:element>
|
|
49
|
-
<!--***************************************************************************
|
|
50
|
-
Exception Message Definition
|
|
51
|
-
*************************************************************************** -->
|
|
52
|
-
</xs:schema>
|
data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveRequest_1.xsd
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!--***************************************************************************
|
|
8
|
-
Imports and Inclusions
|
|
9
|
-
*************************************************************************** -->
|
|
10
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
11
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
13
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
14
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
15
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
16
|
-
<!--***************************************************************************
|
|
17
|
-
Request Message Definition
|
|
18
|
-
*************************************************************************** -->
|
|
19
|
-
<xs:element name="ConditionReportRetrieveRequest_1">
|
|
20
|
-
<xs:complexType>
|
|
21
|
-
<xs:sequence>
|
|
22
|
-
<xs:element name="Identification">
|
|
23
|
-
<xs:complexType>
|
|
24
|
-
<xs:complexContent>
|
|
25
|
-
<xs:extension base="CS:DefaultIdBlock">
|
|
26
|
-
<xs:sequence>
|
|
27
|
-
<xs:element name="Identifier" type="HIP:ReportKeyFields"/>
|
|
28
|
-
</xs:sequence>
|
|
29
|
-
</xs:extension>
|
|
30
|
-
</xs:complexContent>
|
|
31
|
-
</xs:complexType>
|
|
32
|
-
</xs:element>
|
|
33
|
-
<xs:element name="Configuration">
|
|
34
|
-
<xs:complexType>
|
|
35
|
-
<xs:complexContent>
|
|
36
|
-
<xs:extension base="CS:RetrieveRequestConfigBlock">
|
|
37
|
-
<xs:sequence>
|
|
38
|
-
<xs:element name="RetrieveLatest" type="pfdt:Flag"/>
|
|
39
|
-
<xs:element name="Assessor-Id" type="xs:string" minOccurs="0">
|
|
40
|
-
<xs:annotation>
|
|
41
|
-
<xs:documentation>If the message is requesting SAP-EPC Input Data, then this element must be populated, so that the register may verify that the Assessor request the data is allowed to view such data.</xs:documentation>
|
|
42
|
-
</xs:annotation>
|
|
43
|
-
</xs:element>
|
|
44
|
-
</xs:sequence>
|
|
45
|
-
</xs:extension>
|
|
46
|
-
</xs:complexContent>
|
|
47
|
-
</xs:complexType>
|
|
48
|
-
</xs:element>
|
|
49
|
-
</xs:sequence>
|
|
50
|
-
</xs:complexType>
|
|
51
|
-
</xs:element>
|
|
52
|
-
</xs:schema>
|
data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveResponse_1.xsd
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:SAP05="http://www.est.org.uk/epc/lodgement/estV20/DCLG-SAP05" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!--***************************************************************************
|
|
8
|
-
Imports and Inclusions
|
|
9
|
-
*************************************************************************** -->
|
|
10
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
11
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
13
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
14
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
15
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
16
|
-
<!-- Add the New build SAP-EPC data model -->
|
|
17
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-SAP05" schemaLocation="../SAP-EPC/Templates/SAP05-Report.xsd"/>
|
|
18
|
-
<!--***************************************************************************
|
|
19
|
-
Response Message Definition
|
|
20
|
-
The response from the service may be:
|
|
21
|
-
* A summary list of available Reports
|
|
22
|
-
* A PDF of one of the Reports
|
|
23
|
-
* A list of exceptions
|
|
24
|
-
*************************************************************************** -->
|
|
25
|
-
<xs:element name="ConditionReportRetrieveResponse_1">
|
|
26
|
-
<xs:complexType>
|
|
27
|
-
<xs:sequence>
|
|
28
|
-
<xs:element name="Identification">
|
|
29
|
-
<xs:complexType>
|
|
30
|
-
<xs:complexContent>
|
|
31
|
-
<xs:extension base="CS:DefaultIdBlock">
|
|
32
|
-
<xs:sequence>
|
|
33
|
-
<xs:element name="Identifier" type="HIP:ReportKeyFields"/>
|
|
34
|
-
</xs:sequence>
|
|
35
|
-
</xs:extension>
|
|
36
|
-
</xs:complexContent>
|
|
37
|
-
</xs:complexType>
|
|
38
|
-
</xs:element>
|
|
39
|
-
<xs:element name="Configuration">
|
|
40
|
-
<xs:complexType>
|
|
41
|
-
<xs:complexContent>
|
|
42
|
-
<xs:extension base="CS:SearchResponseConfigBlock">
|
|
43
|
-
<xs:sequence>
|
|
44
|
-
<xs:element name="LatestRetrieved" type="pfdt:Flag"/>
|
|
45
|
-
</xs:sequence>
|
|
46
|
-
</xs:extension>
|
|
47
|
-
</xs:complexContent>
|
|
48
|
-
</xs:complexType>
|
|
49
|
-
</xs:element>
|
|
50
|
-
<xs:choice>
|
|
51
|
-
<!-- This is the valid response if everthing is OK -->
|
|
52
|
-
<xs:element name="Content">
|
|
53
|
-
<xs:complexType>
|
|
54
|
-
<xs:choice>
|
|
55
|
-
<xs:element name="Report-List" maxOccurs="unbounded">
|
|
56
|
-
<xs:complexType>
|
|
57
|
-
<xs:all>
|
|
58
|
-
<xs:element name="Report-Summary">
|
|
59
|
-
<xs:complexType>
|
|
60
|
-
<xs:all>
|
|
61
|
-
<xs:element name="RRN" type="pfdt:RRNType"/>
|
|
62
|
-
<xs:element name="Inspection-Date" type="xs:date"/>
|
|
63
|
-
<xs:element name="HI-Name" type="HIP:PersonNameType"/>
|
|
64
|
-
<xs:element name="HI-Certificate" type="HIP:CertificateNumberType"/>
|
|
65
|
-
<xs:element name="Restricted-Access" type="HIP:RestrictedAccessCode"/>
|
|
66
|
-
<xs:element name="Report-Status" type="HIP:ReportStatusCode"/>
|
|
67
|
-
</xs:all>
|
|
68
|
-
</xs:complexType>
|
|
69
|
-
</xs:element>
|
|
70
|
-
</xs:all>
|
|
71
|
-
</xs:complexType>
|
|
72
|
-
</xs:element>
|
|
73
|
-
<xs:element name="PDF" type="xs:base64Binary"/>
|
|
74
|
-
<xs:element name="HCR-Header" type="HIP:Report-Header"/>
|
|
75
|
-
<xs:element name="HCR-Data" type="HIP:Home-Condition-Report"/>
|
|
76
|
-
<xs:element name="EPC-Data" type="HIP:Energy-Performance-Certificate"/>
|
|
77
|
-
<xs:element name="SAP-EPC-Data" type="SAP05:Energy-Performance-Certificate"/>
|
|
78
|
-
</xs:choice>
|
|
79
|
-
</xs:complexType>
|
|
80
|
-
</xs:element>
|
|
81
|
-
<!-- This is the response if anything is wrong with the actual data in the message -->
|
|
82
|
-
<xs:element name="ExceptionList" type="ERR:ExceptionList"/>
|
|
83
|
-
</xs:choice>
|
|
84
|
-
</xs:sequence>
|
|
85
|
-
</xs:complexType>
|
|
86
|
-
</xs:element>
|
|
87
|
-
</xs:schema>
|
data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateRequest_1.xsd
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
8
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
9
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
10
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
11
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
13
|
-
<xs:element name="HomeInspectorRegisterUpdateRequest_1">
|
|
14
|
-
<xs:complexType>
|
|
15
|
-
<xs:sequence>
|
|
16
|
-
<xs:element name="Identification" type="CS:DefaultIdBlock"/>
|
|
17
|
-
<xs:element name="Configuration">
|
|
18
|
-
<xs:complexType>
|
|
19
|
-
<xs:complexContent>
|
|
20
|
-
<xs:extension base="CS:UpdateRequestConfigBlock">
|
|
21
|
-
<xs:sequence>
|
|
22
|
-
<xs:element name="NumberOfRecords" type="pfdt:Count"/>
|
|
23
|
-
</xs:sequence>
|
|
24
|
-
</xs:extension>
|
|
25
|
-
</xs:complexContent>
|
|
26
|
-
</xs:complexType>
|
|
27
|
-
</xs:element>
|
|
28
|
-
<xs:element name="Content">
|
|
29
|
-
<xs:complexType>
|
|
30
|
-
<xs:sequence>
|
|
31
|
-
<xs:element name="Home-Inspector-List">
|
|
32
|
-
<xs:complexType>
|
|
33
|
-
<xs:sequence>
|
|
34
|
-
<xs:element name="Home-Inspector" type="HIP:Home-Inspector" minOccurs="0" maxOccurs="unbounded"/>
|
|
35
|
-
</xs:sequence>
|
|
36
|
-
</xs:complexType>
|
|
37
|
-
</xs:element>
|
|
38
|
-
</xs:sequence>
|
|
39
|
-
</xs:complexType>
|
|
40
|
-
</xs:element>
|
|
41
|
-
</xs:sequence>
|
|
42
|
-
</xs:complexType>
|
|
43
|
-
</xs:element>
|
|
44
|
-
</xs:schema>
|
data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateResponse_1.xsd
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/lodgement" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
8
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
9
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
10
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
11
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
13
|
-
<xs:element name="HomeInspectorRegisterUpdateResponse_1">
|
|
14
|
-
<xs:complexType>
|
|
15
|
-
<xs:sequence>
|
|
16
|
-
<xs:element name="Identification" type="CS:DefaultIdBlock"/>
|
|
17
|
-
<xs:element name="Content">
|
|
18
|
-
<xs:complexType>
|
|
19
|
-
<xs:choice>
|
|
20
|
-
<xs:element name="RequestSuccesful" type="pfdt:Flag"/>
|
|
21
|
-
<xs:element name="ExceptionList" type="ERR:ExceptionList"/>
|
|
22
|
-
</xs:choice>
|
|
23
|
-
</xs:complexType>
|
|
24
|
-
</xs:element>
|
|
25
|
-
</xs:sequence>
|
|
26
|
-
</xs:complexType>
|
|
27
|
-
</xs:element>
|
|
28
|
-
</xs:schema>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
8
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
9
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
10
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
11
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
13
|
-
<!--***************************************************************************
|
|
14
|
-
Request Message Definition
|
|
15
|
-
*************************************************************************** -->
|
|
16
|
-
<xs:element name="HomeInspectorRegisterUpdateStatusRequest_1">
|
|
17
|
-
<xs:complexType>
|
|
18
|
-
<xs:sequence>
|
|
19
|
-
<xs:element name="Identification" type="CS:DefaultIdBlock"/>
|
|
20
|
-
<xs:element name="Configuration">
|
|
21
|
-
<xs:complexType>
|
|
22
|
-
<xs:complexContent>
|
|
23
|
-
<xs:extension base="CS:UpdateRequestConfigBlock"/>
|
|
24
|
-
</xs:complexContent>
|
|
25
|
-
</xs:complexType>
|
|
26
|
-
</xs:element>
|
|
27
|
-
</xs:sequence>
|
|
28
|
-
</xs:complexType>
|
|
29
|
-
</xs:element>
|
|
30
|
-
</xs:schema>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
8
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
9
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
10
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
11
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
12
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
13
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
14
|
-
<!--***************************************************************************
|
|
15
|
-
Request Message Definition
|
|
16
|
-
*************************************************************************** -->
|
|
17
|
-
<xs:complexType name="HomeInspectorExceptionList">
|
|
18
|
-
<xs:complexContent>
|
|
19
|
-
<xs:extension base="ERR:ExceptionList">
|
|
20
|
-
<xs:sequence>
|
|
21
|
-
<xs:element name="HomeInspector" type="HIP:InspectorKeyFields" minOccurs="0"/>
|
|
22
|
-
</xs:sequence>
|
|
23
|
-
</xs:extension>
|
|
24
|
-
</xs:complexContent>
|
|
25
|
-
</xs:complexType>
|
|
26
|
-
<xs:simpleType name="RegisterUpdateStatusType">
|
|
27
|
-
<xs:restriction base="xs:string">
|
|
28
|
-
<xs:enumeration value="Pending"/>
|
|
29
|
-
<xs:enumeration value="In Progress"/>
|
|
30
|
-
<xs:enumeration value="Completed"/>
|
|
31
|
-
<xs:enumeration value="Failed"/>
|
|
32
|
-
</xs:restriction>
|
|
33
|
-
</xs:simpleType>
|
|
34
|
-
<xs:element name="HomeInspectorRegisterUpdateStatusResponse_1">
|
|
35
|
-
<xs:complexType>
|
|
36
|
-
<xs:sequence>
|
|
37
|
-
<xs:element name="Identification" type="CS:DefaultIdBlock"/>
|
|
38
|
-
<xs:element name="Content">
|
|
39
|
-
<xs:complexType>
|
|
40
|
-
<xs:sequence>
|
|
41
|
-
<xs:element name="Status" type="RegisterUpdateStatusType"/>
|
|
42
|
-
<xs:element name="ProcessCompleteDateTime" type="xs:dateTime" minOccurs="0"/>
|
|
43
|
-
<xs:sequence>
|
|
44
|
-
<xs:element name="ExceptionList" type="HomeInspectorExceptionList" minOccurs="0" maxOccurs="unbounded"/>
|
|
45
|
-
</xs:sequence>
|
|
46
|
-
</xs:sequence>
|
|
47
|
-
</xs:complexType>
|
|
48
|
-
</xs:element>
|
|
49
|
-
</xs:sequence>
|
|
50
|
-
</xs:complexType>
|
|
51
|
-
</xs:element>
|
|
52
|
-
</xs:schema>
|
data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationResponse_1.xsd
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" xmlns:ERR="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" xmlns:pfdt="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-14.0">
|
|
3
|
-
<!--
|
|
4
|
-
© Department of Communities and Local Government. © Crown copyright, 2007. The Home Condition Report logo and associated wording is a registered trade mark - any unlicensed use is not permitted. Copyright in the typographical arrangement of this document rests with the Crown. This publication, excluding logos, may be reproduced free of charge in any format or medium for research, private study, for internal circulation within an organisation or by registered scheme users. This is subject to it being reproduced accurately and not used in a misleading context.
|
|
5
|
-
|
|
6
|
-
-->
|
|
7
|
-
<!--***************************************************************************
|
|
8
|
-
Imports and Inclusions
|
|
9
|
-
*************************************************************************** -->
|
|
10
|
-
<!-- Common Structures contains the standard domain-wide declarations of the infrastructure elements such as IdentifyingBlock -->
|
|
11
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/>
|
|
12
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/>
|
|
13
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
14
|
-
<!-- Include templates for all Business Entities used by the message -->
|
|
15
|
-
<xs:import namespace="http://www.est.org.uk/epc/lodgement/estV20/DCLG-HIP" schemaLocation="../Templates/HIP-Reports.xsd"/>
|
|
16
|
-
<!--***************************************************************************
|
|
17
|
-
Message Definition
|
|
18
|
-
*************************************************************************** -->
|
|
19
|
-
<xs:element name="PropertyUPRNValidationResponse_1">
|
|
20
|
-
<xs:complexType>
|
|
21
|
-
<xs:sequence>
|
|
22
|
-
<xs:element name="Identification">
|
|
23
|
-
<xs:complexType>
|
|
24
|
-
<xs:complexContent>
|
|
25
|
-
<xs:extension base="CS:DefaultIdBlock">
|
|
26
|
-
<xs:sequence>
|
|
27
|
-
<xs:element name="UPRN" type="HIP:UPRNType"/>
|
|
28
|
-
</xs:sequence>
|
|
29
|
-
</xs:extension>
|
|
30
|
-
</xs:complexContent>
|
|
31
|
-
</xs:complexType>
|
|
32
|
-
</xs:element>
|
|
33
|
-
<xs:element name="Content">
|
|
34
|
-
<xs:complexType>
|
|
35
|
-
<xs:choice>
|
|
36
|
-
<!-- If everything is OK then no response is actually required but a success flag doesn't hurt! -->
|
|
37
|
-
<xs:element name="AddressValid" type="pfdt:Flag"/>
|
|
38
|
-
<!-- This is the response if anything is wrong with the actual data in the message -->
|
|
39
|
-
<xs:element name="ExceptionList" type="ERR:ExceptionList"/>
|
|
40
|
-
</xs:choice>
|
|
41
|
-
</xs:complexType>
|
|
42
|
-
</xs:element>
|
|
43
|
-
</xs:sequence>
|
|
44
|
-
</xs:complexType>
|
|
45
|
-
</xs:element>
|
|
46
|
-
</xs:schema>
|