epb_view_models 2.2.21 → 2.3.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/CEPC-S-7.0/Reports/BaseDataTypes.xsd +296 -296
- data/api/schemas/xml/CEPC-S-7.0/Reports/CEPC-Reports.xsd +63 -63
- data/api/schemas/xml/CEPC-S-7.0/Reports/Input-Data.xsd +34 -34
- data/api/schemas/xml/CEPC-S-7.0/Reports/Performance-Summary.xsd +120 -120
- data/api/schemas/xml/CEPC-S-7.0/Reports/Property.xsd +67 -67
- data/api/schemas/xml/CEPC-S-7.0/Reports/Report-Header.xsd +178 -178
- data/api/schemas/xml/CEPC-S-7.0/Reports/Reported-Data.xsd +391 -391
- data/api/schemas/xml/CEPC-S-7.0/Reports/UserManagement.xsd +171 -171
- data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
- data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
- data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
- data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
- data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
- data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
- data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/CommonFiles/CommonStructures.xsd +160 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/CommonFiles/Exceptions.xsd +72 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/ExternalDefinitions.xsd +147 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeAccessResponse_1.xsd +47 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportChangeStatusResponse_1.xsd +47 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateRequest_1.xsd +41 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportCreateResponse_1.xsd +52 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveRequest_1.xsd +52 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/ConditionReportRetrieveResponse_1.xsd +87 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateResponse_1.xsd +28 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusRequest_1.xsd +30 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/HomeInspectorRegisterUpdateStatusResponse_1.xsd +52 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationRequest_1.xsd +44 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Messages/PropertyUPRNValidationResponse_1.xsd +46 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/EPC-Certificate.xsd +270 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/Property.xsd +68 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-CollectedData.xsd +1188 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/SAP05-Report.xsd +195 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/Templates/UserManagement.xsd +215 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/BaseDataTypes.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/EPC-Domains.xsd +703 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SAP05-Domains.xsd +3007 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/SAP-EPC/UDT/SharedDomains.xsd +311 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/EPC-Certificate.xsd +252 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/EPC-CollectedData.xsd +444 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HCR-RiskAssessment.xsd +297 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/HIP-Reports.xsd +220 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/Property.xsd +73 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/Templates/UserManagement.xsd +257 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/EPC-Domains.xsd +743 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/HCR-Domains.xsd +1773 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/SAP-Domains.xsd +1134 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/SharedDomains.xsd +660 -0
- data/api/schemas/xml/RdSAP-Schema-S-14.0/RdSAP/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xml +1456 -1456
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd +236 -236
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd +16 -16
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd +388 -388
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd +784 -784
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -283
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -222
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -205
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -311
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -380
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd +298 -298
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd +67 -67
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd +201 -201
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd +259 -259
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd +176 -176
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd +881 -881
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd +1779 -1779
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd +1650 -1650
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd +768 -768
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd +19 -19
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xml +1456 -1456
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xsd +236 -236
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/AssessorManagement.xsd +208 -208
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-CollectedData.xsd +957 -957
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ExceptionList.xsd +18 -18
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +180 -180
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/EPC-Domains.xsd +843 -843
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/SAP-Domains.xsd +2541 -2541
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xml +1456 -1456
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xsd +236 -236
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-CollectedData.xsd +966 -966
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ExceptionList.xsd +18 -18
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -175
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -853
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -2551
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.cs +11846 -11846
- data/lib/epb_view_models.rb +1 -1
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/rd_sap_schema_s_140/common_schema.rb +550 -0
- data/lib/view_model/rd_sap_wrapper.rb +2 -0
- metadata +45 -1
|
@@ -1,205 +1,205 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" xmlns:pfdt="http://www.est.org.uk/epc/estcrV1/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" elementFormDefault="qualified" version="LIG-16.0">
|
|
3
|
-
<xs:import namespace="http://www.est.org.uk/epc/estcrV1/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
4
|
-
<xs:include schemaLocation="../UDT/HCR-Domains.xsd"/>
|
|
5
|
-
<xs:element name="Built-In-Fitting" type="Built-In-Fitting"/>
|
|
6
|
-
<xs:complexType name="Built-In-Fitting">
|
|
7
|
-
<xs:annotation>
|
|
8
|
-
<xs:documentation>Details of built-in kitchen or other fittings but excluding appliances.</xs:documentation>
|
|
9
|
-
</xs:annotation>
|
|
10
|
-
<xs:all>
|
|
11
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
12
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
13
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
14
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
15
|
-
<xs:annotation>
|
|
16
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
17
|
-
|
|
18
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
19
|
-
</xs:documentation>
|
|
20
|
-
</xs:annotation>
|
|
21
|
-
</xs:element>
|
|
22
|
-
</xs:all>
|
|
23
|
-
</xs:complexType>
|
|
24
|
-
<xs:element name="Internal-Feature" type="Internal-Feature"/>
|
|
25
|
-
<xs:complexType name="Internal-Feature" abstract="true">
|
|
26
|
-
<xs:annotation>
|
|
27
|
-
<xs:documentation>Any Structural Feature that is inside, and part of, one of the Habitable Areas.</xs:documentation>
|
|
28
|
-
</xs:annotation>
|
|
29
|
-
<xs:all>
|
|
30
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
31
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
32
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
33
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
34
|
-
<xs:annotation>
|
|
35
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
36
|
-
|
|
37
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
38
|
-
</xs:documentation>
|
|
39
|
-
</xs:annotation>
|
|
40
|
-
</xs:element>
|
|
41
|
-
</xs:all>
|
|
42
|
-
</xs:complexType>
|
|
43
|
-
<xs:element name="Floor" type="Floor"/>
|
|
44
|
-
<xs:complexType name="Floor">
|
|
45
|
-
<xs:all>
|
|
46
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
47
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
48
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
49
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
50
|
-
<xs:annotation>
|
|
51
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
52
|
-
|
|
53
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
54
|
-
</xs:documentation>
|
|
55
|
-
</xs:annotation>
|
|
56
|
-
</xs:element>
|
|
57
|
-
</xs:all>
|
|
58
|
-
</xs:complexType>
|
|
59
|
-
<xs:element name="Fireplace" type="Fireplace"/>
|
|
60
|
-
<xs:complexType name="Fireplace">
|
|
61
|
-
<xs:annotation>
|
|
62
|
-
<xs:documentation>Details of Fireplaces, Chimney Breasts and the outside of flues.</xs:documentation>
|
|
63
|
-
</xs:annotation>
|
|
64
|
-
<xs:all>
|
|
65
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
66
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
67
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
68
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
69
|
-
<xs:annotation>
|
|
70
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
71
|
-
|
|
72
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
73
|
-
</xs:documentation>
|
|
74
|
-
</xs:annotation>
|
|
75
|
-
</xs:element>
|
|
76
|
-
</xs:all>
|
|
77
|
-
</xs:complexType>
|
|
78
|
-
<xs:element name="Dampness" type="Dampness"/>
|
|
79
|
-
<xs:complexType name="Dampness">
|
|
80
|
-
<xs:all>
|
|
81
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
82
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
83
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
84
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
85
|
-
<xs:annotation>
|
|
86
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
87
|
-
|
|
88
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
89
|
-
</xs:documentation>
|
|
90
|
-
</xs:annotation>
|
|
91
|
-
</xs:element>
|
|
92
|
-
</xs:all>
|
|
93
|
-
</xs:complexType>
|
|
94
|
-
<xs:element name="Other-Internal-Detail" type="Other-Internal-Detail"/>
|
|
95
|
-
<xs:complexType name="Other-Internal-Detail">
|
|
96
|
-
<xs:all>
|
|
97
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
98
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
99
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
100
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
101
|
-
<xs:annotation>
|
|
102
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
103
|
-
|
|
104
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
105
|
-
</xs:documentation>
|
|
106
|
-
</xs:annotation>
|
|
107
|
-
</xs:element>
|
|
108
|
-
</xs:all>
|
|
109
|
-
</xs:complexType>
|
|
110
|
-
<xs:element name="Ceiling" type="Ceiling"/>
|
|
111
|
-
<xs:complexType name="Ceiling">
|
|
112
|
-
<xs:all>
|
|
113
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
114
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
115
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
116
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
117
|
-
<xs:annotation>
|
|
118
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
119
|
-
|
|
120
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
121
|
-
</xs:documentation>
|
|
122
|
-
</xs:annotation>
|
|
123
|
-
</xs:element>
|
|
124
|
-
</xs:all>
|
|
125
|
-
</xs:complexType>
|
|
126
|
-
<xs:element name="Roof-Structure" type="Roof-Structure"/>
|
|
127
|
-
<xs:complexType name="Roof-Structure">
|
|
128
|
-
<xs:all>
|
|
129
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
130
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
131
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
132
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
133
|
-
<xs:annotation>
|
|
134
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
135
|
-
|
|
136
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
137
|
-
</xs:documentation>
|
|
138
|
-
</xs:annotation>
|
|
139
|
-
</xs:element>
|
|
140
|
-
</xs:all>
|
|
141
|
-
</xs:complexType>
|
|
142
|
-
<xs:element name="Internal-Woodwork" type="Internal-Woodwork"/>
|
|
143
|
-
<xs:complexType name="Internal-Woodwork">
|
|
144
|
-
<xs:all>
|
|
145
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
146
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
147
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
148
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
149
|
-
<xs:annotation>
|
|
150
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
151
|
-
|
|
152
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
153
|
-
</xs:documentation>
|
|
154
|
-
</xs:annotation>
|
|
155
|
-
</xs:element>
|
|
156
|
-
</xs:all>
|
|
157
|
-
</xs:complexType>
|
|
158
|
-
<xs:element name="Internal-Wall" type="Internal-Wall"/>
|
|
159
|
-
<xs:complexType name="Internal-Wall">
|
|
160
|
-
<xs:all>
|
|
161
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
162
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
163
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
164
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
165
|
-
<xs:annotation>
|
|
166
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
167
|
-
|
|
168
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
169
|
-
</xs:documentation>
|
|
170
|
-
</xs:annotation>
|
|
171
|
-
</xs:element>
|
|
172
|
-
</xs:all>
|
|
173
|
-
</xs:complexType>
|
|
174
|
-
<xs:element name="Bathroom-Fitting" type="Bathroom-Fitting"/>
|
|
175
|
-
<xs:complexType name="Bathroom-Fitting">
|
|
176
|
-
<xs:all>
|
|
177
|
-
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
178
|
-
<xs:element name="Condition" type="ConditionCode"/>
|
|
179
|
-
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
180
|
-
<xs:element name="Description" type="pfdt:Sentence">
|
|
181
|
-
<xs:annotation>
|
|
182
|
-
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
183
|
-
|
|
184
|
-
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
185
|
-
</xs:documentation>
|
|
186
|
-
</xs:annotation>
|
|
187
|
-
</xs:element>
|
|
188
|
-
</xs:all>
|
|
189
|
-
</xs:complexType>
|
|
190
|
-
<xs:element name="Internal-Features" type="Internal-Features"/>
|
|
191
|
-
<xs:complexType name="Internal-Features">
|
|
192
|
-
<xs:choice maxOccurs="unbounded">
|
|
193
|
-
<xs:element name="Roof-Structure" type="Roof-Structure"/>
|
|
194
|
-
<xs:element name="Ceiling" type="Ceiling"/>
|
|
195
|
-
<xs:element name="Internal-Wall" type="Internal-Wall"/>
|
|
196
|
-
<xs:element name="Floor" type="Floor"/>
|
|
197
|
-
<xs:element name="Fireplace" type="Fireplace"/>
|
|
198
|
-
<xs:element name="Built-In-Fitting" type="Built-In-Fitting"/>
|
|
199
|
-
<xs:element name="Internal-Woodwork" type="Internal-Woodwork"/>
|
|
200
|
-
<xs:element name="Bathroom-Fitting" type="Bathroom-Fitting"/>
|
|
201
|
-
<xs:element name="Dampness" type="Dampness"/>
|
|
202
|
-
<xs:element name="Other-Internal-Detail" type="Other-Internal-Detail"/>
|
|
203
|
-
</xs:choice>
|
|
204
|
-
</xs:complexType>
|
|
205
|
-
</xs:schema>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" xmlns:pfdt="http://www.est.org.uk/epc/estcrV1/DCLG-HIP/BaseDataTypes" xmlns:HIP="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" targetNamespace="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" elementFormDefault="qualified" version="LIG-16.0">
|
|
3
|
+
<xs:import namespace="http://www.est.org.uk/epc/estcrV1/DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
4
|
+
<xs:include schemaLocation="../UDT/HCR-Domains.xsd"/>
|
|
5
|
+
<xs:element name="Built-In-Fitting" type="Built-In-Fitting"/>
|
|
6
|
+
<xs:complexType name="Built-In-Fitting">
|
|
7
|
+
<xs:annotation>
|
|
8
|
+
<xs:documentation>Details of built-in kitchen or other fittings but excluding appliances.</xs:documentation>
|
|
9
|
+
</xs:annotation>
|
|
10
|
+
<xs:all>
|
|
11
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
12
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
13
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
14
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
15
|
+
<xs:annotation>
|
|
16
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
17
|
+
|
|
18
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
19
|
+
</xs:documentation>
|
|
20
|
+
</xs:annotation>
|
|
21
|
+
</xs:element>
|
|
22
|
+
</xs:all>
|
|
23
|
+
</xs:complexType>
|
|
24
|
+
<xs:element name="Internal-Feature" type="Internal-Feature"/>
|
|
25
|
+
<xs:complexType name="Internal-Feature" abstract="true">
|
|
26
|
+
<xs:annotation>
|
|
27
|
+
<xs:documentation>Any Structural Feature that is inside, and part of, one of the Habitable Areas.</xs:documentation>
|
|
28
|
+
</xs:annotation>
|
|
29
|
+
<xs:all>
|
|
30
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
31
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
32
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
33
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
34
|
+
<xs:annotation>
|
|
35
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
36
|
+
|
|
37
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
38
|
+
</xs:documentation>
|
|
39
|
+
</xs:annotation>
|
|
40
|
+
</xs:element>
|
|
41
|
+
</xs:all>
|
|
42
|
+
</xs:complexType>
|
|
43
|
+
<xs:element name="Floor" type="Floor"/>
|
|
44
|
+
<xs:complexType name="Floor">
|
|
45
|
+
<xs:all>
|
|
46
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
47
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
48
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
49
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
50
|
+
<xs:annotation>
|
|
51
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
52
|
+
|
|
53
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
54
|
+
</xs:documentation>
|
|
55
|
+
</xs:annotation>
|
|
56
|
+
</xs:element>
|
|
57
|
+
</xs:all>
|
|
58
|
+
</xs:complexType>
|
|
59
|
+
<xs:element name="Fireplace" type="Fireplace"/>
|
|
60
|
+
<xs:complexType name="Fireplace">
|
|
61
|
+
<xs:annotation>
|
|
62
|
+
<xs:documentation>Details of Fireplaces, Chimney Breasts and the outside of flues.</xs:documentation>
|
|
63
|
+
</xs:annotation>
|
|
64
|
+
<xs:all>
|
|
65
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
66
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
67
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
68
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
69
|
+
<xs:annotation>
|
|
70
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
71
|
+
|
|
72
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
73
|
+
</xs:documentation>
|
|
74
|
+
</xs:annotation>
|
|
75
|
+
</xs:element>
|
|
76
|
+
</xs:all>
|
|
77
|
+
</xs:complexType>
|
|
78
|
+
<xs:element name="Dampness" type="Dampness"/>
|
|
79
|
+
<xs:complexType name="Dampness">
|
|
80
|
+
<xs:all>
|
|
81
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
82
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
83
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
84
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
85
|
+
<xs:annotation>
|
|
86
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
87
|
+
|
|
88
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
89
|
+
</xs:documentation>
|
|
90
|
+
</xs:annotation>
|
|
91
|
+
</xs:element>
|
|
92
|
+
</xs:all>
|
|
93
|
+
</xs:complexType>
|
|
94
|
+
<xs:element name="Other-Internal-Detail" type="Other-Internal-Detail"/>
|
|
95
|
+
<xs:complexType name="Other-Internal-Detail">
|
|
96
|
+
<xs:all>
|
|
97
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
98
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
99
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
100
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
101
|
+
<xs:annotation>
|
|
102
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
103
|
+
|
|
104
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
105
|
+
</xs:documentation>
|
|
106
|
+
</xs:annotation>
|
|
107
|
+
</xs:element>
|
|
108
|
+
</xs:all>
|
|
109
|
+
</xs:complexType>
|
|
110
|
+
<xs:element name="Ceiling" type="Ceiling"/>
|
|
111
|
+
<xs:complexType name="Ceiling">
|
|
112
|
+
<xs:all>
|
|
113
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
114
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
115
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
116
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
117
|
+
<xs:annotation>
|
|
118
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
119
|
+
|
|
120
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
121
|
+
</xs:documentation>
|
|
122
|
+
</xs:annotation>
|
|
123
|
+
</xs:element>
|
|
124
|
+
</xs:all>
|
|
125
|
+
</xs:complexType>
|
|
126
|
+
<xs:element name="Roof-Structure" type="Roof-Structure"/>
|
|
127
|
+
<xs:complexType name="Roof-Structure">
|
|
128
|
+
<xs:all>
|
|
129
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
130
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
131
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
132
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
133
|
+
<xs:annotation>
|
|
134
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
135
|
+
|
|
136
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
137
|
+
</xs:documentation>
|
|
138
|
+
</xs:annotation>
|
|
139
|
+
</xs:element>
|
|
140
|
+
</xs:all>
|
|
141
|
+
</xs:complexType>
|
|
142
|
+
<xs:element name="Internal-Woodwork" type="Internal-Woodwork"/>
|
|
143
|
+
<xs:complexType name="Internal-Woodwork">
|
|
144
|
+
<xs:all>
|
|
145
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
146
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
147
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
148
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
149
|
+
<xs:annotation>
|
|
150
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
151
|
+
|
|
152
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
153
|
+
</xs:documentation>
|
|
154
|
+
</xs:annotation>
|
|
155
|
+
</xs:element>
|
|
156
|
+
</xs:all>
|
|
157
|
+
</xs:complexType>
|
|
158
|
+
<xs:element name="Internal-Wall" type="Internal-Wall"/>
|
|
159
|
+
<xs:complexType name="Internal-Wall">
|
|
160
|
+
<xs:all>
|
|
161
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
162
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
163
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
164
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
165
|
+
<xs:annotation>
|
|
166
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
167
|
+
|
|
168
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
169
|
+
</xs:documentation>
|
|
170
|
+
</xs:annotation>
|
|
171
|
+
</xs:element>
|
|
172
|
+
</xs:all>
|
|
173
|
+
</xs:complexType>
|
|
174
|
+
<xs:element name="Bathroom-Fitting" type="Bathroom-Fitting"/>
|
|
175
|
+
<xs:complexType name="Bathroom-Fitting">
|
|
176
|
+
<xs:all>
|
|
177
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
178
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
179
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
180
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
181
|
+
<xs:annotation>
|
|
182
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
183
|
+
|
|
184
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if the feature is not present then the value is actually not used in the HCR so can be ignored.
|
|
185
|
+
</xs:documentation>
|
|
186
|
+
</xs:annotation>
|
|
187
|
+
</xs:element>
|
|
188
|
+
</xs:all>
|
|
189
|
+
</xs:complexType>
|
|
190
|
+
<xs:element name="Internal-Features" type="Internal-Features"/>
|
|
191
|
+
<xs:complexType name="Internal-Features">
|
|
192
|
+
<xs:choice maxOccurs="unbounded">
|
|
193
|
+
<xs:element name="Roof-Structure" type="Roof-Structure"/>
|
|
194
|
+
<xs:element name="Ceiling" type="Ceiling"/>
|
|
195
|
+
<xs:element name="Internal-Wall" type="Internal-Wall"/>
|
|
196
|
+
<xs:element name="Floor" type="Floor"/>
|
|
197
|
+
<xs:element name="Fireplace" type="Fireplace"/>
|
|
198
|
+
<xs:element name="Built-In-Fitting" type="Built-In-Fitting"/>
|
|
199
|
+
<xs:element name="Internal-Woodwork" type="Internal-Woodwork"/>
|
|
200
|
+
<xs:element name="Bathroom-Fitting" type="Bathroom-Fitting"/>
|
|
201
|
+
<xs:element name="Dampness" type="Dampness"/>
|
|
202
|
+
<xs:element name="Other-Internal-Detail" type="Other-Internal-Detail"/>
|
|
203
|
+
</xs:choice>
|
|
204
|
+
</xs:complexType>
|
|
205
|
+
</xs:schema>
|