epb_view_models 2.2.18 → 2.2.19
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-16.1/RdSAP/ExternalDefinitions.xml +1456 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/All-HIP.xsd +25 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/AssessorManagement.xsd +16 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-Certificate.xsd +388 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/EPC-CollectedData.xsd +784 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesExternal.xsd +283 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesGrounds.xsd +222 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesInternal.xsd +205 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-FeaturesServices.xsd +311 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-PropertyDetails.xsd +380 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/HCR-RiskAssessment.xsd +298 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/Property.xsd +67 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/SAP-Reports.xsd +201 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/Templates/UserManagement.xsd +259 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/BaseDataTypes.xsd +176 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/EPC-Domains.xsd +881 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/HCR-Domains.xsd +1779 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SAP-Domains.xsd +1650 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/SharedDomains.xsd +768 -0
- data/api/schemas/xml/RdSAP-Schema-S-16.1/RdSAP/UDT/TypeDefinitions.xsd +19 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +6 -1
- data/lib/epb_view_models.rb +1 -1
- data/lib/presenter/xsd.rb +1 -8
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/rd_sap_schema_s_161/common_schema.rb +556 -0
- data/lib/view_model/rd_sap_schema_s_1700/common_schema.rb +15 -0
- data/lib/view_model/rd_sap_schema_s_180/common_schema.rb +15 -0
- data/lib/view_model/rd_sap_schema_s_190/common_schema.rb +15 -0
- data/lib/view_model/rd_sap_schema_s_210/common_schema.rb +15 -0
- data/lib/view_model/rd_sap_wrapper.rb +2 -0
- metadata +23 -1
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="DCLG-HIP" xmlns:pfdt="DCLG-HIP/BaseDataTypes" xmlns:HIP="DCLG-HIP" targetNamespace="DCLG-HIP" elementFormDefault="qualified" version="LIG-16.1">
|
|
3
|
+
<xs:import namespace="DCLG-HIP/BaseDataTypes" schemaLocation="../UDT/BaseDataTypes.xsd"/>
|
|
4
|
+
<xs:include schemaLocation="../UDT/SAP-Domains.xsd"/>
|
|
5
|
+
<xs:include schemaLocation="../UDT/HCR-Domains.xsd"/>
|
|
6
|
+
<xs:element name="External-Feature" type="External-Feature"/>
|
|
7
|
+
<xs:complexType name="External-Feature">
|
|
8
|
+
<xs:annotation>
|
|
9
|
+
<xs:documentation>Any Structural Feature that is outside, but part of, one of the Habitable Areas such as a Window or Door or Chimney Stack. Does not cover the grounds of the property.</xs:documentation>
|
|
10
|
+
</xs:annotation>
|
|
11
|
+
<xs:all>
|
|
12
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
13
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
14
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
15
|
+
<xs:annotation>
|
|
16
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
17
|
+
|
|
18
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
19
|
+
|
|
20
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
21
|
+
</xs:documentation>
|
|
22
|
+
</xs:annotation>
|
|
23
|
+
</xs:element>
|
|
24
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
25
|
+
<xs:annotation>
|
|
26
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
27
|
+
|
|
28
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
29
|
+
</xs:annotation>
|
|
30
|
+
</xs:element>
|
|
31
|
+
</xs:all>
|
|
32
|
+
</xs:complexType>
|
|
33
|
+
<xs:element name="External-Door" type="External-Door"/>
|
|
34
|
+
<xs:complexType name="External-Door">
|
|
35
|
+
<xs:all>
|
|
36
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
37
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
38
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
39
|
+
<xs:annotation>
|
|
40
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
41
|
+
|
|
42
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
43
|
+
|
|
44
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
45
|
+
</xs:documentation>
|
|
46
|
+
</xs:annotation>
|
|
47
|
+
</xs:element>
|
|
48
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
49
|
+
<xs:annotation>
|
|
50
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
51
|
+
|
|
52
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
53
|
+
</xs:annotation>
|
|
54
|
+
</xs:element>
|
|
55
|
+
</xs:all>
|
|
56
|
+
</xs:complexType>
|
|
57
|
+
<xs:element name="Roof-Covering" type="Roof-Covering"/>
|
|
58
|
+
<xs:complexType name="Roof-Covering">
|
|
59
|
+
<xs:all>
|
|
60
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
61
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
62
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
63
|
+
<xs:annotation>
|
|
64
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
65
|
+
|
|
66
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
67
|
+
|
|
68
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
69
|
+
</xs:documentation>
|
|
70
|
+
</xs:annotation>
|
|
71
|
+
</xs:element>
|
|
72
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
73
|
+
<xs:annotation>
|
|
74
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
75
|
+
|
|
76
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
77
|
+
</xs:annotation>
|
|
78
|
+
</xs:element>
|
|
79
|
+
</xs:all>
|
|
80
|
+
</xs:complexType>
|
|
81
|
+
<xs:element name="Main-Wall" type="Main-Wall"/>
|
|
82
|
+
<xs:complexType name="Main-Wall">
|
|
83
|
+
<xs:all>
|
|
84
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
85
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
86
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
87
|
+
<xs:annotation>
|
|
88
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
89
|
+
|
|
90
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
91
|
+
|
|
92
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
93
|
+
</xs:documentation>
|
|
94
|
+
</xs:annotation>
|
|
95
|
+
</xs:element>
|
|
96
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
97
|
+
<xs:annotation>
|
|
98
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
99
|
+
|
|
100
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
101
|
+
</xs:annotation>
|
|
102
|
+
</xs:element>
|
|
103
|
+
</xs:all>
|
|
104
|
+
</xs:complexType>
|
|
105
|
+
<xs:element name="Other-Detail" type="Other-Detail"/>
|
|
106
|
+
<xs:complexType name="Other-Detail">
|
|
107
|
+
<xs:all>
|
|
108
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
109
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
110
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
111
|
+
<xs:annotation>
|
|
112
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
113
|
+
|
|
114
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
115
|
+
|
|
116
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
117
|
+
</xs:documentation>
|
|
118
|
+
</xs:annotation>
|
|
119
|
+
</xs:element>
|
|
120
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
121
|
+
<xs:annotation>
|
|
122
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
123
|
+
|
|
124
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
125
|
+
</xs:annotation>
|
|
126
|
+
</xs:element>
|
|
127
|
+
</xs:all>
|
|
128
|
+
</xs:complexType>
|
|
129
|
+
<xs:element name="Other-Woodwork" type="Other-Woodwork"/>
|
|
130
|
+
<xs:complexType name="Other-Woodwork">
|
|
131
|
+
<xs:all>
|
|
132
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
133
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
134
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
135
|
+
<xs:annotation>
|
|
136
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
137
|
+
|
|
138
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
139
|
+
|
|
140
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
141
|
+
</xs:documentation>
|
|
142
|
+
</xs:annotation>
|
|
143
|
+
</xs:element>
|
|
144
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
145
|
+
<xs:annotation>
|
|
146
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
147
|
+
|
|
148
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
149
|
+
</xs:annotation>
|
|
150
|
+
</xs:element>
|
|
151
|
+
</xs:all>
|
|
152
|
+
</xs:complexType>
|
|
153
|
+
<xs:element name="Decoration" type="Decoration"/>
|
|
154
|
+
<xs:complexType name="Decoration">
|
|
155
|
+
<xs:all>
|
|
156
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
157
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
158
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
159
|
+
<xs:annotation>
|
|
160
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
161
|
+
|
|
162
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
163
|
+
|
|
164
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
165
|
+
</xs:documentation>
|
|
166
|
+
</xs:annotation>
|
|
167
|
+
</xs:element>
|
|
168
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
169
|
+
<xs:annotation>
|
|
170
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
171
|
+
|
|
172
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
173
|
+
</xs:annotation>
|
|
174
|
+
</xs:element>
|
|
175
|
+
</xs:all>
|
|
176
|
+
</xs:complexType>
|
|
177
|
+
<xs:element name="Rainwater-Fittings" type="Rainwater-Fittings"/>
|
|
178
|
+
<xs:complexType name="Rainwater-Fittings">
|
|
179
|
+
<xs:all>
|
|
180
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
181
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
182
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
183
|
+
<xs:annotation>
|
|
184
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
185
|
+
|
|
186
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
187
|
+
|
|
188
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
189
|
+
</xs:documentation>
|
|
190
|
+
</xs:annotation>
|
|
191
|
+
</xs:element>
|
|
192
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
193
|
+
<xs:annotation>
|
|
194
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
195
|
+
|
|
196
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
197
|
+
</xs:annotation>
|
|
198
|
+
</xs:element>
|
|
199
|
+
</xs:all>
|
|
200
|
+
</xs:complexType>
|
|
201
|
+
<xs:element name="Window" type="Window"/>
|
|
202
|
+
<xs:complexType name="Window">
|
|
203
|
+
<xs:all>
|
|
204
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
205
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
206
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
207
|
+
<xs:annotation>
|
|
208
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
209
|
+
|
|
210
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
211
|
+
|
|
212
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
213
|
+
</xs:documentation>
|
|
214
|
+
</xs:annotation>
|
|
215
|
+
</xs:element>
|
|
216
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
217
|
+
<xs:annotation>
|
|
218
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
219
|
+
|
|
220
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
221
|
+
</xs:annotation>
|
|
222
|
+
</xs:element>
|
|
223
|
+
<xs:element name="Area" type="pfdt:Measurement">
|
|
224
|
+
<xs:annotation>
|
|
225
|
+
<xs:documentation>Estimated area of the window</xs:documentation>
|
|
226
|
+
</xs:annotation>
|
|
227
|
+
</xs:element>
|
|
228
|
+
<xs:element name="Glazing-Age" type="SAP-GlazingTypeCode">
|
|
229
|
+
<xs:annotation>
|
|
230
|
+
<xs:documentation>Describes the type of glazing in the window.</xs:documentation>
|
|
231
|
+
</xs:annotation>
|
|
232
|
+
</xs:element>
|
|
233
|
+
<xs:element name="Location" type="pfdt:Sentence">
|
|
234
|
+
<xs:annotation>
|
|
235
|
+
<xs:documentation>Describes the location of the window</xs:documentation>
|
|
236
|
+
</xs:annotation>
|
|
237
|
+
</xs:element>
|
|
238
|
+
<xs:element name="Glazing-Type" type="GlazingTypeCode">
|
|
239
|
+
<xs:annotation>
|
|
240
|
+
<xs:documentation>Indentifies the type of Glazing installed in the window</xs:documentation>
|
|
241
|
+
</xs:annotation>
|
|
242
|
+
</xs:element>
|
|
243
|
+
</xs:all>
|
|
244
|
+
</xs:complexType>
|
|
245
|
+
<xs:element name="Chimney-Stack" type="Chimney-Stack"/>
|
|
246
|
+
<xs:complexType name="Chimney-Stack">
|
|
247
|
+
<xs:all>
|
|
248
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
249
|
+
<xs:element name="Condition" type="ConditionCode"/>
|
|
250
|
+
<xs:element name="Justification" type="pfdt:Sentence">
|
|
251
|
+
<xs:annotation>
|
|
252
|
+
<xs:documentation>The Home Inspectors justification for the Condition Code they have assigned to the feature.
|
|
253
|
+
|
|
254
|
+
If Condition Code is "Not Inspected" (NI) then the Justification is an explanation for why they could not inspect the feature.
|
|
255
|
+
|
|
256
|
+
If the feature is "Not Present" (NP) then the Justification 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.
|
|
257
|
+
</xs:documentation>
|
|
258
|
+
</xs:annotation>
|
|
259
|
+
</xs:element>
|
|
260
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
261
|
+
<xs:annotation>
|
|
262
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
263
|
+
|
|
264
|
+
If the feature is "Not Present" (NP) then the Description should say "Not present" though if "Not Present" then the value is actually not used in the HCR so can be ignored. </xs:documentation>
|
|
265
|
+
</xs:annotation>
|
|
266
|
+
</xs:element>
|
|
267
|
+
</xs:all>
|
|
268
|
+
</xs:complexType>
|
|
269
|
+
<xs:element name="External-Features" type="External-Features"/>
|
|
270
|
+
<xs:complexType name="External-Features">
|
|
271
|
+
<xs:choice maxOccurs="unbounded">
|
|
272
|
+
<xs:element name="Chimney-Stack" type="Chimney-Stack"/>
|
|
273
|
+
<xs:element name="Decoration" type="Decoration"/>
|
|
274
|
+
<xs:element name="External-Door" type="External-Door"/>
|
|
275
|
+
<xs:element name="Rainwater-Fittings" type="Rainwater-Fittings"/>
|
|
276
|
+
<xs:element name="Main-Wall" type="Main-Wall"/>
|
|
277
|
+
<xs:element name="Other-Detail" type="Other-Detail"/>
|
|
278
|
+
<xs:element name="Other-Woodwork" type="Other-Woodwork"/>
|
|
279
|
+
<xs:element name="Window" type="Window"/>
|
|
280
|
+
<xs:element name="Roof-Covering" type="Roof-Covering"/>
|
|
281
|
+
</xs:choice>
|
|
282
|
+
</xs:complexType>
|
|
283
|
+
</xs:schema>
|
|
@@ -0,0 +1,222 @@
|
|
|
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:HIP="http://www.est.org.uk/epc/estcrV1/DCLG-HIP" xmlns:pfdt="http://www.est.org.uk/epc/estcrV1/DCLG-HIP/BaseDataTypes" 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="Garden" type="Garden"/>
|
|
6
|
+
<xs:complexType name="Garden">
|
|
7
|
+
<xs:all>
|
|
8
|
+
<xs:element name="Location" type="GardenLocationCode">
|
|
9
|
+
<xs:annotation>
|
|
10
|
+
<xs:documentation>The location of the garden relative to the main building of the Property - taken from a pre-defined list of values.</xs:documentation>
|
|
11
|
+
</xs:annotation>
|
|
12
|
+
</xs:element>
|
|
13
|
+
<xs:element name="Garden-Type" type="GardenTypeCode">
|
|
14
|
+
<xs:annotation>
|
|
15
|
+
<xs:documentation>The type of garden attached to the property</xs:documentation>
|
|
16
|
+
</xs:annotation>
|
|
17
|
+
</xs:element>
|
|
18
|
+
</xs:all>
|
|
19
|
+
</xs:complexType>
|
|
20
|
+
<xs:element name="Grounds-Feature" type="Grounds-Feature"/>
|
|
21
|
+
<xs:complexType name="Grounds-Feature">
|
|
22
|
+
<xs:annotation>
|
|
23
|
+
<xs:documentation>A tract of land, forming part of the Property, that has been cleared or developed for a particular purpose such as a Garden or Garage.
|
|
24
|
+
|
|
25
|
+
Each Grounds Feature provides a summary of the general condition of any garden walls, fences, and permanent outbuildings. Conservatories with translucent or clear roofs attached to the main buildings are treated as outbuildings, as are garages and permanent store sheds.
|
|
26
|
+
|
|
27
|
+
Buildings containing swimming pools and sports facilities are also treated as outbuildings, but the Home Inspector does not report on the leisure facilities, such as the pool itself and its equipment.
|
|
28
|
+
|
|
29
|
+
To inspect these areas the Home Inspector walked around the grounds. </xs:documentation>
|
|
30
|
+
</xs:annotation>
|
|
31
|
+
<xs:all>
|
|
32
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
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
|
+
</xs:documentation>
|
|
37
|
+
</xs:annotation>
|
|
38
|
+
</xs:element>
|
|
39
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
40
|
+
</xs:all>
|
|
41
|
+
</xs:complexType>
|
|
42
|
+
<xs:element name="Gardens" type="Gardens"/>
|
|
43
|
+
<xs:complexType name="Gardens">
|
|
44
|
+
<xs:sequence>
|
|
45
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
46
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
47
|
+
<xs:annotation>
|
|
48
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
49
|
+
</xs:documentation>
|
|
50
|
+
</xs:annotation>
|
|
51
|
+
</xs:element>
|
|
52
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
53
|
+
<xs:element name="OverOneAcre" type="pfdt:Flag">
|
|
54
|
+
<xs:annotation>
|
|
55
|
+
<xs:documentation>Indicates whether the total gardens are in excess of one acre or not.</xs:documentation>
|
|
56
|
+
</xs:annotation>
|
|
57
|
+
</xs:element>
|
|
58
|
+
<xs:element name="Garden" type="Garden" minOccurs="0" maxOccurs="unbounded"/>
|
|
59
|
+
</xs:sequence>
|
|
60
|
+
</xs:complexType>
|
|
61
|
+
<xs:element name="Paved-Area" type="Paved-Area"/>
|
|
62
|
+
<xs:complexType name="Paved-Area">
|
|
63
|
+
<xs:all>
|
|
64
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
65
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
66
|
+
<xs:annotation>
|
|
67
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
68
|
+
</xs:documentation>
|
|
69
|
+
</xs:annotation>
|
|
70
|
+
</xs:element>
|
|
71
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
72
|
+
</xs:all>
|
|
73
|
+
</xs:complexType>
|
|
74
|
+
<xs:element name="Car-Port" type="Car-Port"/>
|
|
75
|
+
<xs:complexType name="Car-Port">
|
|
76
|
+
<xs:all>
|
|
77
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
78
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
79
|
+
<xs:annotation>
|
|
80
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
81
|
+
</xs:documentation>
|
|
82
|
+
</xs:annotation>
|
|
83
|
+
</xs:element>
|
|
84
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
85
|
+
<xs:element name="Carport-Type" type="CarPortTypeCode">
|
|
86
|
+
<xs:annotation>
|
|
87
|
+
<xs:documentation>The type of car parking allocated to the property</xs:documentation>
|
|
88
|
+
</xs:annotation>
|
|
89
|
+
</xs:element>
|
|
90
|
+
<xs:element name="Allocated-Spaces" type="GarageSizeTypeCode">
|
|
91
|
+
<xs:annotation>
|
|
92
|
+
<xs:documentation>Number of car parking spaces within the car port allocated to the Property. A car Port may be shared by two or more properties therefore not all available spaces may be for the sole use of the Property.</xs:documentation>
|
|
93
|
+
</xs:annotation>
|
|
94
|
+
</xs:element>
|
|
95
|
+
<xs:element name="Location" type="CarPortLocationCode">
|
|
96
|
+
<xs:annotation>
|
|
97
|
+
<xs:documentation>Describes the location of the Car Port e.g. attached to Property, detached etc.</xs:documentation>
|
|
98
|
+
</xs:annotation>
|
|
99
|
+
</xs:element>
|
|
100
|
+
</xs:all>
|
|
101
|
+
</xs:complexType>
|
|
102
|
+
<xs:element name="Garage" type="Garage"/>
|
|
103
|
+
<xs:complexType name="Garage">
|
|
104
|
+
<xs:all>
|
|
105
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
106
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
107
|
+
<xs:annotation>
|
|
108
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
109
|
+
</xs:documentation>
|
|
110
|
+
</xs:annotation>
|
|
111
|
+
</xs:element>
|
|
112
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
113
|
+
<xs:element name="Garage-Size" type="GarageSizeTypeCode">
|
|
114
|
+
<xs:annotation>
|
|
115
|
+
<xs:documentation>The nominal size of the garage expressed as the number of vehicles it will contain e.g. "single", "double" etc.</xs:documentation>
|
|
116
|
+
</xs:annotation>
|
|
117
|
+
</xs:element>
|
|
118
|
+
<xs:element name="Location" type="GarageLocationCode">
|
|
119
|
+
<xs:annotation>
|
|
120
|
+
<xs:documentation>The location of the garage relative to the main building e.g. attached or detached</xs:documentation>
|
|
121
|
+
</xs:annotation>
|
|
122
|
+
</xs:element>
|
|
123
|
+
</xs:all>
|
|
124
|
+
</xs:complexType>
|
|
125
|
+
<xs:element name="Outbuilding" type="Outbuilding"/>
|
|
126
|
+
<xs:complexType name="Outbuilding">
|
|
127
|
+
<xs:annotation>
|
|
128
|
+
<xs:documentation>Any other non-Habitable Building that is associated with, but separate from, the main building such as a store-room. Excludes Garages and Conservatories which are separately detailed.</xs:documentation>
|
|
129
|
+
</xs:annotation>
|
|
130
|
+
<xs:all>
|
|
131
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
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
|
+
</xs:documentation>
|
|
136
|
+
</xs:annotation>
|
|
137
|
+
</xs:element>
|
|
138
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
139
|
+
<xs:element name="Outbuilding-Count" type="pfdt:Count">
|
|
140
|
+
<xs:annotation>
|
|
141
|
+
<xs:documentation>Number of outbuilding present in the property grounds</xs:documentation>
|
|
142
|
+
</xs:annotation>
|
|
143
|
+
</xs:element>
|
|
144
|
+
<xs:element name="Outbuilding-Use" type="pfdt:Sentence">
|
|
145
|
+
<xs:annotation>
|
|
146
|
+
<xs:documentation>Describes the type of each Outbuilding identifying its apparent use e.g. "Playhouse". Where there are multiple Other Outbuildings then the Outbuilding Types are entered as a comma separated list e.g. "Playhouse, Swimming Pool".
|
|
147
|
+
|
|
148
|
+
Being nouns the Outbuilding Types should of course be entered in the language that the overall report is being presented in.</xs:documentation>
|
|
149
|
+
</xs:annotation>
|
|
150
|
+
</xs:element>
|
|
151
|
+
</xs:all>
|
|
152
|
+
</xs:complexType>
|
|
153
|
+
<xs:element name="Shared-Facility" type="Shared-Facility"/>
|
|
154
|
+
<xs:complexType name="Shared-Facility">
|
|
155
|
+
<xs:all>
|
|
156
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
157
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
158
|
+
<xs:annotation>
|
|
159
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
160
|
+
</xs:documentation>
|
|
161
|
+
</xs:annotation>
|
|
162
|
+
</xs:element>
|
|
163
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
164
|
+
</xs:all>
|
|
165
|
+
</xs:complexType>
|
|
166
|
+
<xs:element name="Boundary-Wall" type="Boundary-Wall"/>
|
|
167
|
+
<xs:complexType name="Boundary-Wall">
|
|
168
|
+
<xs:annotation>
|
|
169
|
+
<xs:documentation>Details of boundary and retaining walls that may be present in the Property.</xs:documentation>
|
|
170
|
+
</xs:annotation>
|
|
171
|
+
<xs:all>
|
|
172
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
173
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
174
|
+
<xs:annotation>
|
|
175
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
176
|
+
</xs:documentation>
|
|
177
|
+
</xs:annotation>
|
|
178
|
+
</xs:element>
|
|
179
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
180
|
+
</xs:all>
|
|
181
|
+
</xs:complexType>
|
|
182
|
+
<xs:element name="Other-Grounds" type="Other-Grounds"/>
|
|
183
|
+
<xs:complexType name="Other-Grounds">
|
|
184
|
+
<xs:all>
|
|
185
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
186
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
187
|
+
<xs:annotation>
|
|
188
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
189
|
+
</xs:documentation>
|
|
190
|
+
</xs:annotation>
|
|
191
|
+
</xs:element>
|
|
192
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
193
|
+
</xs:all>
|
|
194
|
+
</xs:complexType>
|
|
195
|
+
<xs:element name="Detached-Conservatory" type="Detached-Conservatory"/>
|
|
196
|
+
<xs:complexType name="Detached-Conservatory">
|
|
197
|
+
<xs:all>
|
|
198
|
+
<xs:element name="Identifier" type="pfdt:IDString"/>
|
|
199
|
+
<xs:element name="Description" type="pfdt:Sentence">
|
|
200
|
+
<xs:annotation>
|
|
201
|
+
<xs:documentation>A description - taken from the Preferred Text statements - of the individual Property Feature being inspected.
|
|
202
|
+
</xs:documentation>
|
|
203
|
+
</xs:annotation>
|
|
204
|
+
</xs:element>
|
|
205
|
+
<xs:element name="Justification" type="pfdt:Sentence"/>
|
|
206
|
+
</xs:all>
|
|
207
|
+
</xs:complexType>
|
|
208
|
+
<xs:element name="Grounds" type="Grounds"/>
|
|
209
|
+
<xs:complexType name="Grounds">
|
|
210
|
+
<xs:choice maxOccurs="unbounded">
|
|
211
|
+
<xs:element name="Boundary-Wall" type="Boundary-Wall"/>
|
|
212
|
+
<xs:element name="Car-Port" type="Car-Port"/>
|
|
213
|
+
<xs:element name="Detached-Conservatory" type="Detached-Conservatory"/>
|
|
214
|
+
<xs:element name="Garage" type="Garage"/>
|
|
215
|
+
<xs:element name="Other-Grounds" type="Other-Grounds"/>
|
|
216
|
+
<xs:element name="Outbuilding" type="Outbuilding"/>
|
|
217
|
+
<xs:element name="Paved-Area" type="Paved-Area"/>
|
|
218
|
+
<xs:element name="Shared-Facility" type="Shared-Facility"/>
|
|
219
|
+
<xs:element name="Gardens" type="Gardens"/>
|
|
220
|
+
</xs:choice>
|
|
221
|
+
</xs:complexType>
|
|
222
|
+
</xs:schema>
|